@cdklabs/cdk-construct-connect-datalake 0.0.0 → 0.0.2
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/lambda-invoke-store/dist-cjs/invoke-store.js +2 -2
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +2 -2
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +1 -1
- package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +26 -46
- package/node_modules/@aws-sdk/client-cloudformation/package.json +39 -39
- package/node_modules/@aws-sdk/client-connect/README.md +47 -46
- package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +43 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +109 -41
- package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +6 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/AssociateQueueEmailAddressesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DisassociateQueueEmailAddressesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListQueueEmailAddressesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +78 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +21 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +5 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/AssociateQueueEmailAddressesCommand.d.ts +120 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateQueueCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateTestCaseCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactEvaluationCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeTestCaseCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DisassociateQueueEmailAddressesCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTrafficDistributionCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQueueEmailAddressesCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactEvaluationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchRoutingProfilesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchSecurityProfilesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchTestCasesCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateTestCaseCommand.d.ts +4 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +62 -88
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +137 -81
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +147 -148
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +150 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +10 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/AssociateQueueEmailAddressesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DisassociateQueueEmailAddressesCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTrafficDistributionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListQueueEmailAddressesCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchRoutingProfilesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchSecurityProfilesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +14 -20
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +30 -24
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +35 -35
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +34 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -0
- package/node_modules/@aws-sdk/client-connect/package.json +38 -38
- package/node_modules/@aws-sdk/client-glue/README.md +26 -46
- package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +5 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +5 -4
- package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +5 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetPartitionCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCatalogCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCatalogCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +12 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +50 -43
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +41 -21
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +23 -33
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_0.d.ts +13 -9
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +9 -5
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +6 -8
- package/node_modules/@aws-sdk/client-glue/package.json +38 -38
- package/node_modules/@aws-sdk/client-lakeformation/README.md +26 -46
- package/node_modules/@aws-sdk/client-lakeformation/package.json +39 -39
- package/node_modules/@aws-sdk/client-ram/README.md +26 -46
- package/node_modules/@aws-sdk/client-ram/dist-cjs/schemas/schemas_0.js +14 -6
- package/node_modules/@aws-sdk/client-ram/dist-es/schemas/schemas_0.js +12 -4
- package/node_modules/@aws-sdk/client-ram/dist-types/commands/CreateResourceShareCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-ram/dist-types/commands/GetResourceSharesCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ram/dist-types/commands/UpdateResourceShareCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-ram/dist-types/models/models_0.d.ts +21 -0
- package/node_modules/@aws-sdk/client-ram/dist-types/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/models/models_0.d.ts +5 -0
- package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-ram/package.json +38 -38
- package/node_modules/@aws-sdk/client-sts/README.md +26 -46
- package/node_modules/@aws-sdk/client-sts/package.json +43 -39
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +11 -15
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +11 -15
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +2 -8
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/AwsEc2QueryProtocol.js +3 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeDeserializer.js +5 -7
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/query/QuerySerializerSettings.d.ts +3 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/query/AwsEc2QueryProtocol.d.ts +1 -0
- package/node_modules/@aws-sdk/core/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-login/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
- package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/check-features.js +9 -9
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/check-features.d.ts +4 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/check-features.d.ts +3 -3
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -8
- package/node_modules/@aws-sdk/nested-clients/package.json +39 -37
- package/node_modules/@aws-sdk/region-config-resolver/package.json +6 -6
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +87 -14
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getNodeModulesParentDirs.js +15 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedDevTypeScriptVersion.js +14 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getSanitizedTypeScriptVersion.js +9 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptUserAgentPair.js +59 -8
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getNodeModulesParentDirs.d.ts +10 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedDevTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getSanitizedTypeScriptVersion.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getNodeModulesParentDirs.d.ts +1 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedDevTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getSanitizedTypeScriptVersion.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +7 -6
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +21 -11
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +5 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-attribute.js +8 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/escape-element.js +13 -10
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +5 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +59 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +8 -7
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +97 -21
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +148 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +5 -3
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +91 -19
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +135 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +18 -25
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +87 -87
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +10 -10
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +23 -23
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +29 -29
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +39 -39
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +17 -17
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +22 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +85 -85
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +34 -34
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +5 -284
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +37 -18
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +78 -5
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +317 -113
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +23 -23
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +96 -42
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +10 -10
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/CHANGELOG.md +9 -2
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/README.md +1 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/package.json +3 -3
- package/node_modules/@aws-sdk/xml-builder/node_modules/strnum/strnum.js +161 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/strnum/tests/infinity_test.js +18 -0
- package/node_modules/{strnum/strnum.test.js → @aws-sdk/xml-builder/node_modules/strnum/tests/strnum_test.js} +70 -68
- package/node_modules/@aws-sdk/xml-builder/node_modules/strnum/tests/temp.js +8 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +12 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseDualstackEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-es/endpointsConfig/NodeUseFipsEndpointConfigOptions.js +5 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +6 -0
- package/node_modules/@smithy/config-resolver/package.json +7 -7
- package/node_modules/@smithy/core/dist-cjs/index.js +1 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +9 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +22 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +11 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +42 -5
- package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +1 -2
- package/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +2 -8
- package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/toEndpointV1.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -0
- package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +3 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +31 -2
- package/node_modules/@smithy/core/dist-es/submodules/schema/schemas/translateTraits.js +5 -1
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/schemas/translateTraits.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/endpoints/toEndpointV1.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +11 -0
- package/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/translateTraits.d.ts +6 -0
- package/node_modules/@smithy/core/endpoints.d.ts +7 -0
- package/node_modules/@smithy/core/endpoints.js +6 -0
- package/node_modules/@smithy/core/package.json +21 -12
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +21 -4
- package/node_modules/@smithy/fetch-http-handler/package.json +7 -7
- package/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/is-array-buffer/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +17 -1
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +9 -0
- package/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/toEndpointV1.js +8 -1
- package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +2 -2
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/toEndpointV1.d.ts +1 -0
- package/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/resolveEndpointConfig.d.ts +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +9 -12
- package/node_modules/@smithy/middleware-retry/dist-es/configurations.js +9 -12
- package/node_modules/@smithy/middleware-retry/package.json +10 -10
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +3 -2
- package/node_modules/@smithy/middleware-serde/dist-es/serializerMiddleware.js +3 -2
- package/node_modules/@smithy/middleware-serde/package.json +5 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +68 -45
- package/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js +19 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +41 -35
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +4 -5
- package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +6 -6
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/build-abort-error.d.ts +10 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/get-transformed-headers.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +4 -4
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-pool.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-connection-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-request-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-keep-alive.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/set-socket-timeout.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/collector.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@smithy/signature-v4/package.json +9 -9
- package/node_modules/@smithy/smithy-client/package.json +8 -8
- package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-base64/package.json +4 -4
- package/node_modules/@smithy/util-body-length-browser/package.json +2 -2
- package/node_modules/@smithy/util-body-length-node/package.json +2 -2
- package/node_modules/@smithy/util-buffer-from/package.json +3 -3
- package/node_modules/@smithy/util-config-provider/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-hex-encoding/package.json +2 -2
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@smithy/util-stream/package.json +9 -9
- package/node_modules/@smithy/util-uri-escape/package.json +2 -2
- package/node_modules/@smithy/util-utf8/package.json +3 -3
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +1 -1
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/node_modules/@smithy/uuid/package.json +2 -2
- package/node_modules/fast-xml-builder/CHANGELOG.md +16 -0
- package/node_modules/fast-xml-builder/LICENSE +21 -0
- package/node_modules/fast-xml-builder/README.md +23 -0
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -0
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +180 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js +2 -0
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -0
- package/node_modules/fast-xml-builder/package.json +80 -0
- package/node_modules/fast-xml-builder/src/fxb.d.ts +180 -0
- package/node_modules/fast-xml-builder/src/fxb.js +529 -0
- package/node_modules/fast-xml-builder/src/ignoreAttributes.js +18 -0
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +292 -0
- package/node_modules/path-expression-matcher/LICENSE +21 -0
- package/node_modules/path-expression-matcher/README.md +720 -0
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -0
- package/node_modules/path-expression-matcher/lib/pem.d.cts +523 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js +2 -0
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -0
- package/node_modules/path-expression-matcher/package.json +78 -0
- package/node_modules/path-expression-matcher/src/Expression.js +232 -0
- package/node_modules/path-expression-matcher/src/Matcher.js +498 -0
- package/node_modules/path-expression-matcher/src/index.d.ts +518 -0
- package/node_modules/path-expression-matcher/src/index.js +28 -0
- package/node_modules/xml2js/node_modules/sax/lib/sax.js +151 -7
- package/node_modules/xml2js/node_modules/sax/package.json +5 -2
- package/package.json +10 -10
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getTypeScriptPackageJsonPath.js +0 -14
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getTypeScriptPackageJsonPath.d.ts +0 -9
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getTypeScriptPackageJsonPath.d.ts +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/orderedJs2Xml.js +0 -134
- package/node_modules/strnum/strnum.js +0 -129
- package/node_modules/strnum/test.js +0 -9
- /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/.github/SECURITY.md +0 -0
- /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/.vscode/launch.json +0 -0
- /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/LICENSE +0 -0
- /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/algo.stflow +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder → fast-xml-builder/src}/prettifyJs2Xml.js +0 -0
|
@@ -1392,6 +1392,45 @@ export interface AssociatePhoneNumberContactFlowRequest {
|
|
|
1392
1392
|
*/
|
|
1393
1393
|
ContactFlowId: string | undefined;
|
|
1394
1394
|
}
|
|
1395
|
+
/**
|
|
1396
|
+
* <p>Configuration object that specifies an email address to be associated with a queue. This configuration contains the identifier of the email address that should be linked to the queue for routing email contacts.</p>
|
|
1397
|
+
* @public
|
|
1398
|
+
*/
|
|
1399
|
+
export interface EmailAddressConfig {
|
|
1400
|
+
/**
|
|
1401
|
+
* <p>The identifier of the email address that should be associated with the queue. This email address must already exist in the Amazon Connect instance and will be used to route incoming email contacts to the specified queue.</p>
|
|
1402
|
+
* @public
|
|
1403
|
+
*/
|
|
1404
|
+
EmailAddressId: string | undefined;
|
|
1405
|
+
}
|
|
1406
|
+
/**
|
|
1407
|
+
* @public
|
|
1408
|
+
*/
|
|
1409
|
+
export interface AssociateQueueEmailAddressesRequest {
|
|
1410
|
+
/**
|
|
1411
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1412
|
+
* @public
|
|
1413
|
+
*/
|
|
1414
|
+
InstanceId: string | undefined;
|
|
1415
|
+
/**
|
|
1416
|
+
* <p>The identifier for the queue.</p>
|
|
1417
|
+
* @public
|
|
1418
|
+
*/
|
|
1419
|
+
QueueId: string | undefined;
|
|
1420
|
+
/**
|
|
1421
|
+
* <p>Configuration list containing the email addresses to associate with the queue. Each configuration specifies an email address ID that should be linked to this queue for routing purposes.</p>
|
|
1422
|
+
* @public
|
|
1423
|
+
*/
|
|
1424
|
+
EmailAddressesConfig: EmailAddressConfig[] | undefined;
|
|
1425
|
+
/**
|
|
1426
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
1427
|
+
* request. If not provided, the Amazon Web Services
|
|
1428
|
+
* SDK populates this field. For more information about idempotency, see
|
|
1429
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
1430
|
+
* @public
|
|
1431
|
+
*/
|
|
1432
|
+
ClientToken?: string | undefined;
|
|
1433
|
+
}
|
|
1395
1434
|
/**
|
|
1396
1435
|
* @public
|
|
1397
1436
|
*/
|
|
@@ -4538,6 +4577,8 @@ export interface CreateNotificationRequest {
|
|
|
4538
4577
|
Tags?: Record<string, string> | undefined;
|
|
4539
4578
|
/**
|
|
4540
4579
|
* <p>The unique identifier for a notification.</p>
|
|
4580
|
+
*
|
|
4581
|
+
* @deprecated (since 3/13/2026) PredefinedNotificationId is deprecated. Use ClientToken for idempotency.
|
|
4541
4582
|
* @public
|
|
4542
4583
|
*/
|
|
4543
4584
|
PredefinedNotificationId?: string | undefined;
|
|
@@ -5067,6 +5108,11 @@ export interface CreateQueueRequest {
|
|
|
5067
5108
|
* @public
|
|
5068
5109
|
*/
|
|
5069
5110
|
QuickConnectIds?: string[] | undefined;
|
|
5111
|
+
/**
|
|
5112
|
+
* <p>Configuration list containing the email addresses to associate with the queue during creation. Each configuration specifies an email address ID that agents can select when handling email contacts in this queue.</p>
|
|
5113
|
+
* @public
|
|
5114
|
+
*/
|
|
5115
|
+
EmailAddressesConfig?: EmailAddressConfig[] | undefined;
|
|
5070
5116
|
/**
|
|
5071
5117
|
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
5072
5118
|
* @public
|
|
@@ -6113,6 +6159,17 @@ export interface PropertyValidationExceptionProperty {
|
|
|
6113
6159
|
*/
|
|
6114
6160
|
Message: string | undefined;
|
|
6115
6161
|
}
|
|
6162
|
+
/**
|
|
6163
|
+
* <p>Parameters for initiating a chat test.</p>
|
|
6164
|
+
* @public
|
|
6165
|
+
*/
|
|
6166
|
+
export interface ChatEntryPointParameters {
|
|
6167
|
+
/**
|
|
6168
|
+
* <p>The flow identifier for the test.</p>
|
|
6169
|
+
* @public
|
|
6170
|
+
*/
|
|
6171
|
+
FlowId?: string | undefined;
|
|
6172
|
+
}
|
|
6116
6173
|
/**
|
|
6117
6174
|
* <p>Parameters for initiating a voice call test.</p>
|
|
6118
6175
|
* @public
|
|
@@ -6149,6 +6206,11 @@ export interface TestCaseEntryPoint {
|
|
|
6149
6206
|
* @public
|
|
6150
6207
|
*/
|
|
6151
6208
|
VoiceCallEntryPointParameters?: VoiceCallEntryPointParameters | undefined;
|
|
6209
|
+
/**
|
|
6210
|
+
* <p>Parameters for chat entry point.</p>
|
|
6211
|
+
* @public
|
|
6212
|
+
*/
|
|
6213
|
+
ChatEntryPointParameters?: ChatEntryPointParameters | undefined;
|
|
6152
6214
|
}
|
|
6153
6215
|
/**
|
|
6154
6216
|
* @public
|
|
@@ -6929,91 +6991,3 @@ export interface WorkspaceThemeImages {
|
|
|
6929
6991
|
*/
|
|
6930
6992
|
Logo?: ImagesLogo | undefined;
|
|
6931
6993
|
}
|
|
6932
|
-
/**
|
|
6933
|
-
* <p>Contains color configuration for canvas elements in a workspace theme.</p>
|
|
6934
|
-
* @public
|
|
6935
|
-
*/
|
|
6936
|
-
export interface PaletteCanvas {
|
|
6937
|
-
/**
|
|
6938
|
-
* <p>The background color for container elements.</p>
|
|
6939
|
-
* @public
|
|
6940
|
-
*/
|
|
6941
|
-
ContainerBackground?: string | undefined;
|
|
6942
|
-
/**
|
|
6943
|
-
* <p>The background color for page elements.</p>
|
|
6944
|
-
* @public
|
|
6945
|
-
*/
|
|
6946
|
-
PageBackground?: string | undefined;
|
|
6947
|
-
/**
|
|
6948
|
-
* <p>The background color for active elements.</p>
|
|
6949
|
-
* @public
|
|
6950
|
-
*/
|
|
6951
|
-
ActiveBackground?: string | undefined;
|
|
6952
|
-
}
|
|
6953
|
-
/**
|
|
6954
|
-
* <p>Contains color configuration for header elements in a workspace theme.</p>
|
|
6955
|
-
* @public
|
|
6956
|
-
*/
|
|
6957
|
-
export interface PaletteHeader {
|
|
6958
|
-
/**
|
|
6959
|
-
* <p>The background color of the header.</p>
|
|
6960
|
-
* @public
|
|
6961
|
-
*/
|
|
6962
|
-
Background?: string | undefined;
|
|
6963
|
-
/**
|
|
6964
|
-
* <p>The text color in the header.</p>
|
|
6965
|
-
* @public
|
|
6966
|
-
*/
|
|
6967
|
-
Text?: string | undefined;
|
|
6968
|
-
/**
|
|
6969
|
-
* <p>The text color when hovering over header elements.</p>
|
|
6970
|
-
* @public
|
|
6971
|
-
*/
|
|
6972
|
-
TextHover?: string | undefined;
|
|
6973
|
-
/**
|
|
6974
|
-
* <p>Whether to invert the colors of action buttons in the header.</p>
|
|
6975
|
-
* @public
|
|
6976
|
-
*/
|
|
6977
|
-
InvertActionsColors?: boolean | undefined;
|
|
6978
|
-
}
|
|
6979
|
-
/**
|
|
6980
|
-
* <p>Contains color configuration for navigation elements in a workspace theme.</p>
|
|
6981
|
-
* @public
|
|
6982
|
-
*/
|
|
6983
|
-
export interface PaletteNavigation {
|
|
6984
|
-
/**
|
|
6985
|
-
* <p>The background color of the navigation area.</p>
|
|
6986
|
-
* @public
|
|
6987
|
-
*/
|
|
6988
|
-
Background?: string | undefined;
|
|
6989
|
-
/**
|
|
6990
|
-
* <p>The background color when hovering over navigation text.</p>
|
|
6991
|
-
* @public
|
|
6992
|
-
*/
|
|
6993
|
-
TextBackgroundHover?: string | undefined;
|
|
6994
|
-
/**
|
|
6995
|
-
* <p>The background color for active navigation items.</p>
|
|
6996
|
-
* @public
|
|
6997
|
-
*/
|
|
6998
|
-
TextBackgroundActive?: string | undefined;
|
|
6999
|
-
/**
|
|
7000
|
-
* <p>The text color in the navigation area.</p>
|
|
7001
|
-
* @public
|
|
7002
|
-
*/
|
|
7003
|
-
Text?: string | undefined;
|
|
7004
|
-
/**
|
|
7005
|
-
* <p>The text color when hovering over navigation items.</p>
|
|
7006
|
-
* @public
|
|
7007
|
-
*/
|
|
7008
|
-
TextHover?: string | undefined;
|
|
7009
|
-
/**
|
|
7010
|
-
* <p>The text color for active navigation items.</p>
|
|
7011
|
-
* @public
|
|
7012
|
-
*/
|
|
7013
|
-
TextActive?: string | undefined;
|
|
7014
|
-
/**
|
|
7015
|
-
* <p>Whether to invert the colors of action buttons in the navigation area.</p>
|
|
7016
|
-
* @public
|
|
7017
|
-
*/
|
|
7018
|
-
InvertActionsColors?: boolean | undefined;
|
|
7019
|
-
}
|
|
@@ -1,5 +1,93 @@
|
|
|
1
|
-
import { AgentAvailabilityTimer, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactMetricName, ContactParticipantRole, ContactState, CurrentMetricName, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DirectoryType, EndpointType, EntityType, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, FileStatusType, FileUseCaseType, FilterV2StringConditionComparisonOperator, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, IntervalPeriod, LocaleCode, MediaStreamType, MediaType, NextContactType, NotificationPriority, OperationalStatus, OverrideType, ParticipantType, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QuickConnectType, RecordingStatus, RulePublishStatus, SortOrder, Statistic, Status, StorageType, TaskTemplateStatus,
|
|
2
|
-
import { type AgentQualityMetrics, type AgentsCriteria, type AgentStatus, type AgentStatusIdentifier, type AgentStatusReference, type AudioQualityMetricsInfo, type CreatedByInfo, type DataTableLockVersion, type DeviceInfo, type ExternalInvocationConfiguration, type GranularAccessControlConfiguration, type InstanceStorageConfig, type LexBot, type LexV2Bot, type OutboundCallerConfig, type OutboundEmailConfig, type OverrideTimeSlice, type
|
|
1
|
+
import { AgentAvailabilityTimer, AutoEvaluationStatus, Channel, Comparison, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactMetricName, ContactParticipantRole, ContactState, CurrentMetricName, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DirectoryType, EndpointType, EntityType, EvaluationQuestionAnswerAnalysisType, EvaluationStatus, EvaluationSuggestedAnswerStatus, EvaluationTranscriptType, EvaluationType, FileStatusType, FileUseCaseType, FilterV2StringConditionComparisonOperator, FlowAssociationResourceType, Grouping, HistoricalMetricName, InstanceAttributeType, InstanceReplicationStatus, InstanceStatus, InstanceStorageResourceType, IntervalPeriod, LocaleCode, MediaStreamType, MediaType, NextContactType, NotificationPriority, OperationalStatus, OverrideType, ParticipantType, PhoneNumberCountryCode, PhoneNumberType, PhoneNumberWorkflowStatus, QuestionRuleCategoryAutomationCondition, QueueStatus, QuickConnectType, RecordingStatus, RulePublishStatus, SortOrder, Statistic, Status, StorageType, TaskTemplateStatus, TestCaseStatus, TrafficDistributionGroupStatus, Unit, Visibility, VocabularyLanguageCode, VocabularyState, WorkspaceFontFamily } from "./enums";
|
|
2
|
+
import { type AgentQualityMetrics, type AgentsCriteria, type AgentStatus, type AgentStatusIdentifier, type AgentStatusReference, type AudioQualityMetricsInfo, type CreatedByInfo, type DataTableLockVersion, type DeviceInfo, type ExternalInvocationConfiguration, type GranularAccessControlConfiguration, type InstanceStorageConfig, type LexBot, type LexV2Bot, type OutboundCallerConfig, type OutboundEmailConfig, type OverrideTimeSlice, type ParticipantCapabilities, type PredefinedAttributeValues, type QueueReference, type QuickConnectConfig, type RecurrenceConfig, type RuleTriggerEventSource, type TaskTemplateConstraints, type TaskTemplateDefaults, type TestCaseEntryPoint, type UserIdentityInfo, type UserPhoneConfig, type Validation, type View, type WorkspaceThemeImages, AfterContactWorkConfigPerChannel, AgentContactReference, AiAgentInfo, AliasConfiguration, AutoAcceptConfig, FailedBatchAssociationSummary, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PersistentConnectionConfig, PhoneNumberConfig, PrimaryValue, RoutingProfileQueueReference, RuleAction, SecurityProfileItem, SuccessfulBatchAssociationSummary, TaskTemplateField, VoiceEnhancementConfig } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* <p>Contains color configuration for canvas elements in a workspace theme.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface PaletteCanvas {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The background color for container elements.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
ContainerBackground?: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The background color for page elements.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
PageBackground?: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>The background color for active elements.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
ActiveBackground?: string | undefined;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* <p>Contains color configuration for header elements in a workspace theme.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export interface PaletteHeader {
|
|
29
|
+
/**
|
|
30
|
+
* <p>The background color of the header.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
Background?: string | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The text color in the header.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
Text?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The text color when hovering over header elements.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
TextHover?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Whether to invert the colors of action buttons in the header.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
InvertActionsColors?: boolean | undefined;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* <p>Contains color configuration for navigation elements in a workspace theme.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
export interface PaletteNavigation {
|
|
55
|
+
/**
|
|
56
|
+
* <p>The background color of the navigation area.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
Background?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The background color when hovering over navigation text.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
TextBackgroundHover?: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The background color for active navigation items.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
TextBackgroundActive?: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The text color in the navigation area.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
Text?: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The text color when hovering over navigation items.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
TextHover?: string | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The text color for active navigation items.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
TextActive?: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>Whether to invert the colors of action buttons in the navigation area.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
InvertActionsColors?: boolean | undefined;
|
|
90
|
+
}
|
|
3
91
|
/**
|
|
4
92
|
* <p>Contains primary color configuration for a workspace theme.</p>
|
|
5
93
|
* @public
|
|
@@ -1086,7 +1174,7 @@ export interface AuthenticationProfile {
|
|
|
1086
1174
|
* <p>The short lived session duration configuration for users logged in to Amazon Connect, in minutes. This value
|
|
1087
1175
|
* determines the maximum possible time before an agent is authenticated. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts">Configure the session duration</a> in the <i>Amazon Connect Administrator Guide</i>.</p>
|
|
1088
1176
|
*
|
|
1089
|
-
* @deprecated PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.
|
|
1177
|
+
* @deprecated (since 10/31/2025) PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.
|
|
1090
1178
|
* @public
|
|
1091
1179
|
*/
|
|
1092
1180
|
PeriodicSessionDuration?: number | undefined;
|
|
@@ -2075,12 +2163,12 @@ export interface EvaluationReviewRequestComment {
|
|
|
2075
2163
|
*/
|
|
2076
2164
|
Comment?: string | undefined;
|
|
2077
2165
|
/**
|
|
2078
|
-
* <p>The timestamp when the review request comment was created.</p>
|
|
2166
|
+
* <p>The timestamp when the evaluation review request comment was created.</p>
|
|
2079
2167
|
* @public
|
|
2080
2168
|
*/
|
|
2081
2169
|
CreatedTime?: Date | undefined;
|
|
2082
2170
|
/**
|
|
2083
|
-
* <p>The user who created the review request comment.</p>
|
|
2171
|
+
* <p>The user who created the evaluation review request comment.</p>
|
|
2084
2172
|
* @public
|
|
2085
2173
|
*/
|
|
2086
2174
|
CreatedBy?: string | undefined;
|
|
@@ -2095,16 +2183,30 @@ export interface EvaluationReviewMetadata {
|
|
|
2095
2183
|
* @public
|
|
2096
2184
|
*/
|
|
2097
2185
|
ReviewId?: string | undefined;
|
|
2186
|
+
/**
|
|
2187
|
+
* <p>The timestamp when the evaluation review was requested.</p>
|
|
2188
|
+
* @public
|
|
2189
|
+
*/
|
|
2190
|
+
RequestedTime?: Date | undefined;
|
|
2191
|
+
/**
|
|
2192
|
+
* <p>The user who requested the evaluation review.</p>
|
|
2193
|
+
* @public
|
|
2194
|
+
*/
|
|
2195
|
+
RequestedBy?: string | undefined;
|
|
2098
2196
|
/**
|
|
2099
2197
|
* <p>The timestamp when the evaluation review was created.</p>
|
|
2198
|
+
*
|
|
2199
|
+
* @deprecated (since 02/17/2026) CreatedTime is deprecated.
|
|
2100
2200
|
* @public
|
|
2101
2201
|
*/
|
|
2102
|
-
CreatedTime
|
|
2202
|
+
CreatedTime?: Date | undefined;
|
|
2103
2203
|
/**
|
|
2104
2204
|
* <p>The user who created the evaluation review.</p>
|
|
2205
|
+
*
|
|
2206
|
+
* @deprecated (since 02/17/2026) CreatedBy is deprecated.
|
|
2105
2207
|
* @public
|
|
2106
2208
|
*/
|
|
2107
|
-
CreatedBy
|
|
2209
|
+
CreatedBy?: string | undefined;
|
|
2108
2210
|
/**
|
|
2109
2211
|
* <p>Comments provided when requesting the evaluation review.</p>
|
|
2110
2212
|
* @public
|
|
@@ -5096,6 +5198,34 @@ export interface DisassociatePhoneNumberContactFlowRequest {
|
|
|
5096
5198
|
*/
|
|
5097
5199
|
InstanceId: string | undefined;
|
|
5098
5200
|
}
|
|
5201
|
+
/**
|
|
5202
|
+
* @public
|
|
5203
|
+
*/
|
|
5204
|
+
export interface DisassociateQueueEmailAddressesRequest {
|
|
5205
|
+
/**
|
|
5206
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
5207
|
+
* @public
|
|
5208
|
+
*/
|
|
5209
|
+
InstanceId: string | undefined;
|
|
5210
|
+
/**
|
|
5211
|
+
* <p>The identifier for the queue.</p>
|
|
5212
|
+
* @public
|
|
5213
|
+
*/
|
|
5214
|
+
QueueId: string | undefined;
|
|
5215
|
+
/**
|
|
5216
|
+
* <p>List of email address identifiers to disassociate from the queue. These are the unique identifiers of email addresses that should no longer be routed to this queue.</p>
|
|
5217
|
+
* @public
|
|
5218
|
+
*/
|
|
5219
|
+
EmailAddressesId: string[] | undefined;
|
|
5220
|
+
/**
|
|
5221
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
5222
|
+
* request. If not provided, the Amazon Web Services
|
|
5223
|
+
* SDK populates this field. For more information about idempotency, see
|
|
5224
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
5225
|
+
* @public
|
|
5226
|
+
*/
|
|
5227
|
+
ClientToken?: string | undefined;
|
|
5228
|
+
}
|
|
5099
5229
|
/**
|
|
5100
5230
|
* @public
|
|
5101
5231
|
*/
|
|
@@ -9121,77 +9251,3 @@ export interface GetTestCaseExecutionSummaryRequest {
|
|
|
9121
9251
|
*/
|
|
9122
9252
|
TestCaseExecutionId: string | undefined;
|
|
9123
9253
|
}
|
|
9124
|
-
/**
|
|
9125
|
-
* <p>Contains summary statistics about a test case execution.</p>
|
|
9126
|
-
* @public
|
|
9127
|
-
*/
|
|
9128
|
-
export interface ObservationSummary {
|
|
9129
|
-
/**
|
|
9130
|
-
* <p>The total number of observations in the test case.</p>
|
|
9131
|
-
* @public
|
|
9132
|
-
*/
|
|
9133
|
-
TotalObservations?: number | undefined;
|
|
9134
|
-
/**
|
|
9135
|
-
* <p>The number of observations that passed during execution.</p>
|
|
9136
|
-
* @public
|
|
9137
|
-
*/
|
|
9138
|
-
ObservationsPassed?: number | undefined;
|
|
9139
|
-
/**
|
|
9140
|
-
* <p>The number of observations that failed during execution.</p>
|
|
9141
|
-
* @public
|
|
9142
|
-
*/
|
|
9143
|
-
ObservationsFailed?: number | undefined;
|
|
9144
|
-
}
|
|
9145
|
-
/**
|
|
9146
|
-
* @public
|
|
9147
|
-
*/
|
|
9148
|
-
export interface GetTestCaseExecutionSummaryResponse {
|
|
9149
|
-
/**
|
|
9150
|
-
* <p>The timestamp when the test case execution started.</p>
|
|
9151
|
-
* @public
|
|
9152
|
-
*/
|
|
9153
|
-
StartTime?: Date | undefined;
|
|
9154
|
-
/**
|
|
9155
|
-
* <p>The timestamp when the test case execution ended.</p>
|
|
9156
|
-
* @public
|
|
9157
|
-
*/
|
|
9158
|
-
EndTime?: Date | undefined;
|
|
9159
|
-
/**
|
|
9160
|
-
* <p>The status of the test case execution.</p>
|
|
9161
|
-
* @public
|
|
9162
|
-
*/
|
|
9163
|
-
Status?: TestCaseExecutionStatus | undefined;
|
|
9164
|
-
/**
|
|
9165
|
-
* <p>Summary statistics for the test case execution.</p>
|
|
9166
|
-
* @public
|
|
9167
|
-
*/
|
|
9168
|
-
ObservationSummary?: ObservationSummary | undefined;
|
|
9169
|
-
}
|
|
9170
|
-
/**
|
|
9171
|
-
* @public
|
|
9172
|
-
*/
|
|
9173
|
-
export interface GetTrafficDistributionRequest {
|
|
9174
|
-
/**
|
|
9175
|
-
* <p>The identifier of the traffic distribution group.
|
|
9176
|
-
* This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
|
|
9177
|
-
* The ARN must be provided if the call is from the replicated Region.</p>
|
|
9178
|
-
* @public
|
|
9179
|
-
*/
|
|
9180
|
-
Id: string | undefined;
|
|
9181
|
-
}
|
|
9182
|
-
/**
|
|
9183
|
-
* <p>The distribution of sign in traffic between the instance and its replica(s).</p>
|
|
9184
|
-
* @public
|
|
9185
|
-
*/
|
|
9186
|
-
export interface SignInDistribution {
|
|
9187
|
-
/**
|
|
9188
|
-
* <p>The Amazon Web Services Region of the sign in distribution.</p>
|
|
9189
|
-
* @public
|
|
9190
|
-
*/
|
|
9191
|
-
Region: string | undefined;
|
|
9192
|
-
/**
|
|
9193
|
-
* <p>Whether sign in distribution is enabled.</p>
|
|
9194
|
-
* @public
|
|
9195
|
-
*/
|
|
9196
|
-
Enabled: boolean | undefined;
|
|
9197
|
-
}
|