@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
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import type { AssociateQueueEmailAddressesRequest } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link AssociateQueueEmailAddressesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface AssociateQueueEmailAddressesCommandInput extends AssociateQueueEmailAddressesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link AssociateQueueEmailAddressesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface AssociateQueueEmailAddressesCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const AssociateQueueEmailAddressesCommand_base: {
|
|
25
|
+
new (input: AssociateQueueEmailAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateQueueEmailAddressesCommandInput, AssociateQueueEmailAddressesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: AssociateQueueEmailAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateQueueEmailAddressesCommandInput, AssociateQueueEmailAddressesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Associates a set of email addresses with a queue to enable agents to select different "From" (system) email addresses when replying to inbound email contacts or initiating outbound email contacts. This allows agents to handle email contacts across different brands and business units within the same queue.</p>
|
|
31
|
+
* <p>
|
|
32
|
+
* <b>Important things to know</b>
|
|
33
|
+
* </p>
|
|
34
|
+
* <ul>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>You can associate up to 49 additional email addresses with a single queue, plus 1 default outbound email address, for a total of 50.</p>
|
|
37
|
+
* </li>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>The email addresses must already exist in the Amazon Connect instance before they can be associated with a queue.</p>
|
|
40
|
+
* </li>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>Agents will be able to select from these associated email addresses when handling email contacts in the queue.</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>For inbound email contacts, agents can select from email addresses associated with the queue where the contact was accepted.</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* <li>
|
|
48
|
+
* <p>For outbound email contacts, agents can select from email addresses associated with their default outbound queue configured in their routing profile.</p>
|
|
49
|
+
* </li>
|
|
50
|
+
* </ul>
|
|
51
|
+
* @example
|
|
52
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
53
|
+
* ```javascript
|
|
54
|
+
* import { ConnectClient, AssociateQueueEmailAddressesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
55
|
+
* // const { ConnectClient, AssociateQueueEmailAddressesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
56
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
57
|
+
* const config = {}; // type is ConnectClientConfig
|
|
58
|
+
* const client = new ConnectClient(config);
|
|
59
|
+
* const input = { // AssociateQueueEmailAddressesRequest
|
|
60
|
+
* InstanceId: "STRING_VALUE", // required
|
|
61
|
+
* QueueId: "STRING_VALUE", // required
|
|
62
|
+
* EmailAddressesConfig: [ // EmailAddressConfigList // required
|
|
63
|
+
* { // EmailAddressConfig
|
|
64
|
+
* EmailAddressId: "STRING_VALUE", // required
|
|
65
|
+
* },
|
|
66
|
+
* ],
|
|
67
|
+
* ClientToken: "STRING_VALUE",
|
|
68
|
+
* };
|
|
69
|
+
* const command = new AssociateQueueEmailAddressesCommand(input);
|
|
70
|
+
* const response = await client.send(command);
|
|
71
|
+
* // {};
|
|
72
|
+
*
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
75
|
+
* @param AssociateQueueEmailAddressesCommandInput - {@link AssociateQueueEmailAddressesCommandInput}
|
|
76
|
+
* @returns {@link AssociateQueueEmailAddressesCommandOutput}
|
|
77
|
+
* @see {@link AssociateQueueEmailAddressesCommandInput} for command's `input` shape.
|
|
78
|
+
* @see {@link AssociateQueueEmailAddressesCommandOutput} for command's `response` shape.
|
|
79
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
82
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
85
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
88
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
91
|
+
* <p>The request is not valid.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link LimitExceededException} (client fault)
|
|
94
|
+
* <p>The allowed limit for the resource has been exceeded.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
97
|
+
* <p>The specified resource was not found.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
100
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
101
|
+
*
|
|
102
|
+
* @throws {@link ConnectServiceException}
|
|
103
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
104
|
+
*
|
|
105
|
+
*
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
export declare class AssociateQueueEmailAddressesCommand extends AssociateQueueEmailAddressesCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: AssociateQueueEmailAddressesRequest;
|
|
113
|
+
output: {};
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: AssociateQueueEmailAddressesCommandInput;
|
|
117
|
+
output: AssociateQueueEmailAddressesCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
120
|
+
}
|
|
@@ -74,6 +74,11 @@ declare const CreateQueueCommand_base: {
|
|
|
74
74
|
* QuickConnectIds: [ // QuickConnectsList
|
|
75
75
|
* "STRING_VALUE",
|
|
76
76
|
* ],
|
|
77
|
+
* EmailAddressesConfig: [ // EmailAddressConfigList
|
|
78
|
+
* { // EmailAddressConfig
|
|
79
|
+
* EmailAddressId: "STRING_VALUE", // required
|
|
80
|
+
* },
|
|
81
|
+
* ],
|
|
77
82
|
* Tags: { // TagMap
|
|
78
83
|
* "<keys>": "STRING_VALUE",
|
|
79
84
|
* },
|
|
@@ -42,12 +42,15 @@ declare const CreateTestCaseCommand_base: {
|
|
|
42
42
|
* Description: "STRING_VALUE",
|
|
43
43
|
* Content: "STRING_VALUE", // required
|
|
44
44
|
* EntryPoint: { // TestCaseEntryPoint
|
|
45
|
-
* Type: "VOICE_CALL",
|
|
45
|
+
* Type: "VOICE_CALL" || "CHAT",
|
|
46
46
|
* VoiceCallEntryPointParameters: { // VoiceCallEntryPointParameters
|
|
47
47
|
* SourcePhoneNumber: "STRING_VALUE",
|
|
48
48
|
* DestinationPhoneNumber: "STRING_VALUE",
|
|
49
49
|
* FlowId: "STRING_VALUE",
|
|
50
50
|
* },
|
|
51
|
+
* ChatEntryPointParameters: { // ChatEntryPointParameters
|
|
52
|
+
* FlowId: "STRING_VALUE",
|
|
53
|
+
* },
|
|
51
54
|
* },
|
|
52
55
|
* InitializationData: "STRING_VALUE",
|
|
53
56
|
* Status: "PUBLISHED" || "SAVED",
|
|
@@ -69,8 +69,10 @@ declare const DescribeContactEvaluationCommand_base: {
|
|
|
69
69
|
* // },
|
|
70
70
|
* // Review: { // EvaluationReviewMetadata
|
|
71
71
|
* // ReviewId: "STRING_VALUE",
|
|
72
|
-
* //
|
|
73
|
-
* //
|
|
72
|
+
* // RequestedTime: new Date("TIMESTAMP"),
|
|
73
|
+
* // RequestedBy: "STRING_VALUE",
|
|
74
|
+
* // CreatedTime: new Date("TIMESTAMP"),
|
|
75
|
+
* // CreatedBy: "STRING_VALUE",
|
|
74
76
|
* // ReviewRequestComments: [ // EvaluationReviewRequestCommentList // required
|
|
75
77
|
* // { // EvaluationReviewRequestComment
|
|
76
78
|
* // Comment: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeTestCaseCommand.d.ts
CHANGED
|
@@ -50,12 +50,15 @@ declare const DescribeTestCaseCommand_base: {
|
|
|
50
50
|
* // Name: "STRING_VALUE",
|
|
51
51
|
* // Content: "STRING_VALUE",
|
|
52
52
|
* // EntryPoint: { // TestCaseEntryPoint
|
|
53
|
-
* // Type: "VOICE_CALL",
|
|
53
|
+
* // Type: "VOICE_CALL" || "CHAT",
|
|
54
54
|
* // VoiceCallEntryPointParameters: { // VoiceCallEntryPointParameters
|
|
55
55
|
* // SourcePhoneNumber: "STRING_VALUE",
|
|
56
56
|
* // DestinationPhoneNumber: "STRING_VALUE",
|
|
57
57
|
* // FlowId: "STRING_VALUE",
|
|
58
58
|
* // },
|
|
59
|
+
* // ChatEntryPointParameters: { // ChatEntryPointParameters
|
|
60
|
+
* // FlowId: "STRING_VALUE",
|
|
61
|
+
* // },
|
|
59
62
|
* // },
|
|
60
63
|
* // InitializationData: "STRING_VALUE",
|
|
61
64
|
* // Description: "STRING_VALUE",
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import type { DisassociateQueueEmailAddressesRequest } from "../models/models_1";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DisassociateQueueEmailAddressesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DisassociateQueueEmailAddressesCommandInput extends DisassociateQueueEmailAddressesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DisassociateQueueEmailAddressesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DisassociateQueueEmailAddressesCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DisassociateQueueEmailAddressesCommand_base: {
|
|
25
|
+
new (input: DisassociateQueueEmailAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateQueueEmailAddressesCommandInput, DisassociateQueueEmailAddressesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: DisassociateQueueEmailAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateQueueEmailAddressesCommandInput, DisassociateQueueEmailAddressesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Removes the association between a set of email addresses and a queue. After disassociation, agents will no longer be able to select these email addresses as "From" addresses when replying to inbound email contacts or initiating outbound email contacts in this queue.</p>
|
|
31
|
+
* <p>
|
|
32
|
+
* <b>Important things to know</b>
|
|
33
|
+
* </p>
|
|
34
|
+
* <ul>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>Agents will no longer see these email addresses in their "From" address selection options for this queue.</p>
|
|
37
|
+
* </li>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>The email addresses themselves are not deleted from the instance, only their availability for agent selection in this queue is removed.</p>
|
|
40
|
+
* </li>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>Changes take effect immediately and will affect the agent experience in the Contact Control Panel (CCP).</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* </ul>
|
|
45
|
+
* @example
|
|
46
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
47
|
+
* ```javascript
|
|
48
|
+
* import { ConnectClient, DisassociateQueueEmailAddressesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
49
|
+
* // const { ConnectClient, DisassociateQueueEmailAddressesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
50
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
51
|
+
* const config = {}; // type is ConnectClientConfig
|
|
52
|
+
* const client = new ConnectClient(config);
|
|
53
|
+
* const input = { // DisassociateQueueEmailAddressesRequest
|
|
54
|
+
* InstanceId: "STRING_VALUE", // required
|
|
55
|
+
* QueueId: "STRING_VALUE", // required
|
|
56
|
+
* EmailAddressesId: [ // EmailAddressIdList // required
|
|
57
|
+
* "STRING_VALUE",
|
|
58
|
+
* ],
|
|
59
|
+
* ClientToken: "STRING_VALUE",
|
|
60
|
+
* };
|
|
61
|
+
* const command = new DisassociateQueueEmailAddressesCommand(input);
|
|
62
|
+
* const response = await client.send(command);
|
|
63
|
+
* // {};
|
|
64
|
+
*
|
|
65
|
+
* ```
|
|
66
|
+
*
|
|
67
|
+
* @param DisassociateQueueEmailAddressesCommandInput - {@link DisassociateQueueEmailAddressesCommandInput}
|
|
68
|
+
* @returns {@link DisassociateQueueEmailAddressesCommandOutput}
|
|
69
|
+
* @see {@link DisassociateQueueEmailAddressesCommandInput} for command's `input` shape.
|
|
70
|
+
* @see {@link DisassociateQueueEmailAddressesCommandOutput} for command's `response` shape.
|
|
71
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
72
|
+
*
|
|
73
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
74
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
75
|
+
*
|
|
76
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
77
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
78
|
+
*
|
|
79
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
80
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
81
|
+
*
|
|
82
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
83
|
+
* <p>The request is not valid.</p>
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
86
|
+
* <p>The specified resource was not found.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
89
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link ConnectServiceException}
|
|
92
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
93
|
+
*
|
|
94
|
+
*
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
export declare class DisassociateQueueEmailAddressesCommand extends DisassociateQueueEmailAddressesCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DisassociateQueueEmailAddressesRequest;
|
|
102
|
+
output: {};
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DisassociateQueueEmailAddressesCommandInput;
|
|
106
|
+
output: DisassociateQueueEmailAddressesCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import type { GetTestCaseExecutionSummaryRequest
|
|
4
|
+
import type { GetTestCaseExecutionSummaryRequest } from "../models/models_1";
|
|
5
|
+
import type { GetTestCaseExecutionSummaryResponse } from "../models/models_2";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTrafficDistributionCommand.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import type { GetTrafficDistributionRequest } from "../models/
|
|
5
|
-
import type { GetTrafficDistributionResponse } from "../models/models_2";
|
|
4
|
+
import type { GetTrafficDistributionRequest, GetTrafficDistributionResponse } from "../models/models_2";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListQueueEmailAddressesCommand.d.ts
ADDED
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import type { ListQueueEmailAddressesRequest, ListQueueEmailAddressesResponse } from "../models/models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link ListQueueEmailAddressesCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface ListQueueEmailAddressesCommandInput extends ListQueueEmailAddressesRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link ListQueueEmailAddressesCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface ListQueueEmailAddressesCommandOutput extends ListQueueEmailAddressesResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const ListQueueEmailAddressesCommand_base: {
|
|
25
|
+
new (input: ListQueueEmailAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueueEmailAddressesCommandInput, ListQueueEmailAddressesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (input: ListQueueEmailAddressesCommandInput): import("@smithy/smithy-client").CommandImpl<ListQueueEmailAddressesCommandInput, ListQueueEmailAddressesCommandOutput, ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Lists all email addresses that are currently associated with a specific queue, providing details about which "From" email addresses agents can select when handling email contacts. This helps administrators manage agent email address options and understand the available choices for different brands and business units.</p>
|
|
31
|
+
* <p>
|
|
32
|
+
* <b>Important things to know</b>
|
|
33
|
+
* </p>
|
|
34
|
+
* <ul>
|
|
35
|
+
* <li>
|
|
36
|
+
* <p>The response includes metadata about each email address available for agent selection, including whether it's configured as the default outbound email.</p>
|
|
37
|
+
* </li>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>Agents can select from these email addresses when replying to inbound contacts or initiating outbound contacts in this queue.</p>
|
|
40
|
+
* </li>
|
|
41
|
+
* <li>
|
|
42
|
+
* <p>The list includes both explicitly associated email addresses and any default outbound email address configured for the queue.</p>
|
|
43
|
+
* </li>
|
|
44
|
+
* <li>
|
|
45
|
+
* <p>Results are paginated to handle queues with many associated email addresses (up to 50 per queue).</p>
|
|
46
|
+
* </li>
|
|
47
|
+
* </ul>
|
|
48
|
+
* @example
|
|
49
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
50
|
+
* ```javascript
|
|
51
|
+
* import { ConnectClient, ListQueueEmailAddressesCommand } from "@aws-sdk/client-connect"; // ES Modules import
|
|
52
|
+
* // const { ConnectClient, ListQueueEmailAddressesCommand } = require("@aws-sdk/client-connect"); // CommonJS import
|
|
53
|
+
* // import type { ConnectClientConfig } from "@aws-sdk/client-connect";
|
|
54
|
+
* const config = {}; // type is ConnectClientConfig
|
|
55
|
+
* const client = new ConnectClient(config);
|
|
56
|
+
* const input = { // ListQueueEmailAddressesRequest
|
|
57
|
+
* InstanceId: "STRING_VALUE", // required
|
|
58
|
+
* QueueId: "STRING_VALUE", // required
|
|
59
|
+
* NextToken: "STRING_VALUE",
|
|
60
|
+
* MaxResults: Number("int"),
|
|
61
|
+
* };
|
|
62
|
+
* const command = new ListQueueEmailAddressesCommand(input);
|
|
63
|
+
* const response = await client.send(command);
|
|
64
|
+
* // { // ListQueueEmailAddressesResponse
|
|
65
|
+
* // NextToken: "STRING_VALUE",
|
|
66
|
+
* // EmailAddressMetadataList: [ // EmailAddressMetadataList
|
|
67
|
+
* // { // EmailAddressSummary
|
|
68
|
+
* // Id: "STRING_VALUE",
|
|
69
|
+
* // Arn: "STRING_VALUE",
|
|
70
|
+
* // IsDefaultOutboundEmail: true || false,
|
|
71
|
+
* // },
|
|
72
|
+
* // ],
|
|
73
|
+
* // LastModifiedTime: new Date("TIMESTAMP"),
|
|
74
|
+
* // LastModifiedRegion: "STRING_VALUE",
|
|
75
|
+
* // };
|
|
76
|
+
*
|
|
77
|
+
* ```
|
|
78
|
+
*
|
|
79
|
+
* @param ListQueueEmailAddressesCommandInput - {@link ListQueueEmailAddressesCommandInput}
|
|
80
|
+
* @returns {@link ListQueueEmailAddressesCommandOutput}
|
|
81
|
+
* @see {@link ListQueueEmailAddressesCommandInput} for command's `input` shape.
|
|
82
|
+
* @see {@link ListQueueEmailAddressesCommandOutput} for command's `response` shape.
|
|
83
|
+
* @see {@link ConnectClientResolvedConfig | config} for ConnectClient's `config` shape.
|
|
84
|
+
*
|
|
85
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
86
|
+
* <p>You do not have sufficient permissions to perform this action.</p>
|
|
87
|
+
*
|
|
88
|
+
* @throws {@link InternalServiceException} (server fault)
|
|
89
|
+
* <p>Request processing failed because of an error or failure with the service.</p>
|
|
90
|
+
*
|
|
91
|
+
* @throws {@link InvalidParameterException} (client fault)
|
|
92
|
+
* <p>One or more of the specified parameters are not valid.</p>
|
|
93
|
+
*
|
|
94
|
+
* @throws {@link InvalidRequestException} (client fault)
|
|
95
|
+
* <p>The request is not valid.</p>
|
|
96
|
+
*
|
|
97
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
98
|
+
* <p>The specified resource was not found.</p>
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link ThrottlingException} (client fault)
|
|
101
|
+
* <p>The throttling limit has been exceeded.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ConnectServiceException}
|
|
104
|
+
* <p>Base exception class for all service exceptions from Connect service.</p>
|
|
105
|
+
*
|
|
106
|
+
*
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
export declare class ListQueueEmailAddressesCommand extends ListQueueEmailAddressesCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: ListQueueEmailAddressesRequest;
|
|
114
|
+
output: ListQueueEmailAddressesResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: ListQueueEmailAddressesCommandInput;
|
|
118
|
+
output: ListQueueEmailAddressesCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
121
|
+
}
|
|
@@ -48,8 +48,7 @@ declare const SearchContactEvaluationsCommand_base: {
|
|
|
48
48
|
* <li>
|
|
49
49
|
* <p>A Search operation, unlike a List operation, takes time to index changes to resource (create, update or
|
|
50
50
|
* delete). If you don't see updated information for recently changed contact evaluations, try calling the API again
|
|
51
|
-
* in a few seconds
|
|
52
|
-
* all recently created Contact Evaluations should be available for search.</p>
|
|
51
|
+
* in a few seconds.</p>
|
|
53
52
|
* </li>
|
|
54
53
|
* </ul>
|
|
55
54
|
* <p>
|
package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchRoutingProfilesCommand.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import type { SearchRoutingProfilesResponse } from "../models/
|
|
5
|
-
import type { SearchRoutingProfilesRequest } from "../models/models_3";
|
|
4
|
+
import type { SearchRoutingProfilesRequest, SearchRoutingProfilesResponse } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchSecurityProfilesCommand.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import type { SearchSecurityProfilesResponse } from "../models/
|
|
5
|
-
import type { SearchSecurityProfilesRequest } from "../models/models_3";
|
|
4
|
+
import type { SearchSecurityProfilesRequest, SearchSecurityProfilesResponse } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchTestCasesCommand.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import type { SearchTestCasesResponse } from "../models/
|
|
5
|
-
import type { SearchTestCasesRequest } from "../models/models_3";
|
|
4
|
+
import type { SearchTestCasesRequest, SearchTestCasesResponse } from "../models/models_3";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -98,12 +97,15 @@ declare const SearchTestCasesCommand_base: {
|
|
|
98
97
|
* // Name: "STRING_VALUE",
|
|
99
98
|
* // Content: "STRING_VALUE",
|
|
100
99
|
* // EntryPoint: { // TestCaseEntryPoint
|
|
101
|
-
* // Type: "VOICE_CALL",
|
|
100
|
+
* // Type: "VOICE_CALL" || "CHAT",
|
|
102
101
|
* // VoiceCallEntryPointParameters: { // VoiceCallEntryPointParameters
|
|
103
102
|
* // SourcePhoneNumber: "STRING_VALUE",
|
|
104
103
|
* // DestinationPhoneNumber: "STRING_VALUE",
|
|
105
104
|
* // FlowId: "STRING_VALUE",
|
|
106
105
|
* // },
|
|
106
|
+
* // ChatEntryPointParameters: { // ChatEntryPointParameters
|
|
107
|
+
* // FlowId: "STRING_VALUE",
|
|
108
|
+
* // },
|
|
107
109
|
* // },
|
|
108
110
|
* // InitializationData: "STRING_VALUE",
|
|
109
111
|
* // Description: "STRING_VALUE",
|
|
@@ -41,12 +41,15 @@ declare const UpdateTestCaseCommand_base: {
|
|
|
41
41
|
* TestCaseId: "STRING_VALUE", // required
|
|
42
42
|
* Content: "STRING_VALUE",
|
|
43
43
|
* EntryPoint: { // TestCaseEntryPoint
|
|
44
|
-
* Type: "VOICE_CALL",
|
|
44
|
+
* Type: "VOICE_CALL" || "CHAT",
|
|
45
45
|
* VoiceCallEntryPointParameters: { // VoiceCallEntryPointParameters
|
|
46
46
|
* SourcePhoneNumber: "STRING_VALUE",
|
|
47
47
|
* DestinationPhoneNumber: "STRING_VALUE",
|
|
48
48
|
* FlowId: "STRING_VALUE",
|
|
49
49
|
* },
|
|
50
|
+
* ChatEntryPointParameters: { // ChatEntryPointParameters
|
|
51
|
+
* FlowId: "STRING_VALUE",
|
|
52
|
+
* },
|
|
50
53
|
* },
|
|
51
54
|
* InitializationData: "STRING_VALUE",
|
|
52
55
|
* Name: "STRING_VALUE",
|
|
@@ -11,6 +11,7 @@ export * from "./AssociateInstanceStorageConfigCommand";
|
|
|
11
11
|
export * from "./AssociateLambdaFunctionCommand";
|
|
12
12
|
export * from "./AssociateLexBotCommand";
|
|
13
13
|
export * from "./AssociatePhoneNumberContactFlowCommand";
|
|
14
|
+
export * from "./AssociateQueueEmailAddressesCommand";
|
|
14
15
|
export * from "./AssociateQueueQuickConnectsCommand";
|
|
15
16
|
export * from "./AssociateRoutingProfileQueuesCommand";
|
|
16
17
|
export * from "./AssociateSecurityKeyCommand";
|
|
@@ -146,6 +147,7 @@ export * from "./DisassociateInstanceStorageConfigCommand";
|
|
|
146
147
|
export * from "./DisassociateLambdaFunctionCommand";
|
|
147
148
|
export * from "./DisassociateLexBotCommand";
|
|
148
149
|
export * from "./DisassociatePhoneNumberContactFlowCommand";
|
|
150
|
+
export * from "./DisassociateQueueEmailAddressesCommand";
|
|
149
151
|
export * from "./DisassociateQueueQuickConnectsCommand";
|
|
150
152
|
export * from "./DisassociateRoutingProfileQueuesCommand";
|
|
151
153
|
export * from "./DisassociateSecurityKeyCommand";
|
|
@@ -208,6 +210,7 @@ export * from "./ListPhoneNumbersCommand";
|
|
|
208
210
|
export * from "./ListPhoneNumbersV2Command";
|
|
209
211
|
export * from "./ListPredefinedAttributesCommand";
|
|
210
212
|
export * from "./ListPromptsCommand";
|
|
213
|
+
export * from "./ListQueueEmailAddressesCommand";
|
|
211
214
|
export * from "./ListQueueQuickConnectsCommand";
|
|
212
215
|
export * from "./ListQueuesCommand";
|
|
213
216
|
export * from "./ListQuickConnectsCommand";
|