@cdklabs/cdk-construct-connect-datalake 0.0.11 → 0.0.13
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 +9 -9
- 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 +9 -9
- package/node_modules/@aws-sdk/client-glue/README.md +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +38 -0
- 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 +91 -36
- 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 +8 -0
- 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 +66 -11
- 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/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/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 +24 -0
- 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 +70 -97
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +97 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +8 -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/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 +11 -0
- 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 +18 -22
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +21 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
- package/node_modules/@aws-sdk/client-glue/package.json +9 -9
- package/node_modules/@aws-sdk/client-lakeformation/package.json +9 -9
- package/node_modules/@aws-sdk/client-ram/package.json +9 -9
- package/node_modules/@aws-sdk/client-sts/package.json +11 -11
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +12 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
- 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/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +12 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +12 -6
- package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -8
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -1
- package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +12 -1
- 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/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 +9 -9
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -6
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@nodable/entities/package.json +1 -1
- package/node_modules/@nodable/entities/src/EntityDecoder.js +1 -1
- package/node_modules/@nodable/entities/src/entities.js +0 -18
- package/node_modules/@smithy/core/dist-cjs/index.js +3 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +3 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +9 -40
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +9 -40
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +12 -142
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +39 -22
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +39 -22
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +7 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +2 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +184 -0
- package/node_modules/@smithy/core/dist-es/index.js +6 -6
- package/node_modules/@smithy/core/dist-es/submodules/client/index.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +5 -5
- package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js +19 -6
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +4 -5
- package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/ConfiguredRetryStrategy.js +4 -5
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRetryToken.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +9 -5
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -4
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/transport/index.js +9 -0
- package/node_modules/@smithy/core/dist-es/submodules/{protocols/url-parser → transport}/parseUrl.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/{endpoints → transport}/toEndpointV1.js +1 -1
- package/node_modules/@smithy/core/dist-types/index.d.ts +10 -6
- package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +2 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/index.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +5 -5
- package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpHandler.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/configurations.d.ts +4 -1
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/ConfiguredRetryStrategy.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/DefaultRetryToken.d.ts +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/StandardRetryStrategy.d.ts +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +9 -0
- package/node_modules/@smithy/core/package.json +20 -11
- package/node_modules/@smithy/core/transport.d.ts +5 -0
- package/node_modules/@smithy/core/transport.js +5 -0
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +14 -13
- package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +14 -13
- 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 +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -4
- 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 +4 -4
- package/node_modules/@smithy/signature-v4/package.json +3 -3
- package/node_modules/@smithy/types/dist-types/retry.d.ts +25 -0
- package/node_modules/@smithy/types/package.json +1 -1
- 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/hasown/CHANGELOG.md +7 -0
- package/node_modules/hasown/index.d.ts +0 -1
- package/node_modules/hasown/package.json +4 -5
- package/node_modules/which-typed-array/CHANGELOG.md +18 -0
- package/node_modules/which-typed-array/eslint.config.mjs +12 -0
- package/node_modules/which-typed-array/index.d.ts +22 -53
- package/node_modules/which-typed-array/index.js +36 -23
- package/node_modules/which-typed-array/package.json +8 -8
- package/package.json +15 -15
- package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +0 -6
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -21
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -21
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -46
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +0 -6
- package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +0 -24
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +0 -19
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +0 -27
- package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +0 -5
- package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +0 -10
- package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +0 -44
- package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +0 -5
- package/node_modules/@smithy/core/dist-cjs/setFeature.js +0 -14
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -18
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -38
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -15
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +0 -6
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -9
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +0 -6
- package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +0 -61
- package/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +0 -1
- package/node_modules/@smithy/core/dist-es/submodules/client/util-middleware/getSmithyContext.js +0 -2
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/TestVectors.fixture.js +0 -146
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/vectorTypes.fixture.js +0 -1
- package/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +0 -6
- package/node_modules/@smithy/core/dist-types/submodules/client/util-middleware/getSmithyContext.d.ts +0 -5
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/TestVectors.fixture.d.ts +0 -2
- package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/vectorTypes.fixture.d.ts +0 -12
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -8
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +0 -21
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +0 -88
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -21
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +0 -12
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -12
- package/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +0 -399
- package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +0 -14
- package/node_modules/which-typed-array/.eslintrc +0 -10
- /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemePlugin.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/httpAuthSchemeMiddleware.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/index.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/resolveAuthOptions.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/getHttpSigningMiddleware.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/httpSigningMiddleware.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/index.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{pagination → legacy-root-exports/pagination}/createPaginator.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/DefaultIdentityProviderConfig.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpApiKeyAuth.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpBearerAuth.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/index.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/noAuth.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/index.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/memoizeIdentityProvider.js +0 -0
- /package/node_modules/@smithy/core/dist-es/{getSmithyContext.js → submodules/transport/getSmithyContext.js} +0 -0
- /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/httpRequest.js +0 -0
- /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/httpResponse.js +0 -0
- /package/node_modules/@smithy/core/dist-es/submodules/{endpoints/util-endpoints/lib → transport}/isValidHostLabel.js +0 -0
- /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/isValidHostname.js +0 -0
- /package/node_modules/@smithy/core/dist-es/submodules/{client/util-middleware → transport}/normalizeProvider.js +0 -0
- /package/node_modules/@smithy/core/dist-es/submodules/{protocols/querystring-parser → transport}/parseQueryString.js +0 -0
- /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemePlugin.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/httpAuthSchemeMiddleware.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/index.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/resolveAuthOptions.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/getHttpSigningMiddleware.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/httpSigningMiddleware.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/index.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{pagination → legacy-root-exports/pagination}/createPaginator.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/DefaultIdentityProviderConfig.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpBearerAuth.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/index.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/noAuth.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/index.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/memoizeIdentityProvider.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/{getSmithyContext.d.ts → submodules/transport/getSmithyContext.d.ts} +0 -0
- /package/node_modules/@smithy/core/dist-types/submodules/{protocols/protocol-http → transport}/httpRequest.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/submodules/{protocols/protocol-http → transport}/httpResponse.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/submodules/{endpoints/util-endpoints/lib → transport}/isValidHostLabel.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/submodules/{protocols/protocol-http → transport}/isValidHostname.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/submodules/{client/util-middleware → transport}/normalizeProvider.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/submodules/{protocols/querystring-parser → transport}/parseQueryString.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/submodules/{protocols/url-parser → transport}/parseUrl.d.ts +0 -0
- /package/node_modules/@smithy/core/dist-types/submodules/{endpoints → transport}/toEndpointV1.d.ts +0 -0
package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts
CHANGED
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetMetricDataV2Response,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { GetMetricDataV2Request } from "../models/models_1";
|
|
9
|
+
import { GetMetricDataV2Response } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetMetricDataV2CommandInput extends GetMetricDataV2Request {}
|
package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts
CHANGED
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
SearchPromptsRequest,
|
|
10
|
+
SearchPromptsResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface SearchPromptsCommandInput extends SearchPromptsRequest {}
|
package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts
CHANGED
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import { SearchQueuesResponse } from "../models/
|
|
9
|
-
import { SearchQueuesRequest } from "../models/models_3";
|
|
8
|
+
import { SearchQueuesRequest, SearchQueuesResponse } from "../models/models_3";
|
|
10
9
|
export { __MetadataBearer };
|
|
11
10
|
export { $Command };
|
|
12
11
|
export interface SearchQueuesCommandInput extends SearchQueuesRequest {}
|
|
@@ -79,7 +79,6 @@ import {
|
|
|
79
79
|
ViewStatus,
|
|
80
80
|
ViewType,
|
|
81
81
|
VocabularyLanguageCode,
|
|
82
|
-
VocabularyState,
|
|
83
82
|
VoiceEnhancementMode,
|
|
84
83
|
} from "./enums";
|
|
85
84
|
export interface ActionSummary {
|
|
@@ -252,6 +251,15 @@ export interface AiAgentInfo {
|
|
|
252
251
|
AiAgentVersionId?: string | undefined;
|
|
253
252
|
AiAgentEscalated?: boolean | undefined;
|
|
254
253
|
}
|
|
254
|
+
export interface AiAgentSearchCriteria {
|
|
255
|
+
Id?: string | undefined;
|
|
256
|
+
VersionNumber?: number | undefined;
|
|
257
|
+
AiAgentEscalated?: boolean | undefined;
|
|
258
|
+
AiUseCase?: AiUseCase | undefined;
|
|
259
|
+
}
|
|
260
|
+
export interface AiAgentsCriteria {
|
|
261
|
+
Criteria?: AiAgentSearchCriteria[] | undefined;
|
|
262
|
+
}
|
|
255
263
|
export interface AliasConfiguration {
|
|
256
264
|
EmailAddressId: string | undefined;
|
|
257
265
|
}
|
|
@@ -1749,12 +1757,3 @@ export interface CreateVocabularyRequest {
|
|
|
1749
1757
|
Content: string | undefined;
|
|
1750
1758
|
Tags?: Record<string, string> | undefined;
|
|
1751
1759
|
}
|
|
1752
|
-
export interface CreateVocabularyResponse {
|
|
1753
|
-
VocabularyArn: string | undefined;
|
|
1754
|
-
VocabularyId: string | undefined;
|
|
1755
|
-
State: VocabularyState | undefined;
|
|
1756
|
-
}
|
|
1757
|
-
export interface ImagesLogo {
|
|
1758
|
-
Default?: string | undefined;
|
|
1759
|
-
Favicon?: string | undefined;
|
|
1760
|
-
}
|
|
@@ -84,7 +84,6 @@ import {
|
|
|
84
84
|
GranularAccessControlConfiguration,
|
|
85
85
|
HoursOfOperationConfig,
|
|
86
86
|
HoursOfOperationOverrideConfig,
|
|
87
|
-
ImagesLogo,
|
|
88
87
|
InstanceStorageConfig,
|
|
89
88
|
LexBot,
|
|
90
89
|
LexV2Bot,
|
|
@@ -112,6 +111,15 @@ import {
|
|
|
112
111
|
View,
|
|
113
112
|
VoiceEnhancementConfig,
|
|
114
113
|
} from "./models_0";
|
|
114
|
+
export interface CreateVocabularyResponse {
|
|
115
|
+
VocabularyArn: string | undefined;
|
|
116
|
+
VocabularyId: string | undefined;
|
|
117
|
+
State: VocabularyState | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface ImagesLogo {
|
|
120
|
+
Default?: string | undefined;
|
|
121
|
+
Favicon?: string | undefined;
|
|
122
|
+
}
|
|
115
123
|
export interface WorkspaceThemeImages {
|
|
116
124
|
Logo?: ImagesLogo | undefined;
|
|
117
125
|
}
|
|
@@ -1759,12 +1767,3 @@ export interface MetricInterval {
|
|
|
1759
1767
|
StartTime?: Date | undefined;
|
|
1760
1768
|
EndTime?: Date | undefined;
|
|
1761
1769
|
}
|
|
1762
|
-
export interface MetricResultV2 {
|
|
1763
|
-
Dimensions?: Record<string, string> | undefined;
|
|
1764
|
-
MetricInterval?: MetricInterval | undefined;
|
|
1765
|
-
Collections?: MetricDataV2[] | undefined;
|
|
1766
|
-
}
|
|
1767
|
-
export interface GetMetricDataV2Response {
|
|
1768
|
-
NextToken?: string | undefined;
|
|
1769
|
-
MetricResults?: MetricResultV2[] | undefined;
|
|
1770
|
-
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentStatusType,
|
|
3
|
+
AiUseCase,
|
|
3
4
|
ArtifactStatus,
|
|
4
5
|
AttachmentScope,
|
|
5
6
|
AutoEvaluationStatus,
|
|
@@ -73,6 +74,7 @@ import {
|
|
|
73
74
|
AgentHierarchyGroups,
|
|
74
75
|
AgentStatus,
|
|
75
76
|
AgentStatusSummary,
|
|
77
|
+
AiAgentsCriteria,
|
|
76
78
|
AliasConfiguration,
|
|
77
79
|
AnalyticsDataAssociationResult,
|
|
78
80
|
Application,
|
|
@@ -105,11 +107,20 @@ import {
|
|
|
105
107
|
HoursOfOperation,
|
|
106
108
|
HoursOfOperationOverride,
|
|
107
109
|
HoursOfOperationsIdentifier,
|
|
110
|
+
MetricDataV2,
|
|
111
|
+
MetricInterval,
|
|
108
112
|
Notification,
|
|
109
113
|
PredefinedAttribute,
|
|
110
|
-
Prompt,
|
|
111
|
-
Queue,
|
|
112
114
|
} from "./models_1";
|
|
115
|
+
export interface MetricResultV2 {
|
|
116
|
+
Dimensions?: Record<string, string> | undefined;
|
|
117
|
+
MetricInterval?: MetricInterval | undefined;
|
|
118
|
+
Collections?: MetricDataV2[] | undefined;
|
|
119
|
+
}
|
|
120
|
+
export interface GetMetricDataV2Response {
|
|
121
|
+
NextToken?: string | undefined;
|
|
122
|
+
MetricResults?: MetricResultV2[] | undefined;
|
|
123
|
+
}
|
|
113
124
|
export interface GetPromptFileRequest {
|
|
114
125
|
InstanceId: string | undefined;
|
|
115
126
|
PromptId: string | undefined;
|
|
@@ -1896,6 +1907,7 @@ export interface SearchCriteria {
|
|
|
1896
1907
|
SearchableSegmentAttributes?: SearchableSegmentAttributes | undefined;
|
|
1897
1908
|
ActiveRegions?: string[] | undefined;
|
|
1898
1909
|
ContactTags?: ControlPlaneTagFilter | undefined;
|
|
1910
|
+
AiAgents?: AiAgentsCriteria | undefined;
|
|
1899
1911
|
}
|
|
1900
1912
|
export interface Sort {
|
|
1901
1913
|
FieldName: SortableFieldName | undefined;
|
|
@@ -1913,6 +1925,11 @@ export interface ContactSearchSummaryAgentInfo {
|
|
|
1913
1925
|
Id?: string | undefined;
|
|
1914
1926
|
ConnectedToAgentTimestamp?: Date | undefined;
|
|
1915
1927
|
}
|
|
1928
|
+
export interface ContactSearchSummaryAiAgentInfo {
|
|
1929
|
+
AiAgentVersionId?: string | undefined;
|
|
1930
|
+
AiAgentEscalated?: boolean | undefined;
|
|
1931
|
+
AiUseCase?: AiUseCase | undefined;
|
|
1932
|
+
}
|
|
1916
1933
|
export interface ContactSearchSummaryQueueInfo {
|
|
1917
1934
|
Id?: string | undefined;
|
|
1918
1935
|
EnqueueTimestamp?: Date | undefined;
|
|
@@ -2015,16 +2032,3 @@ export interface SearchPredefinedAttributesResponse {
|
|
|
2015
2032
|
export interface PromptSearchFilter {
|
|
2016
2033
|
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
2017
2034
|
}
|
|
2018
|
-
export interface SearchPromptsResponse {
|
|
2019
|
-
Prompts?: Prompt[] | undefined;
|
|
2020
|
-
NextToken?: string | undefined;
|
|
2021
|
-
ApproximateTotalCount?: number | undefined;
|
|
2022
|
-
}
|
|
2023
|
-
export interface QueueSearchFilter {
|
|
2024
|
-
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
2025
|
-
}
|
|
2026
|
-
export interface SearchQueuesResponse {
|
|
2027
|
-
Queues?: Queue[] | undefined;
|
|
2028
|
-
NextToken?: string | undefined;
|
|
2029
|
-
ApproximateTotalCount?: number | undefined;
|
|
2030
|
-
}
|
|
@@ -128,7 +128,9 @@ import {
|
|
|
128
128
|
GlobalResiliencyMetadata,
|
|
129
129
|
HierarchyGroup,
|
|
130
130
|
NextContactEntry,
|
|
131
|
+
Prompt,
|
|
131
132
|
QualityMetrics,
|
|
133
|
+
Queue,
|
|
132
134
|
QueueInfo,
|
|
133
135
|
QuickConnect,
|
|
134
136
|
RecordingInfo,
|
|
@@ -143,6 +145,7 @@ import {
|
|
|
143
145
|
ContactFlowModuleSearchFilter,
|
|
144
146
|
ContactFlowSearchFilter,
|
|
145
147
|
ContactSearchSummaryAgentInfo,
|
|
148
|
+
ContactSearchSummaryAiAgentInfo,
|
|
146
149
|
ContactSearchSummaryQueueInfo,
|
|
147
150
|
ControlPlaneTagFilter,
|
|
148
151
|
DataTableSearchFilter,
|
|
@@ -156,10 +159,22 @@ import {
|
|
|
156
159
|
NotificationSearchFilter,
|
|
157
160
|
NumberCondition,
|
|
158
161
|
PromptSearchFilter,
|
|
159
|
-
QueueSearchFilter,
|
|
160
162
|
SignInConfig,
|
|
161
163
|
TelephonyConfig,
|
|
162
164
|
} from "./models_2";
|
|
165
|
+
export interface SearchPromptsResponse {
|
|
166
|
+
Prompts?: Prompt[] | undefined;
|
|
167
|
+
NextToken?: string | undefined;
|
|
168
|
+
ApproximateTotalCount?: number | undefined;
|
|
169
|
+
}
|
|
170
|
+
export interface QueueSearchFilter {
|
|
171
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
172
|
+
}
|
|
173
|
+
export interface SearchQueuesResponse {
|
|
174
|
+
Queues?: Queue[] | undefined;
|
|
175
|
+
NextToken?: string | undefined;
|
|
176
|
+
ApproximateTotalCount?: number | undefined;
|
|
177
|
+
}
|
|
163
178
|
export interface QuickConnectSearchFilter {
|
|
164
179
|
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
165
180
|
}
|
|
@@ -1920,6 +1935,7 @@ export interface ContactSearchSummary {
|
|
|
1920
1935
|
RoutingCriteria?: RoutingCriteria | undefined;
|
|
1921
1936
|
Tags?: Record<string, string> | undefined;
|
|
1922
1937
|
GlobalResiliencyMetadata?: GlobalResiliencyMetadata | undefined;
|
|
1938
|
+
AiAgentInfo?: ContactSearchSummaryAiAgentInfo[] | undefined;
|
|
1923
1939
|
}
|
|
1924
1940
|
export interface DescribeContactResponse {
|
|
1925
1941
|
Contact?: Contact | undefined;
|
|
@@ -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;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1063.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-connect",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
-
"@smithy/core": "^3.24.
|
|
28
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
29
|
-
"@smithy/node-http-handler": "^4.7.
|
|
30
|
-
"@smithy/types": "^4.14.
|
|
24
|
+
"@aws-sdk/core": "^3.974.18",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.52",
|
|
26
|
+
"@aws-sdk/types": "^3.973.11",
|
|
27
|
+
"@smithy/core": "^3.24.6",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.4.6",
|
|
29
|
+
"@smithy/node-http-handler": "^4.7.6",
|
|
30
|
+
"@smithy/types": "^4.14.3",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
],
|
|
54
54
|
"author": {
|
|
55
55
|
"name": "AWS SDK for JavaScript Team",
|
|
56
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
56
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
57
57
|
},
|
|
58
58
|
"license": "Apache-2.0",
|
|
59
59
|
"browser": {
|
|
@@ -945,6 +945,13 @@ GetCustomEntityType
|
|
|
945
945
|
</details>
|
|
946
946
|
<details>
|
|
947
947
|
<summary>
|
|
948
|
+
GetDashboardUrl
|
|
949
|
+
</summary>
|
|
950
|
+
|
|
951
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetDashboardUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetDashboardUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetDashboardUrlCommandOutput/)
|
|
952
|
+
</details>
|
|
953
|
+
<details>
|
|
954
|
+
<summary>
|
|
948
955
|
GetDatabase
|
|
949
956
|
</summary>
|
|
950
957
|
|
|
@@ -1232,6 +1239,13 @@ GetSession
|
|
|
1232
1239
|
</details>
|
|
1233
1240
|
<details>
|
|
1234
1241
|
<summary>
|
|
1242
|
+
GetSessionEndpoint
|
|
1243
|
+
</summary>
|
|
1244
|
+
|
|
1245
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/GetSessionEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetSessionEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/GetSessionEndpointCommandOutput/)
|
|
1246
|
+
</details>
|
|
1247
|
+
<details>
|
|
1248
|
+
<summary>
|
|
1235
1249
|
GetStatement
|
|
1236
1250
|
</summary>
|
|
1237
1251
|
|
|
@@ -1416,6 +1416,18 @@ class GetCustomEntityTypeCommand extends client.Command
|
|
|
1416
1416
|
.build() {
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
|
+
class GetDashboardUrlCommand extends client.Command
|
|
1420
|
+
.classBuilder()
|
|
1421
|
+
.ep(commonParams)
|
|
1422
|
+
.m(function (Command, cs, config, o) {
|
|
1423
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1424
|
+
})
|
|
1425
|
+
.s("AWSGlue", "GetDashboardUrl", {})
|
|
1426
|
+
.n("GlueClient", "GetDashboardUrlCommand")
|
|
1427
|
+
.sc(schemas_0.GetDashboardUrl$)
|
|
1428
|
+
.build() {
|
|
1429
|
+
}
|
|
1430
|
+
|
|
1419
1431
|
class GetDatabaseCommand extends client.Command
|
|
1420
1432
|
.classBuilder()
|
|
1421
1433
|
.ep(commonParams)
|
|
@@ -1908,6 +1920,18 @@ class GetSessionCommand extends client.Command
|
|
|
1908
1920
|
.build() {
|
|
1909
1921
|
}
|
|
1910
1922
|
|
|
1923
|
+
class GetSessionEndpointCommand extends client.Command
|
|
1924
|
+
.classBuilder()
|
|
1925
|
+
.ep(commonParams)
|
|
1926
|
+
.m(function (Command, cs, config, o) {
|
|
1927
|
+
return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1928
|
+
})
|
|
1929
|
+
.s("AWSGlue", "GetSessionEndpoint", {})
|
|
1930
|
+
.n("GlueClient", "GetSessionEndpointCommand")
|
|
1931
|
+
.sc(schemas_0.GetSessionEndpoint$)
|
|
1932
|
+
.build() {
|
|
1933
|
+
}
|
|
1934
|
+
|
|
1911
1935
|
class GetStatementCommand extends client.Command
|
|
1912
1936
|
.classBuilder()
|
|
1913
1937
|
.ep(commonParams)
|
|
@@ -3490,6 +3514,7 @@ const commands = {
|
|
|
3490
3514
|
GetCrawlerMetricsCommand,
|
|
3491
3515
|
GetCrawlersCommand,
|
|
3492
3516
|
GetCustomEntityTypeCommand,
|
|
3517
|
+
GetDashboardUrlCommand,
|
|
3493
3518
|
GetDatabaseCommand,
|
|
3494
3519
|
GetDatabasesCommand,
|
|
3495
3520
|
GetDataCatalogEncryptionSettingsCommand,
|
|
@@ -3531,6 +3556,7 @@ const commands = {
|
|
|
3531
3556
|
GetSecurityConfigurationCommand,
|
|
3532
3557
|
GetSecurityConfigurationsCommand,
|
|
3533
3558
|
GetSessionCommand,
|
|
3559
|
+
GetSessionEndpointCommand,
|
|
3534
3560
|
GetStatementCommand,
|
|
3535
3561
|
GetTableCommand,
|
|
3536
3562
|
GetTableOptimizerCommand,
|
|
@@ -4363,6 +4389,10 @@ const S3EncryptionMode = {
|
|
|
4363
4389
|
SSEKMS: "SSE-KMS",
|
|
4364
4390
|
SSES3: "SSE-S3",
|
|
4365
4391
|
};
|
|
4392
|
+
const SessionType = {
|
|
4393
|
+
LIVY: "LIVY",
|
|
4394
|
+
SPARK_CONNECT: "SPARK_CONNECT",
|
|
4395
|
+
};
|
|
4366
4396
|
const SessionStatus = {
|
|
4367
4397
|
FAILED: "FAILED",
|
|
4368
4398
|
PROVISIONING: "PROVISIONING",
|
|
@@ -4486,6 +4516,10 @@ const SettingSource = {
|
|
|
4486
4516
|
CATALOG: "CATALOG",
|
|
4487
4517
|
TABLE: "TABLE",
|
|
4488
4518
|
};
|
|
4519
|
+
const GlueResourceType = {
|
|
4520
|
+
JOB: "JOB",
|
|
4521
|
+
SESSION: "SESSION",
|
|
4522
|
+
};
|
|
4489
4523
|
const DatabaseAttributes = {
|
|
4490
4524
|
NAME: "NAME",
|
|
4491
4525
|
TARGET_DATABASE: "TARGET_DATABASE",
|
|
@@ -4837,6 +4871,7 @@ exports.GetCrawlerCommand = GetCrawlerCommand;
|
|
|
4837
4871
|
exports.GetCrawlerMetricsCommand = GetCrawlerMetricsCommand;
|
|
4838
4872
|
exports.GetCrawlersCommand = GetCrawlersCommand;
|
|
4839
4873
|
exports.GetCustomEntityTypeCommand = GetCustomEntityTypeCommand;
|
|
4874
|
+
exports.GetDashboardUrlCommand = GetDashboardUrlCommand;
|
|
4840
4875
|
exports.GetDataCatalogEncryptionSettingsCommand = GetDataCatalogEncryptionSettingsCommand;
|
|
4841
4876
|
exports.GetDataQualityModelCommand = GetDataQualityModelCommand;
|
|
4842
4877
|
exports.GetDataQualityModelResultCommand = GetDataQualityModelResultCommand;
|
|
@@ -4878,6 +4913,7 @@ exports.GetSchemaVersionsDiffCommand = GetSchemaVersionsDiffCommand;
|
|
|
4878
4913
|
exports.GetSecurityConfigurationCommand = GetSecurityConfigurationCommand;
|
|
4879
4914
|
exports.GetSecurityConfigurationsCommand = GetSecurityConfigurationsCommand;
|
|
4880
4915
|
exports.GetSessionCommand = GetSessionCommand;
|
|
4916
|
+
exports.GetSessionEndpointCommand = GetSessionEndpointCommand;
|
|
4881
4917
|
exports.GetStatementCommand = GetStatementCommand;
|
|
4882
4918
|
exports.GetTableCommand = GetTableCommand;
|
|
4883
4919
|
exports.GetTableOptimizerCommand = GetTableOptimizerCommand;
|
|
@@ -4900,6 +4936,7 @@ exports.GetWorkflowRunsCommand = GetWorkflowRunsCommand;
|
|
|
4900
4936
|
exports.Glue = Glue;
|
|
4901
4937
|
exports.GlueClient = GlueClient;
|
|
4902
4938
|
exports.GlueRecordType = GlueRecordType;
|
|
4939
|
+
exports.GlueResourceType = GlueResourceType;
|
|
4903
4940
|
exports.HTTPMethod = HTTPMethod;
|
|
4904
4941
|
exports.HudiTargetCompressionType = HudiTargetCompressionType;
|
|
4905
4942
|
exports.HyperTargetCompressionType = HyperTargetCompressionType;
|
|
@@ -4996,6 +5033,7 @@ exports.SchemaVersionStatus = SchemaVersionStatus;
|
|
|
4996
5033
|
exports.SearchTablesCommand = SearchTablesCommand;
|
|
4997
5034
|
exports.Separator = Separator;
|
|
4998
5035
|
exports.SessionStatus = SessionStatus;
|
|
5036
|
+
exports.SessionType = SessionType;
|
|
4999
5037
|
exports.SettingSource = SettingSource;
|
|
5000
5038
|
exports.Sort = Sort;
|
|
5001
5039
|
exports.SortDirectionType = SortDirectionType;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.VersionMismatchException = exports.MaterializedViewRefreshTaskStoppingException = exports.MaterializedViewRefreshTaskNotRunningException = exports.SchedulerNotRunningException = exports.CrawlerStoppingException = exports.CrawlerNotRunningException = exports.ColumnStatisticsTaskStoppingException = exports.ColumnStatisticsTaskNotRunningException = exports.MLTransformNotReadyException = exports.MaterializedViewRefreshTaskRunningException = exports.SchedulerRunningException = exports.NoScheduleException = exports.IllegalBlueprintStateException = exports.IllegalWorkflowStateException = exports.ConcurrentRunsExceededException = exports.PermissionTypeMismatchException = exports.TargetResourceNotFound = exports.ConditionCheckFailureException = exports.InvalidIntegrationStateFault = exports.IntegrationNotFoundFault = exports.SchedulerTransitioningException = exports.CrawlerRunningException = exports.OperationNotSupportedException = exports.ResourceNotFoundException = exports.KMSKeyNotAccessibleFault = exports.InternalServerException = exports.IntegrationQuotaExceededFault = exports.IntegrationConflictOperationFault = exports.ConflictException = exports.ValidationException = exports.IdempotentParameterMismatchException = exports.ColumnStatisticsTaskRunningException = exports.FederatedResourceAlreadyExistsException = exports.ConcurrentModificationException = exports.IllegalSessionStateException = exports.ThrottlingException = exports.InvalidStateException = exports.FederationSourceRetryableException = exports.FederationSourceException = exports.ResourceNotReadyException = exports.ResourceNumberLimitExceededException = exports.OperationTimeoutException = exports.InvalidInputException = exports.InternalServiceException = exports.GlueEncryptionException = exports.EntityNotFoundException = exports.AlreadyExistsException = exports.AccessDeniedException = void 0;
|
|
3
|
+
exports.VersionMismatchException = exports.MaterializedViewRefreshTaskStoppingException = exports.MaterializedViewRefreshTaskNotRunningException = exports.SchedulerNotRunningException = exports.CrawlerStoppingException = exports.CrawlerNotRunningException = exports.ColumnStatisticsTaskStoppingException = exports.ColumnStatisticsTaskNotRunningException = exports.MLTransformNotReadyException = exports.MaterializedViewRefreshTaskRunningException = exports.SchedulerRunningException = exports.NoScheduleException = exports.IllegalBlueprintStateException = exports.SessionBusyException = exports.IllegalWorkflowStateException = exports.ConcurrentRunsExceededException = exports.PermissionTypeMismatchException = exports.TargetResourceNotFound = exports.ConditionCheckFailureException = exports.InvalidIntegrationStateFault = exports.IntegrationNotFoundFault = exports.SchedulerTransitioningException = exports.CrawlerRunningException = exports.OperationNotSupportedException = exports.ResourceNotFoundException = exports.KMSKeyNotAccessibleFault = exports.InternalServerException = exports.IntegrationQuotaExceededFault = exports.IntegrationConflictOperationFault = exports.ConflictException = exports.ValidationException = exports.IdempotentParameterMismatchException = exports.ColumnStatisticsTaskRunningException = exports.FederatedResourceAlreadyExistsException = exports.ConcurrentModificationException = exports.IllegalSessionStateException = exports.ThrottlingException = exports.InvalidStateException = exports.FederationSourceRetryableException = exports.FederationSourceException = exports.ResourceNotReadyException = exports.ResourceNumberLimitExceededException = exports.OperationTimeoutException = exports.InvalidInputException = exports.InternalServiceException = exports.GlueEncryptionException = exports.EntityNotFoundException = exports.AlreadyExistsException = exports.AccessDeniedException = void 0;
|
|
4
4
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
5
5
|
class AccessDeniedException extends GlueServiceException_1.GlueServiceException {
|
|
6
6
|
name = "AccessDeniedException";
|
|
@@ -535,6 +535,21 @@ class IllegalWorkflowStateException extends GlueServiceException_1.GlueServiceEx
|
|
|
535
535
|
}
|
|
536
536
|
}
|
|
537
537
|
exports.IllegalWorkflowStateException = IllegalWorkflowStateException;
|
|
538
|
+
class SessionBusyException extends GlueServiceException_1.GlueServiceException {
|
|
539
|
+
name = "SessionBusyException";
|
|
540
|
+
$fault = "client";
|
|
541
|
+
Message;
|
|
542
|
+
constructor(opts) {
|
|
543
|
+
super({
|
|
544
|
+
name: "SessionBusyException",
|
|
545
|
+
$fault: "client",
|
|
546
|
+
...opts,
|
|
547
|
+
});
|
|
548
|
+
Object.setPrototypeOf(this, SessionBusyException.prototype);
|
|
549
|
+
this.Message = opts.Message;
|
|
550
|
+
}
|
|
551
|
+
}
|
|
552
|
+
exports.SessionBusyException = SessionBusyException;
|
|
538
553
|
class IllegalBlueprintStateException extends GlueServiceException_1.GlueServiceException {
|
|
539
554
|
name = "IllegalBlueprintStateException";
|
|
540
555
|
$fault = "client";
|