@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
|
@@ -97,6 +97,10 @@ import {
|
|
|
97
97
|
AssociatePhoneNumberContactFlowCommandInput,
|
|
98
98
|
AssociatePhoneNumberContactFlowCommandOutput,
|
|
99
99
|
} from "./commands/AssociatePhoneNumberContactFlowCommand";
|
|
100
|
+
import {
|
|
101
|
+
AssociateQueueEmailAddressesCommandInput,
|
|
102
|
+
AssociateQueueEmailAddressesCommandOutput,
|
|
103
|
+
} from "./commands/AssociateQueueEmailAddressesCommand";
|
|
100
104
|
import {
|
|
101
105
|
AssociateQueueQuickConnectsCommandInput,
|
|
102
106
|
AssociateQueueQuickConnectsCommandOutput,
|
|
@@ -637,6 +641,10 @@ import {
|
|
|
637
641
|
DisassociatePhoneNumberContactFlowCommandInput,
|
|
638
642
|
DisassociatePhoneNumberContactFlowCommandOutput,
|
|
639
643
|
} from "./commands/DisassociatePhoneNumberContactFlowCommand";
|
|
644
|
+
import {
|
|
645
|
+
DisassociateQueueEmailAddressesCommandInput,
|
|
646
|
+
DisassociateQueueEmailAddressesCommandOutput,
|
|
647
|
+
} from "./commands/DisassociateQueueEmailAddressesCommand";
|
|
640
648
|
import {
|
|
641
649
|
DisassociateQueueQuickConnectsCommandInput,
|
|
642
650
|
DisassociateQueueQuickConnectsCommandOutput,
|
|
@@ -885,6 +893,10 @@ import {
|
|
|
885
893
|
ListPromptsCommandInput,
|
|
886
894
|
ListPromptsCommandOutput,
|
|
887
895
|
} from "./commands/ListPromptsCommand";
|
|
896
|
+
import {
|
|
897
|
+
ListQueueEmailAddressesCommandInput,
|
|
898
|
+
ListQueueEmailAddressesCommandOutput,
|
|
899
|
+
} from "./commands/ListQueueEmailAddressesCommand";
|
|
888
900
|
import {
|
|
889
901
|
ListQueueQuickConnectsCommandInput,
|
|
890
902
|
ListQueueQuickConnectsCommandOutput,
|
|
@@ -1522,6 +1534,7 @@ export type ServiceInputTypes =
|
|
|
1522
1534
|
| AssociateLambdaFunctionCommandInput
|
|
1523
1535
|
| AssociateLexBotCommandInput
|
|
1524
1536
|
| AssociatePhoneNumberContactFlowCommandInput
|
|
1537
|
+
| AssociateQueueEmailAddressesCommandInput
|
|
1525
1538
|
| AssociateQueueQuickConnectsCommandInput
|
|
1526
1539
|
| AssociateRoutingProfileQueuesCommandInput
|
|
1527
1540
|
| AssociateSecurityKeyCommandInput
|
|
@@ -1657,6 +1670,7 @@ export type ServiceInputTypes =
|
|
|
1657
1670
|
| DisassociateLambdaFunctionCommandInput
|
|
1658
1671
|
| DisassociateLexBotCommandInput
|
|
1659
1672
|
| DisassociatePhoneNumberContactFlowCommandInput
|
|
1673
|
+
| DisassociateQueueEmailAddressesCommandInput
|
|
1660
1674
|
| DisassociateQueueQuickConnectsCommandInput
|
|
1661
1675
|
| DisassociateRoutingProfileQueuesCommandInput
|
|
1662
1676
|
| DisassociateSecurityKeyCommandInput
|
|
@@ -1719,6 +1733,7 @@ export type ServiceInputTypes =
|
|
|
1719
1733
|
| ListPhoneNumbersV2CommandInput
|
|
1720
1734
|
| ListPredefinedAttributesCommandInput
|
|
1721
1735
|
| ListPromptsCommandInput
|
|
1736
|
+
| ListQueueEmailAddressesCommandInput
|
|
1722
1737
|
| ListQueueQuickConnectsCommandInput
|
|
1723
1738
|
| ListQueuesCommandInput
|
|
1724
1739
|
| ListQuickConnectsCommandInput
|
|
@@ -1887,6 +1902,7 @@ export type ServiceOutputTypes =
|
|
|
1887
1902
|
| AssociateLambdaFunctionCommandOutput
|
|
1888
1903
|
| AssociateLexBotCommandOutput
|
|
1889
1904
|
| AssociatePhoneNumberContactFlowCommandOutput
|
|
1905
|
+
| AssociateQueueEmailAddressesCommandOutput
|
|
1890
1906
|
| AssociateQueueQuickConnectsCommandOutput
|
|
1891
1907
|
| AssociateRoutingProfileQueuesCommandOutput
|
|
1892
1908
|
| AssociateSecurityKeyCommandOutput
|
|
@@ -2022,6 +2038,7 @@ export type ServiceOutputTypes =
|
|
|
2022
2038
|
| DisassociateLambdaFunctionCommandOutput
|
|
2023
2039
|
| DisassociateLexBotCommandOutput
|
|
2024
2040
|
| DisassociatePhoneNumberContactFlowCommandOutput
|
|
2041
|
+
| DisassociateQueueEmailAddressesCommandOutput
|
|
2025
2042
|
| DisassociateQueueQuickConnectsCommandOutput
|
|
2026
2043
|
| DisassociateRoutingProfileQueuesCommandOutput
|
|
2027
2044
|
| DisassociateSecurityKeyCommandOutput
|
|
@@ -2084,6 +2101,7 @@ export type ServiceOutputTypes =
|
|
|
2084
2101
|
| ListPhoneNumbersV2CommandOutput
|
|
2085
2102
|
| ListPredefinedAttributesCommandOutput
|
|
2086
2103
|
| ListPromptsCommandOutput
|
|
2104
|
+
| ListQueueEmailAddressesCommandOutput
|
|
2087
2105
|
| ListQueueQuickConnectsCommandOutput
|
|
2088
2106
|
| ListQueuesCommandOutput
|
|
2089
2107
|
| ListQuickConnectsCommandOutput
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import { AssociateQueueEmailAddressesRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface AssociateQueueEmailAddressesCommandInput
|
|
12
|
+
extends AssociateQueueEmailAddressesRequest {}
|
|
13
|
+
export interface AssociateQueueEmailAddressesCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const AssociateQueueEmailAddressesCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: AssociateQueueEmailAddressesCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
AssociateQueueEmailAddressesCommandInput,
|
|
20
|
+
AssociateQueueEmailAddressesCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: AssociateQueueEmailAddressesCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
AssociateQueueEmailAddressesCommandInput,
|
|
29
|
+
AssociateQueueEmailAddressesCommandOutput,
|
|
30
|
+
ConnectClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class AssociateQueueEmailAddressesCommand extends AssociateQueueEmailAddressesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: AssociateQueueEmailAddressesRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: AssociateQueueEmailAddressesCommandInput;
|
|
44
|
+
output: AssociateQueueEmailAddressesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import { DisassociateQueueEmailAddressesRequest } from "../models/models_1";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DisassociateQueueEmailAddressesCommandInput
|
|
12
|
+
extends DisassociateQueueEmailAddressesRequest {}
|
|
13
|
+
export interface DisassociateQueueEmailAddressesCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DisassociateQueueEmailAddressesCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DisassociateQueueEmailAddressesCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DisassociateQueueEmailAddressesCommandInput,
|
|
20
|
+
DisassociateQueueEmailAddressesCommandOutput,
|
|
21
|
+
ConnectClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
input: DisassociateQueueEmailAddressesCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DisassociateQueueEmailAddressesCommandInput,
|
|
29
|
+
DisassociateQueueEmailAddressesCommandOutput,
|
|
30
|
+
ConnectClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DisassociateQueueEmailAddressesCommand extends DisassociateQueueEmailAddressesCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DisassociateQueueEmailAddressesRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DisassociateQueueEmailAddressesCommandInput;
|
|
44
|
+
output: DisassociateQueueEmailAddressesCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
GetTestCaseExecutionSummaryResponse,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { GetTestCaseExecutionSummaryRequest } from "../models/models_1";
|
|
9
|
+
import { GetTestCaseExecutionSummaryResponse } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface GetTestCaseExecutionSummaryCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetTrafficDistributionRequest,
|
|
10
|
+
GetTrafficDistributionResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetTrafficDistributionCommandInput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ConnectClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../ConnectClient";
|
|
8
|
+
import {
|
|
9
|
+
ListQueueEmailAddressesRequest,
|
|
10
|
+
ListQueueEmailAddressesResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListQueueEmailAddressesCommandInput
|
|
15
|
+
extends ListQueueEmailAddressesRequest {}
|
|
16
|
+
export interface ListQueueEmailAddressesCommandOutput
|
|
17
|
+
extends ListQueueEmailAddressesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListQueueEmailAddressesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListQueueEmailAddressesCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListQueueEmailAddressesCommandInput,
|
|
24
|
+
ListQueueEmailAddressesCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListQueueEmailAddressesCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListQueueEmailAddressesCommandInput,
|
|
33
|
+
ListQueueEmailAddressesCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListQueueEmailAddressesCommand extends ListQueueEmailAddressesCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListQueueEmailAddressesRequest;
|
|
44
|
+
output: ListQueueEmailAddressesResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListQueueEmailAddressesCommandInput;
|
|
48
|
+
output: ListQueueEmailAddressesCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
SearchRoutingProfilesRequest,
|
|
10
|
+
SearchRoutingProfilesResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface SearchRoutingProfilesCommandInput
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
SearchSecurityProfilesRequest,
|
|
10
|
+
SearchSecurityProfilesResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface SearchSecurityProfilesCommandInput
|
package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchTestCasesCommand.d.ts
CHANGED
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
SearchTestCasesRequest,
|
|
10
|
+
SearchTestCasesResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface SearchTestCasesCommandInput extends SearchTestCasesRequest {}
|
|
@@ -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";
|
|
@@ -649,6 +649,7 @@ export declare const PropertyValidationExceptionReason: {
|
|
|
649
649
|
export type PropertyValidationExceptionReason =
|
|
650
650
|
(typeof PropertyValidationExceptionReason)[keyof typeof PropertyValidationExceptionReason];
|
|
651
651
|
export declare const TestCaseEntryPointType: {
|
|
652
|
+
readonly CHAT: "CHAT";
|
|
652
653
|
readonly VOICE_CALL: "VOICE_CALL";
|
|
653
654
|
};
|
|
654
655
|
export type TestCaseEntryPointType =
|
|
@@ -415,6 +415,15 @@ export interface AssociatePhoneNumberContactFlowRequest {
|
|
|
415
415
|
InstanceId: string | undefined;
|
|
416
416
|
ContactFlowId: string | undefined;
|
|
417
417
|
}
|
|
418
|
+
export interface EmailAddressConfig {
|
|
419
|
+
EmailAddressId: string | undefined;
|
|
420
|
+
}
|
|
421
|
+
export interface AssociateQueueEmailAddressesRequest {
|
|
422
|
+
InstanceId: string | undefined;
|
|
423
|
+
QueueId: string | undefined;
|
|
424
|
+
EmailAddressesConfig: EmailAddressConfig[] | undefined;
|
|
425
|
+
ClientToken?: string | undefined;
|
|
426
|
+
}
|
|
418
427
|
export interface AssociateQueueQuickConnectsRequest {
|
|
419
428
|
InstanceId: string | undefined;
|
|
420
429
|
QueueId: string | undefined;
|
|
@@ -1325,6 +1334,7 @@ export interface CreateQueueRequest {
|
|
|
1325
1334
|
HoursOfOperationId: string | undefined;
|
|
1326
1335
|
MaxContacts?: number | undefined;
|
|
1327
1336
|
QuickConnectIds?: string[] | undefined;
|
|
1337
|
+
EmailAddressesConfig?: EmailAddressConfig[] | undefined;
|
|
1328
1338
|
Tags?: Record<string, string> | undefined;
|
|
1329
1339
|
}
|
|
1330
1340
|
export interface CreateQueueResponse {
|
|
@@ -1568,6 +1578,9 @@ export interface PropertyValidationExceptionProperty {
|
|
|
1568
1578
|
Reason: PropertyValidationExceptionReason | undefined;
|
|
1569
1579
|
Message: string | undefined;
|
|
1570
1580
|
}
|
|
1581
|
+
export interface ChatEntryPointParameters {
|
|
1582
|
+
FlowId?: string | undefined;
|
|
1583
|
+
}
|
|
1571
1584
|
export interface VoiceCallEntryPointParameters {
|
|
1572
1585
|
SourcePhoneNumber?: string | undefined;
|
|
1573
1586
|
DestinationPhoneNumber?: string | undefined;
|
|
@@ -1576,6 +1589,7 @@ export interface VoiceCallEntryPointParameters {
|
|
|
1576
1589
|
export interface TestCaseEntryPoint {
|
|
1577
1590
|
Type?: TestCaseEntryPointType | undefined;
|
|
1578
1591
|
VoiceCallEntryPointParameters?: VoiceCallEntryPointParameters | undefined;
|
|
1592
|
+
ChatEntryPointParameters?: ChatEntryPointParameters | undefined;
|
|
1579
1593
|
}
|
|
1580
1594
|
export interface CreateTestCaseRequest {
|
|
1581
1595
|
InstanceId: string | undefined;
|
|
@@ -1743,23 +1757,3 @@ export interface ImagesLogo {
|
|
|
1743
1757
|
export interface WorkspaceThemeImages {
|
|
1744
1758
|
Logo?: ImagesLogo | undefined;
|
|
1745
1759
|
}
|
|
1746
|
-
export interface PaletteCanvas {
|
|
1747
|
-
ContainerBackground?: string | undefined;
|
|
1748
|
-
PageBackground?: string | undefined;
|
|
1749
|
-
ActiveBackground?: string | undefined;
|
|
1750
|
-
}
|
|
1751
|
-
export interface PaletteHeader {
|
|
1752
|
-
Background?: string | undefined;
|
|
1753
|
-
Text?: string | undefined;
|
|
1754
|
-
TextHover?: string | undefined;
|
|
1755
|
-
InvertActionsColors?: boolean | undefined;
|
|
1756
|
-
}
|
|
1757
|
-
export interface PaletteNavigation {
|
|
1758
|
-
Background?: string | undefined;
|
|
1759
|
-
TextBackgroundHover?: string | undefined;
|
|
1760
|
-
TextBackgroundActive?: string | undefined;
|
|
1761
|
-
Text?: string | undefined;
|
|
1762
|
-
TextHover?: string | undefined;
|
|
1763
|
-
TextActive?: string | undefined;
|
|
1764
|
-
InvertActionsColors?: boolean | undefined;
|
|
1765
|
-
}
|
|
@@ -55,7 +55,6 @@ import {
|
|
|
55
55
|
Status,
|
|
56
56
|
StorageType,
|
|
57
57
|
TaskTemplateStatus,
|
|
58
|
-
TestCaseExecutionStatus,
|
|
59
58
|
TestCaseStatus,
|
|
60
59
|
TrafficDistributionGroupStatus,
|
|
61
60
|
Unit,
|
|
@@ -82,9 +81,6 @@ import {
|
|
|
82
81
|
OutboundCallerConfig,
|
|
83
82
|
OutboundEmailConfig,
|
|
84
83
|
OverrideTimeSlice,
|
|
85
|
-
PaletteCanvas,
|
|
86
|
-
PaletteHeader,
|
|
87
|
-
PaletteNavigation,
|
|
88
84
|
ParticipantCapabilities,
|
|
89
85
|
PredefinedAttributeValues,
|
|
90
86
|
QueueReference,
|
|
@@ -118,6 +114,26 @@ import {
|
|
|
118
114
|
TaskTemplateField,
|
|
119
115
|
VoiceEnhancementConfig,
|
|
120
116
|
} from "./models_0";
|
|
117
|
+
export interface PaletteCanvas {
|
|
118
|
+
ContainerBackground?: string | undefined;
|
|
119
|
+
PageBackground?: string | undefined;
|
|
120
|
+
ActiveBackground?: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface PaletteHeader {
|
|
123
|
+
Background?: string | undefined;
|
|
124
|
+
Text?: string | undefined;
|
|
125
|
+
TextHover?: string | undefined;
|
|
126
|
+
InvertActionsColors?: boolean | undefined;
|
|
127
|
+
}
|
|
128
|
+
export interface PaletteNavigation {
|
|
129
|
+
Background?: string | undefined;
|
|
130
|
+
TextBackgroundHover?: string | undefined;
|
|
131
|
+
TextBackgroundActive?: string | undefined;
|
|
132
|
+
Text?: string | undefined;
|
|
133
|
+
TextHover?: string | undefined;
|
|
134
|
+
TextActive?: string | undefined;
|
|
135
|
+
InvertActionsColors?: boolean | undefined;
|
|
136
|
+
}
|
|
121
137
|
export interface PalettePrimary {
|
|
122
138
|
Default?: string | undefined;
|
|
123
139
|
Active?: string | undefined;
|
|
@@ -680,8 +696,10 @@ export interface EvaluationReviewRequestComment {
|
|
|
680
696
|
}
|
|
681
697
|
export interface EvaluationReviewMetadata {
|
|
682
698
|
ReviewId?: string | undefined;
|
|
683
|
-
|
|
684
|
-
|
|
699
|
+
RequestedTime?: Date | undefined;
|
|
700
|
+
RequestedBy?: string | undefined;
|
|
701
|
+
CreatedTime?: Date | undefined;
|
|
702
|
+
CreatedBy?: string | undefined;
|
|
685
703
|
ReviewRequestComments: EvaluationReviewRequestComment[] | undefined;
|
|
686
704
|
}
|
|
687
705
|
export interface EvaluationScore {
|
|
@@ -1342,6 +1360,12 @@ export interface DisassociatePhoneNumberContactFlowRequest {
|
|
|
1342
1360
|
PhoneNumberId: string | undefined;
|
|
1343
1361
|
InstanceId: string | undefined;
|
|
1344
1362
|
}
|
|
1363
|
+
export interface DisassociateQueueEmailAddressesRequest {
|
|
1364
|
+
InstanceId: string | undefined;
|
|
1365
|
+
QueueId: string | undefined;
|
|
1366
|
+
EmailAddressesId: string[] | undefined;
|
|
1367
|
+
ClientToken?: string | undefined;
|
|
1368
|
+
}
|
|
1345
1369
|
export interface DisassociateQueueQuickConnectsRequest {
|
|
1346
1370
|
InstanceId: string | undefined;
|
|
1347
1371
|
QueueId: string | undefined;
|
|
@@ -1761,21 +1785,3 @@ export interface GetTestCaseExecutionSummaryRequest {
|
|
|
1761
1785
|
TestCaseId: string | undefined;
|
|
1762
1786
|
TestCaseExecutionId: string | undefined;
|
|
1763
1787
|
}
|
|
1764
|
-
export interface ObservationSummary {
|
|
1765
|
-
TotalObservations?: number | undefined;
|
|
1766
|
-
ObservationsPassed?: number | undefined;
|
|
1767
|
-
ObservationsFailed?: number | undefined;
|
|
1768
|
-
}
|
|
1769
|
-
export interface GetTestCaseExecutionSummaryResponse {
|
|
1770
|
-
StartTime?: Date | undefined;
|
|
1771
|
-
EndTime?: Date | undefined;
|
|
1772
|
-
Status?: TestCaseExecutionStatus | undefined;
|
|
1773
|
-
ObservationSummary?: ObservationSummary | undefined;
|
|
1774
|
-
}
|
|
1775
|
-
export interface GetTrafficDistributionRequest {
|
|
1776
|
-
Id: string | undefined;
|
|
1777
|
-
}
|
|
1778
|
-
export interface SignInDistribution {
|
|
1779
|
-
Region: string | undefined;
|
|
1780
|
-
Enabled: boolean | undefined;
|
|
1781
|
-
}
|
|
@@ -106,10 +106,25 @@ import {
|
|
|
106
106
|
Prompt,
|
|
107
107
|
Queue,
|
|
108
108
|
QuickConnect,
|
|
109
|
-
RoutingProfile,
|
|
110
|
-
SignInDistribution,
|
|
111
|
-
TestCase,
|
|
112
109
|
} from "./models_1";
|
|
110
|
+
export interface ObservationSummary {
|
|
111
|
+
TotalObservations?: number | undefined;
|
|
112
|
+
ObservationsPassed?: number | undefined;
|
|
113
|
+
ObservationsFailed?: number | undefined;
|
|
114
|
+
}
|
|
115
|
+
export interface GetTestCaseExecutionSummaryResponse {
|
|
116
|
+
StartTime?: Date | undefined;
|
|
117
|
+
EndTime?: Date | undefined;
|
|
118
|
+
Status?: TestCaseExecutionStatus | undefined;
|
|
119
|
+
ObservationSummary?: ObservationSummary | undefined;
|
|
120
|
+
}
|
|
121
|
+
export interface GetTrafficDistributionRequest {
|
|
122
|
+
Id: string | undefined;
|
|
123
|
+
}
|
|
124
|
+
export interface SignInDistribution {
|
|
125
|
+
Region: string | undefined;
|
|
126
|
+
Enabled: boolean | undefined;
|
|
127
|
+
}
|
|
113
128
|
export interface SignInConfig {
|
|
114
129
|
Distributions: SignInDistribution[] | undefined;
|
|
115
130
|
}
|
|
@@ -867,6 +882,23 @@ export interface ListPromptsResponse {
|
|
|
867
882
|
PromptSummaryList?: PromptSummary[] | undefined;
|
|
868
883
|
NextToken?: string | undefined;
|
|
869
884
|
}
|
|
885
|
+
export interface ListQueueEmailAddressesRequest {
|
|
886
|
+
InstanceId: string | undefined;
|
|
887
|
+
QueueId: string | undefined;
|
|
888
|
+
NextToken?: string | undefined;
|
|
889
|
+
MaxResults?: number | undefined;
|
|
890
|
+
}
|
|
891
|
+
export interface EmailAddressSummary {
|
|
892
|
+
Id?: string | undefined;
|
|
893
|
+
Arn?: string | undefined;
|
|
894
|
+
IsDefaultOutboundEmail?: boolean | undefined;
|
|
895
|
+
}
|
|
896
|
+
export interface ListQueueEmailAddressesResponse {
|
|
897
|
+
NextToken?: string | undefined;
|
|
898
|
+
EmailAddressMetadataList?: EmailAddressSummary[] | undefined;
|
|
899
|
+
LastModifiedTime?: Date | undefined;
|
|
900
|
+
LastModifiedRegion?: string | undefined;
|
|
901
|
+
}
|
|
870
902
|
export interface ListQueueQuickConnectsRequest {
|
|
871
903
|
InstanceId: string | undefined;
|
|
872
904
|
QueueId: string | undefined;
|
|
@@ -1930,35 +1962,3 @@ export interface SearchResourceTagsResponse {
|
|
|
1930
1962
|
export interface RoutingProfileSearchFilter {
|
|
1931
1963
|
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1932
1964
|
}
|
|
1933
|
-
export interface SearchRoutingProfilesResponse {
|
|
1934
|
-
RoutingProfiles?: RoutingProfile[] | undefined;
|
|
1935
|
-
NextToken?: string | undefined;
|
|
1936
|
-
ApproximateTotalCount?: number | undefined;
|
|
1937
|
-
}
|
|
1938
|
-
export interface SecurityProfilesSearchFilter {
|
|
1939
|
-
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1940
|
-
}
|
|
1941
|
-
export interface SecurityProfileSearchSummary {
|
|
1942
|
-
Id?: string | undefined;
|
|
1943
|
-
OrganizationResourceId?: string | undefined;
|
|
1944
|
-
Arn?: string | undefined;
|
|
1945
|
-
SecurityProfileName?: string | undefined;
|
|
1946
|
-
Description?: string | undefined;
|
|
1947
|
-
Tags?: Record<string, string> | undefined;
|
|
1948
|
-
}
|
|
1949
|
-
export interface SearchSecurityProfilesResponse {
|
|
1950
|
-
SecurityProfiles?: SecurityProfileSearchSummary[] | undefined;
|
|
1951
|
-
NextToken?: string | undefined;
|
|
1952
|
-
ApproximateTotalCount?: number | undefined;
|
|
1953
|
-
}
|
|
1954
|
-
export interface TestCaseSearchFilter {
|
|
1955
|
-
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1956
|
-
}
|
|
1957
|
-
export interface SearchTestCasesResponse {
|
|
1958
|
-
TestCases?: TestCase[] | undefined;
|
|
1959
|
-
NextToken?: string | undefined;
|
|
1960
|
-
ApproximateTotalCount?: number | undefined;
|
|
1961
|
-
}
|
|
1962
|
-
export interface UserHierarchyGroupSearchFilter {
|
|
1963
|
-
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1964
|
-
}
|
|
@@ -131,6 +131,8 @@ import {
|
|
|
131
131
|
HierarchyGroup,
|
|
132
132
|
NextContactEntry,
|
|
133
133
|
RecordingInfo,
|
|
134
|
+
RoutingProfile,
|
|
135
|
+
TestCase,
|
|
134
136
|
} from "./models_1";
|
|
135
137
|
import {
|
|
136
138
|
BooleanCondition,
|
|
@@ -153,12 +155,41 @@ import {
|
|
|
153
155
|
QueueSearchFilter,
|
|
154
156
|
QuickConnectSearchFilter,
|
|
155
157
|
RoutingProfileSearchFilter,
|
|
156
|
-
SecurityProfilesSearchFilter,
|
|
157
158
|
SignInConfig,
|
|
158
159
|
TelephonyConfig,
|
|
159
|
-
TestCaseSearchFilter,
|
|
160
|
-
UserHierarchyGroupSearchFilter,
|
|
161
160
|
} from "./models_2";
|
|
161
|
+
export interface SearchRoutingProfilesResponse {
|
|
162
|
+
RoutingProfiles?: RoutingProfile[] | undefined;
|
|
163
|
+
NextToken?: string | undefined;
|
|
164
|
+
ApproximateTotalCount?: number | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface SecurityProfilesSearchFilter {
|
|
167
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
168
|
+
}
|
|
169
|
+
export interface SecurityProfileSearchSummary {
|
|
170
|
+
Id?: string | undefined;
|
|
171
|
+
OrganizationResourceId?: string | undefined;
|
|
172
|
+
Arn?: string | undefined;
|
|
173
|
+
SecurityProfileName?: string | undefined;
|
|
174
|
+
Description?: string | undefined;
|
|
175
|
+
Tags?: Record<string, string> | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface SearchSecurityProfilesResponse {
|
|
178
|
+
SecurityProfiles?: SecurityProfileSearchSummary[] | undefined;
|
|
179
|
+
NextToken?: string | undefined;
|
|
180
|
+
ApproximateTotalCount?: number | undefined;
|
|
181
|
+
}
|
|
182
|
+
export interface TestCaseSearchFilter {
|
|
183
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
184
|
+
}
|
|
185
|
+
export interface SearchTestCasesResponse {
|
|
186
|
+
TestCases?: TestCase[] | undefined;
|
|
187
|
+
NextToken?: string | undefined;
|
|
188
|
+
ApproximateTotalCount?: number | undefined;
|
|
189
|
+
}
|
|
190
|
+
export interface UserHierarchyGroupSearchFilter {
|
|
191
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
192
|
+
}
|
|
162
193
|
export interface SearchUserHierarchyGroupsResponse {
|
|
163
194
|
UserHierarchyGroups?: HierarchyGroup[] | undefined;
|
|
164
195
|
NextToken?: string | undefined;
|