@cdklabs/cdk-construct-connect-datalake 0.0.6 → 0.0.7
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 +8 -8
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +18 -18
- package/node_modules/@aws-sdk/client-connect/README.md +21 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +52 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +53 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +130 -45
- package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +8 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAttachedFilesConfigurationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAttachedFilesConfigurationsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAttachedFilesConfigurationCommand.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/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +6 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListAttachedFilesConfigurationsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/index.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +99 -14
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +28 -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/DescribeAttachedFilesConfigurationCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAttachedFilesConfigurationsCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAttachedFilesConfigurationCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +14 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +11 -11
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +80 -155
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +218 -199
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +254 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +13 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +64 -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/DescribeAttachedFilesConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +51 -0
- 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/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +8 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +3 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +23 -40
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +55 -37
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +52 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
- package/node_modules/@aws-sdk/client-connect/package.json +18 -18
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/bdd.js +46 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/package.json +18 -18
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/bdd.js +46 -0
- package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lakeformation/package.json +19 -19
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +52 -0
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ram/package.json +18 -18
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +88 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/bdd.js +85 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/models/errors.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/package.json +20 -20
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +20 -11
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +3 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +18 -11
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +6 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +0 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +7 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +9 -25
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +9 -25
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +15 -8
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +87 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +35 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +18 -17
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@nodable/entities/README.md +41 -0
- package/node_modules/@nodable/entities/package.json +54 -0
- package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
- package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
- package/node_modules/@nodable/entities/src/entities.js +1177 -0
- package/node_modules/@nodable/entities/src/entityTries.js +49 -0
- package/node_modules/@nodable/entities/src/index.d.ts +264 -0
- package/node_modules/@nodable/entities/src/index.js +29 -0
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/package.json +5 -5
- package/node_modules/@smithy/middleware-serde/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -16
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +5 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +22 -16
- package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +2 -4
- package/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +1 -0
- package/node_modules/@smithy/service-error-classification/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +20 -10
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +20 -10
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +12 -4
- package/node_modules/@smithy/util-retry/package.json +2 -2
- package/node_modules/@smithy/util-stream/package.json +2 -2
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
- package/node_modules/@smithy/util-waiter/package.json +1 -1
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +53 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +8 -28
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +172 -6
- package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +5 -4
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +162 -3
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +2 -5
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +15 -11
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +168 -244
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +1 -1
- package/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
|
@@ -1,7 +1,203 @@
|
|
|
1
|
-
import type { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, Channel, ChatEventType, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMediaProcessingFailureMode, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DisconnectOnCustomerExitParticipantType, EmailHeaderType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, IvrRecordingTrack, LocaleCode, MeetingFeatureStatus, NotificationStatus, OutboundMessageSourceType, OverrideType, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RehydrationType, ResponseMode, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
|
|
1
|
+
import type { AgentAvailabilityTimer, AgentStatusState, AnsweringMachineDetectionStatus, AttachmentScope, Channel, ChatEventType, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactMediaProcessingFailureMode, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DisconnectOnCustomerExitParticipantType, EmailHeaderType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormQuestionType, EvaluationFormVersionStatus, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, IvrRecordingTrack, LocaleCode, MeetingFeatureStatus, NotificationStatus, OutboundMessageSourceType, OverrideType, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RehydrationType, ResponseMode, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, StringComparisonType, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
|
|
2
2
|
import type { AdditionalEmailRecipients, AfterContactWorkConfigPerChannel, AgentConfig, AgentInfo, AgentStatusSearchFilter, AllowedCapabilities, Application, AutoAcceptConfig, Campaign, ControlPlaneAttributeFilter, CreatedByInfo, DataTableLockVersion, Endpoint, EvaluationFormAutoEvaluationConfiguration, EvaluationFormItemEnablementExpression, EvaluationFormLanguageConfiguration, EvaluationFormQuestionTypeProperties, EvaluationFormScoringStrategy, EvaluationFormTargetConfiguration, EvaluationReviewConfiguration, FlowModule, GranularAccessControlConfiguration, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InputPredefinedAttributeConfiguration, InstanceStorageConfig, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OutboundStrategy, PersistentConnectionConfig, PhoneNumberConfig, PredefinedAttributeValues, PrimaryValue, QuickConnectConfig, RecurrenceConfig, Reference, RoutingProfileQueueConfig, RuleAction, StringCondition, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TestCaseEntryPoint, UserIdentityInfo, UserInfo, UserPhoneConfig, UserProficiency, Validation, View, ViewInputContent, VoiceEnhancementConfig } from "./models_0";
|
|
3
|
-
import type { AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationAnswerData, EvaluationNote, Expiry, GlobalResiliencyMetadata, HierarchyGroup, NextContactEntry, QualityMetrics, QueueInfo, RecordingInfo, RoutingProfile, TaskTemplateInfoV2, TestCase, WisdomInfo, WorkspaceTheme } from "./models_1";
|
|
4
|
-
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, ControlPlaneTagFilter, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HoursOfOperationSearchFilter, NotificationSearchFilter, NumberCondition, PromptSearchFilter, QueueSearchFilter,
|
|
3
|
+
import type { AttributeCondition, ChatMetrics, ContactDetails, ContactEvaluation, Customer, CustomerVoiceActivity, DisconnectDetails, EndpointInfo, Evaluation, EvaluationAnswerData, EvaluationNote, Expiry, ExtensionConfiguration, GlobalResiliencyMetadata, HierarchyGroup, NextContactEntry, QualityMetrics, QueueInfo, QuickConnect, RecordingInfo, RoutingProfile, TaskTemplateInfoV2, TestCase, WisdomInfo, WorkspaceTheme } from "./models_1";
|
|
4
|
+
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ContactSearchSummaryAgentInfo, ContactSearchSummaryQueueInfo, ControlPlaneTagFilter, DataTableSearchFilter, DateCondition, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationFormSearchFilter, EvaluationSearchFilter, HoursOfOperationSearchFilter, NotificationSearchFilter, NumberCondition, PromptSearchFilter, QueueSearchFilter, SignInConfig, TelephonyConfig } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* <p>Filters to be applied to search results.</p>
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export interface QuickConnectSearchFilter {
|
|
10
|
+
/**
|
|
11
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
12
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
13
|
+
* <ul>
|
|
14
|
+
* <li>
|
|
15
|
+
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
16
|
+
* </li>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
19
|
+
* </li>
|
|
20
|
+
* </ul>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
export interface SearchQuickConnectsResponse {
|
|
29
|
+
/**
|
|
30
|
+
* <p>Information about the quick connects.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
QuickConnects?: QuickConnect[] | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
NextToken?: string | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* <p>The total number of quick connects which matched your search query.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
ApproximateTotalCount?: number | undefined;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* <p>The search criteria to be used to return tags.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
export interface TagSearchCondition {
|
|
50
|
+
/**
|
|
51
|
+
* <p>The tag key used in the tag search condition.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
tagKey?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The tag value used in the tag search condition.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
tagValue?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The type of comparison to be made when evaluating the tag key in tag search condition.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
tagKeyComparisonType?: StringComparisonType | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>The type of comparison to be made when evaluating the tag value in tag search condition.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
tagValueComparisonType?: StringComparisonType | undefined;
|
|
70
|
+
}
|
|
71
|
+
/**
|
|
72
|
+
* <p>The search criteria to be used to search tags.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
export interface ResourceTagsSearchCriteria {
|
|
76
|
+
/**
|
|
77
|
+
* <p>The search criteria to be used to return tags.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
TagSearchCondition?: TagSearchCondition | undefined;
|
|
81
|
+
}
|
|
82
|
+
/**
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
export interface SearchResourceTagsRequest {
|
|
86
|
+
/**
|
|
87
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name (ARN)
|
|
88
|
+
* of the instance.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
InstanceId: string | undefined;
|
|
92
|
+
/**
|
|
93
|
+
* <p>The list of resource types to be used to search tags from. If not provided or if any empty list is provided,
|
|
94
|
+
* this API will search from all supported resource types. Note that lowercase and - are required.</p>
|
|
95
|
+
* <p class="title">
|
|
96
|
+
* <b>Supported resource types</b>
|
|
97
|
+
* </p>
|
|
98
|
+
* <ul>
|
|
99
|
+
* <li>
|
|
100
|
+
* <p>agent</p>
|
|
101
|
+
* </li>
|
|
102
|
+
* <li>
|
|
103
|
+
* <p>agent-state</p>
|
|
104
|
+
* </li>
|
|
105
|
+
* <li>
|
|
106
|
+
* <p>routing-profile</p>
|
|
107
|
+
* </li>
|
|
108
|
+
* <li>
|
|
109
|
+
* <p>standard-queue</p>
|
|
110
|
+
* </li>
|
|
111
|
+
* <li>
|
|
112
|
+
* <p>security-profile</p>
|
|
113
|
+
* </li>
|
|
114
|
+
* <li>
|
|
115
|
+
* <p>operating-hours</p>
|
|
116
|
+
* </li>
|
|
117
|
+
* <li>
|
|
118
|
+
* <p>prompt</p>
|
|
119
|
+
* </li>
|
|
120
|
+
* <li>
|
|
121
|
+
* <p>contact-flow</p>
|
|
122
|
+
* </li>
|
|
123
|
+
* <li>
|
|
124
|
+
* <p>flow- module</p>
|
|
125
|
+
* </li>
|
|
126
|
+
* <li>
|
|
127
|
+
* <p>transfer-destination (also known as quick connect)</p>
|
|
128
|
+
* </li>
|
|
129
|
+
* </ul>
|
|
130
|
+
* @public
|
|
131
|
+
*/
|
|
132
|
+
ResourceTypes?: string[] | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
135
|
+
* retrieve the next set of results.</p>
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
NextToken?: string | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* <p>The maximum number of results to return per page.</p>
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
MaxResults?: number | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* <p>The search criteria to be used to return tags.</p>
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
SearchCriteria?: ResourceTagsSearchCriteria | undefined;
|
|
149
|
+
}
|
|
150
|
+
/**
|
|
151
|
+
* <p>A tag set contains tag key and tag value.</p>
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
export interface TagSet {
|
|
155
|
+
/**
|
|
156
|
+
* <p>The tag key in the TagSet.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
key?: string | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The tag value in the tagSet.</p>
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
value?: string | undefined;
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* @public
|
|
168
|
+
*/
|
|
169
|
+
export interface SearchResourceTagsResponse {
|
|
170
|
+
/**
|
|
171
|
+
* <p>A list of tags used in the Amazon Connect instance.</p>
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
Tags?: TagSet[] | undefined;
|
|
175
|
+
/**
|
|
176
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
NextToken?: string | undefined;
|
|
180
|
+
}
|
|
181
|
+
/**
|
|
182
|
+
* <p>Filters to be applied to search results.</p>
|
|
183
|
+
* @public
|
|
184
|
+
*/
|
|
185
|
+
export interface RoutingProfileSearchFilter {
|
|
186
|
+
/**
|
|
187
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
188
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
189
|
+
* <ul>
|
|
190
|
+
* <li>
|
|
191
|
+
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
192
|
+
* </li>
|
|
193
|
+
* <li>
|
|
194
|
+
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
195
|
+
* </li>
|
|
196
|
+
* </ul>
|
|
197
|
+
* @public
|
|
198
|
+
*/
|
|
199
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
200
|
+
}
|
|
5
201
|
/**
|
|
6
202
|
* @public
|
|
7
203
|
*/
|
|
@@ -2529,6 +2725,61 @@ export interface UpdateAgentStatusRequest {
|
|
|
2529
2725
|
*/
|
|
2530
2726
|
ResetOrderNumber?: boolean | undefined;
|
|
2531
2727
|
}
|
|
2728
|
+
/**
|
|
2729
|
+
* @public
|
|
2730
|
+
*/
|
|
2731
|
+
export interface UpdateAttachedFilesConfigurationRequest {
|
|
2732
|
+
/**
|
|
2733
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2734
|
+
* @public
|
|
2735
|
+
*/
|
|
2736
|
+
InstanceId: string | undefined;
|
|
2737
|
+
/**
|
|
2738
|
+
* <p>The scope of the attachment. Valid values are <code>EMAIL</code>, <code>CHAT</code>, <code>CASE</code>, and <code>TASK</code>.</p>
|
|
2739
|
+
* @public
|
|
2740
|
+
*/
|
|
2741
|
+
AttachmentScope: AttachmentScope | undefined;
|
|
2742
|
+
/**
|
|
2743
|
+
* <p>The maximum size limit for attached files in bytes. The minimum value is 1 and the maximum value is 104857600 (100 MB).</p>
|
|
2744
|
+
* @public
|
|
2745
|
+
*/
|
|
2746
|
+
MaximumSizeLimitInBytes?: number | undefined;
|
|
2747
|
+
/**
|
|
2748
|
+
* <p>The configuration for allowed file extensions.</p>
|
|
2749
|
+
* @public
|
|
2750
|
+
*/
|
|
2751
|
+
ExtensionConfiguration?: ExtensionConfiguration | undefined;
|
|
2752
|
+
}
|
|
2753
|
+
/**
|
|
2754
|
+
* @public
|
|
2755
|
+
*/
|
|
2756
|
+
export interface UpdateAttachedFilesConfigurationResponse {
|
|
2757
|
+
/**
|
|
2758
|
+
* <p>The identifier of the Amazon Connect instance.</p>
|
|
2759
|
+
* @public
|
|
2760
|
+
*/
|
|
2761
|
+
InstanceId: string | undefined;
|
|
2762
|
+
/**
|
|
2763
|
+
* <p>The scope of the attachment.</p>
|
|
2764
|
+
* @public
|
|
2765
|
+
*/
|
|
2766
|
+
AttachmentScope: AttachmentScope | undefined;
|
|
2767
|
+
/**
|
|
2768
|
+
* <p>The maximum size limit for attached files in bytes.</p>
|
|
2769
|
+
* @public
|
|
2770
|
+
*/
|
|
2771
|
+
MaximumSizeLimitInBytes?: number | undefined;
|
|
2772
|
+
/**
|
|
2773
|
+
* <p>The configuration for allowed file extensions.</p>
|
|
2774
|
+
* @public
|
|
2775
|
+
*/
|
|
2776
|
+
ExtensionConfiguration?: ExtensionConfiguration | undefined;
|
|
2777
|
+
/**
|
|
2778
|
+
* <p>The timestamp when the configuration was last modified.</p>
|
|
2779
|
+
* @public
|
|
2780
|
+
*/
|
|
2781
|
+
LastModifiedTime?: Date | undefined;
|
|
2782
|
+
}
|
|
2532
2783
|
/**
|
|
2533
2784
|
* @public
|
|
2534
2785
|
*/
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Paginator } from "@smithy/types";
|
|
2
|
+
import { ListAttachedFilesConfigurationsCommandInput, ListAttachedFilesConfigurationsCommandOutput } from "../commands/ListAttachedFilesConfigurationsCommand";
|
|
3
|
+
import type { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare const paginateListAttachedFilesConfigurations: (config: ConnectPaginationConfiguration, input: ListAttachedFilesConfigurationsCommandInput, ...rest: any[]) => Paginator<ListAttachedFilesConfigurationsCommandOutput>;
|
|
@@ -6,6 +6,7 @@ export * from "./GetMetricDataPaginator";
|
|
|
6
6
|
export * from "./GetMetricDataV2Paginator";
|
|
7
7
|
export * from "./ListAgentStatusesPaginator";
|
|
8
8
|
export * from "./ListApprovedOriginsPaginator";
|
|
9
|
+
export * from "./ListAttachedFilesConfigurationsPaginator";
|
|
9
10
|
export * from "./ListAuthenticationProfilesPaginator";
|
|
10
11
|
export * from "./ListBotsPaginator";
|
|
11
12
|
export * from "./ListChildHoursOfOperationsPaginator";
|
|
@@ -58,6 +58,7 @@ export declare var AgentStatusSummary$: StaticStructureSchema;
|
|
|
58
58
|
export declare var AiAgentInfo$: StaticStructureSchema;
|
|
59
59
|
export declare var AliasConfiguration$: StaticStructureSchema;
|
|
60
60
|
export declare var AllowedCapabilities$: StaticStructureSchema;
|
|
61
|
+
export declare var AllowedExtension$: StaticStructureSchema;
|
|
61
62
|
export declare var AnalyticsDataAssociationResult$: StaticStructureSchema;
|
|
62
63
|
export declare var AnalyticsDataSetsResult$: StaticStructureSchema;
|
|
63
64
|
export declare var AnswerMachineDetectionConfig$: StaticStructureSchema;
|
|
@@ -96,6 +97,8 @@ export declare var AssociateWorkspaceRequest$: StaticStructureSchema;
|
|
|
96
97
|
export declare var AssociateWorkspaceResponse$: StaticStructureSchema;
|
|
97
98
|
export declare var AttachedFile$: StaticStructureSchema;
|
|
98
99
|
export declare var AttachedFileError$: StaticStructureSchema;
|
|
100
|
+
export declare var AttachedFilesConfiguration$: StaticStructureSchema;
|
|
101
|
+
export declare var AttachedFilesConfigurationSummary$: StaticStructureSchema;
|
|
99
102
|
export declare var AttachmentReference$: StaticStructureSchema;
|
|
100
103
|
export declare var Attendee$: StaticStructureSchema;
|
|
101
104
|
export declare var Attribute$: StaticStructureSchema;
|
|
@@ -346,6 +349,8 @@ export declare var DeleteWorkspaceRequest$: StaticStructureSchema;
|
|
|
346
349
|
export declare var DeleteWorkspaceResponse$: StaticStructureSchema;
|
|
347
350
|
export declare var DescribeAgentStatusRequest$: StaticStructureSchema;
|
|
348
351
|
export declare var DescribeAgentStatusResponse$: StaticStructureSchema;
|
|
352
|
+
export declare var DescribeAttachedFilesConfigurationRequest$: StaticStructureSchema;
|
|
353
|
+
export declare var DescribeAttachedFilesConfigurationResponse$: StaticStructureSchema;
|
|
349
354
|
export declare var DescribeAuthenticationProfileRequest$: StaticStructureSchema;
|
|
350
355
|
export declare var DescribeAuthenticationProfileResponse$: StaticStructureSchema;
|
|
351
356
|
export declare var DescribeContactEvaluationRequest$: StaticStructureSchema;
|
|
@@ -519,6 +524,7 @@ export declare var EventBridgeActionDefinition$: StaticStructureSchema;
|
|
|
519
524
|
export declare var ExecutionRecord$: StaticStructureSchema;
|
|
520
525
|
export declare var Expiry$: StaticStructureSchema;
|
|
521
526
|
export declare var Expression$: StaticStructureSchema;
|
|
527
|
+
export declare var ExtensionConfiguration$: StaticStructureSchema;
|
|
522
528
|
export declare var ExternalInvocationConfiguration$: StaticStructureSchema;
|
|
523
529
|
export declare var FailedBatchAssociationSummary$: StaticStructureSchema;
|
|
524
530
|
export declare var FailedRequest$: StaticStructureSchema;
|
|
@@ -617,6 +623,8 @@ export declare var ListApprovedOriginsRequest$: StaticStructureSchema;
|
|
|
617
623
|
export declare var ListApprovedOriginsResponse$: StaticStructureSchema;
|
|
618
624
|
export declare var ListAssociatedContactsRequest$: StaticStructureSchema;
|
|
619
625
|
export declare var ListAssociatedContactsResponse$: StaticStructureSchema;
|
|
626
|
+
export declare var ListAttachedFilesConfigurationsRequest$: StaticStructureSchema;
|
|
627
|
+
export declare var ListAttachedFilesConfigurationsResponse$: StaticStructureSchema;
|
|
620
628
|
export declare var ListAuthenticationProfilesRequest$: StaticStructureSchema;
|
|
621
629
|
export declare var ListAuthenticationProfilesResponse$: StaticStructureSchema;
|
|
622
630
|
export declare var ListBotsRequest$: StaticStructureSchema;
|
|
@@ -1054,6 +1062,8 @@ export declare var UntagContactRequest$: StaticStructureSchema;
|
|
|
1054
1062
|
export declare var UntagContactResponse$: StaticStructureSchema;
|
|
1055
1063
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
1056
1064
|
export declare var UpdateAgentStatusRequest$: StaticStructureSchema;
|
|
1065
|
+
export declare var UpdateAttachedFilesConfigurationRequest$: StaticStructureSchema;
|
|
1066
|
+
export declare var UpdateAttachedFilesConfigurationResponse$: StaticStructureSchema;
|
|
1057
1067
|
export declare var UpdateAuthenticationProfileRequest$: StaticStructureSchema;
|
|
1058
1068
|
export declare var UpdateCaseActionDefinition$: StaticStructureSchema;
|
|
1059
1069
|
export declare var UpdateContactAttributesRequest$: StaticStructureSchema;
|
|
@@ -1325,6 +1335,7 @@ export declare var DeleteWorkspace$: StaticOperationSchema;
|
|
|
1325
1335
|
export declare var DeleteWorkspaceMedia$: StaticOperationSchema;
|
|
1326
1336
|
export declare var DeleteWorkspacePage$: StaticOperationSchema;
|
|
1327
1337
|
export declare var DescribeAgentStatus$: StaticOperationSchema;
|
|
1338
|
+
export declare var DescribeAttachedFilesConfiguration$: StaticOperationSchema;
|
|
1328
1339
|
export declare var DescribeAuthenticationProfile$: StaticOperationSchema;
|
|
1329
1340
|
export declare var DescribeContact$: StaticOperationSchema;
|
|
1330
1341
|
export declare var DescribeContactEvaluation$: StaticOperationSchema;
|
|
@@ -1398,6 +1409,7 @@ export declare var ListAnalyticsDataAssociations$: StaticOperationSchema;
|
|
|
1398
1409
|
export declare var ListAnalyticsDataLakeDataSets$: StaticOperationSchema;
|
|
1399
1410
|
export declare var ListApprovedOrigins$: StaticOperationSchema;
|
|
1400
1411
|
export declare var ListAssociatedContacts$: StaticOperationSchema;
|
|
1412
|
+
export declare var ListAttachedFilesConfigurations$: StaticOperationSchema;
|
|
1401
1413
|
export declare var ListAuthenticationProfiles$: StaticOperationSchema;
|
|
1402
1414
|
export declare var ListBots$: StaticOperationSchema;
|
|
1403
1415
|
export declare var ListChildHoursOfOperations$: StaticOperationSchema;
|
|
@@ -1523,6 +1535,7 @@ export declare var TransferContact$: StaticOperationSchema;
|
|
|
1523
1535
|
export declare var UntagContact$: StaticOperationSchema;
|
|
1524
1536
|
export declare var UntagResource$: StaticOperationSchema;
|
|
1525
1537
|
export declare var UpdateAgentStatus$: StaticOperationSchema;
|
|
1538
|
+
export declare var UpdateAttachedFilesConfiguration$: StaticOperationSchema;
|
|
1526
1539
|
export declare var UpdateAuthenticationProfile$: StaticOperationSchema;
|
|
1527
1540
|
export declare var UpdateContact$: StaticOperationSchema;
|
|
1528
1541
|
export declare var UpdateContactAttributes$: StaticOperationSchema;
|
|
@@ -431,6 +431,10 @@ import {
|
|
|
431
431
|
DescribeAgentStatusCommandInput,
|
|
432
432
|
DescribeAgentStatusCommandOutput,
|
|
433
433
|
} from "./commands/DescribeAgentStatusCommand";
|
|
434
|
+
import {
|
|
435
|
+
DescribeAttachedFilesConfigurationCommandInput,
|
|
436
|
+
DescribeAttachedFilesConfigurationCommandOutput,
|
|
437
|
+
} from "./commands/DescribeAttachedFilesConfigurationCommand";
|
|
434
438
|
import {
|
|
435
439
|
DescribeAuthenticationProfileCommandInput,
|
|
436
440
|
DescribeAuthenticationProfileCommandOutput,
|
|
@@ -723,6 +727,10 @@ import {
|
|
|
723
727
|
ListAssociatedContactsCommandInput,
|
|
724
728
|
ListAssociatedContactsCommandOutput,
|
|
725
729
|
} from "./commands/ListAssociatedContactsCommand";
|
|
730
|
+
import {
|
|
731
|
+
ListAttachedFilesConfigurationsCommandInput,
|
|
732
|
+
ListAttachedFilesConfigurationsCommandOutput,
|
|
733
|
+
} from "./commands/ListAttachedFilesConfigurationsCommand";
|
|
726
734
|
import {
|
|
727
735
|
ListAuthenticationProfilesCommandInput,
|
|
728
736
|
ListAuthenticationProfilesCommandOutput,
|
|
@@ -1223,6 +1231,10 @@ import {
|
|
|
1223
1231
|
UpdateAgentStatusCommandInput,
|
|
1224
1232
|
UpdateAgentStatusCommandOutput,
|
|
1225
1233
|
} from "./commands/UpdateAgentStatusCommand";
|
|
1234
|
+
import {
|
|
1235
|
+
UpdateAttachedFilesConfigurationCommandInput,
|
|
1236
|
+
UpdateAttachedFilesConfigurationCommandOutput,
|
|
1237
|
+
} from "./commands/UpdateAttachedFilesConfigurationCommand";
|
|
1226
1238
|
import {
|
|
1227
1239
|
UpdateAuthenticationProfileCommandInput,
|
|
1228
1240
|
UpdateAuthenticationProfileCommandOutput,
|
|
@@ -2894,6 +2906,25 @@ export interface Connect {
|
|
|
2894
2906
|
options: __HttpHandlerOptions,
|
|
2895
2907
|
cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void
|
|
2896
2908
|
): void;
|
|
2909
|
+
describeAttachedFilesConfiguration(
|
|
2910
|
+
args: DescribeAttachedFilesConfigurationCommandInput,
|
|
2911
|
+
options?: __HttpHandlerOptions
|
|
2912
|
+
): Promise<DescribeAttachedFilesConfigurationCommandOutput>;
|
|
2913
|
+
describeAttachedFilesConfiguration(
|
|
2914
|
+
args: DescribeAttachedFilesConfigurationCommandInput,
|
|
2915
|
+
cb: (
|
|
2916
|
+
err: any,
|
|
2917
|
+
data?: DescribeAttachedFilesConfigurationCommandOutput
|
|
2918
|
+
) => void
|
|
2919
|
+
): void;
|
|
2920
|
+
describeAttachedFilesConfiguration(
|
|
2921
|
+
args: DescribeAttachedFilesConfigurationCommandInput,
|
|
2922
|
+
options: __HttpHandlerOptions,
|
|
2923
|
+
cb: (
|
|
2924
|
+
err: any,
|
|
2925
|
+
data?: DescribeAttachedFilesConfigurationCommandOutput
|
|
2926
|
+
) => void
|
|
2927
|
+
): void;
|
|
2897
2928
|
describeAuthenticationProfile(
|
|
2898
2929
|
args: DescribeAuthenticationProfileCommandInput,
|
|
2899
2930
|
options?: __HttpHandlerOptions
|
|
@@ -3861,6 +3892,19 @@ export interface Connect {
|
|
|
3861
3892
|
options: __HttpHandlerOptions,
|
|
3862
3893
|
cb: (err: any, data?: ListAssociatedContactsCommandOutput) => void
|
|
3863
3894
|
): void;
|
|
3895
|
+
listAttachedFilesConfigurations(
|
|
3896
|
+
args: ListAttachedFilesConfigurationsCommandInput,
|
|
3897
|
+
options?: __HttpHandlerOptions
|
|
3898
|
+
): Promise<ListAttachedFilesConfigurationsCommandOutput>;
|
|
3899
|
+
listAttachedFilesConfigurations(
|
|
3900
|
+
args: ListAttachedFilesConfigurationsCommandInput,
|
|
3901
|
+
cb: (err: any, data?: ListAttachedFilesConfigurationsCommandOutput) => void
|
|
3902
|
+
): void;
|
|
3903
|
+
listAttachedFilesConfigurations(
|
|
3904
|
+
args: ListAttachedFilesConfigurationsCommandInput,
|
|
3905
|
+
options: __HttpHandlerOptions,
|
|
3906
|
+
cb: (err: any, data?: ListAttachedFilesConfigurationsCommandOutput) => void
|
|
3907
|
+
): void;
|
|
3864
3908
|
listAuthenticationProfiles(
|
|
3865
3909
|
args: ListAuthenticationProfilesCommandInput,
|
|
3866
3910
|
options?: __HttpHandlerOptions
|
|
@@ -5509,6 +5553,19 @@ export interface Connect {
|
|
|
5509
5553
|
options: __HttpHandlerOptions,
|
|
5510
5554
|
cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void
|
|
5511
5555
|
): void;
|
|
5556
|
+
updateAttachedFilesConfiguration(
|
|
5557
|
+
args: UpdateAttachedFilesConfigurationCommandInput,
|
|
5558
|
+
options?: __HttpHandlerOptions
|
|
5559
|
+
): Promise<UpdateAttachedFilesConfigurationCommandOutput>;
|
|
5560
|
+
updateAttachedFilesConfiguration(
|
|
5561
|
+
args: UpdateAttachedFilesConfigurationCommandInput,
|
|
5562
|
+
cb: (err: any, data?: UpdateAttachedFilesConfigurationCommandOutput) => void
|
|
5563
|
+
): void;
|
|
5564
|
+
updateAttachedFilesConfiguration(
|
|
5565
|
+
args: UpdateAttachedFilesConfigurationCommandInput,
|
|
5566
|
+
options: __HttpHandlerOptions,
|
|
5567
|
+
cb: (err: any, data?: UpdateAttachedFilesConfigurationCommandOutput) => void
|
|
5568
|
+
): void;
|
|
5512
5569
|
updateAuthenticationProfile(
|
|
5513
5570
|
args: UpdateAuthenticationProfileCommandInput,
|
|
5514
5571
|
options?: __HttpHandlerOptions
|
|
@@ -6376,6 +6433,13 @@ export interface Connect {
|
|
|
6376
6433
|
Exclude<keyof PaginationConfiguration, "client">
|
|
6377
6434
|
>
|
|
6378
6435
|
): Paginator<ListApprovedOriginsCommandOutput>;
|
|
6436
|
+
paginateListAttachedFilesConfigurations(
|
|
6437
|
+
args: ListAttachedFilesConfigurationsCommandInput,
|
|
6438
|
+
paginationConfig?: Pick<
|
|
6439
|
+
PaginationConfiguration,
|
|
6440
|
+
Exclude<keyof PaginationConfiguration, "client">
|
|
6441
|
+
>
|
|
6442
|
+
): Paginator<ListAttachedFilesConfigurationsCommandOutput>;
|
|
6379
6443
|
paginateListAuthenticationProfiles(
|
|
6380
6444
|
args: ListAuthenticationProfilesCommandInput,
|
|
6381
6445
|
paginationConfig?: Pick<
|
|
@@ -472,6 +472,10 @@ import {
|
|
|
472
472
|
DescribeAgentStatusCommandInput,
|
|
473
473
|
DescribeAgentStatusCommandOutput,
|
|
474
474
|
} from "./commands/DescribeAgentStatusCommand";
|
|
475
|
+
import {
|
|
476
|
+
DescribeAttachedFilesConfigurationCommandInput,
|
|
477
|
+
DescribeAttachedFilesConfigurationCommandOutput,
|
|
478
|
+
} from "./commands/DescribeAttachedFilesConfigurationCommand";
|
|
475
479
|
import {
|
|
476
480
|
DescribeAuthenticationProfileCommandInput,
|
|
477
481
|
DescribeAuthenticationProfileCommandOutput,
|
|
@@ -764,6 +768,10 @@ import {
|
|
|
764
768
|
ListAssociatedContactsCommandInput,
|
|
765
769
|
ListAssociatedContactsCommandOutput,
|
|
766
770
|
} from "./commands/ListAssociatedContactsCommand";
|
|
771
|
+
import {
|
|
772
|
+
ListAttachedFilesConfigurationsCommandInput,
|
|
773
|
+
ListAttachedFilesConfigurationsCommandOutput,
|
|
774
|
+
} from "./commands/ListAttachedFilesConfigurationsCommand";
|
|
767
775
|
import {
|
|
768
776
|
ListAuthenticationProfilesCommandInput,
|
|
769
777
|
ListAuthenticationProfilesCommandOutput,
|
|
@@ -1264,6 +1272,10 @@ import {
|
|
|
1264
1272
|
UpdateAgentStatusCommandInput,
|
|
1265
1273
|
UpdateAgentStatusCommandOutput,
|
|
1266
1274
|
} from "./commands/UpdateAgentStatusCommand";
|
|
1275
|
+
import {
|
|
1276
|
+
UpdateAttachedFilesConfigurationCommandInput,
|
|
1277
|
+
UpdateAttachedFilesConfigurationCommandOutput,
|
|
1278
|
+
} from "./commands/UpdateAttachedFilesConfigurationCommand";
|
|
1267
1279
|
import {
|
|
1268
1280
|
UpdateAuthenticationProfileCommandInput,
|
|
1269
1281
|
UpdateAuthenticationProfileCommandOutput,
|
|
@@ -1627,6 +1639,7 @@ export type ServiceInputTypes =
|
|
|
1627
1639
|
| DeleteWorkspaceMediaCommandInput
|
|
1628
1640
|
| DeleteWorkspacePageCommandInput
|
|
1629
1641
|
| DescribeAgentStatusCommandInput
|
|
1642
|
+
| DescribeAttachedFilesConfigurationCommandInput
|
|
1630
1643
|
| DescribeAuthenticationProfileCommandInput
|
|
1631
1644
|
| DescribeContactCommandInput
|
|
1632
1645
|
| DescribeContactEvaluationCommandInput
|
|
@@ -1700,6 +1713,7 @@ export type ServiceInputTypes =
|
|
|
1700
1713
|
| ListAnalyticsDataLakeDataSetsCommandInput
|
|
1701
1714
|
| ListApprovedOriginsCommandInput
|
|
1702
1715
|
| ListAssociatedContactsCommandInput
|
|
1716
|
+
| ListAttachedFilesConfigurationsCommandInput
|
|
1703
1717
|
| ListAuthenticationProfilesCommandInput
|
|
1704
1718
|
| ListBotsCommandInput
|
|
1705
1719
|
| ListChildHoursOfOperationsCommandInput
|
|
@@ -1825,6 +1839,7 @@ export type ServiceInputTypes =
|
|
|
1825
1839
|
| UntagContactCommandInput
|
|
1826
1840
|
| UntagResourceCommandInput
|
|
1827
1841
|
| UpdateAgentStatusCommandInput
|
|
1842
|
+
| UpdateAttachedFilesConfigurationCommandInput
|
|
1828
1843
|
| UpdateAuthenticationProfileCommandInput
|
|
1829
1844
|
| UpdateContactAttributesCommandInput
|
|
1830
1845
|
| UpdateContactCommandInput
|
|
@@ -1995,6 +2010,7 @@ export type ServiceOutputTypes =
|
|
|
1995
2010
|
| DeleteWorkspaceMediaCommandOutput
|
|
1996
2011
|
| DeleteWorkspacePageCommandOutput
|
|
1997
2012
|
| DescribeAgentStatusCommandOutput
|
|
2013
|
+
| DescribeAttachedFilesConfigurationCommandOutput
|
|
1998
2014
|
| DescribeAuthenticationProfileCommandOutput
|
|
1999
2015
|
| DescribeContactCommandOutput
|
|
2000
2016
|
| DescribeContactEvaluationCommandOutput
|
|
@@ -2068,6 +2084,7 @@ export type ServiceOutputTypes =
|
|
|
2068
2084
|
| ListAnalyticsDataLakeDataSetsCommandOutput
|
|
2069
2085
|
| ListApprovedOriginsCommandOutput
|
|
2070
2086
|
| ListAssociatedContactsCommandOutput
|
|
2087
|
+
| ListAttachedFilesConfigurationsCommandOutput
|
|
2071
2088
|
| ListAuthenticationProfilesCommandOutput
|
|
2072
2089
|
| ListBotsCommandOutput
|
|
2073
2090
|
| ListChildHoursOfOperationsCommandOutput
|
|
@@ -2193,6 +2210,7 @@ export type ServiceOutputTypes =
|
|
|
2193
2210
|
| UntagContactCommandOutput
|
|
2194
2211
|
| UntagResourceCommandOutput
|
|
2195
2212
|
| UpdateAgentStatusCommandOutput
|
|
2213
|
+
| UpdateAttachedFilesConfigurationCommandOutput
|
|
2196
2214
|
| UpdateAuthenticationProfileCommandOutput
|
|
2197
2215
|
| UpdateContactAttributesCommandOutput
|
|
2198
2216
|
| UpdateContactCommandOutput
|
|
@@ -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
|
+
DescribeAttachedFilesConfigurationRequest,
|
|
10
|
+
DescribeAttachedFilesConfigurationResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeAttachedFilesConfigurationCommandInput
|
|
15
|
+
extends DescribeAttachedFilesConfigurationRequest {}
|
|
16
|
+
export interface DescribeAttachedFilesConfigurationCommandOutput
|
|
17
|
+
extends DescribeAttachedFilesConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeAttachedFilesConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeAttachedFilesConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeAttachedFilesConfigurationCommandInput,
|
|
24
|
+
DescribeAttachedFilesConfigurationCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: DescribeAttachedFilesConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeAttachedFilesConfigurationCommandInput,
|
|
33
|
+
DescribeAttachedFilesConfigurationCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeAttachedFilesConfigurationCommand extends DescribeAttachedFilesConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeAttachedFilesConfigurationRequest;
|
|
44
|
+
output: DescribeAttachedFilesConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeAttachedFilesConfigurationCommandInput;
|
|
48
|
+
output: DescribeAttachedFilesConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetPromptFileRequest,
|
|
10
10
|
GetPromptFileResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetPromptFileCommandInput extends GetPromptFileRequest {}
|
package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
GetTaskTemplateRequest,
|
|
10
10
|
GetTaskTemplateResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_2";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface GetTaskTemplateCommandInput extends GetTaskTemplateRequest {}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
GetTestCaseExecutionSummaryRequest,
|
|
10
|
+
GetTestCaseExecutionSummaryResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface GetTestCaseExecutionSummaryCommandInput
|