@cdklabs/cdk-construct-connect-datalake 0.0.6 → 0.0.8
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/.jsii.tabl.json +1 -1
- 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-cjs/index.js +9 -9
- 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-es/waiters/waitForChangeSetCreateComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +11 -10
- 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/CloudFormation.d.ts +13 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackCreateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackDeleteComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackImportComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRollbackComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackUpdateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/package.json +19 -19
- 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-cjs/schemas/schemas_0.js +8 -8
- 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-es/schemas/schemas_0.js +8 -8
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionsCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +20 -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/dist-types/ts3.4/models/models_2.d.ts +4 -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 +35 -17
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +18 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +18 -11
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -6
- 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/emitWarningIfUnsupportedVersion.d.ts +1 -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-external/nodable_entities.js +336 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +26 -2
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +26 -2
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -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 +27 -13
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +5 -2
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- 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 +3 -3
- 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/fast-xml-builder/CHANGELOG.md +13 -0
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -1
- package/node_modules/fast-xml-builder/lib/fxb.min.js +1 -1
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -1
- package/node_modules/fast-xml-builder/package.json +1 -1
- package/node_modules/fast-xml-builder/src/fxb.js +7 -8
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +6 -7
- package/node_modules/fast-xml-builder/src/util.js +16 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +61 -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 +174 -245
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +2 -2
- package/package.json +9 -9
- 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
|
@@ -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
|
+
ListAttachedFilesConfigurationsRequest,
|
|
10
|
+
ListAttachedFilesConfigurationsResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListAttachedFilesConfigurationsCommandInput
|
|
15
|
+
extends ListAttachedFilesConfigurationsRequest {}
|
|
16
|
+
export interface ListAttachedFilesConfigurationsCommandOutput
|
|
17
|
+
extends ListAttachedFilesConfigurationsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListAttachedFilesConfigurationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListAttachedFilesConfigurationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListAttachedFilesConfigurationsCommandInput,
|
|
24
|
+
ListAttachedFilesConfigurationsCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListAttachedFilesConfigurationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListAttachedFilesConfigurationsCommandInput,
|
|
33
|
+
ListAttachedFilesConfigurationsCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListAttachedFilesConfigurationsCommand extends ListAttachedFilesConfigurationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListAttachedFilesConfigurationsRequest;
|
|
44
|
+
output: ListAttachedFilesConfigurationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListAttachedFilesConfigurationsCommandInput;
|
|
48
|
+
output: ListAttachedFilesConfigurationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ConnectClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
SearchQuickConnectsRequest,
|
|
10
|
+
SearchQuickConnectsResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface SearchQuickConnectsCommandInput
|
|
@@ -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
|
+
UpdateAttachedFilesConfigurationRequest,
|
|
10
|
+
UpdateAttachedFilesConfigurationResponse,
|
|
11
|
+
} from "../models/models_3";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateAttachedFilesConfigurationCommandInput
|
|
15
|
+
extends UpdateAttachedFilesConfigurationRequest {}
|
|
16
|
+
export interface UpdateAttachedFilesConfigurationCommandOutput
|
|
17
|
+
extends UpdateAttachedFilesConfigurationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateAttachedFilesConfigurationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateAttachedFilesConfigurationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateAttachedFilesConfigurationCommandInput,
|
|
24
|
+
UpdateAttachedFilesConfigurationCommandOutput,
|
|
25
|
+
ConnectClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: UpdateAttachedFilesConfigurationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateAttachedFilesConfigurationCommandInput,
|
|
33
|
+
UpdateAttachedFilesConfigurationCommandOutput,
|
|
34
|
+
ConnectClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateAttachedFilesConfigurationCommand extends UpdateAttachedFilesConfigurationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: UpdateAttachedFilesConfigurationRequest;
|
|
44
|
+
output: UpdateAttachedFilesConfigurationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: UpdateAttachedFilesConfigurationCommandInput;
|
|
48
|
+
output: UpdateAttachedFilesConfigurationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -105,6 +105,7 @@ export * from "./DeleteWorkspaceCommand";
|
|
|
105
105
|
export * from "./DeleteWorkspaceMediaCommand";
|
|
106
106
|
export * from "./DeleteWorkspacePageCommand";
|
|
107
107
|
export * from "./DescribeAgentStatusCommand";
|
|
108
|
+
export * from "./DescribeAttachedFilesConfigurationCommand";
|
|
108
109
|
export * from "./DescribeAuthenticationProfileCommand";
|
|
109
110
|
export * from "./DescribeContactCommand";
|
|
110
111
|
export * from "./DescribeContactEvaluationCommand";
|
|
@@ -178,6 +179,7 @@ export * from "./ListAnalyticsDataAssociationsCommand";
|
|
|
178
179
|
export * from "./ListAnalyticsDataLakeDataSetsCommand";
|
|
179
180
|
export * from "./ListApprovedOriginsCommand";
|
|
180
181
|
export * from "./ListAssociatedContactsCommand";
|
|
182
|
+
export * from "./ListAttachedFilesConfigurationsCommand";
|
|
181
183
|
export * from "./ListAuthenticationProfilesCommand";
|
|
182
184
|
export * from "./ListBotsCommand";
|
|
183
185
|
export * from "./ListChildHoursOfOperationsCommand";
|
|
@@ -303,6 +305,7 @@ export * from "./TransferContactCommand";
|
|
|
303
305
|
export * from "./UntagContactCommand";
|
|
304
306
|
export * from "./UntagResourceCommand";
|
|
305
307
|
export * from "./UpdateAgentStatusCommand";
|
|
308
|
+
export * from "./UpdateAttachedFilesConfigurationCommand";
|
|
306
309
|
export * from "./UpdateAuthenticationProfileCommand";
|
|
307
310
|
export * from "./UpdateContactAttributesCommand";
|
|
308
311
|
export * from "./UpdateContactCommand";
|
|
@@ -734,6 +734,14 @@ export declare const MediaType: {
|
|
|
734
734
|
readonly IMAGE_LOGO_LIGHT_HORIZONTAL: "IMAGE_LOGO_LIGHT_HORIZONTAL";
|
|
735
735
|
};
|
|
736
736
|
export type MediaType = (typeof MediaType)[keyof typeof MediaType];
|
|
737
|
+
export declare const AttachmentScope: {
|
|
738
|
+
readonly CASE: "CASE";
|
|
739
|
+
readonly CHAT: "CHAT";
|
|
740
|
+
readonly EMAIL: "EMAIL";
|
|
741
|
+
readonly TASK: "TASK";
|
|
742
|
+
};
|
|
743
|
+
export type AttachmentScope =
|
|
744
|
+
(typeof AttachmentScope)[keyof typeof AttachmentScope];
|
|
737
745
|
export declare const AnsweringMachineDetectionStatus: {
|
|
738
746
|
readonly AMD_ERROR: "AMD_ERROR";
|
|
739
747
|
readonly AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE";
|
|
@@ -259,6 +259,9 @@ export interface AllowedCapabilities {
|
|
|
259
259
|
Customer?: ParticipantCapabilities | undefined;
|
|
260
260
|
Agent?: ParticipantCapabilities | undefined;
|
|
261
261
|
}
|
|
262
|
+
export interface AllowedExtension {
|
|
263
|
+
Extension: string | undefined;
|
|
264
|
+
}
|
|
262
265
|
export interface FlowModule {
|
|
263
266
|
Type?: FlowModuleType | undefined;
|
|
264
267
|
FlowModuleId?: string | undefined;
|
|
@@ -1755,6 +1758,3 @@ export interface ImagesLogo {
|
|
|
1755
1758
|
Default?: string | undefined;
|
|
1756
1759
|
Favicon?: string | undefined;
|
|
1757
1760
|
}
|
|
1758
|
-
export interface WorkspaceThemeImages {
|
|
1759
|
-
Logo?: ImagesLogo | undefined;
|
|
1760
|
-
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentAvailabilityTimer,
|
|
3
|
+
AttachmentScope,
|
|
3
4
|
AutoEvaluationStatus,
|
|
4
5
|
Channel,
|
|
5
6
|
Comparison,
|
|
@@ -54,7 +55,6 @@ import {
|
|
|
54
55
|
Statistic,
|
|
55
56
|
Status,
|
|
56
57
|
StorageType,
|
|
57
|
-
TaskTemplateStatus,
|
|
58
58
|
TestCaseStatus,
|
|
59
59
|
TrafficDistributionGroupStatus,
|
|
60
60
|
Unit,
|
|
@@ -73,6 +73,7 @@ import {
|
|
|
73
73
|
AgentStatusReference,
|
|
74
74
|
AiAgentInfo,
|
|
75
75
|
AliasConfiguration,
|
|
76
|
+
AllowedExtension,
|
|
76
77
|
AudioQualityMetricsInfo,
|
|
77
78
|
AutoAcceptConfig,
|
|
78
79
|
CreatedByInfo,
|
|
@@ -83,6 +84,7 @@ import {
|
|
|
83
84
|
GranularAccessControlConfiguration,
|
|
84
85
|
HoursOfOperationConfig,
|
|
85
86
|
HoursOfOperationOverrideConfig,
|
|
87
|
+
ImagesLogo,
|
|
86
88
|
InstanceStorageConfig,
|
|
87
89
|
LexBot,
|
|
88
90
|
LexV2Bot,
|
|
@@ -103,17 +105,16 @@ import {
|
|
|
103
105
|
RuleTriggerEventSource,
|
|
104
106
|
SecurityProfileItem,
|
|
105
107
|
SuccessfulBatchAssociationSummary,
|
|
106
|
-
TaskTemplateConstraints,
|
|
107
|
-
TaskTemplateDefaults,
|
|
108
|
-
TaskTemplateField,
|
|
109
108
|
TestCaseEntryPoint,
|
|
110
109
|
UserIdentityInfo,
|
|
111
110
|
UserPhoneConfig,
|
|
112
111
|
Validation,
|
|
113
112
|
View,
|
|
114
113
|
VoiceEnhancementConfig,
|
|
115
|
-
WorkspaceThemeImages,
|
|
116
114
|
} from "./models_0";
|
|
115
|
+
export interface WorkspaceThemeImages {
|
|
116
|
+
Logo?: ImagesLogo | undefined;
|
|
117
|
+
}
|
|
117
118
|
export interface PaletteCanvas {
|
|
118
119
|
ContainerBackground?: string | undefined;
|
|
119
120
|
PageBackground?: string | undefined;
|
|
@@ -379,6 +380,23 @@ export interface DescribeAgentStatusRequest {
|
|
|
379
380
|
export interface DescribeAgentStatusResponse {
|
|
380
381
|
AgentStatus?: AgentStatus | undefined;
|
|
381
382
|
}
|
|
383
|
+
export interface DescribeAttachedFilesConfigurationRequest {
|
|
384
|
+
InstanceId: string | undefined;
|
|
385
|
+
AttachmentScope: AttachmentScope | undefined;
|
|
386
|
+
}
|
|
387
|
+
export interface ExtensionConfiguration {
|
|
388
|
+
AllowedExtensions: AllowedExtension[] | undefined;
|
|
389
|
+
}
|
|
390
|
+
export interface AttachedFilesConfiguration {
|
|
391
|
+
InstanceId: string | undefined;
|
|
392
|
+
AttachmentScope: AttachmentScope | undefined;
|
|
393
|
+
MaximumSizeLimitInBytes?: number | undefined;
|
|
394
|
+
ExtensionConfiguration?: ExtensionConfiguration | undefined;
|
|
395
|
+
LastModifiedTime?: Date | undefined;
|
|
396
|
+
}
|
|
397
|
+
export interface DescribeAttachedFilesConfigurationResponse {
|
|
398
|
+
AttachedFilesConfiguration: AttachedFilesConfiguration | undefined;
|
|
399
|
+
}
|
|
382
400
|
export interface DescribeAuthenticationProfileRequest {
|
|
383
401
|
AuthenticationProfileId: string | undefined;
|
|
384
402
|
InstanceId: string | undefined;
|
|
@@ -1750,38 +1768,3 @@ export interface GetMetricDataV2Response {
|
|
|
1750
1768
|
NextToken?: string | undefined;
|
|
1751
1769
|
MetricResults?: MetricResultV2[] | undefined;
|
|
1752
1770
|
}
|
|
1753
|
-
export interface GetPromptFileRequest {
|
|
1754
|
-
InstanceId: string | undefined;
|
|
1755
|
-
PromptId: string | undefined;
|
|
1756
|
-
}
|
|
1757
|
-
export interface GetPromptFileResponse {
|
|
1758
|
-
PromptPresignedUrl?: string | undefined;
|
|
1759
|
-
LastModifiedTime?: Date | undefined;
|
|
1760
|
-
LastModifiedRegion?: string | undefined;
|
|
1761
|
-
}
|
|
1762
|
-
export interface GetTaskTemplateRequest {
|
|
1763
|
-
InstanceId: string | undefined;
|
|
1764
|
-
TaskTemplateId: string | undefined;
|
|
1765
|
-
SnapshotVersion?: string | undefined;
|
|
1766
|
-
}
|
|
1767
|
-
export interface GetTaskTemplateResponse {
|
|
1768
|
-
InstanceId?: string | undefined;
|
|
1769
|
-
Id: string | undefined;
|
|
1770
|
-
Arn: string | undefined;
|
|
1771
|
-
Name: string | undefined;
|
|
1772
|
-
Description?: string | undefined;
|
|
1773
|
-
ContactFlowId?: string | undefined;
|
|
1774
|
-
SelfAssignFlowId?: string | undefined;
|
|
1775
|
-
Constraints?: TaskTemplateConstraints | undefined;
|
|
1776
|
-
Defaults?: TaskTemplateDefaults | undefined;
|
|
1777
|
-
Fields?: TaskTemplateField[] | undefined;
|
|
1778
|
-
Status?: TaskTemplateStatus | undefined;
|
|
1779
|
-
LastModifiedTime?: Date | undefined;
|
|
1780
|
-
CreatedTime?: Date | undefined;
|
|
1781
|
-
Tags?: Record<string, string> | undefined;
|
|
1782
|
-
}
|
|
1783
|
-
export interface GetTestCaseExecutionSummaryRequest {
|
|
1784
|
-
InstanceId: string | undefined;
|
|
1785
|
-
TestCaseId: string | undefined;
|
|
1786
|
-
TestCaseExecutionId: string | undefined;
|
|
1787
|
-
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
AgentStatusType,
|
|
3
3
|
ArtifactStatus,
|
|
4
|
+
AttachmentScope,
|
|
4
5
|
AutoEvaluationStatus,
|
|
5
6
|
BooleanComparisonType,
|
|
6
7
|
Channel,
|
|
@@ -57,7 +58,6 @@ import {
|
|
|
57
58
|
SortableFieldName,
|
|
58
59
|
SortOrder,
|
|
59
60
|
SourceType,
|
|
60
|
-
StringComparisonType,
|
|
61
61
|
TaskTemplateStatus,
|
|
62
62
|
TestCaseExecutionStatus,
|
|
63
63
|
TestCaseStatus,
|
|
@@ -87,6 +87,9 @@ import {
|
|
|
87
87
|
PrimaryValueResponse,
|
|
88
88
|
SecurityProfileItem,
|
|
89
89
|
TagCondition,
|
|
90
|
+
TaskTemplateConstraints,
|
|
91
|
+
TaskTemplateDefaults,
|
|
92
|
+
TaskTemplateField,
|
|
90
93
|
UserProficiency,
|
|
91
94
|
} from "./models_0";
|
|
92
95
|
import {
|
|
@@ -97,6 +100,7 @@ import {
|
|
|
97
100
|
DataTableAttribute,
|
|
98
101
|
EvaluationContactParticipant,
|
|
99
102
|
EvaluationScore,
|
|
103
|
+
ExtensionConfiguration,
|
|
100
104
|
HierarchyGroupSummary,
|
|
101
105
|
HoursOfOperation,
|
|
102
106
|
HoursOfOperationOverride,
|
|
@@ -105,8 +109,42 @@ import {
|
|
|
105
109
|
PredefinedAttribute,
|
|
106
110
|
Prompt,
|
|
107
111
|
Queue,
|
|
108
|
-
QuickConnect,
|
|
109
112
|
} from "./models_1";
|
|
113
|
+
export interface GetPromptFileRequest {
|
|
114
|
+
InstanceId: string | undefined;
|
|
115
|
+
PromptId: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface GetPromptFileResponse {
|
|
118
|
+
PromptPresignedUrl?: string | undefined;
|
|
119
|
+
LastModifiedTime?: Date | undefined;
|
|
120
|
+
LastModifiedRegion?: string | undefined;
|
|
121
|
+
}
|
|
122
|
+
export interface GetTaskTemplateRequest {
|
|
123
|
+
InstanceId: string | undefined;
|
|
124
|
+
TaskTemplateId: string | undefined;
|
|
125
|
+
SnapshotVersion?: string | undefined;
|
|
126
|
+
}
|
|
127
|
+
export interface GetTaskTemplateResponse {
|
|
128
|
+
InstanceId?: string | undefined;
|
|
129
|
+
Id: string | undefined;
|
|
130
|
+
Arn: string | undefined;
|
|
131
|
+
Name: string | undefined;
|
|
132
|
+
Description?: string | undefined;
|
|
133
|
+
ContactFlowId?: string | undefined;
|
|
134
|
+
SelfAssignFlowId?: string | undefined;
|
|
135
|
+
Constraints?: TaskTemplateConstraints | undefined;
|
|
136
|
+
Defaults?: TaskTemplateDefaults | undefined;
|
|
137
|
+
Fields?: TaskTemplateField[] | undefined;
|
|
138
|
+
Status?: TaskTemplateStatus | undefined;
|
|
139
|
+
LastModifiedTime?: Date | undefined;
|
|
140
|
+
CreatedTime?: Date | undefined;
|
|
141
|
+
Tags?: Record<string, string> | undefined;
|
|
142
|
+
}
|
|
143
|
+
export interface GetTestCaseExecutionSummaryRequest {
|
|
144
|
+
InstanceId: string | undefined;
|
|
145
|
+
TestCaseId: string | undefined;
|
|
146
|
+
TestCaseExecutionId: string | undefined;
|
|
147
|
+
}
|
|
110
148
|
export interface ObservationSummary {
|
|
111
149
|
TotalObservations?: number | undefined;
|
|
112
150
|
ObservationsPassed?: number | undefined;
|
|
@@ -219,6 +257,21 @@ export interface ListAssociatedContactsResponse {
|
|
|
219
257
|
ContactSummaryList?: AssociatedContactSummary[] | undefined;
|
|
220
258
|
NextToken?: string | undefined;
|
|
221
259
|
}
|
|
260
|
+
export interface ListAttachedFilesConfigurationsRequest {
|
|
261
|
+
InstanceId: string | undefined;
|
|
262
|
+
MaxResults?: number | undefined;
|
|
263
|
+
NextToken?: string | undefined;
|
|
264
|
+
}
|
|
265
|
+
export interface AttachedFilesConfigurationSummary {
|
|
266
|
+
InstanceId: string | undefined;
|
|
267
|
+
AttachmentScope: AttachmentScope | undefined;
|
|
268
|
+
MaximumSizeLimitInBytes?: number | undefined;
|
|
269
|
+
ExtensionConfiguration?: ExtensionConfiguration | undefined;
|
|
270
|
+
}
|
|
271
|
+
export interface ListAttachedFilesConfigurationsResponse {
|
|
272
|
+
AttachedFilesConfigurations?: AttachedFilesConfigurationSummary[] | undefined;
|
|
273
|
+
NextToken?: string | undefined;
|
|
274
|
+
}
|
|
222
275
|
export interface ListAuthenticationProfilesRequest {
|
|
223
276
|
InstanceId: string | undefined;
|
|
224
277
|
MaxResults?: number | undefined;
|
|
@@ -1975,38 +2028,3 @@ export interface SearchQueuesResponse {
|
|
|
1975
2028
|
NextToken?: string | undefined;
|
|
1976
2029
|
ApproximateTotalCount?: number | undefined;
|
|
1977
2030
|
}
|
|
1978
|
-
export interface QuickConnectSearchFilter {
|
|
1979
|
-
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
1980
|
-
}
|
|
1981
|
-
export interface SearchQuickConnectsResponse {
|
|
1982
|
-
QuickConnects?: QuickConnect[] | undefined;
|
|
1983
|
-
NextToken?: string | undefined;
|
|
1984
|
-
ApproximateTotalCount?: number | undefined;
|
|
1985
|
-
}
|
|
1986
|
-
export interface TagSearchCondition {
|
|
1987
|
-
tagKey?: string | undefined;
|
|
1988
|
-
tagValue?: string | undefined;
|
|
1989
|
-
tagKeyComparisonType?: StringComparisonType | undefined;
|
|
1990
|
-
tagValueComparisonType?: StringComparisonType | undefined;
|
|
1991
|
-
}
|
|
1992
|
-
export interface ResourceTagsSearchCriteria {
|
|
1993
|
-
TagSearchCondition?: TagSearchCondition | undefined;
|
|
1994
|
-
}
|
|
1995
|
-
export interface SearchResourceTagsRequest {
|
|
1996
|
-
InstanceId: string | undefined;
|
|
1997
|
-
ResourceTypes?: string[] | undefined;
|
|
1998
|
-
NextToken?: string | undefined;
|
|
1999
|
-
MaxResults?: number | undefined;
|
|
2000
|
-
SearchCriteria?: ResourceTagsSearchCriteria | undefined;
|
|
2001
|
-
}
|
|
2002
|
-
export interface TagSet {
|
|
2003
|
-
key?: string | undefined;
|
|
2004
|
-
value?: string | undefined;
|
|
2005
|
-
}
|
|
2006
|
-
export interface SearchResourceTagsResponse {
|
|
2007
|
-
Tags?: TagSet[] | undefined;
|
|
2008
|
-
NextToken?: string | undefined;
|
|
2009
|
-
}
|
|
2010
|
-
export interface RoutingProfileSearchFilter {
|
|
2011
|
-
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
2012
|
-
}
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
AgentAvailabilityTimer,
|
|
3
3
|
AgentStatusState,
|
|
4
4
|
AnsweringMachineDetectionStatus,
|
|
5
|
+
AttachmentScope,
|
|
5
6
|
Channel,
|
|
6
7
|
ChatEventType,
|
|
7
8
|
ContactFlowModuleState,
|
|
@@ -41,6 +42,7 @@ import {
|
|
|
41
42
|
RoutingCriteriaStepStatus,
|
|
42
43
|
RulePublishStatus,
|
|
43
44
|
SearchableQueueType,
|
|
45
|
+
StringComparisonType,
|
|
44
46
|
TargetListType,
|
|
45
47
|
TaskTemplateStatus,
|
|
46
48
|
TestCaseExecutionStatus,
|
|
@@ -122,11 +124,13 @@ import {
|
|
|
122
124
|
EvaluationAnswerData,
|
|
123
125
|
EvaluationNote,
|
|
124
126
|
Expiry,
|
|
127
|
+
ExtensionConfiguration,
|
|
125
128
|
GlobalResiliencyMetadata,
|
|
126
129
|
HierarchyGroup,
|
|
127
130
|
NextContactEntry,
|
|
128
131
|
QualityMetrics,
|
|
129
132
|
QueueInfo,
|
|
133
|
+
QuickConnect,
|
|
130
134
|
RecordingInfo,
|
|
131
135
|
RoutingProfile,
|
|
132
136
|
TaskTemplateInfoV2,
|
|
@@ -153,11 +157,44 @@ import {
|
|
|
153
157
|
NumberCondition,
|
|
154
158
|
PromptSearchFilter,
|
|
155
159
|
QueueSearchFilter,
|
|
156
|
-
QuickConnectSearchFilter,
|
|
157
|
-
RoutingProfileSearchFilter,
|
|
158
160
|
SignInConfig,
|
|
159
161
|
TelephonyConfig,
|
|
160
162
|
} from "./models_2";
|
|
163
|
+
export interface QuickConnectSearchFilter {
|
|
164
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
165
|
+
}
|
|
166
|
+
export interface SearchQuickConnectsResponse {
|
|
167
|
+
QuickConnects?: QuickConnect[] | undefined;
|
|
168
|
+
NextToken?: string | undefined;
|
|
169
|
+
ApproximateTotalCount?: number | undefined;
|
|
170
|
+
}
|
|
171
|
+
export interface TagSearchCondition {
|
|
172
|
+
tagKey?: string | undefined;
|
|
173
|
+
tagValue?: string | undefined;
|
|
174
|
+
tagKeyComparisonType?: StringComparisonType | undefined;
|
|
175
|
+
tagValueComparisonType?: StringComparisonType | undefined;
|
|
176
|
+
}
|
|
177
|
+
export interface ResourceTagsSearchCriteria {
|
|
178
|
+
TagSearchCondition?: TagSearchCondition | undefined;
|
|
179
|
+
}
|
|
180
|
+
export interface SearchResourceTagsRequest {
|
|
181
|
+
InstanceId: string | undefined;
|
|
182
|
+
ResourceTypes?: string[] | undefined;
|
|
183
|
+
NextToken?: string | undefined;
|
|
184
|
+
MaxResults?: number | undefined;
|
|
185
|
+
SearchCriteria?: ResourceTagsSearchCriteria | undefined;
|
|
186
|
+
}
|
|
187
|
+
export interface TagSet {
|
|
188
|
+
key?: string | undefined;
|
|
189
|
+
value?: string | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface SearchResourceTagsResponse {
|
|
192
|
+
Tags?: TagSet[] | undefined;
|
|
193
|
+
NextToken?: string | undefined;
|
|
194
|
+
}
|
|
195
|
+
export interface RoutingProfileSearchFilter {
|
|
196
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
197
|
+
}
|
|
161
198
|
export interface SearchRoutingProfilesResponse {
|
|
162
199
|
RoutingProfiles?: RoutingProfile[] | undefined;
|
|
163
200
|
NextToken?: string | undefined;
|
|
@@ -703,6 +740,19 @@ export interface UpdateAgentStatusRequest {
|
|
|
703
740
|
DisplayOrder?: number | undefined;
|
|
704
741
|
ResetOrderNumber?: boolean | undefined;
|
|
705
742
|
}
|
|
743
|
+
export interface UpdateAttachedFilesConfigurationRequest {
|
|
744
|
+
InstanceId: string | undefined;
|
|
745
|
+
AttachmentScope: AttachmentScope | undefined;
|
|
746
|
+
MaximumSizeLimitInBytes?: number | undefined;
|
|
747
|
+
ExtensionConfiguration?: ExtensionConfiguration | undefined;
|
|
748
|
+
}
|
|
749
|
+
export interface UpdateAttachedFilesConfigurationResponse {
|
|
750
|
+
InstanceId: string | undefined;
|
|
751
|
+
AttachmentScope: AttachmentScope | undefined;
|
|
752
|
+
MaximumSizeLimitInBytes?: number | undefined;
|
|
753
|
+
ExtensionConfiguration?: ExtensionConfiguration | undefined;
|
|
754
|
+
LastModifiedTime?: Date | undefined;
|
|
755
|
+
}
|
|
706
756
|
export interface UpdateAuthenticationProfileRequest {
|
|
707
757
|
AuthenticationProfileId: string | undefined;
|
|
708
758
|
InstanceId: string | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAttachedFilesConfigurationsCommandInput,
|
|
4
|
+
ListAttachedFilesConfigurationsCommandOutput,
|
|
5
|
+
} from "../commands/ListAttachedFilesConfigurationsCommand";
|
|
6
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListAttachedFilesConfigurations: (
|
|
8
|
+
config: ConnectPaginationConfiguration,
|
|
9
|
+
input: ListAttachedFilesConfigurationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => 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;
|