@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
|
@@ -1,6 +1,80 @@
|
|
|
1
1
|
import { AgentStatusType, ArtifactStatus, AutoEvaluationStatus, BooleanComparisonType, Channel, ContactFlowModuleState, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactParticipantRole, ContactRecordingType, DataTableAttributeValueType, DateComparisonType, DateTimeComparisonType, DecimalComparisonType, DirectoryType, EntityType, EvaluationFormLanguageCode, EvaluationFormVersionStatus, EvaluationStatus, EvaluationType, EventSourceName, ExecutionRecordStatus, InstanceStatus, InstanceStorageResourceType, IntegrationType, LexVersion, ListFlowAssociationResourceType, LocaleCode, MediaType, MonitorCapability, NotificationPriority, NotificationSource, NotificationStatus, NumberComparisonType, ParticipantRole, PhoneNumberCountryCode, PhoneNumberType, QueueType, QuickConnectType, RealTimeContactAnalysisOutputType, RealTimeContactAnalysisPostContactSummaryFailureCode, RealTimeContactAnalysisPostContactSummaryStatus, RealTimeContactAnalysisSegmentType, RealTimeContactAnalysisSentimentLabel, RealTimeContactAnalysisStatus, RealTimeContactAnalysisSupportedChannel, ReferenceStatus, ReferenceType, RulePublishStatus, SearchContactsMatchType, SearchContactsTimeRangeConditionType, SearchContactsTimeRangeType, SortableFieldName, SortOrder, SourceType, StringComparisonType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TrafficDistributionGroupStatus, UseCaseType, ViewStatus, ViewType, VocabularyLanguageCode } from "./enums";
|
|
2
2
|
import { type AgentConfig, type AgentHierarchyGroups, type ControlPlaneAttributeFilter, type DataTableLockVersion, type LexV2Bot, ActionSummary, AgentStatus, AgentStatusSummary, AliasConfiguration, AnalyticsDataAssociationResult, Application, Distribution, FlowAssociationSummary, FlowModule, InstanceStorageConfig, LexBot, PrimaryValueResponse, SecurityProfileItem, TagCondition, UserProficiency } from "./models_0";
|
|
3
|
-
import { type EvaluationContactParticipant, type EvaluationScore, Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, HoursOfOperationsIdentifier, Notification, PredefinedAttribute, Prompt, Queue, QuickConnect
|
|
3
|
+
import { type EvaluationContactParticipant, type EvaluationScore, Attribute, ContactFlow, ContactFlowModule, DataTable, DataTableAttribute, HierarchyGroupSummary, HoursOfOperation, HoursOfOperationOverride, HoursOfOperationsIdentifier, Notification, PredefinedAttribute, Prompt, Queue, QuickConnect } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* <p>Contains summary statistics about a test case execution.</p>
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface ObservationSummary {
|
|
9
|
+
/**
|
|
10
|
+
* <p>The total number of observations in the test case.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
TotalObservations?: number | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>The number of observations that passed during execution.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
ObservationsPassed?: number | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The number of observations that failed during execution.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
ObservationsFailed?: number | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export interface GetTestCaseExecutionSummaryResponse {
|
|
29
|
+
/**
|
|
30
|
+
* <p>The timestamp when the test case execution started.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
StartTime?: Date | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>The timestamp when the test case execution ended.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
EndTime?: Date | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The status of the test case execution.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
Status?: TestCaseExecutionStatus | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* <p>Summary statistics for the test case execution.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
ObservationSummary?: ObservationSummary | undefined;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
export interface GetTrafficDistributionRequest {
|
|
54
|
+
/**
|
|
55
|
+
* <p>The identifier of the traffic distribution group.
|
|
56
|
+
* This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created.
|
|
57
|
+
* The ARN must be provided if the call is from the replicated Region.</p>
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
Id: string | undefined;
|
|
61
|
+
}
|
|
62
|
+
/**
|
|
63
|
+
* <p>The distribution of sign in traffic between the instance and its replica(s).</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
export interface SignInDistribution {
|
|
67
|
+
/**
|
|
68
|
+
* <p>The Amazon Web Services Region of the sign in distribution.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
Region: string | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>Whether sign in distribution is enabled.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
Enabled: boolean | undefined;
|
|
77
|
+
}
|
|
4
78
|
/**
|
|
5
79
|
* <p>The distribution that determines which Amazon Web Services Regions should be used to sign in agents in to both
|
|
6
80
|
* the instance and its replica(s).</p>
|
|
@@ -2880,6 +2954,78 @@ export interface ListPromptsResponse {
|
|
|
2880
2954
|
*/
|
|
2881
2955
|
NextToken?: string | undefined;
|
|
2882
2956
|
}
|
|
2957
|
+
/**
|
|
2958
|
+
* @public
|
|
2959
|
+
*/
|
|
2960
|
+
export interface ListQueueEmailAddressesRequest {
|
|
2961
|
+
/**
|
|
2962
|
+
* <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>
|
|
2963
|
+
* @public
|
|
2964
|
+
*/
|
|
2965
|
+
InstanceId: string | undefined;
|
|
2966
|
+
/**
|
|
2967
|
+
* <p>The identifier for the queue.</p>
|
|
2968
|
+
* @public
|
|
2969
|
+
*/
|
|
2970
|
+
QueueId: string | undefined;
|
|
2971
|
+
/**
|
|
2972
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
2973
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
2974
|
+
* @public
|
|
2975
|
+
*/
|
|
2976
|
+
NextToken?: string | undefined;
|
|
2977
|
+
/**
|
|
2978
|
+
* <p>The maximum number of results to return per page.</p>
|
|
2979
|
+
* @public
|
|
2980
|
+
*/
|
|
2981
|
+
MaxResults?: number | undefined;
|
|
2982
|
+
}
|
|
2983
|
+
/**
|
|
2984
|
+
* <p>Summary information about an email address associated with a queue. Contains the essential details needed to identify and manage the email address routing configuration.</p>
|
|
2985
|
+
* @public
|
|
2986
|
+
*/
|
|
2987
|
+
export interface EmailAddressSummary {
|
|
2988
|
+
/**
|
|
2989
|
+
* <p>The unique identifier of the email address associated with the queue.</p>
|
|
2990
|
+
* @public
|
|
2991
|
+
*/
|
|
2992
|
+
Id?: string | undefined;
|
|
2993
|
+
/**
|
|
2994
|
+
* <p>The Amazon Resource Name (ARN) of the email address associated with the queue.</p>
|
|
2995
|
+
* @public
|
|
2996
|
+
*/
|
|
2997
|
+
Arn?: string | undefined;
|
|
2998
|
+
/**
|
|
2999
|
+
* <p>Indicates whether this email address is configured as the default outbound email address for the queue. When set to true, this email address is used as the default sender for outbound email contacts from this queue.</p>
|
|
3000
|
+
* @public
|
|
3001
|
+
*/
|
|
3002
|
+
IsDefaultOutboundEmail?: boolean | undefined;
|
|
3003
|
+
}
|
|
3004
|
+
/**
|
|
3005
|
+
* @public
|
|
3006
|
+
*/
|
|
3007
|
+
export interface ListQueueEmailAddressesResponse {
|
|
3008
|
+
/**
|
|
3009
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
3010
|
+
* @public
|
|
3011
|
+
*/
|
|
3012
|
+
NextToken?: string | undefined;
|
|
3013
|
+
/**
|
|
3014
|
+
* <p>List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.</p>
|
|
3015
|
+
* @public
|
|
3016
|
+
*/
|
|
3017
|
+
EmailAddressMetadataList?: EmailAddressSummary[] | undefined;
|
|
3018
|
+
/**
|
|
3019
|
+
* <p>The timestamp when this resource was last modified.</p>
|
|
3020
|
+
* @public
|
|
3021
|
+
*/
|
|
3022
|
+
LastModifiedTime?: Date | undefined;
|
|
3023
|
+
/**
|
|
3024
|
+
* <p>The Amazon Web Services Region where this resource was last modified.</p>
|
|
3025
|
+
* @public
|
|
3026
|
+
*/
|
|
3027
|
+
LastModifiedRegion?: string | undefined;
|
|
3028
|
+
}
|
|
2883
3029
|
/**
|
|
2884
3030
|
* @public
|
|
2885
3031
|
*/
|
|
@@ -7321,150 +7467,3 @@ export interface RoutingProfileSearchFilter {
|
|
|
7321
7467
|
*/
|
|
7322
7468
|
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
7323
7469
|
}
|
|
7324
|
-
/**
|
|
7325
|
-
* @public
|
|
7326
|
-
*/
|
|
7327
|
-
export interface SearchRoutingProfilesResponse {
|
|
7328
|
-
/**
|
|
7329
|
-
* <p>Information about the routing profiles.</p>
|
|
7330
|
-
* @public
|
|
7331
|
-
*/
|
|
7332
|
-
RoutingProfiles?: RoutingProfile[] | undefined;
|
|
7333
|
-
/**
|
|
7334
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7335
|
-
* @public
|
|
7336
|
-
*/
|
|
7337
|
-
NextToken?: string | undefined;
|
|
7338
|
-
/**
|
|
7339
|
-
* <p>The total number of routing profiles which matched your search query.</p>
|
|
7340
|
-
* @public
|
|
7341
|
-
*/
|
|
7342
|
-
ApproximateTotalCount?: number | undefined;
|
|
7343
|
-
}
|
|
7344
|
-
/**
|
|
7345
|
-
* <p>Filters to be applied to search results.</p>
|
|
7346
|
-
* @public
|
|
7347
|
-
*/
|
|
7348
|
-
export interface SecurityProfilesSearchFilter {
|
|
7349
|
-
/**
|
|
7350
|
-
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
7351
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
7352
|
-
* <ul>
|
|
7353
|
-
* <li>
|
|
7354
|
-
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
7355
|
-
* </li>
|
|
7356
|
-
* <li>
|
|
7357
|
-
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
7358
|
-
* </li>
|
|
7359
|
-
* </ul>
|
|
7360
|
-
* @public
|
|
7361
|
-
*/
|
|
7362
|
-
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
7363
|
-
}
|
|
7364
|
-
/**
|
|
7365
|
-
* <p>Information about the returned security profiles.</p>
|
|
7366
|
-
* @public
|
|
7367
|
-
*/
|
|
7368
|
-
export interface SecurityProfileSearchSummary {
|
|
7369
|
-
/**
|
|
7370
|
-
* <p>The identifier of the security profile.</p>
|
|
7371
|
-
* @public
|
|
7372
|
-
*/
|
|
7373
|
-
Id?: string | undefined;
|
|
7374
|
-
/**
|
|
7375
|
-
* <p>The organization resource identifier.</p>
|
|
7376
|
-
* @public
|
|
7377
|
-
*/
|
|
7378
|
-
OrganizationResourceId?: string | undefined;
|
|
7379
|
-
/**
|
|
7380
|
-
* <p>The Amazon Resource Name (ARN) of the security profile.</p>
|
|
7381
|
-
* @public
|
|
7382
|
-
*/
|
|
7383
|
-
Arn?: string | undefined;
|
|
7384
|
-
/**
|
|
7385
|
-
* <p>The name of the security profile.</p>
|
|
7386
|
-
* @public
|
|
7387
|
-
*/
|
|
7388
|
-
SecurityProfileName?: string | undefined;
|
|
7389
|
-
/**
|
|
7390
|
-
* <p>The description of the security profile.</p>
|
|
7391
|
-
* @public
|
|
7392
|
-
*/
|
|
7393
|
-
Description?: string | undefined;
|
|
7394
|
-
/**
|
|
7395
|
-
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
7396
|
-
* @public
|
|
7397
|
-
*/
|
|
7398
|
-
Tags?: Record<string, string> | undefined;
|
|
7399
|
-
}
|
|
7400
|
-
/**
|
|
7401
|
-
* @public
|
|
7402
|
-
*/
|
|
7403
|
-
export interface SearchSecurityProfilesResponse {
|
|
7404
|
-
/**
|
|
7405
|
-
* <p>Information about the security profiles.</p>
|
|
7406
|
-
* @public
|
|
7407
|
-
*/
|
|
7408
|
-
SecurityProfiles?: SecurityProfileSearchSummary[] | undefined;
|
|
7409
|
-
/**
|
|
7410
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7411
|
-
* @public
|
|
7412
|
-
*/
|
|
7413
|
-
NextToken?: string | undefined;
|
|
7414
|
-
/**
|
|
7415
|
-
* <p>The total number of security profiles which matched your search query.</p>
|
|
7416
|
-
* @public
|
|
7417
|
-
*/
|
|
7418
|
-
ApproximateTotalCount?: number | undefined;
|
|
7419
|
-
}
|
|
7420
|
-
/**
|
|
7421
|
-
* <p>Filters to be applied to search results.</p>
|
|
7422
|
-
* @public
|
|
7423
|
-
*/
|
|
7424
|
-
export interface TestCaseSearchFilter {
|
|
7425
|
-
/**
|
|
7426
|
-
* <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR of AND (List of List) input where: Top level list specifies conditions that need to be applied with OR operator. Inner list specifies conditions that need to be applied with AND operator.</p>
|
|
7427
|
-
* @public
|
|
7428
|
-
*/
|
|
7429
|
-
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
7430
|
-
}
|
|
7431
|
-
/**
|
|
7432
|
-
* @public
|
|
7433
|
-
*/
|
|
7434
|
-
export interface SearchTestCasesResponse {
|
|
7435
|
-
/**
|
|
7436
|
-
* <p>Information about the test cases.</p>
|
|
7437
|
-
* @public
|
|
7438
|
-
*/
|
|
7439
|
-
TestCases?: TestCase[] | undefined;
|
|
7440
|
-
/**
|
|
7441
|
-
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
7442
|
-
* @public
|
|
7443
|
-
*/
|
|
7444
|
-
NextToken?: string | undefined;
|
|
7445
|
-
/**
|
|
7446
|
-
* <p>The total number of test cases which matched your search query.</p>
|
|
7447
|
-
* @public
|
|
7448
|
-
*/
|
|
7449
|
-
ApproximateTotalCount?: number | undefined;
|
|
7450
|
-
}
|
|
7451
|
-
/**
|
|
7452
|
-
* <p>Filters to be applied to search results.</p>
|
|
7453
|
-
* @public
|
|
7454
|
-
*/
|
|
7455
|
-
export interface UserHierarchyGroupSearchFilter {
|
|
7456
|
-
/**
|
|
7457
|
-
* <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or AND (List of
|
|
7458
|
-
* List) input where:</p>
|
|
7459
|
-
* <ul>
|
|
7460
|
-
* <li>
|
|
7461
|
-
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
7462
|
-
* </li>
|
|
7463
|
-
* <li>
|
|
7464
|
-
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
7465
|
-
* </li>
|
|
7466
|
-
* </ul>
|
|
7467
|
-
* @public
|
|
7468
|
-
*/
|
|
7469
|
-
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
7470
|
-
}
|
|
@@ -1,7 +1,154 @@
|
|
|
1
1
|
import { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, Channel, ChatEventType, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMediaProcessingFailureMode, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DisconnectOnCustomerExitParticipantType, EmailHeaderType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, IvrRecordingTrack, LocaleCode, MeetingFeatureStatus, NotificationStatus, OutboundMessageSourceType, OverrideType, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RehydrationType, ResponseMode, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
|
|
2
2
|
import { type AdditionalEmailRecipients, type AgentConfig, type AgentInfo, type AgentStatusSearchFilter, type AllowedCapabilities, type Campaign, type ControlPlaneAttributeFilter, type CreatedByInfo, type DataTableLockVersion, type Endpoint, type EvaluationFormAutoEvaluationConfiguration, type EvaluationFormLanguageConfiguration, type EvaluationFormQuestionTypeProperties, type EvaluationFormScoringStrategy, type EvaluationFormTargetConfiguration, type EvaluationReviewConfiguration, type GranularAccessControlConfiguration, type InputPredefinedAttributeConfiguration, type InstanceStorageConfig, type OutboundCallerConfig, type OutboundEmailConfig, type OutboundStrategy, type PredefinedAttributeValues, type QuickConnectConfig, type RecurrenceConfig, type StringCondition, type TaskTemplateConstraints, type TaskTemplateDefaults, type TestCaseEntryPoint, type UserIdentityInfo, type UserInfo, type UserPhoneConfig, type Validation, type ViewInputContent, AfterContactWorkConfigPerChannel, Application, AutoAcceptConfig, EvaluationFormItemEnablementExpression, FlowModule, HoursOfOperationConfig, HoursOfOperationOverrideConfig, MediaConcurrency, PersistentConnectionConfig, PhoneNumberConfig, PrimaryValue, Reference, RoutingProfileQueueConfig, RuleAction, TagCondition, TaskTemplateField, UserProficiency, View, VoiceEnhancementConfig } from "./models_0";
|
|
3
|
-
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type GlobalResiliencyMetadata, type QualityMetrics, type QueueInfo, type TaskTemplateInfoV2, type WisdomInfo, type WorkspaceTheme, ContactEvaluation, EvaluationNote, HierarchyGroup, NextContactEntry, RecordingInfo } from "./models_1";
|
|
4
|
-
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, ControlPlaneTagFilter, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HoursOfOperationSearchFilter, NotificationSearchFilter, NumberCondition, PromptSearchFilter, QueueSearchFilter, QuickConnectSearchFilter, RoutingProfileSearchFilter,
|
|
3
|
+
import { type AttributeCondition, type ChatMetrics, type ContactDetails, type Customer, type CustomerVoiceActivity, type DisconnectDetails, type EndpointInfo, type Evaluation, type EvaluationAnswerData, type Expiry, type GlobalResiliencyMetadata, type QualityMetrics, type QueueInfo, type TaskTemplateInfoV2, type WisdomInfo, type WorkspaceTheme, ContactEvaluation, EvaluationNote, HierarchyGroup, NextContactEntry, RecordingInfo, RoutingProfile, TestCase } from "./models_1";
|
|
4
|
+
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, ControlPlaneTagFilter, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HoursOfOperationSearchFilter, NotificationSearchFilter, NumberCondition, PromptSearchFilter, QueueSearchFilter, QuickConnectSearchFilter, RoutingProfileSearchFilter, SignInConfig, TelephonyConfig } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface SearchRoutingProfilesResponse {
|
|
9
|
+
/**
|
|
10
|
+
* <p>Information about the routing profiles.</p>
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
RoutingProfiles?: RoutingProfile[] | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
NextToken?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* <p>The total number of routing profiles which matched your search query.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
ApproximateTotalCount?: number | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* <p>Filters to be applied to search results.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface SecurityProfilesSearchFilter {
|
|
30
|
+
/**
|
|
31
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
32
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
33
|
+
* <ul>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
36
|
+
* </li>
|
|
37
|
+
* <li>
|
|
38
|
+
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
39
|
+
* </li>
|
|
40
|
+
* </ul>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* <p>Information about the returned security profiles.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
export interface SecurityProfileSearchSummary {
|
|
50
|
+
/**
|
|
51
|
+
* <p>The identifier of the security profile.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
Id?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The organization resource identifier.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
OrganizationResourceId?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The Amazon Resource Name (ARN) of the security profile.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
Arn?: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The name of the security profile.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
SecurityProfileName?: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>The description of the security profile.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
Description?: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
Tags?: Record<string, string> | undefined;
|
|
80
|
+
}
|
|
81
|
+
/**
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
export interface SearchSecurityProfilesResponse {
|
|
85
|
+
/**
|
|
86
|
+
* <p>Information about the security profiles.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
SecurityProfiles?: SecurityProfileSearchSummary[] | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
NextToken?: string | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The total number of security profiles which matched your search query.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
ApproximateTotalCount?: number | undefined;
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* <p>Filters to be applied to search results.</p>
|
|
103
|
+
* @public
|
|
104
|
+
*/
|
|
105
|
+
export interface TestCaseSearchFilter {
|
|
106
|
+
/**
|
|
107
|
+
* <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR of AND (List of List) input where: Top level list specifies conditions that need to be applied with OR operator. Inner list specifies conditions that need to be applied with AND operator.</p>
|
|
108
|
+
* @public
|
|
109
|
+
*/
|
|
110
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
*/
|
|
115
|
+
export interface SearchTestCasesResponse {
|
|
116
|
+
/**
|
|
117
|
+
* <p>Information about the test cases.</p>
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
TestCases?: TestCase[] | undefined;
|
|
121
|
+
/**
|
|
122
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
123
|
+
* @public
|
|
124
|
+
*/
|
|
125
|
+
NextToken?: string | undefined;
|
|
126
|
+
/**
|
|
127
|
+
* <p>The total number of test cases which matched your search query.</p>
|
|
128
|
+
* @public
|
|
129
|
+
*/
|
|
130
|
+
ApproximateTotalCount?: number | undefined;
|
|
131
|
+
}
|
|
132
|
+
/**
|
|
133
|
+
* <p>Filters to be applied to search results.</p>
|
|
134
|
+
* @public
|
|
135
|
+
*/
|
|
136
|
+
export interface UserHierarchyGroupSearchFilter {
|
|
137
|
+
/**
|
|
138
|
+
* <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or AND (List of
|
|
139
|
+
* List) input where:</p>
|
|
140
|
+
* <ul>
|
|
141
|
+
* <li>
|
|
142
|
+
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
143
|
+
* </li>
|
|
144
|
+
* <li>
|
|
145
|
+
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
146
|
+
* </li>
|
|
147
|
+
* </ul>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
151
|
+
}
|
|
5
152
|
/**
|
|
6
153
|
* @public
|
|
7
154
|
*/
|
|
@@ -2426,7 +2573,7 @@ export interface UpdateAuthenticationProfileRequest {
|
|
|
2426
2573
|
* how to configure IP addresses, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/authentication-profiles.html#configure-session-timeouts">Configure session
|
|
2427
2574
|
* timeouts</a> in the <i>Amazon Connect Administrator Guide</i>. </p>
|
|
2428
2575
|
*
|
|
2429
|
-
* @deprecated PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.
|
|
2576
|
+
* @deprecated (since 10/31/2025) PeriodicSessionDuration is deprecated. Use SessionInactivityDuration instead.
|
|
2430
2577
|
* @public
|
|
2431
2578
|
*/
|
|
2432
2579
|
PeriodicSessionDuration?: number | undefined;
|
|
@@ -83,6 +83,7 @@ export declare var AssociateInstanceStorageConfigResponse$: StaticStructureSchem
|
|
|
83
83
|
export declare var AssociateLambdaFunctionRequest$: StaticStructureSchema;
|
|
84
84
|
export declare var AssociateLexBotRequest$: StaticStructureSchema;
|
|
85
85
|
export declare var AssociatePhoneNumberContactFlowRequest$: StaticStructureSchema;
|
|
86
|
+
export declare var AssociateQueueEmailAddressesRequest$: StaticStructureSchema;
|
|
86
87
|
export declare var AssociateQueueQuickConnectsRequest$: StaticStructureSchema;
|
|
87
88
|
export declare var AssociateRoutingProfileQueuesRequest$: StaticStructureSchema;
|
|
88
89
|
export declare var AssociateSecurityKeyRequest$: StaticStructureSchema;
|
|
@@ -139,6 +140,7 @@ export declare var BooleanCondition$: StaticStructureSchema;
|
|
|
139
140
|
export declare var Campaign$: StaticStructureSchema;
|
|
140
141
|
export declare var CaseSlaConfiguration$: StaticStructureSchema;
|
|
141
142
|
export declare var ChatContactMetrics$: StaticStructureSchema;
|
|
143
|
+
export declare var ChatEntryPointParameters$: StaticStructureSchema;
|
|
142
144
|
export declare var ChatEvent$: StaticStructureSchema;
|
|
143
145
|
export declare var ChatMessage$: StaticStructureSchema;
|
|
144
146
|
export declare var ChatMetrics$: StaticStructureSchema;
|
|
@@ -422,6 +424,7 @@ export declare var DisassociateInstanceStorageConfigRequest$: StaticStructureSch
|
|
|
422
424
|
export declare var DisassociateLambdaFunctionRequest$: StaticStructureSchema;
|
|
423
425
|
export declare var DisassociateLexBotRequest$: StaticStructureSchema;
|
|
424
426
|
export declare var DisassociatePhoneNumberContactFlowRequest$: StaticStructureSchema;
|
|
427
|
+
export declare var DisassociateQueueEmailAddressesRequest$: StaticStructureSchema;
|
|
425
428
|
export declare var DisassociateQueueQuickConnectsRequest$: StaticStructureSchema;
|
|
426
429
|
export declare var DisassociateRoutingProfileQueuesRequest$: StaticStructureSchema;
|
|
427
430
|
export declare var DisassociateSecurityKeyRequest$: StaticStructureSchema;
|
|
@@ -439,10 +442,12 @@ export declare var Distribution$: StaticStructureSchema;
|
|
|
439
442
|
export declare var DownloadUrlMetadata$: StaticStructureSchema;
|
|
440
443
|
export declare var EffectiveHoursOfOperations$: StaticStructureSchema;
|
|
441
444
|
export declare var EffectiveOverrideHours$: StaticStructureSchema;
|
|
445
|
+
export declare var EmailAddressConfig$: StaticStructureSchema;
|
|
442
446
|
export declare var EmailAddressInfo$: StaticStructureSchema;
|
|
443
447
|
export declare var EmailAddressMetadata$: StaticStructureSchema;
|
|
444
448
|
export declare var EmailAddressSearchCriteria$: StaticStructureSchema;
|
|
445
449
|
export declare var EmailAddressSearchFilter$: StaticStructureSchema;
|
|
450
|
+
export declare var EmailAddressSummary$: StaticStructureSchema;
|
|
446
451
|
export declare var EmailAttachment$: StaticStructureSchema;
|
|
447
452
|
export declare var EmailMessageReference$: StaticStructureSchema;
|
|
448
453
|
export declare var EmailRecipient$: StaticStructureSchema;
|
|
@@ -678,6 +683,8 @@ export declare var ListPredefinedAttributesRequest$: StaticStructureSchema;
|
|
|
678
683
|
export declare var ListPredefinedAttributesResponse$: StaticStructureSchema;
|
|
679
684
|
export declare var ListPromptsRequest$: StaticStructureSchema;
|
|
680
685
|
export declare var ListPromptsResponse$: StaticStructureSchema;
|
|
686
|
+
export declare var ListQueueEmailAddressesRequest$: StaticStructureSchema;
|
|
687
|
+
export declare var ListQueueEmailAddressesResponse$: StaticStructureSchema;
|
|
681
688
|
export declare var ListQueueQuickConnectsRequest$: StaticStructureSchema;
|
|
682
689
|
export declare var ListQueueQuickConnectsResponse$: StaticStructureSchema;
|
|
683
690
|
export declare var ListQueuesRequest$: StaticStructureSchema;
|
|
@@ -1224,6 +1231,7 @@ export declare var AssociateInstanceStorageConfig$: StaticOperationSchema;
|
|
|
1224
1231
|
export declare var AssociateLambdaFunction$: StaticOperationSchema;
|
|
1225
1232
|
export declare var AssociateLexBot$: StaticOperationSchema;
|
|
1226
1233
|
export declare var AssociatePhoneNumberContactFlow$: StaticOperationSchema;
|
|
1234
|
+
export declare var AssociateQueueEmailAddresses$: StaticOperationSchema;
|
|
1227
1235
|
export declare var AssociateQueueQuickConnects$: StaticOperationSchema;
|
|
1228
1236
|
export declare var AssociateRoutingProfileQueues$: StaticOperationSchema;
|
|
1229
1237
|
export declare var AssociateSecurityKey$: StaticOperationSchema;
|
|
@@ -1359,6 +1367,7 @@ export declare var DisassociateInstanceStorageConfig$: StaticOperationSchema;
|
|
|
1359
1367
|
export declare var DisassociateLambdaFunction$: StaticOperationSchema;
|
|
1360
1368
|
export declare var DisassociateLexBot$: StaticOperationSchema;
|
|
1361
1369
|
export declare var DisassociatePhoneNumberContactFlow$: StaticOperationSchema;
|
|
1370
|
+
export declare var DisassociateQueueEmailAddresses$: StaticOperationSchema;
|
|
1362
1371
|
export declare var DisassociateQueueQuickConnects$: StaticOperationSchema;
|
|
1363
1372
|
export declare var DisassociateRoutingProfileQueues$: StaticOperationSchema;
|
|
1364
1373
|
export declare var DisassociateSecurityKey$: StaticOperationSchema;
|
|
@@ -1421,6 +1430,7 @@ export declare var ListPhoneNumbers$: StaticOperationSchema;
|
|
|
1421
1430
|
export declare var ListPhoneNumbersV2$: StaticOperationSchema;
|
|
1422
1431
|
export declare var ListPredefinedAttributes$: StaticOperationSchema;
|
|
1423
1432
|
export declare var ListPrompts$: StaticOperationSchema;
|
|
1433
|
+
export declare var ListQueueEmailAddresses$: StaticOperationSchema;
|
|
1424
1434
|
export declare var ListQueueQuickConnects$: StaticOperationSchema;
|
|
1425
1435
|
export declare var ListQueues$: StaticOperationSchema;
|
|
1426
1436
|
export declare var ListQuickConnects$: StaticOperationSchema;
|
|
@@ -55,6 +55,10 @@ import {
|
|
|
55
55
|
AssociatePhoneNumberContactFlowCommandInput,
|
|
56
56
|
AssociatePhoneNumberContactFlowCommandOutput,
|
|
57
57
|
} from "./commands/AssociatePhoneNumberContactFlowCommand";
|
|
58
|
+
import {
|
|
59
|
+
AssociateQueueEmailAddressesCommandInput,
|
|
60
|
+
AssociateQueueEmailAddressesCommandOutput,
|
|
61
|
+
} from "./commands/AssociateQueueEmailAddressesCommand";
|
|
58
62
|
import {
|
|
59
63
|
AssociateQueueQuickConnectsCommandInput,
|
|
60
64
|
AssociateQueueQuickConnectsCommandOutput,
|
|
@@ -595,6 +599,10 @@ import {
|
|
|
595
599
|
DisassociatePhoneNumberContactFlowCommandInput,
|
|
596
600
|
DisassociatePhoneNumberContactFlowCommandOutput,
|
|
597
601
|
} from "./commands/DisassociatePhoneNumberContactFlowCommand";
|
|
602
|
+
import {
|
|
603
|
+
DisassociateQueueEmailAddressesCommandInput,
|
|
604
|
+
DisassociateQueueEmailAddressesCommandOutput,
|
|
605
|
+
} from "./commands/DisassociateQueueEmailAddressesCommand";
|
|
598
606
|
import {
|
|
599
607
|
DisassociateQueueQuickConnectsCommandInput,
|
|
600
608
|
DisassociateQueueQuickConnectsCommandOutput,
|
|
@@ -843,6 +851,10 @@ import {
|
|
|
843
851
|
ListPromptsCommandInput,
|
|
844
852
|
ListPromptsCommandOutput,
|
|
845
853
|
} from "./commands/ListPromptsCommand";
|
|
854
|
+
import {
|
|
855
|
+
ListQueueEmailAddressesCommandInput,
|
|
856
|
+
ListQueueEmailAddressesCommandOutput,
|
|
857
|
+
} from "./commands/ListQueueEmailAddressesCommand";
|
|
846
858
|
import {
|
|
847
859
|
ListQueueQuickConnectsCommandInput,
|
|
848
860
|
ListQueueQuickConnectsCommandOutput,
|
|
@@ -1630,6 +1642,19 @@ export interface Connect {
|
|
|
1630
1642
|
options: __HttpHandlerOptions,
|
|
1631
1643
|
cb: (err: any, data?: AssociatePhoneNumberContactFlowCommandOutput) => void
|
|
1632
1644
|
): void;
|
|
1645
|
+
associateQueueEmailAddresses(
|
|
1646
|
+
args: AssociateQueueEmailAddressesCommandInput,
|
|
1647
|
+
options?: __HttpHandlerOptions
|
|
1648
|
+
): Promise<AssociateQueueEmailAddressesCommandOutput>;
|
|
1649
|
+
associateQueueEmailAddresses(
|
|
1650
|
+
args: AssociateQueueEmailAddressesCommandInput,
|
|
1651
|
+
cb: (err: any, data?: AssociateQueueEmailAddressesCommandOutput) => void
|
|
1652
|
+
): void;
|
|
1653
|
+
associateQueueEmailAddresses(
|
|
1654
|
+
args: AssociateQueueEmailAddressesCommandInput,
|
|
1655
|
+
options: __HttpHandlerOptions,
|
|
1656
|
+
cb: (err: any, data?: AssociateQueueEmailAddressesCommandOutput) => void
|
|
1657
|
+
): void;
|
|
1633
1658
|
associateQueueQuickConnects(
|
|
1634
1659
|
args: AssociateQueueQuickConnectsCommandInput,
|
|
1635
1660
|
options?: __HttpHandlerOptions
|
|
@@ -3427,6 +3452,19 @@ export interface Connect {
|
|
|
3427
3452
|
data?: DisassociatePhoneNumberContactFlowCommandOutput
|
|
3428
3453
|
) => void
|
|
3429
3454
|
): void;
|
|
3455
|
+
disassociateQueueEmailAddresses(
|
|
3456
|
+
args: DisassociateQueueEmailAddressesCommandInput,
|
|
3457
|
+
options?: __HttpHandlerOptions
|
|
3458
|
+
): Promise<DisassociateQueueEmailAddressesCommandOutput>;
|
|
3459
|
+
disassociateQueueEmailAddresses(
|
|
3460
|
+
args: DisassociateQueueEmailAddressesCommandInput,
|
|
3461
|
+
cb: (err: any, data?: DisassociateQueueEmailAddressesCommandOutput) => void
|
|
3462
|
+
): void;
|
|
3463
|
+
disassociateQueueEmailAddresses(
|
|
3464
|
+
args: DisassociateQueueEmailAddressesCommandInput,
|
|
3465
|
+
options: __HttpHandlerOptions,
|
|
3466
|
+
cb: (err: any, data?: DisassociateQueueEmailAddressesCommandOutput) => void
|
|
3467
|
+
): void;
|
|
3430
3468
|
disassociateQueueQuickConnects(
|
|
3431
3469
|
args: DisassociateQueueQuickConnectsCommandInput,
|
|
3432
3470
|
options?: __HttpHandlerOptions
|
|
@@ -4241,6 +4279,19 @@ export interface Connect {
|
|
|
4241
4279
|
options: __HttpHandlerOptions,
|
|
4242
4280
|
cb: (err: any, data?: ListPromptsCommandOutput) => void
|
|
4243
4281
|
): void;
|
|
4282
|
+
listQueueEmailAddresses(
|
|
4283
|
+
args: ListQueueEmailAddressesCommandInput,
|
|
4284
|
+
options?: __HttpHandlerOptions
|
|
4285
|
+
): Promise<ListQueueEmailAddressesCommandOutput>;
|
|
4286
|
+
listQueueEmailAddresses(
|
|
4287
|
+
args: ListQueueEmailAddressesCommandInput,
|
|
4288
|
+
cb: (err: any, data?: ListQueueEmailAddressesCommandOutput) => void
|
|
4289
|
+
): void;
|
|
4290
|
+
listQueueEmailAddresses(
|
|
4291
|
+
args: ListQueueEmailAddressesCommandInput,
|
|
4292
|
+
options: __HttpHandlerOptions,
|
|
4293
|
+
cb: (err: any, data?: ListQueueEmailAddressesCommandOutput) => void
|
|
4294
|
+
): void;
|
|
4244
4295
|
listQueueQuickConnects(
|
|
4245
4296
|
args: ListQueueQuickConnectsCommandInput,
|
|
4246
4297
|
options?: __HttpHandlerOptions
|