@cdklabs/cdk-construct-connect-datalake 0.0.4 → 0.0.6
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 +10 -10
- package/.jsii.tabl.json +1 -1
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
- package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +12 -5
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +9 -7
- package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +12 -5
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +9 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/BatchGetAttachedFileMetadataCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateRuleCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeRuleCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetAttachedFileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactReferencesCommand.d.ts +9 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListRulesCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListTestCaseExecutionsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartAttachedFileUploadCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartEmailContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartOutboundVoiceContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartTaskContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartWebRTCContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +20 -13
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +148 -107
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +57 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +14 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +50 -2
- package/node_modules/@aws-sdk/client-connect/package.json +33 -33
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +3 -3
- package/node_modules/@aws-sdk/client-glue/package.json +33 -33
- package/node_modules/@aws-sdk/client-lakeformation/package.json +34 -34
- package/node_modules/@aws-sdk/client-ram/package.json +33 -33
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +96 -17
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +6 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +97 -16
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +7 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +8 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +15 -7
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +20 -9
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +11 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +35 -16
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +11 -5
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +8 -1
- package/node_modules/@aws-sdk/client-sts/package.json +35 -34
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +69 -50
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +52 -50
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/longPollMiddleware.js +15 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/ProtocolLib.js +11 -10
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/UnionSerde.js +4 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +4 -5
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsRestJsonProtocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +9 -7
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +17 -17
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsQueryProtocol.js +3 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +2 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/longPollMiddleware.d.ts +14 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/JsonShapeSerializer.d.ts +2 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/longPollMiddleware.d.ts +15 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/JsonShapeSerializer.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-sdk-s3/LICENSE +201 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/README.md +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +597 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/bucket-endpoint-middleware.js +36 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/check-content-length-header.js +32 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/index.js +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/protocol/S3RestXmlProtocol.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-endpoint-middleware.js +41 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/region-redirect-middleware.js +42 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-expires-middleware.js +33 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCache.js +39 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityCacheEntry.js +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/S3ExpressIdentityProviderImpl.js +49 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/classes/SignatureV4S3Express.js +41 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/constants.js +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressHttpSigningMiddleware.js +38 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/s3ExpressMiddleware.js +41 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/functions/signS3Express.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/index.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentity.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3-express/interfaces/S3ExpressIdentityProvider.js +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/s3Configuration.js +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +67 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/validate-bucket-name.js +25 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/bucket-endpoint-middleware.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/check-content-length-header.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/protocol/S3RestXmlProtocol.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-endpoint-middleware.d.ts +10 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/region-redirect-middleware.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-expires-middleware.d.ts +26 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCache.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +16 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +32 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/classes/SignatureV4S3Express.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/constants.d.ts +37 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/s3ExpressMiddleware.d.ts +32 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/functions/signS3Express.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/index.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/s3Configuration.d.ts +79 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +20 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/bucket-endpoint-middleware.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/check-content-length-header.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/index.d.ts +9 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/protocol/S3RestXmlProtocol.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-endpoint-middleware.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/region-redirect-middleware.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-expires-middleware.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCache.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityCacheEntry.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/S3ExpressIdentityProviderImpl.d.ts +31 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/classes/SignatureV4S3Express.d.ts +19 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/constants.d.ts +11 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressHttpSigningMiddleware.d.ts +40 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/s3ExpressMiddleware.d.ts +27 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/functions/signS3Express.d.ts +21 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/index.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentity.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3-express/interfaces/S3ExpressIdentityProvider.d.ts +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/s3Configuration.d.ts +33 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +17 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/validate-bucket-name.d.ts +13 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/validate-bucket-name.d.ts +14 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +72 -0
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +32 -32
- package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/signature-v4-multi-region/LICENSE +201 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/README.md +32 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +121 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/SignatureV4MultiRegion.js +112 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/index.js +2 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-es/signature-v4-crt-container.js +3 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/SignatureV4MultiRegion.d.ts +35 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/index.d.ts +5 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/signature-v4-crt-container.d.ts +28 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/SignatureV4MultiRegion.d.ts +41 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/index.d.ts +2 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-types/ts3.4/signature-v4-crt-container.d.ts +20 -0
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +61 -0
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/util-arn-parser/LICENSE +201 -0
- package/node_modules/@aws-sdk/util-arn-parser/README.md +4 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-cjs/index.js +27 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-es/index.js +21 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-types/index.d.ts +32 -0
- package/node_modules/@aws-sdk/util-arn-parser/dist-types/ts3.4/index.d.ts +14 -0
- package/node_modules/@aws-sdk/util-arn-parser/package.json +55 -0
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/core/dist-cjs/index.js +2 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +32 -14
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +16 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +17 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +6 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +6 -3
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +23 -11
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +9 -3
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +16 -8
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +9 -4
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +8 -6
- package/node_modules/@smithy/core/dist-es/submodules/schema/TypeRegistry.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/parse-utils.js +6 -3
- package/node_modules/@smithy/core/dist-es/util-identity-and-auth/DefaultIdentityProviderConfig.js +2 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +7 -7
- package/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/node_modules/@smithy/hash-node/package.json +2 -2
- package/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +191 -96
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +45 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +71 -35
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-pool.js +32 -18
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +44 -43
- package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +42 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +34 -14
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +32 -8
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +14 -6
- package/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/node_modules/@smithy/property-provider/package.json +2 -2
- package/node_modules/@smithy/protocol-http/package.json +2 -2
- package/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +4 -0
- package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +6 -0
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +11 -5
- package/node_modules/@smithy/signature-v4/dist-es/SignatureV4.js +11 -5
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -3
- package/node_modules/@smithy/signature-v4/package.json +4 -4
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +8 -1
- package/node_modules/@smithy/smithy-client/dist-es/command.js +8 -1
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +5 -0
- package/node_modules/@smithy/types/dist-types/signature.d.ts +20 -3
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +3 -3
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +212 -111
- package/node_modules/@smithy/util-endpoints/dist-es/bdd/BinaryDecisionDiagram.js +15 -0
- package/node_modules/@smithy/util-endpoints/dist-es/decideEndpoint.js +42 -0
- package/node_modules/@smithy/util-endpoints/dist-es/index.js +2 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/coalesce.js +8 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/getAttr.js +2 -1
- package/node_modules/@smithy/util-endpoints/dist-es/lib/index.js +3 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/ite.js +3 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/split.js +13 -0
- package/node_modules/@smithy/util-endpoints/dist-es/lib/substring.js +1 -1
- package/node_modules/@smithy/util-endpoints/dist-es/resolveEndpoint.js +8 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/endpointFunctions.js +4 -1
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateCondition.js +9 -7
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateConditions.js +12 -8
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateEndpointRule.js +14 -13
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateErrorRule.js +7 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateExpression.js +22 -5
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateRules.js +4 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/evaluateTemplate.js +3 -6
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointHeaders.js +5 -5
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getEndpointProperties.js +4 -4
- package/node_modules/@smithy/util-endpoints/dist-es/utils/getReferenceValue.js +1 -5
- package/node_modules/@smithy/util-endpoints/dist-types/bdd/BinaryDecisionDiagram.d.ts +22 -0
- package/node_modules/@smithy/util-endpoints/dist-types/decideEndpoint.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/index.d.ts +2 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/coalesce.d.ts +7 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/index.d.ts +3 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/ite.d.ts +6 -0
- package/node_modules/@smithy/util-endpoints/dist-types/lib/split.d.ts +11 -0
- package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/endpointFunctions.d.ts +2 -11
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +6 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +3 -3
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +2 -2
- package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +3 -1
- package/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/node_modules/@smithy/util-middleware/package.json +2 -2
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +6 -0
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +3 -0
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +3 -0
- package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +5 -0
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +5 -0
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +4 -4
- package/node_modules/@smithy/util-waiter/package.json +3 -3
- package/node_modules/call-bind/CHANGELOG.md +9 -0
- package/node_modules/call-bind/README.md +1 -1
- package/node_modules/call-bind/index.js +2 -2
- package/node_modules/call-bind/package.json +11 -11
- package/node_modules/call-bind/test/index.js +9 -1
- package/node_modules/fast-xml-builder/package.json +1 -1
- package/node_modules/fast-xml-builder/src/fxb.js +6 -2
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +16 -2
- package/node_modules/hasown/CHANGELOG.md +11 -0
- package/node_modules/hasown/eslint.config.mjs +6 -0
- package/node_modules/hasown/index.d.ts +1 -0
- package/node_modules/hasown/package.json +14 -14
- package/node_modules/path-expression-matcher/README.md +214 -62
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
- package/node_modules/path-expression-matcher/lib/pem.d.cts +111 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
- package/node_modules/path-expression-matcher/package.json +1 -1
- package/node_modules/path-expression-matcher/src/Expression.js +2 -2
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +209 -0
- package/node_modules/path-expression-matcher/src/Matcher.js +235 -177
- package/node_modules/path-expression-matcher/src/index.d.ts +199 -194
- package/node_modules/path-expression-matcher/src/index.js +3 -2
- package/node_modules/strnum/package.json +1 -1
- package/package.json +13 -13
- package/node_modules/hasown/.eslintrc +0 -5
- package/node_modules/strnum/.github/SECURITY.md +0 -5
- package/node_modules/strnum/.vscode/launch.json +0 -25
- package/node_modules/strnum/algo.stflow +0 -84
- package/node_modules/strnum/tests/infinity_test.js +0 -18
- package/node_modules/strnum/tests/strnum_test.js +0 -175
- package/node_modules/strnum/tests/temp.js +0 -8
|
@@ -4259,7 +4259,7 @@ export interface TestCase {
|
|
|
4259
4259
|
*/
|
|
4260
4260
|
EntryPoint?: TestCaseEntryPoint | undefined;
|
|
4261
4261
|
/**
|
|
4262
|
-
* <p>Defines the test attributes for precise data representation.</p>
|
|
4262
|
+
* <p>Defines the test attributes for precise data representation. The value must be a valid JSON string.</p>
|
|
4263
4263
|
* @public
|
|
4264
4264
|
*/
|
|
4265
4265
|
InitializationData?: string | undefined;
|
|
@@ -7524,98 +7524,97 @@ export interface GetMetricDataV2Request {
|
|
|
7524
7524
|
*/
|
|
7525
7525
|
Interval?: IntervalDetails | undefined;
|
|
7526
7526
|
/**
|
|
7527
|
-
* <p>
|
|
7527
|
+
* <p>Filtering is an operation that selects records that match a set of specified criteria. By narrowing the dataset
|
|
7528
|
+
* before aggregation, filters ensure that only relevant records are included in the computation.</p>
|
|
7529
|
+
* <p>
|
|
7530
|
+
* <b>Filter keys</b>
|
|
7531
|
+
* </p>
|
|
7532
|
+
* <p>The following are valid filter keys for a <code>GetMetricDataV2</code> request:</p>
|
|
7533
|
+
* <p>
|
|
7534
|
+
* <code>AGENT</code> | <code>AGENT_HIERARCHY_LEVEL_ONE</code> | <code>AGENT_HIERARCHY_LEVEL_TWO</code> |
|
|
7535
|
+
* <code>AGENT_HIERARCHY_LEVEL_THREE</code> | <code>AGENT_HIERARCHY_LEVEL_FOUR</code> |
|
|
7536
|
+
* <code>AGENT_HIERARCHY_LEVEL_FIVE</code> | <code>ANSWERING_MACHINE_DETECTION_STATUS</code> |
|
|
7537
|
+
* <code>BOT_ALIAS</code> | <code>BOT_ID</code> | <code>BOT_INTENT_NAME</code> | <code>BOT_LOCALE</code> |
|
|
7538
|
+
* <code>BOT_VERSION</code> | <code>CAMPAIGN</code> | <code>CAMPAIGN_DELIVERY_EVENT_TYPE</code> |
|
|
7539
|
+
* <code>CAMPAIGN_EXCLUDED_EVENT_TYPE</code> | <code>CASE_STATUS</code> | <code>CASE_TEMPLATE_ARN</code> |
|
|
7540
|
+
* <code>CHANNEL</code> | <code>contact/segmentAttributes/connect:Subtype</code> |
|
|
7541
|
+
* <code>contact/segmentAttributes/connect:ValidationTestType</code> | <code>DISCONNECT_REASON</code> |
|
|
7542
|
+
* <code>EVALUATION_FORM</code> | <code>EVALUATION_QUESTION</code> | <code>EVALUATION_SECTION</code> |
|
|
7543
|
+
* <code>EVALUATION_SOURCE</code> | <code>EVALUATOR_ID</code> | <code>FEATURE</code> |
|
|
7544
|
+
* <code>FLOW_ACTION_ID</code> | <code>FLOW_TYPE</code> | <code>FLOWS_MODULE_RESOURCE_ID</code> |
|
|
7545
|
+
* <code>FLOWS_NEXT_RESOURCE_ID</code> | <code>FLOWS_NEXT_RESOURCE_QUEUE_ID</code> |
|
|
7546
|
+
* <code>FLOWS_OUTCOME_TYPE</code> | <code>FLOWS_RESOURCE_ID</code> | <code>FORM_VERSION</code> |
|
|
7547
|
+
* <code>INITIATING_FLOW</code> | <code>INITIATION_METHOD</code> |
|
|
7548
|
+
* <code>INVOKING_RESOURCE_PUBLISHED_TIMESTAMP</code> | <code>INVOKING_RESOURCE_TYPE</code> |
|
|
7549
|
+
* <code>PARENT_FLOWS_RESOURCE_ID</code> | <code>Q_CONNECT_ENABLED</code> | <code>QUEUE</code> |
|
|
7550
|
+
* <code>RESOURCE_PUBLISHED_TIMESTAMP</code> | <code>ROUTING_PROFILE</code> |
|
|
7551
|
+
* <code>ROUTING_STEP_EXPRESSION</code> | <code>TEST_CASE</code> |
|
|
7552
|
+
* <code>TEST_CASE_EXECUTION_FAILURE_REASON</code> | <code>TEST_CASE_EXECUTION_RESULT</code> |
|
|
7553
|
+
* <code>TEST_CASE_EXECUTION_STATE</code>
|
|
7554
|
+
* </p>
|
|
7555
|
+
* <note>
|
|
7556
|
+
* <p>The following filter keys correspond to Amazon Connect resources and are used for authorizing requests.
|
|
7557
|
+
* A <code>GetMetricDataV2</code> request requires at least one of these filters:</p>
|
|
7558
|
+
* <p>
|
|
7559
|
+
* <code>QUEUE</code>, <code>ROUTING_PROFILE</code>, <code>AGENT</code>,
|
|
7560
|
+
* <code>AGENT_HIERARCHY_LEVEL_ONE</code>, <code>AGENT_HIERARCHY_LEVEL_TWO</code>,
|
|
7561
|
+
* <code>AGENT_HIERARCHY_LEVEL_THREE</code>, <code>AGENT_HIERARCHY_LEVEL_FOUR</code>,
|
|
7562
|
+
* <code>AGENT_HIERARCHY_LEVEL_FIVE</code>, <code>CAMPAIGN</code>, <code>EVALUATION_FORM</code>,
|
|
7563
|
+
* <code>EVALUATOR_ID</code>
|
|
7564
|
+
* </p>
|
|
7565
|
+
* <p>You can use up to 5 filter keys in a single request, and up to 100 filter values across all filter keys.</p>
|
|
7566
|
+
* </note>
|
|
7567
|
+
* <p>
|
|
7568
|
+
* <b>Filter values</b>
|
|
7569
|
+
* </p>
|
|
7528
7570
|
* <ul>
|
|
7529
7571
|
* <li>
|
|
7530
|
-
* <p>
|
|
7531
|
-
*
|
|
7532
|
-
*
|
|
7533
|
-
*
|
|
7534
|
-
* </li>
|
|
7535
|
-
* <li>
|
|
7536
|
-
* <p>Channels</p>
|
|
7537
|
-
* </li>
|
|
7538
|
-
* <li>
|
|
7539
|
-
* <p>Feature</p>
|
|
7572
|
+
* <p>VOICE, CHAT, TASK, and EMAIL are valid filter values for the <code>CHANNEL</code> filter key. They do not
|
|
7573
|
+
* count towards the limit of 100 filter values. For example, a <code>GetMetricDataV2</code> request can filter by
|
|
7574
|
+
* 50 queues, 35 agents, and 15 routing profiles for a total of 100 filter values, along with 4 channel
|
|
7575
|
+
* filters.</p>
|
|
7540
7576
|
* </li>
|
|
7541
7577
|
* <li>
|
|
7542
|
-
* <p>
|
|
7543
|
-
*
|
|
7544
|
-
*
|
|
7545
|
-
* <p>Routing profiles</p>
|
|
7546
|
-
* </li>
|
|
7547
|
-
* <li>
|
|
7548
|
-
* <p>Routing step expression</p>
|
|
7578
|
+
* <p>
|
|
7579
|
+
* <code>contact_lens_conversational_analytics</code> is a valid filter value for the <code>FEATURE</code>
|
|
7580
|
+
* filter key. It is available only for contacts analyzed by Contact Lens conversational analytics.</p>
|
|
7549
7581
|
* </li>
|
|
7550
7582
|
* <li>
|
|
7551
|
-
* <p>
|
|
7583
|
+
* <p>
|
|
7584
|
+
* <code>connect:Chat</code>, <code>connect:SMS</code>, <code>connect:Telephony</code>, and
|
|
7585
|
+
* <code>connect:WebRTC</code> are valid filter value examples (not exhaustive) for the
|
|
7586
|
+
* <code>contact/segmentAttributes/connect:Subtype</code> filter key.</p>
|
|
7552
7587
|
* </li>
|
|
7553
|
-
* </ul>
|
|
7554
|
-
* <p>At least one filter must be passed from queues, routing profiles, agents, or user hierarchy groups.</p>
|
|
7555
|
-
* <p>For metrics for outbound campaigns analytics, you can also use campaigns to satisfy at least one filter
|
|
7556
|
-
* requirement.</p>
|
|
7557
|
-
* <p>To filter by phone number, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-historical-metrics-report.html">Create a historical metrics report</a> in
|
|
7558
|
-
* the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
7559
|
-
* <p>Note the following limits:</p>
|
|
7560
|
-
* <ul>
|
|
7561
7588
|
* <li>
|
|
7562
7589
|
* <p>
|
|
7563
|
-
* <
|
|
7564
|
-
*
|
|
7565
|
-
*
|
|
7566
|
-
* <code>AGENT_HIERARCHY_LEVEL_THREE</code> | <code>AGENT_HIERARCHY_LEVEL_TWO</code> | <code>
|
|
7567
|
-
* ANSWERING_MACHINE_DETECTION_STATUS</code> | <code>BOT_ALIAS</code> | <code>BOT_ID</code> |
|
|
7568
|
-
* <code>BOT_INTENT_NAME</code> | <code>BOT_LOCALE</code> | <code>BOT_VERSION</code> | <code>CAMPAIGN</code> |
|
|
7569
|
-
* <code>CAMPAIGN_DELIVERY_EVENT_TYPE</code> | <code> CAMPAIGN_EXCLUDED_EVENT_TYPE</code> | <code>CASE_STATUS</code>
|
|
7570
|
-
* | <code>CASE_TEMPLATE_ARN</code> | <code>CHANNEL</code> | <code> contact/segmentAttributes/connect:Subtype</code> |
|
|
7571
|
-
* <code>contact/segmentAttributes/connect:ValidationTestType</code> | <code> DISCONNECT_REASON</code> |
|
|
7572
|
-
* <code>EVALUATION_FORM</code> | <code>EVALUATION_QUESTION</code> | <code>EVALUATION_SECTION</code> |
|
|
7573
|
-
* <code>EVALUATION_SOURCE</code> | <code>EVALUATOR_ID</code> | <code>FEATURE</code> | <code>FLOW_ACTION_ID</code> |
|
|
7574
|
-
* <code>FLOW_TYPE</code> | <code>FLOWS_MODULE_RESOURCE_ID</code> | <code>FLOWS_NEXT_RESOURCE_ID</code> |
|
|
7575
|
-
* <code>FLOWS_NEXT_RESOURCE_QUEUE_ID</code> | <code>FLOWS_OUTCOME_TYPE</code> | <code>FLOWS_RESOURCE_ID</code> |
|
|
7576
|
-
* <code>FORM_VERSION</code> | <code>INITIATING_FLOW</code> | <code>INITIATION_METHOD</code> |
|
|
7577
|
-
* <code>INVOKING_RESOURCE_PUBLISHED_TIMESTAMP</code> | <code>INVOKING_RESOURCE_TYPE</code> |
|
|
7578
|
-
* <code>PARENT_FLOWS_RESOURCE_ID</code> | <code>Q_CONNECT_ENABLED</code> | <code>QUEUE</code> |
|
|
7579
|
-
* <code>RESOURCE_PUBLISHED_ TIMESTAMP</code> | <code>ROUTING_PROFILE</code> | <code>ROUTING_STEP_EXPRESSION</code> |
|
|
7580
|
-
* <code>TEST_CASE</code> | <code>TEST_ CASE_EXECUTION_FAILURE_REASON</code> |
|
|
7581
|
-
* <code>TEST_CASE_EXECUTION_RESULT</code> | <code>TEST_CASE_EXECUTION_STATE</code>
|
|
7582
|
-
* </p>
|
|
7590
|
+
* <code>ROUTING_STEP_EXPRESSION</code> accepts a filter value up to 3,000 characters in length. This filter
|
|
7591
|
+
* is case-sensitive and order-sensitive. JSON string fields must be sorted in ascending order, and JSON array order
|
|
7592
|
+
* must be preserved.</p>
|
|
7583
7593
|
* </li>
|
|
7584
7594
|
* <li>
|
|
7585
|
-
* <p>
|
|
7586
|
-
* <b>Filter values</b>: A maximum of 100 filter values are supported in a single
|
|
7587
|
-
* request. VOICE, CHAT, and TASK are valid <code>filterValue</code> for the CHANNEL filter key. They do not count
|
|
7588
|
-
* towards limitation of 100 filter values. For example, a GetMetricDataV2 request can filter by 50 queues, 35 agents,
|
|
7589
|
-
* and 15 routing profiles for a total of 100 filter values, along with 3 channel filters. </p>
|
|
7590
|
-
* <p>
|
|
7591
|
-
* <code>contact_lens_conversational_analytics</code> is a valid filterValue for the <code>FEATURE</code> filter
|
|
7592
|
-
* key. It is available only to contacts analyzed by Contact Lens conversational analytics.</p>
|
|
7593
|
-
* <p>
|
|
7594
|
-
* <code>connect:Chat</code>, <code>connect:SMS</code>, <code>connect:Telephony</code>, and
|
|
7595
|
-
* <code>connect:WebRTC</code> are valid <code>filterValue</code> examples (not exhaustive) for the
|
|
7596
|
-
* <code>contact/segmentAttributes/connect:Subtype filter</code> key.</p>
|
|
7597
|
-
* <p>
|
|
7598
|
-
* <code>ROUTING_STEP_EXPRESSION</code> is a valid filter key with a filter value up to 3000 length. This filter
|
|
7599
|
-
* is case and order sensitive. JSON string fields must be sorted in ascending order and JSON array order should be
|
|
7600
|
-
* kept as is.</p>
|
|
7601
|
-
* <p>
|
|
7602
|
-
* <code>Q_CONNECT_ENABLED</code>. TRUE and FALSE are the only valid filterValues for the
|
|
7603
|
-
* <code>Q_CONNECT_ENABLED</code> filter key. </p>
|
|
7595
|
+
* <p>TRUE and FALSE are the only valid filter values for the <code>Q_CONNECT_ENABLED</code> filter key.</p>
|
|
7604
7596
|
* <ul>
|
|
7605
7597
|
* <li>
|
|
7606
7598
|
* <p>TRUE includes all contacts that had Connect AI Agents enabled as part of the flow.</p>
|
|
7607
7599
|
* </li>
|
|
7608
7600
|
* <li>
|
|
7609
|
-
* <p>FALSE includes all contacts that did not have Connect AI Agents enabled as part of the flow
|
|
7610
|
-
* </li>
|
|
7611
|
-
* <li>
|
|
7612
|
-
* <p>EXPERIENCE_VALIDATION and FLOW_VALIDATION are the only valid filterValues for the
|
|
7613
|
-
* contact/segmentAttributes/connect:ValidationTestType filter key</p>
|
|
7601
|
+
* <p>FALSE includes all contacts that did not have Connect AI Agents enabled as part of the flow.</p>
|
|
7614
7602
|
* </li>
|
|
7615
7603
|
* </ul>
|
|
7616
|
-
*
|
|
7604
|
+
* </li>
|
|
7605
|
+
* <li>
|
|
7606
|
+
* <p>
|
|
7607
|
+
* <code>EXPERIENCE_VALIDATION</code> and <code>FLOW_VALIDATION</code> are the only valid filter values for the
|
|
7608
|
+
* <code>contact/segmentAttributes/connect:ValidationTestType</code> filter key. This filter is available only for
|
|
7609
|
+
* contact record-driven metrics.</p>
|
|
7610
|
+
* </li>
|
|
7611
|
+
* <li>
|
|
7617
7612
|
* <p>
|
|
7618
|
-
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-outbound-campaigns_Campaign.html">Campaign</a> ARNs are valid
|
|
7613
|
+
* <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_connect-outbound-campaigns_Campaign.html">Campaign</a> ARNs are valid filter values for the <code>CAMPAIGN</code> filter key.</p>
|
|
7614
|
+
* </li>
|
|
7615
|
+
* <li>
|
|
7616
|
+
* <p>To filter by phone number, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/create-historical-metrics-report.html">Create a historical metrics report</a> in
|
|
7617
|
+
* the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
7619
7618
|
* </li>
|
|
7620
7619
|
* </ul>
|
|
7621
7620
|
* @public
|
|
@@ -7932,26 +7931,30 @@ export interface GetMetricDataV2Request {
|
|
|
7932
7931
|
* <p>Unit: Count</p>
|
|
7933
7932
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Type, AI Use Case, Channel, Queue, Routing
|
|
7934
7933
|
* Profile</p>
|
|
7935
|
-
* <p>UI name: Active AI Agents</
|
|
7934
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#active-ai-agents">Active AI Agents</a>
|
|
7935
|
+
* </p>
|
|
7936
7936
|
* </dd>
|
|
7937
7937
|
* <dt>AI_HANDOFF_RATE</dt>
|
|
7938
7938
|
* <dd>
|
|
7939
7939
|
* <p>Unit: Percent</p>
|
|
7940
7940
|
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
7941
|
-
* <p>UI name: Handoff Rate</
|
|
7941
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-handoff-rate">AI Handoff Rate</a>
|
|
7942
|
+
* </p>
|
|
7942
7943
|
* </dd>
|
|
7943
7944
|
* <dt>AI_HANDOFFS</dt>
|
|
7944
7945
|
* <dd>
|
|
7945
7946
|
* <p>Unit: Count</p>
|
|
7946
7947
|
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
7947
|
-
* <p>UI name: AI
|
|
7948
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-handoffs">AI Handoffs</a>
|
|
7949
|
+
* </p>
|
|
7948
7950
|
* </dd>
|
|
7949
7951
|
* <dt>AI_AGENT_INVOCATION_SUCCESS</dt>
|
|
7950
7952
|
* <dd>
|
|
7951
7953
|
* <p>Unit: Count</p>
|
|
7952
7954
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Use Case,
|
|
7953
7955
|
* Channel, Queue, Routing Profile</p>
|
|
7954
|
-
* <p>UI name: AI Agent Invocation Success
|
|
7956
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-invocation-success">AI Agent Invocation Success</a>
|
|
7957
|
+
* </p>
|
|
7955
7958
|
* <note>
|
|
7956
7959
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
7957
7960
|
* </note>
|
|
@@ -7961,7 +7964,8 @@ export interface GetMetricDataV2Request {
|
|
|
7961
7964
|
* <p>Unit: Percent</p>
|
|
7962
7965
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Use Case,
|
|
7963
7966
|
* Channel, Queue, Routing Profile</p>
|
|
7964
|
-
* <p>UI name: AI Agent Invocation Success Rate</
|
|
7967
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-invocation-success-rate">AI Agent Invocation Success Rate</a>
|
|
7968
|
+
* </p>
|
|
7965
7969
|
* <note>
|
|
7966
7970
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
7967
7971
|
* </note>
|
|
@@ -7971,7 +7975,8 @@ export interface GetMetricDataV2Request {
|
|
|
7971
7975
|
* <p>Unit: Count</p>
|
|
7972
7976
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Type, AI Agent Name Version, AI Use Case,
|
|
7973
7977
|
* Channel, Queue, Routing Profile</p>
|
|
7974
|
-
* <p>UI name: AI Agent
|
|
7978
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-agent-invocations">AI Agent Invocations</a>
|
|
7979
|
+
* </p>
|
|
7975
7980
|
* <note>
|
|
7976
7981
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
7977
7982
|
* </note>
|
|
@@ -7980,20 +7985,23 @@ export interface GetMetricDataV2Request {
|
|
|
7980
7985
|
* <dd>
|
|
7981
7986
|
* <p>Unit: Percent</p>
|
|
7982
7987
|
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
7983
|
-
* <p>UI name: AI Response Completion Rate</
|
|
7988
|
+
* <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>
|
|
7989
|
+
* </p>
|
|
7984
7990
|
* </dd>
|
|
7985
7991
|
* <dt>AI_INVOLVED_CONTACTS</dt>
|
|
7986
7992
|
* <dd>
|
|
7987
7993
|
* <p>Unit: Count</p>
|
|
7988
7994
|
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
7989
|
-
* <p>UI name: AI Contacts</
|
|
7995
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-involved-contacts">AI Involved Contacts</a>
|
|
7996
|
+
* </p>
|
|
7990
7997
|
* </dd>
|
|
7991
7998
|
* <dt>AI_PROMPT_INVOCATION_SUCCESS</dt>
|
|
7992
7999
|
* <dd>
|
|
7993
8000
|
* <p>Unit: Count</p>
|
|
7994
8001
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Prompt, AI
|
|
7995
8002
|
* Prompt ID, AI Prompt Name, AI Prompt Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
7996
|
-
* <p>UI name: AI Prompt Invocation Success
|
|
8003
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-prompt-invocation-success">AI Prompt Invocation Success</a>
|
|
8004
|
+
* </p>
|
|
7997
8005
|
* <note>
|
|
7998
8006
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
7999
8007
|
* </note>
|
|
@@ -8003,7 +8011,41 @@ export interface GetMetricDataV2Request {
|
|
|
8003
8011
|
* <p>Unit: Percent</p>
|
|
8004
8012
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Prompt, AI
|
|
8005
8013
|
* Prompt ID, AI Prompt Name, AI Prompt Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8006
|
-
* <p>UI name: AI Prompt Invocation Success Rate</
|
|
8014
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-prompt-invocation-success-rate">AI Prompt Invocation Success Rate</a>
|
|
8015
|
+
* </p>
|
|
8016
|
+
* <note>
|
|
8017
|
+
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8018
|
+
* </note>
|
|
8019
|
+
* </dd>
|
|
8020
|
+
* <dt>AI_PROMPT_INVOCATIONS</dt>
|
|
8021
|
+
* <dd>
|
|
8022
|
+
* <p>Unit: Count</p>
|
|
8023
|
+
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Prompt, AI
|
|
8024
|
+
* Prompt ID, AI Prompt Name, AI Prompt Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8025
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-prompt-invocations">AI Prompt Invocations</a>
|
|
8026
|
+
* </p>
|
|
8027
|
+
* <note>
|
|
8028
|
+
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8029
|
+
* </note>
|
|
8030
|
+
* </dd>
|
|
8031
|
+
* <dt>AI_TOOL_INVOCATION_SUCCESS</dt>
|
|
8032
|
+
* <dd>
|
|
8033
|
+
* <p>Unit: Count</p>
|
|
8034
|
+
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI
|
|
8035
|
+
* Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8036
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-invocation-success">AI Tool Invocation Success</a>
|
|
8037
|
+
* </p>
|
|
8038
|
+
* <note>
|
|
8039
|
+
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8040
|
+
* </note>
|
|
8041
|
+
* </dd>
|
|
8042
|
+
* <dt>AI_TOOL_INVOCATION_SUCCESS_RATE</dt>
|
|
8043
|
+
* <dd>
|
|
8044
|
+
* <p>Unit: Percent</p>
|
|
8045
|
+
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI
|
|
8046
|
+
* Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8047
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-invocation-success-rate">AI Tool Invocation Success Rate</a>
|
|
8048
|
+
* </p>
|
|
8007
8049
|
* <note>
|
|
8008
8050
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8009
8051
|
* </note>
|
|
@@ -8013,7 +8055,8 @@ export interface GetMetricDataV2Request {
|
|
|
8013
8055
|
* <p>Unit: Count</p>
|
|
8014
8056
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI
|
|
8015
8057
|
* Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8016
|
-
* <p>UI name: AI Tool
|
|
8058
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#ai-tool-invocations">AI Tool Invocations</a>
|
|
8059
|
+
* </p>
|
|
8017
8060
|
* <note>
|
|
8018
8061
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8019
8062
|
* </note>
|
|
@@ -8023,7 +8066,8 @@ export interface GetMetricDataV2Request {
|
|
|
8023
8066
|
* <p>Unit: Count</p>
|
|
8024
8067
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Use Case,
|
|
8025
8068
|
* Channel, Queue, Routing Profile </p>
|
|
8026
|
-
* <p>UI name: Average AI Agent Conversation Turns</
|
|
8069
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-ai-agent-conversation-turns">Average AI Agent Conversation Turns</a>
|
|
8070
|
+
* </p>
|
|
8027
8071
|
* <note>
|
|
8028
8072
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8029
8073
|
* </note>
|
|
@@ -8032,14 +8076,16 @@ export interface GetMetricDataV2Request {
|
|
|
8032
8076
|
* <dd>
|
|
8033
8077
|
* <p>Unit: Count</p>
|
|
8034
8078
|
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8035
|
-
* <p>UI name: AI Conversation Turns</
|
|
8079
|
+
* <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>
|
|
8080
|
+
* </p>
|
|
8036
8081
|
* </dd>
|
|
8037
8082
|
* <dt>AVG_AI_PROMPT_INVOCATION_LATENCY</dt>
|
|
8038
8083
|
* <dd>
|
|
8039
8084
|
* <p>Unit: Milliseconds</p>
|
|
8040
8085
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Prompt, AI
|
|
8041
8086
|
* Prompt ID, AI Prompt Name, AI Prompt Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8042
|
-
* <p>UI name: Average AI Prompt Invocation Latency</
|
|
8087
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-ai-prompt-invocation-latency">Average AI Prompt Invocation Latency</a>
|
|
8088
|
+
* </p>
|
|
8043
8089
|
* <note>
|
|
8044
8090
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8045
8091
|
* </note>
|
|
@@ -8049,7 +8095,8 @@ export interface GetMetricDataV2Request {
|
|
|
8049
8095
|
* <p>Unit: Milliseconds</p>
|
|
8050
8096
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Name Version, AI Agent Type, AI Tool ID, AI
|
|
8051
8097
|
* Tool Name, AI Tool Type, AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8052
|
-
* <p>UI name: Average AI Tool Invocation Latency</
|
|
8098
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#average-ai-tool-invocation-latency">Average AI Tool Invocation Latency</a>
|
|
8099
|
+
* </p>
|
|
8053
8100
|
* <note>
|
|
8054
8101
|
* <p>AI Agent Name Version is not a valid filter but a valid grouping.</p>
|
|
8055
8102
|
* </note>
|
|
@@ -8059,49 +8106,43 @@ export interface GetMetricDataV2Request {
|
|
|
8059
8106
|
* <p>Unit: Count</p>
|
|
8060
8107
|
* <p>Valid groupings and filters: AI Agent, AI Agent Name, AI Agent Type, AI Use Case, Channel, Knowledge Base
|
|
8061
8108
|
* Name, Queue, Routing Profile</p>
|
|
8062
|
-
* <p>UI name:
|
|
8109
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#knowledge-content-references">Knowledge Content References</a>
|
|
8110
|
+
* </p>
|
|
8063
8111
|
* </dd>
|
|
8064
8112
|
* <dt>PROACTIVE_INTENT_ENGAGEMENT_RATE</dt>
|
|
8065
8113
|
* <dd>
|
|
8066
8114
|
* <p>Unit: Percent</p>
|
|
8067
8115
|
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8068
|
-
* <p>UI name: Proactive Intent Engagement Rate</
|
|
8116
|
+
* <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>
|
|
8117
|
+
* </p>
|
|
8069
8118
|
* </dd>
|
|
8070
8119
|
* <dt>PROACTIVE_INTENT_RESPONSE_RATE</dt>
|
|
8071
8120
|
* <dd>
|
|
8072
8121
|
* <p>Unit: Percent</p>
|
|
8073
8122
|
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile </p>
|
|
8074
|
-
* <p>UI name: Proactive Intent Response Rate</
|
|
8123
|
+
* <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>
|
|
8124
|
+
* </p>
|
|
8075
8125
|
* </dd>
|
|
8076
8126
|
* <dt>PROACTIVE_INTENTS_ANSWERED</dt>
|
|
8077
8127
|
* <dd>
|
|
8078
8128
|
* <p>Unit: Count</p>
|
|
8079
8129
|
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8080
|
-
* <p>UI name: Proactive Intents Answered</
|
|
8130
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-answered">Proactive Intents Answered</a>
|
|
8131
|
+
* </p>
|
|
8081
8132
|
* </dd>
|
|
8082
8133
|
* <dt>PROACTIVE_INTENTS_DETECTED</dt>
|
|
8083
8134
|
* <dd>
|
|
8084
8135
|
* <p>Unit: Count</p>
|
|
8085
8136
|
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8086
|
-
* <p>UI name: Proactive Intents Detected</
|
|
8087
|
-
*
|
|
8088
|
-
* <dt> </dt>
|
|
8089
|
-
* <dd>
|
|
8090
|
-
* <p>Unit: </p>
|
|
8091
|
-
* <p>Valid groupings and filters: </p>
|
|
8092
|
-
* <p>UI name: </p>
|
|
8093
|
-
* </dd>
|
|
8094
|
-
* <dt> </dt>
|
|
8095
|
-
* <dd>
|
|
8096
|
-
* <p>Unit: </p>
|
|
8097
|
-
* <p>Valid groupings and filters: </p>
|
|
8098
|
-
* <p>UI name: </p>
|
|
8137
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-detected">Proactive Intents Detected</a>
|
|
8138
|
+
* </p>
|
|
8099
8139
|
* </dd>
|
|
8100
8140
|
* <dt>PROACTIVE_INTENTS_ENGAGED</dt>
|
|
8101
8141
|
* <dd>
|
|
8102
8142
|
* <p>Unit: Count</p>
|
|
8103
8143
|
* <p>Valid groupings and filters: AI Use Case, Channel, Queue, Routing Profile</p>
|
|
8104
|
-
* <p>UI name:
|
|
8144
|
+
* <p>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/metrics-definitions.html#proactive-intents-engaged">Proactive Intents Engaged</a>
|
|
8145
|
+
* </p>
|
|
8105
8146
|
* </dd>
|
|
8106
8147
|
* <dt>AVG_HOLD_TIME</dt>
|
|
8107
8148
|
* <dd>
|
|
@@ -1317,7 +1317,7 @@ export interface UrlReference {
|
|
|
1317
1317
|
* between the URL and attachment based on the reference type.</p>
|
|
1318
1318
|
* @public
|
|
1319
1319
|
*/
|
|
1320
|
-
export type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.DateMember | ReferenceSummary.EmailMember | ReferenceSummary.EmailMessageMember | ReferenceSummary.EmailMessagePlainTextMember | ReferenceSummary.NumberMember | ReferenceSummary.StringMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
|
|
1320
|
+
export type ReferenceSummary = ReferenceSummary.AttachmentMember | ReferenceSummary.DateMember | ReferenceSummary.EmailMember | ReferenceSummary.EmailMessageMember | ReferenceSummary.EmailMessagePlainTextMember | ReferenceSummary.EmailMessagePlainTextRedactedMember | ReferenceSummary.EmailMessageRedactedMember | ReferenceSummary.NumberMember | ReferenceSummary.StringMember | ReferenceSummary.UrlMember | ReferenceSummary.$UnknownMember;
|
|
1321
1321
|
/**
|
|
1322
1322
|
* @public
|
|
1323
1323
|
*/
|
|
@@ -1330,7 +1330,9 @@ export declare namespace ReferenceSummary {
|
|
|
1330
1330
|
Url: UrlReference;
|
|
1331
1331
|
Attachment?: never;
|
|
1332
1332
|
EmailMessage?: never;
|
|
1333
|
+
EmailMessageRedacted?: never;
|
|
1333
1334
|
EmailMessagePlainText?: never;
|
|
1335
|
+
EmailMessagePlainTextRedacted?: never;
|
|
1334
1336
|
String?: never;
|
|
1335
1337
|
Number?: never;
|
|
1336
1338
|
Date?: never;
|
|
@@ -1346,7 +1348,9 @@ export declare namespace ReferenceSummary {
|
|
|
1346
1348
|
Url?: never;
|
|
1347
1349
|
Attachment: AttachmentReference;
|
|
1348
1350
|
EmailMessage?: never;
|
|
1351
|
+
EmailMessageRedacted?: never;
|
|
1349
1352
|
EmailMessagePlainText?: never;
|
|
1353
|
+
EmailMessagePlainTextRedacted?: never;
|
|
1350
1354
|
String?: never;
|
|
1351
1355
|
Number?: never;
|
|
1352
1356
|
Date?: never;
|
|
@@ -1361,7 +1365,26 @@ export declare namespace ReferenceSummary {
|
|
|
1361
1365
|
Url?: never;
|
|
1362
1366
|
Attachment?: never;
|
|
1363
1367
|
EmailMessage: EmailMessageReference;
|
|
1368
|
+
EmailMessageRedacted?: never;
|
|
1364
1369
|
EmailMessagePlainText?: never;
|
|
1370
|
+
EmailMessagePlainTextRedacted?: never;
|
|
1371
|
+
String?: never;
|
|
1372
|
+
Number?: never;
|
|
1373
|
+
Date?: never;
|
|
1374
|
+
Email?: never;
|
|
1375
|
+
$unknown?: never;
|
|
1376
|
+
}
|
|
1377
|
+
/**
|
|
1378
|
+
* <p>Information about the reference when the referenceType is <code>EMAIL_MESSAGE</code>. Otherwise, null.</p>
|
|
1379
|
+
* @public
|
|
1380
|
+
*/
|
|
1381
|
+
interface EmailMessageRedactedMember {
|
|
1382
|
+
Url?: never;
|
|
1383
|
+
Attachment?: never;
|
|
1384
|
+
EmailMessage?: never;
|
|
1385
|
+
EmailMessageRedacted: EmailMessageReference;
|
|
1386
|
+
EmailMessagePlainText?: never;
|
|
1387
|
+
EmailMessagePlainTextRedacted?: never;
|
|
1365
1388
|
String?: never;
|
|
1366
1389
|
Number?: never;
|
|
1367
1390
|
Date?: never;
|
|
@@ -1376,7 +1399,26 @@ export declare namespace ReferenceSummary {
|
|
|
1376
1399
|
Url?: never;
|
|
1377
1400
|
Attachment?: never;
|
|
1378
1401
|
EmailMessage?: never;
|
|
1402
|
+
EmailMessageRedacted?: never;
|
|
1379
1403
|
EmailMessagePlainText: EmailMessageReference;
|
|
1404
|
+
EmailMessagePlainTextRedacted?: never;
|
|
1405
|
+
String?: never;
|
|
1406
|
+
Number?: never;
|
|
1407
|
+
Date?: never;
|
|
1408
|
+
Email?: never;
|
|
1409
|
+
$unknown?: never;
|
|
1410
|
+
}
|
|
1411
|
+
/**
|
|
1412
|
+
* <p>Information about the reference when the referenceType is <code>EMAIL_MESSAGE</code>. Otherwise, null.</p>
|
|
1413
|
+
* @public
|
|
1414
|
+
*/
|
|
1415
|
+
interface EmailMessagePlainTextRedactedMember {
|
|
1416
|
+
Url?: never;
|
|
1417
|
+
Attachment?: never;
|
|
1418
|
+
EmailMessage?: never;
|
|
1419
|
+
EmailMessageRedacted?: never;
|
|
1420
|
+
EmailMessagePlainText?: never;
|
|
1421
|
+
EmailMessagePlainTextRedacted: EmailMessageReference;
|
|
1380
1422
|
String?: never;
|
|
1381
1423
|
Number?: never;
|
|
1382
1424
|
Date?: never;
|
|
@@ -1392,7 +1434,9 @@ export declare namespace ReferenceSummary {
|
|
|
1392
1434
|
Url?: never;
|
|
1393
1435
|
Attachment?: never;
|
|
1394
1436
|
EmailMessage?: never;
|
|
1437
|
+
EmailMessageRedacted?: never;
|
|
1395
1438
|
EmailMessagePlainText?: never;
|
|
1439
|
+
EmailMessagePlainTextRedacted?: never;
|
|
1396
1440
|
String: StringReference;
|
|
1397
1441
|
Number?: never;
|
|
1398
1442
|
Date?: never;
|
|
@@ -1408,7 +1452,9 @@ export declare namespace ReferenceSummary {
|
|
|
1408
1452
|
Url?: never;
|
|
1409
1453
|
Attachment?: never;
|
|
1410
1454
|
EmailMessage?: never;
|
|
1455
|
+
EmailMessageRedacted?: never;
|
|
1411
1456
|
EmailMessagePlainText?: never;
|
|
1457
|
+
EmailMessagePlainTextRedacted?: never;
|
|
1412
1458
|
String?: never;
|
|
1413
1459
|
Number: NumberReference;
|
|
1414
1460
|
Date?: never;
|
|
@@ -1423,7 +1469,9 @@ export declare namespace ReferenceSummary {
|
|
|
1423
1469
|
Url?: never;
|
|
1424
1470
|
Attachment?: never;
|
|
1425
1471
|
EmailMessage?: never;
|
|
1472
|
+
EmailMessageRedacted?: never;
|
|
1426
1473
|
EmailMessagePlainText?: never;
|
|
1474
|
+
EmailMessagePlainTextRedacted?: never;
|
|
1427
1475
|
String?: never;
|
|
1428
1476
|
Number?: never;
|
|
1429
1477
|
Date: DateReference;
|
|
@@ -1438,7 +1486,9 @@ export declare namespace ReferenceSummary {
|
|
|
1438
1486
|
Url?: never;
|
|
1439
1487
|
Attachment?: never;
|
|
1440
1488
|
EmailMessage?: never;
|
|
1489
|
+
EmailMessageRedacted?: never;
|
|
1441
1490
|
EmailMessagePlainText?: never;
|
|
1491
|
+
EmailMessagePlainTextRedacted?: never;
|
|
1442
1492
|
String?: never;
|
|
1443
1493
|
Number?: never;
|
|
1444
1494
|
Date?: never;
|
|
@@ -1452,7 +1502,9 @@ export declare namespace ReferenceSummary {
|
|
|
1452
1502
|
Url?: never;
|
|
1453
1503
|
Attachment?: never;
|
|
1454
1504
|
EmailMessage?: never;
|
|
1505
|
+
EmailMessageRedacted?: never;
|
|
1455
1506
|
EmailMessagePlainText?: never;
|
|
1507
|
+
EmailMessagePlainTextRedacted?: never;
|
|
1456
1508
|
String?: never;
|
|
1457
1509
|
Number?: never;
|
|
1458
1510
|
Date?: never;
|
|
@@ -1467,7 +1519,9 @@ export declare namespace ReferenceSummary {
|
|
|
1467
1519
|
Url: (value: UrlReference) => T;
|
|
1468
1520
|
Attachment: (value: AttachmentReference) => T;
|
|
1469
1521
|
EmailMessage: (value: EmailMessageReference) => T;
|
|
1522
|
+
EmailMessageRedacted: (value: EmailMessageReference) => T;
|
|
1470
1523
|
EmailMessagePlainText: (value: EmailMessageReference) => T;
|
|
1524
|
+
EmailMessagePlainTextRedacted: (value: EmailMessageReference) => T;
|
|
1471
1525
|
String: (value: StringReference) => T;
|
|
1472
1526
|
Number: (value: NumberReference) => T;
|
|
1473
1527
|
Date: (value: DateReference) => T;
|
|
@@ -4599,12 +4653,12 @@ export interface ListTestCaseExecutionsRequest {
|
|
|
4599
4653
|
* <p>Filter executions that started after this time.</p>
|
|
4600
4654
|
* @public
|
|
4601
4655
|
*/
|
|
4602
|
-
StartTime?:
|
|
4656
|
+
StartTime?: number | undefined;
|
|
4603
4657
|
/**
|
|
4604
4658
|
* <p>Filter executions that started before this time.</p>
|
|
4605
4659
|
* @public
|
|
4606
4660
|
*/
|
|
4607
|
-
EndTime?:
|
|
4661
|
+
EndTime?: number | undefined;
|
|
4608
4662
|
/**
|
|
4609
4663
|
* <p>Filter executions by status.</p>
|
|
4610
4664
|
* @public
|
|
@@ -79,6 +79,13 @@ export declare const ParticipantState: {
|
|
|
79
79
|
};
|
|
80
80
|
export type ParticipantState =
|
|
81
81
|
(typeof ParticipantState)[keyof typeof ParticipantState];
|
|
82
|
+
export declare const VoiceEnhancementMode: {
|
|
83
|
+
readonly NOISE_SUPPRESSION: "NOISE_SUPPRESSION";
|
|
84
|
+
readonly NONE: "NONE";
|
|
85
|
+
readonly VOICE_ISOLATION: "VOICE_ISOLATION";
|
|
86
|
+
};
|
|
87
|
+
export type VoiceEnhancementMode =
|
|
88
|
+
(typeof VoiceEnhancementMode)[keyof typeof VoiceEnhancementMode];
|
|
82
89
|
export declare const AgentStatusState: {
|
|
83
90
|
readonly DISABLED: "DISABLED";
|
|
84
91
|
readonly ENABLED: "ENABLED";
|
|
@@ -218,7 +225,11 @@ export type FileStatusType =
|
|
|
218
225
|
(typeof FileStatusType)[keyof typeof FileStatusType];
|
|
219
226
|
export declare const FileUseCaseType: {
|
|
220
227
|
readonly ATTACHMENT: "ATTACHMENT";
|
|
228
|
+
readonly CONTACT_ANALYSIS: "CONTACT_ANALYSIS";
|
|
221
229
|
readonly EMAIL_MESSAGE: "EMAIL_MESSAGE";
|
|
230
|
+
readonly EMAIL_MESSAGE_PLAIN_TEXT: "EMAIL_MESSAGE_PLAIN_TEXT";
|
|
231
|
+
readonly EMAIL_MESSAGE_PLAIN_TEXT_REDACTED: "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED";
|
|
232
|
+
readonly EMAIL_MESSAGE_REDACTED: "EMAIL_MESSAGE_REDACTED";
|
|
222
233
|
};
|
|
223
234
|
export type FileUseCaseType =
|
|
224
235
|
(typeof FileUseCaseType)[keyof typeof FileUseCaseType];
|
|
@@ -281,6 +292,8 @@ export declare const ReferenceType: {
|
|
|
281
292
|
readonly EMAIL: "EMAIL";
|
|
282
293
|
readonly EMAIL_MESSAGE: "EMAIL_MESSAGE";
|
|
283
294
|
readonly EMAIL_MESSAGE_PLAIN_TEXT: "EMAIL_MESSAGE_PLAIN_TEXT";
|
|
295
|
+
readonly EMAIL_MESSAGE_PLAIN_TEXT_REDACTED: "EMAIL_MESSAGE_PLAIN_TEXT_REDACTED";
|
|
296
|
+
readonly EMAIL_MESSAGE_REDACTED: "EMAIL_MESSAGE_REDACTED";
|
|
284
297
|
readonly NUMBER: "NUMBER";
|
|
285
298
|
readonly STRING: "STRING";
|
|
286
299
|
readonly URL: "URL";
|
|
@@ -600,6 +613,7 @@ export declare const EventSourceName: {
|
|
|
600
613
|
readonly OnCaseCreate: "OnCaseCreate";
|
|
601
614
|
readonly OnCaseUpdate: "OnCaseUpdate";
|
|
602
615
|
readonly OnContactEvaluationSubmit: "OnContactEvaluationSubmit";
|
|
616
|
+
readonly OnEmailAnalysisAvailable: "OnEmailAnalysisAvailable";
|
|
603
617
|
readonly OnMetricDataUpdate: "OnMetricDataUpdate";
|
|
604
618
|
readonly OnPostCallAnalysisAvailable: "OnPostCallAnalysisAvailable";
|
|
605
619
|
readonly OnPostChatAnalysisAvailable: "OnPostChatAnalysisAvailable";
|
|
@@ -674,13 +688,6 @@ export declare const PhoneType: {
|
|
|
674
688
|
readonly SOFT_PHONE: "SOFT_PHONE";
|
|
675
689
|
};
|
|
676
690
|
export type PhoneType = (typeof PhoneType)[keyof typeof PhoneType];
|
|
677
|
-
export declare const VoiceEnhancementMode: {
|
|
678
|
-
readonly NOISE_SUPPRESSION: "NOISE_SUPPRESSION";
|
|
679
|
-
readonly NONE: "NONE";
|
|
680
|
-
readonly VOICE_ISOLATION: "VOICE_ISOLATION";
|
|
681
|
-
};
|
|
682
|
-
export type VoiceEnhancementMode =
|
|
683
|
-
(typeof VoiceEnhancementMode)[keyof typeof VoiceEnhancementMode];
|
|
684
691
|
export declare const ViewStatus: {
|
|
685
692
|
readonly PUBLISHED: "PUBLISHED";
|
|
686
693
|
readonly SAVED: "SAVED";
|
|
@@ -186,6 +186,7 @@ export interface AgentInfo {
|
|
|
186
186
|
AfterContactWorkEndTimestamp?: Date | undefined;
|
|
187
187
|
AgentInitiatedHoldDuration?: number | undefined;
|
|
188
188
|
StateTransitions?: StateTransition[] | undefined;
|
|
189
|
+
VoiceEnhancementMode?: VoiceEnhancementMode | undefined;
|
|
189
190
|
}
|
|
190
191
|
export interface AudioQualityMetricsInfo {
|
|
191
192
|
QualityScore?: number | undefined;
|