@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
|
@@ -106,6 +106,7 @@ import { DeleteWorkspaceCommand, } from "./commands/DeleteWorkspaceCommand";
|
|
|
106
106
|
import { DeleteWorkspaceMediaCommand, } from "./commands/DeleteWorkspaceMediaCommand";
|
|
107
107
|
import { DeleteWorkspacePageCommand, } from "./commands/DeleteWorkspacePageCommand";
|
|
108
108
|
import { DescribeAgentStatusCommand, } from "./commands/DescribeAgentStatusCommand";
|
|
109
|
+
import { DescribeAttachedFilesConfigurationCommand, } from "./commands/DescribeAttachedFilesConfigurationCommand";
|
|
109
110
|
import { DescribeAuthenticationProfileCommand, } from "./commands/DescribeAuthenticationProfileCommand";
|
|
110
111
|
import { DescribeContactCommand, } from "./commands/DescribeContactCommand";
|
|
111
112
|
import { DescribeContactEvaluationCommand, } from "./commands/DescribeContactEvaluationCommand";
|
|
@@ -179,6 +180,7 @@ import { ListAnalyticsDataAssociationsCommand, } from "./commands/ListAnalyticsD
|
|
|
179
180
|
import { ListAnalyticsDataLakeDataSetsCommand, } from "./commands/ListAnalyticsDataLakeDataSetsCommand";
|
|
180
181
|
import { ListApprovedOriginsCommand, } from "./commands/ListApprovedOriginsCommand";
|
|
181
182
|
import { ListAssociatedContactsCommand, } from "./commands/ListAssociatedContactsCommand";
|
|
183
|
+
import { ListAttachedFilesConfigurationsCommand, } from "./commands/ListAttachedFilesConfigurationsCommand";
|
|
182
184
|
import { ListAuthenticationProfilesCommand, } from "./commands/ListAuthenticationProfilesCommand";
|
|
183
185
|
import { ListBotsCommand } from "./commands/ListBotsCommand";
|
|
184
186
|
import { ListChildHoursOfOperationsCommand, } from "./commands/ListChildHoursOfOperationsCommand";
|
|
@@ -304,6 +306,7 @@ import { TransferContactCommand, } from "./commands/TransferContactCommand";
|
|
|
304
306
|
import { UntagContactCommand, } from "./commands/UntagContactCommand";
|
|
305
307
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
306
308
|
import { UpdateAgentStatusCommand, } from "./commands/UpdateAgentStatusCommand";
|
|
309
|
+
import { UpdateAttachedFilesConfigurationCommand, } from "./commands/UpdateAttachedFilesConfigurationCommand";
|
|
307
310
|
import { UpdateAuthenticationProfileCommand, } from "./commands/UpdateAuthenticationProfileCommand";
|
|
308
311
|
import { UpdateContactAttributesCommand, } from "./commands/UpdateContactAttributesCommand";
|
|
309
312
|
import { UpdateContactCommand, } from "./commands/UpdateContactCommand";
|
|
@@ -374,6 +377,7 @@ import { paginateGetMetricData } from "./pagination/GetMetricDataPaginator";
|
|
|
374
377
|
import { paginateGetMetricDataV2 } from "./pagination/GetMetricDataV2Paginator";
|
|
375
378
|
import { paginateListAgentStatuses } from "./pagination/ListAgentStatusesPaginator";
|
|
376
379
|
import { paginateListApprovedOrigins } from "./pagination/ListApprovedOriginsPaginator";
|
|
380
|
+
import { paginateListAttachedFilesConfigurations } from "./pagination/ListAttachedFilesConfigurationsPaginator";
|
|
377
381
|
import { paginateListAuthenticationProfiles } from "./pagination/ListAuthenticationProfilesPaginator";
|
|
378
382
|
import { paginateListBots } from "./pagination/ListBotsPaginator";
|
|
379
383
|
import { paginateListChildHoursOfOperations } from "./pagination/ListChildHoursOfOperationsPaginator";
|
|
@@ -560,6 +564,7 @@ const commands = {
|
|
|
560
564
|
DeleteWorkspaceMediaCommand,
|
|
561
565
|
DeleteWorkspacePageCommand,
|
|
562
566
|
DescribeAgentStatusCommand,
|
|
567
|
+
DescribeAttachedFilesConfigurationCommand,
|
|
563
568
|
DescribeAuthenticationProfileCommand,
|
|
564
569
|
DescribeContactCommand,
|
|
565
570
|
DescribeContactEvaluationCommand,
|
|
@@ -633,6 +638,7 @@ const commands = {
|
|
|
633
638
|
ListAnalyticsDataLakeDataSetsCommand,
|
|
634
639
|
ListApprovedOriginsCommand,
|
|
635
640
|
ListAssociatedContactsCommand,
|
|
641
|
+
ListAttachedFilesConfigurationsCommand,
|
|
636
642
|
ListAuthenticationProfilesCommand,
|
|
637
643
|
ListBotsCommand,
|
|
638
644
|
ListChildHoursOfOperationsCommand,
|
|
@@ -758,6 +764,7 @@ const commands = {
|
|
|
758
764
|
UntagContactCommand,
|
|
759
765
|
UntagResourceCommand,
|
|
760
766
|
UpdateAgentStatusCommand,
|
|
767
|
+
UpdateAttachedFilesConfigurationCommand,
|
|
761
768
|
UpdateAuthenticationProfileCommand,
|
|
762
769
|
UpdateContactCommand,
|
|
763
770
|
UpdateContactAttributesCommand,
|
|
@@ -829,6 +836,7 @@ const paginators = {
|
|
|
829
836
|
paginateGetMetricDataV2,
|
|
830
837
|
paginateListAgentStatuses,
|
|
831
838
|
paginateListApprovedOrigins,
|
|
839
|
+
paginateListAttachedFilesConfigurations,
|
|
832
840
|
paginateListAuthenticationProfiles,
|
|
833
841
|
paginateListBots,
|
|
834
842
|
paginateListChildHoursOfOperations,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeAttachedFilesConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeAttachedFilesConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "DescribeAttachedFilesConfiguration", {})
|
|
13
|
+
.n("ConnectClient", "DescribeAttachedFilesConfigurationCommand")
|
|
14
|
+
.sc(DescribeAttachedFilesConfiguration$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListAttachedFilesConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListAttachedFilesConfigurationsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "ListAttachedFilesConfigurations", {})
|
|
13
|
+
.n("ConnectClient", "ListAttachedFilesConfigurationsCommand")
|
|
14
|
+
.sc(ListAttachedFilesConfigurations$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateAttachedFilesConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateAttachedFilesConfigurationCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AmazonConnectService", "UpdateAttachedFilesConfiguration", {})
|
|
13
|
+
.n("ConnectClient", "UpdateAttachedFilesConfigurationCommand")
|
|
14
|
+
.sc(UpdateAttachedFilesConfiguration$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -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";
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/util-endpoints";
|
|
2
|
+
const k = "ref";
|
|
3
|
+
const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = { [k]: "Endpoint" }, h = { [k]: d }, i = {}, j = [{ [k]: "Region" }];
|
|
4
|
+
const _data = {
|
|
5
|
+
conditions: [
|
|
6
|
+
[c, [g]],
|
|
7
|
+
[c, j],
|
|
8
|
+
["aws.partition", j, d],
|
|
9
|
+
[e, [{ [k]: "UseFIPS" }, b]],
|
|
10
|
+
[e, [{ [k]: "UseDualStack" }, b]],
|
|
11
|
+
[e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
|
|
12
|
+
[e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
|
|
13
|
+
["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
|
|
14
|
+
],
|
|
15
|
+
results: [
|
|
16
|
+
[a],
|
|
17
|
+
[a, "Invalid Configuration: FIPS and custom endpoint are not supported"],
|
|
18
|
+
[a, "Invalid Configuration: Dualstack and custom endpoint are not supported"],
|
|
19
|
+
[g, i],
|
|
20
|
+
["https://connect-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
21
|
+
[a, "FIPS and DualStack are enabled, but this partition does not support one or both"],
|
|
22
|
+
["https://connect.{Region}.amazonaws.com", i],
|
|
23
|
+
["https://connect-fips.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
24
|
+
[a, "FIPS is enabled but this partition does not support FIPS"],
|
|
25
|
+
["https://connect.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
|
|
26
|
+
[a, "DualStack is enabled but this partition does not support DualStack"],
|
|
27
|
+
["https://connect.{Region}.{PartitionResult#dnsSuffix}", i],
|
|
28
|
+
[a, "Invalid Configuration: Missing Region"]
|
|
29
|
+
]
|
|
30
|
+
};
|
|
31
|
+
const root = 2;
|
|
32
|
+
const r = 100_000_000;
|
|
33
|
+
const nodes = new Int32Array([
|
|
34
|
+
-1, 1, -1,
|
|
35
|
+
0, 13, 3,
|
|
36
|
+
1, 4, r + 12,
|
|
37
|
+
2, 5, r + 12,
|
|
38
|
+
3, 8, 6,
|
|
39
|
+
4, 7, r + 11,
|
|
40
|
+
5, r + 9, r + 10,
|
|
41
|
+
4, 11, 9,
|
|
42
|
+
6, 10, r + 8,
|
|
43
|
+
7, r + 6, r + 7,
|
|
44
|
+
5, 12, r + 5,
|
|
45
|
+
6, r + 4, r + 5,
|
|
46
|
+
3, r + 1, 14,
|
|
47
|
+
4, r + 2, r + 3,
|
|
48
|
+
]);
|
|
49
|
+
export const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions,
|
|
3
|
-
import {
|
|
2
|
+
import { customEndpointFunctions, decideEndpoint, EndpointCache } from "@smithy/util-endpoints";
|
|
3
|
+
import { bdd } from "./bdd";
|
|
4
4
|
const cache = new EndpointCache({
|
|
5
5
|
size: 50,
|
|
6
6
|
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
7
|
});
|
|
8
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
9
|
-
return cache.get(endpointParams, () =>
|
|
9
|
+
return cache.get(endpointParams, () => decideEndpoint(bdd, {
|
|
10
10
|
endpointParams: endpointParams,
|
|
11
11
|
logger: context.logger,
|
|
12
12
|
}));
|
|
@@ -578,6 +578,12 @@ export const MediaType = {
|
|
|
578
578
|
IMAGE_LOGO_LIGHT_FAVICON: "IMAGE_LOGO_LIGHT_FAVICON",
|
|
579
579
|
IMAGE_LOGO_LIGHT_HORIZONTAL: "IMAGE_LOGO_LIGHT_HORIZONTAL",
|
|
580
580
|
};
|
|
581
|
+
export const AttachmentScope = {
|
|
582
|
+
CASE: "CASE",
|
|
583
|
+
CHAT: "CHAT",
|
|
584
|
+
EMAIL: "EMAIL",
|
|
585
|
+
TASK: "TASK",
|
|
586
|
+
};
|
|
581
587
|
export const AnsweringMachineDetectionStatus = {
|
|
582
588
|
AMD_ERROR: "AMD_ERROR",
|
|
583
589
|
AMD_NOT_APPLICABLE: "AMD_NOT_APPLICABLE",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListAttachedFilesConfigurationsCommand, } from "../commands/ListAttachedFilesConfigurationsCommand";
|
|
3
|
+
import { ConnectClient } from "../ConnectClient";
|
|
4
|
+
export const paginateListAttachedFilesConfigurations = createPaginator(ConnectClient, ListAttachedFilesConfigurationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -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";
|
|
@@ -74,14 +74,21 @@ const _AEE = "AutoEvaluationEnabled";
|
|
|
74
74
|
const _AEF = "ActivateEvaluationForm";
|
|
75
75
|
const _AEFR = "ActivateEvaluationFormRequest";
|
|
76
76
|
const _AEFRc = "ActivateEvaluationFormResponse";
|
|
77
|
+
const _AEL = "AllowedExtensionsList";
|
|
77
78
|
const _AER = "AdditionalEmailRecipients";
|
|
78
79
|
const _AES = "AutoEvaluationStatus";
|
|
80
|
+
const _AEl = "AllowedExtension";
|
|
81
|
+
const _AEll = "AllowedExtensions";
|
|
79
82
|
const _AEn = "AndExpression";
|
|
80
83
|
const _AEu = "AutoEvaluation";
|
|
81
84
|
const _AF = "AgentFirst";
|
|
82
|
-
const _AFC = "
|
|
85
|
+
const _AFC = "AttachedFilesConfiguration";
|
|
83
86
|
const _AFCAA = "AgentFirstCallbackAutoAccept";
|
|
84
87
|
const _AFCACWC = "AgentFirstCallbackAfterContactWorkConfig";
|
|
88
|
+
const _AFCS = "AttachedFilesConfigurationSummary";
|
|
89
|
+
const _AFCSL = "AttachedFilesConfigurationSummaryList";
|
|
90
|
+
const _AFCt = "AttachedFilesConfigurations";
|
|
91
|
+
const _AFCu = "AutomaticFailConfiguration";
|
|
85
92
|
const _AFE = "AttachedFileError";
|
|
86
93
|
const _AFEL = "AttachedFileErrorsList";
|
|
87
94
|
const _AFIRER = "AttachedFileInvalidRequestExceptionReason";
|
|
@@ -183,6 +190,7 @@ const _ASc = "ActionSummaries";
|
|
|
183
190
|
const _ASg = "AgentStatus";
|
|
184
191
|
const _ASge = "AgentStatuses";
|
|
185
192
|
const _ASn = "AnswerSource";
|
|
193
|
+
const _ASt = "AttachmentScope";
|
|
186
194
|
const _AT = "ActionType";
|
|
187
195
|
const _ATC = "ApproximateTotalCount";
|
|
188
196
|
const _ATDGU = "AssociateTrafficDistributionGroupUser";
|
|
@@ -568,6 +576,9 @@ const _DA = "DirectoryAlias";
|
|
|
568
576
|
const _DADS = "DisassociateAnalyticsDataSet";
|
|
569
577
|
const _DADSR = "DisassociateAnalyticsDataSetRequest";
|
|
570
578
|
const _DAF = "DeleteAttachedFile";
|
|
579
|
+
const _DAFC = "DescribeAttachedFilesConfiguration";
|
|
580
|
+
const _DAFCR = "DescribeAttachedFilesConfigurationRequest";
|
|
581
|
+
const _DAFCRe = "DescribeAttachedFilesConfigurationResponse";
|
|
571
582
|
const _DAFR = "DeleteAttachedFileRequest";
|
|
572
583
|
const _DAFRe = "DeleteAttachedFileResponse";
|
|
573
584
|
const _DAO = "DisassociateApprovedOrigin";
|
|
@@ -923,6 +934,7 @@ const _EC = "ErrorCode";
|
|
|
923
934
|
const _ECLAAD = "EvaluationContactLensAnswerAnalysisDetails";
|
|
924
935
|
const _ECP = "EvaluationContactParticipant";
|
|
925
936
|
const _ECn = "EncryptionConfig";
|
|
937
|
+
const _ECx = "ExtensionConfiguration";
|
|
926
938
|
const _ED = "EligibilityDays";
|
|
927
939
|
const _EDIM = "ExpiryDurationInMinutes";
|
|
928
940
|
const _EDTV = "EvaluateDataTableValues";
|
|
@@ -1062,10 +1074,11 @@ const _Er = "Errors";
|
|
|
1062
1074
|
const _Err = "Error";
|
|
1063
1075
|
const _Ev = "Evaluation";
|
|
1064
1076
|
const _Eve = "Event";
|
|
1065
|
-
const _Ex = "
|
|
1077
|
+
const _Ex = "Extension";
|
|
1066
1078
|
const _Exc = "Exclusion";
|
|
1067
|
-
const _Exp = "
|
|
1068
|
-
const _Expr = "
|
|
1079
|
+
const _Exp = "Expiry";
|
|
1080
|
+
const _Expr = "Expression";
|
|
1081
|
+
const _Expre = "Expressions";
|
|
1069
1082
|
const _F = "Failed";
|
|
1070
1083
|
const _FA = "FunctionArn";
|
|
1071
1084
|
const _FAF = "FlowAttributeFilter";
|
|
@@ -1310,6 +1323,9 @@ const _LADARi = "ListAnalyticsDataAssociationsResponse";
|
|
|
1310
1323
|
const _LADLDS = "ListAnalyticsDataLakeDataSets";
|
|
1311
1324
|
const _LADLDSR = "ListAnalyticsDataLakeDataSetsRequest";
|
|
1312
1325
|
const _LADLDSRi = "ListAnalyticsDataLakeDataSetsResponse";
|
|
1326
|
+
const _LAFC = "ListAttachedFilesConfigurations";
|
|
1327
|
+
const _LAFCR = "ListAttachedFilesConfigurationsRequest";
|
|
1328
|
+
const _LAFCRi = "ListAttachedFilesConfigurationsResponse";
|
|
1313
1329
|
const _LAO = "ListApprovedOrigins";
|
|
1314
1330
|
const _LAOR = "ListApprovedOriginsRequest";
|
|
1315
1331
|
const _LAORi = "ListApprovedOriginsResponse";
|
|
@@ -1599,6 +1615,7 @@ const _MRed = "MediaRegion";
|
|
|
1599
1615
|
const _MS = "MediaSource";
|
|
1600
1616
|
const _MSBC = "MaxSlotsByChannel";
|
|
1601
1617
|
const _MSD = "MaxSessionDuration";
|
|
1618
|
+
const _MSLIB = "MaximumSizeLimitInBytes";
|
|
1602
1619
|
const _MSQRCA = "MultiSelectQuestionRuleCategoryAutomation";
|
|
1603
1620
|
const _MST = "MessageSourceType";
|
|
1604
1621
|
const _MSTe = "MediaStreamType";
|
|
@@ -2434,6 +2451,9 @@ const _Ty = "Typography";
|
|
|
2434
2451
|
const _U = "Username";
|
|
2435
2452
|
const _UA = "UserArn";
|
|
2436
2453
|
const _UAF = "UserAttributeFilter";
|
|
2454
|
+
const _UAFC = "UpdateAttachedFilesConfiguration";
|
|
2455
|
+
const _UAFCR = "UpdateAttachedFilesConfigurationRequest";
|
|
2456
|
+
const _UAFCRp = "UpdateAttachedFilesConfigurationResponse";
|
|
2437
2457
|
const _UAP = "UpdateAuthenticationProfile";
|
|
2438
2458
|
const _UAPR = "UpdateAuthenticationProfileRequest";
|
|
2439
2459
|
const _UAS = "UpdateAgentStatus";
|
|
@@ -3106,6 +3126,11 @@ export var AllowedCapabilities$ = [3, n0, _ACll,
|
|
|
3106
3126
|
[_Cu, _Ag],
|
|
3107
3127
|
[() => ParticipantCapabilities$, () => ParticipantCapabilities$]
|
|
3108
3128
|
];
|
|
3129
|
+
export var AllowedExtension$ = [3, n0, _AEl,
|
|
3130
|
+
0,
|
|
3131
|
+
[_Ex],
|
|
3132
|
+
[0], 1
|
|
3133
|
+
];
|
|
3109
3134
|
export var AnalyticsDataAssociationResult$ = [3, n0, _ADAR,
|
|
3110
3135
|
0,
|
|
3111
3136
|
[_DSI, _TAI, _RSI, _RSA, _RSS],
|
|
@@ -3296,6 +3321,16 @@ export var AttachedFileError$ = [3, n0, _AFE,
|
|
|
3296
3321
|
[_EC, _EM, _FIi],
|
|
3297
3322
|
[0, 0, 0]
|
|
3298
3323
|
];
|
|
3324
|
+
export var AttachedFilesConfiguration$ = [3, n0, _AFC,
|
|
3325
|
+
0,
|
|
3326
|
+
[_II, _ASt, _MSLIB, _ECx, _LMT],
|
|
3327
|
+
[0, 0, 1, () => ExtensionConfiguration$, 4], 2
|
|
3328
|
+
];
|
|
3329
|
+
export var AttachedFilesConfigurationSummary$ = [3, n0, _AFCS,
|
|
3330
|
+
0,
|
|
3331
|
+
[_II, _ASt, _MSLIB, _ECx],
|
|
3332
|
+
[0, 0, 1, () => ExtensionConfiguration$], 2
|
|
3333
|
+
];
|
|
3299
3334
|
export var AttachmentReference$ = [3, n0, _AR,
|
|
3300
3335
|
0,
|
|
3301
3336
|
[_N, _V, _St, _A],
|
|
@@ -3356,7 +3391,7 @@ export var AutoEvaluationDetails$ = [3, n0, _AEDu,
|
|
|
3356
3391
|
[_AEE, _AES],
|
|
3357
3392
|
[2, 0], 1
|
|
3358
3393
|
];
|
|
3359
|
-
export var AutomaticFailConfiguration$ = [3, n0,
|
|
3394
|
+
export var AutomaticFailConfiguration$ = [3, n0, _AFCu,
|
|
3360
3395
|
0,
|
|
3361
3396
|
[_TS],
|
|
3362
3397
|
[0]
|
|
@@ -4546,6 +4581,16 @@ export var DescribeAgentStatusResponse$ = [3, n0, _DASRe,
|
|
|
4546
4581
|
[_ASg],
|
|
4547
4582
|
[() => AgentStatus$]
|
|
4548
4583
|
];
|
|
4584
|
+
export var DescribeAttachedFilesConfigurationRequest$ = [3, n0, _DAFCR,
|
|
4585
|
+
0,
|
|
4586
|
+
[_II, _ASt],
|
|
4587
|
+
[[0, 1], [0, 1]], 2
|
|
4588
|
+
];
|
|
4589
|
+
export var DescribeAttachedFilesConfigurationResponse$ = [3, n0, _DAFCRe,
|
|
4590
|
+
0,
|
|
4591
|
+
[_AFC],
|
|
4592
|
+
[() => AttachedFilesConfiguration$], 1
|
|
4593
|
+
];
|
|
4549
4594
|
export var DescribeAuthenticationProfileRequest$ = [3, n0, _DAPR,
|
|
4550
4595
|
0,
|
|
4551
4596
|
[_API, _II],
|
|
@@ -5218,7 +5263,7 @@ export var EvaluationFormMultiSelectQuestionProperties$ = [3, n0, _EFMSQP,
|
|
|
5218
5263
|
];
|
|
5219
5264
|
export var EvaluationFormNumericQuestionOption$ = [3, n0, _EFNQO,
|
|
5220
5265
|
0,
|
|
5221
|
-
[_MV, _MVa, _Sco, _AFut,
|
|
5266
|
+
[_MV, _MVa, _Sco, _AFut, _AFCu],
|
|
5222
5267
|
[1, 1, 1, 2, () => AutomaticFailConfiguration$], 2
|
|
5223
5268
|
];
|
|
5224
5269
|
export var EvaluationFormNumericQuestionProperties$ = [3, n0, _EFNQP,
|
|
@@ -5268,7 +5313,7 @@ export var EvaluationFormSingleSelectQuestionAutomation$ = [3, n0, _EFSSQA,
|
|
|
5268
5313
|
];
|
|
5269
5314
|
export var EvaluationFormSingleSelectQuestionOption$ = [3, n0, _EFSSQO,
|
|
5270
5315
|
0,
|
|
5271
|
-
[_RIef, _Te, _Sco, _AFut,
|
|
5316
|
+
[_RIef, _Te, _Sco, _AFut, _AFCu],
|
|
5272
5317
|
[0, 0, 1, 2, () => AutomaticFailConfiguration$], 2
|
|
5273
5318
|
];
|
|
5274
5319
|
export var EvaluationFormSingleSelectQuestionProperties$ = [3, n0, _EFSSQP,
|
|
@@ -5401,16 +5446,21 @@ export var ExecutionRecord$ = [3, n0, _ERx,
|
|
|
5401
5446
|
[_OI, _St, _Tim, _Reco],
|
|
5402
5447
|
[0, 0, 4, 0]
|
|
5403
5448
|
];
|
|
5404
|
-
export var Expiry$ = [3, n0,
|
|
5449
|
+
export var Expiry$ = [3, n0, _Exp,
|
|
5405
5450
|
0,
|
|
5406
5451
|
[_DIS, _ETx],
|
|
5407
5452
|
[1, 4]
|
|
5408
5453
|
];
|
|
5409
|
-
export var Expression$ = [3, n0,
|
|
5454
|
+
export var Expression$ = [3, n0, _Expr,
|
|
5410
5455
|
0,
|
|
5411
5456
|
[_ACt, _AEn, _OE, _NAC],
|
|
5412
5457
|
[() => AttributeCondition$, () => Expressions, () => Expressions, () => AttributeCondition$]
|
|
5413
5458
|
];
|
|
5459
|
+
export var ExtensionConfiguration$ = [3, n0, _ECx,
|
|
5460
|
+
0,
|
|
5461
|
+
[_AEll],
|
|
5462
|
+
[() => AllowedExtensionsList], 1
|
|
5463
|
+
];
|
|
5414
5464
|
export var ExternalInvocationConfiguration$ = [3, n0, _EIC,
|
|
5415
5465
|
0,
|
|
5416
5466
|
[_En],
|
|
@@ -5901,6 +5951,16 @@ export var ListAssociatedContactsResponse$ = [3, n0, _LACRi,
|
|
|
5901
5951
|
[_CSL, _NT],
|
|
5902
5952
|
[() => AssociatedContactSummaryList, 0]
|
|
5903
5953
|
];
|
|
5954
|
+
export var ListAttachedFilesConfigurationsRequest$ = [3, n0, _LAFCR,
|
|
5955
|
+
0,
|
|
5956
|
+
[_II, _MR, _NT],
|
|
5957
|
+
[[0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
5958
|
+
];
|
|
5959
|
+
export var ListAttachedFilesConfigurationsResponse$ = [3, n0, _LAFCRi,
|
|
5960
|
+
0,
|
|
5961
|
+
[_AFCt, _NT],
|
|
5962
|
+
[() => AttachedFilesConfigurationSummaryList, 0]
|
|
5963
|
+
];
|
|
5904
5964
|
export var ListAuthenticationProfilesRequest$ = [3, n0, _LAPR,
|
|
5905
5965
|
0,
|
|
5906
5966
|
[_II, _MR, _NT],
|
|
@@ -6778,7 +6838,7 @@ export var ParticipantTimerConfiguration$ = [3, n0, _PTC,
|
|
|
6778
6838
|
];
|
|
6779
6839
|
export var ParticipantTokenCredentials$ = [3, n0, _PTCa,
|
|
6780
6840
|
0,
|
|
6781
|
-
[_PTa,
|
|
6841
|
+
[_PTa, _Exp],
|
|
6782
6842
|
[0, 0]
|
|
6783
6843
|
];
|
|
6784
6844
|
export var PauseContactRequest$ = [3, n0, _PCR,
|
|
@@ -7163,7 +7223,7 @@ export var RoutingCriteriaInput$ = [3, n0, _RCIo,
|
|
|
7163
7223
|
];
|
|
7164
7224
|
export var RoutingCriteriaInputStep$ = [3, n0, _RCIS,
|
|
7165
7225
|
0,
|
|
7166
|
-
[
|
|
7226
|
+
[_Exp, _Expr],
|
|
7167
7227
|
[() => RoutingCriteriaInputStepExpiry$, () => Expression$]
|
|
7168
7228
|
];
|
|
7169
7229
|
export var RoutingCriteriaInputStepExpiry$ = [3, n0, _RCISE,
|
|
@@ -7803,7 +7863,7 @@ export var StateTransition$ = [3, n0, _STtat,
|
|
|
7803
7863
|
];
|
|
7804
7864
|
export var Step$ = [3, n0, _Step,
|
|
7805
7865
|
0,
|
|
7806
|
-
[
|
|
7866
|
+
[_Exp, _Expr, _St],
|
|
7807
7867
|
[() => Expiry$, () => Expression$, 0]
|
|
7808
7868
|
];
|
|
7809
7869
|
export var StopContactMediaProcessingRequest$ = [3, n0, _SCMPRto,
|
|
@@ -8086,6 +8146,16 @@ export var UpdateAgentStatusRequest$ = [3, n0, _UASR,
|
|
|
8086
8146
|
[_II, _ASI, _N, _D, _S, _DO, _RON],
|
|
8087
8147
|
[[0, 1], [0, 1], 0, 0, 0, 1, 2], 2
|
|
8088
8148
|
];
|
|
8149
|
+
export var UpdateAttachedFilesConfigurationRequest$ = [3, n0, _UAFCR,
|
|
8150
|
+
0,
|
|
8151
|
+
[_II, _ASt, _MSLIB, _ECx],
|
|
8152
|
+
[[0, 1], [0, 1], 1, () => ExtensionConfiguration$], 2
|
|
8153
|
+
];
|
|
8154
|
+
export var UpdateAttachedFilesConfigurationResponse$ = [3, n0, _UAFCRp,
|
|
8155
|
+
0,
|
|
8156
|
+
[_II, _ASt, _MSLIB, _ECx, _LMT],
|
|
8157
|
+
[0, 0, 1, () => ExtensionConfiguration$, 4], 2
|
|
8158
|
+
];
|
|
8089
8159
|
export var UpdateAuthenticationProfileRequest$ = [3, n0, _UAPR,
|
|
8090
8160
|
0,
|
|
8091
8161
|
[_API, _II, _N, _D, _AIl, _BI, _PSD, _SID, _SIHE],
|
|
@@ -8837,6 +8907,9 @@ var AiAgents = [1, n0, _AAi,
|
|
|
8837
8907
|
var AliasConfigurationList = [1, n0, _ACL,
|
|
8838
8908
|
0, () => AliasConfiguration$
|
|
8839
8909
|
];
|
|
8910
|
+
var AllowedExtensionsList = [1, n0, _AEL,
|
|
8911
|
+
0, () => AllowedExtension$
|
|
8912
|
+
];
|
|
8840
8913
|
var AllowedFlowModules = [1, n0, _AFM,
|
|
8841
8914
|
0, () => FlowModule$
|
|
8842
8915
|
];
|
|
@@ -8859,6 +8932,9 @@ var AssociatedQueueIdList = 64 | 0;
|
|
|
8859
8932
|
var AttachedFileErrorsList = [1, n0, _AFEL,
|
|
8860
8933
|
0, () => AttachedFileError$
|
|
8861
8934
|
];
|
|
8935
|
+
var AttachedFilesConfigurationSummaryList = [1, n0, _AFCSL,
|
|
8936
|
+
0, () => AttachedFilesConfigurationSummary$
|
|
8937
|
+
];
|
|
8862
8938
|
var AttachedFilesList = [1, n0, _AFL,
|
|
8863
8939
|
0, () => AttachedFile$
|
|
8864
8940
|
];
|
|
@@ -9107,7 +9183,7 @@ var EvaluationTranscriptPointsOfInterest = [1, n0, _ETPOIv,
|
|
|
9107
9183
|
var ExecutionRecordList = [1, n0, _ERLx,
|
|
9108
9184
|
0, () => ExecutionRecord$
|
|
9109
9185
|
];
|
|
9110
|
-
var Expressions = [1, n0,
|
|
9186
|
+
var Expressions = [1, n0, _Expre,
|
|
9111
9187
|
0, () => Expression$
|
|
9112
9188
|
];
|
|
9113
9189
|
var FailedBatchAssociationSummaryList = [1, n0, _FBASL,
|
|
@@ -9656,7 +9732,7 @@ export var EvaluationFormItem$ = [4, n0, _EFIv,
|
|
|
9656
9732
|
];
|
|
9657
9733
|
export var EvaluationFormItemEnablementConditionOperand$ = [4, n0, _EFIECO,
|
|
9658
9734
|
0,
|
|
9659
|
-
[
|
|
9735
|
+
[_Expr, _Con],
|
|
9660
9736
|
[() => EvaluationFormItemEnablementExpression$, () => EvaluationFormItemEnablementCondition$]
|
|
9661
9737
|
];
|
|
9662
9738
|
export var EvaluationFormMultiSelectQuestionAutomationOption$ = [4, n0, _EFMSQAO,
|
|
@@ -10055,6 +10131,9 @@ export var DeleteWorkspacePage$ = [9, n0, _DWP,
|
|
|
10055
10131
|
export var DescribeAgentStatus$ = [9, n0, _DAS,
|
|
10056
10132
|
{ [_h]: ["GET", "/agent-status/{InstanceId}/{AgentStatusId}", 200] }, () => DescribeAgentStatusRequest$, () => DescribeAgentStatusResponse$
|
|
10057
10133
|
];
|
|
10134
|
+
export var DescribeAttachedFilesConfiguration$ = [9, n0, _DAFC,
|
|
10135
|
+
{ [_h]: ["GET", "/attached-files-configurations/{InstanceId}/{AttachmentScope}", 200] }, () => DescribeAttachedFilesConfigurationRequest$, () => DescribeAttachedFilesConfigurationResponse$
|
|
10136
|
+
];
|
|
10058
10137
|
export var DescribeAuthenticationProfile$ = [9, n0, _DAP,
|
|
10059
10138
|
{ [_h]: ["GET", "/authentication-profiles/{InstanceId}/{AuthenticationProfileId}", 200] }, () => DescribeAuthenticationProfileRequest$, () => DescribeAuthenticationProfileResponse$
|
|
10060
10139
|
];
|
|
@@ -10274,6 +10353,9 @@ export var ListApprovedOrigins$ = [9, n0, _LAO,
|
|
|
10274
10353
|
export var ListAssociatedContacts$ = [9, n0, _LAC,
|
|
10275
10354
|
{ [_h]: ["GET", "/contact/associated/{InstanceId}", 200] }, () => ListAssociatedContactsRequest$, () => ListAssociatedContactsResponse$
|
|
10276
10355
|
];
|
|
10356
|
+
export var ListAttachedFilesConfigurations$ = [9, n0, _LAFC,
|
|
10357
|
+
{ [_h]: ["GET", "/attached-files-configurations/{InstanceId}", 200] }, () => ListAttachedFilesConfigurationsRequest$, () => ListAttachedFilesConfigurationsResponse$
|
|
10358
|
+
];
|
|
10277
10359
|
export var ListAuthenticationProfiles$ = [9, n0, _LAP,
|
|
10278
10360
|
{ [_h]: ["GET", "/authentication-profiles-summary/{InstanceId}", 200] }, () => ListAuthenticationProfilesRequest$, () => ListAuthenticationProfilesResponse$
|
|
10279
10361
|
];
|
|
@@ -10649,6 +10731,9 @@ export var UntagResource$ = [9, n0, _URn,
|
|
|
10649
10731
|
export var UpdateAgentStatus$ = [9, n0, _UAS,
|
|
10650
10732
|
{ [_h]: ["POST", "/agent-status/{InstanceId}/{AgentStatusId}", 200] }, () => UpdateAgentStatusRequest$, () => __Unit
|
|
10651
10733
|
];
|
|
10734
|
+
export var UpdateAttachedFilesConfiguration$ = [9, n0, _UAFC,
|
|
10735
|
+
{ [_h]: ["POST", "/attached-files-configurations/{InstanceId}/{AttachmentScope}", 200] }, () => UpdateAttachedFilesConfigurationRequest$, () => UpdateAttachedFilesConfigurationResponse$
|
|
10736
|
+
];
|
|
10652
10737
|
export var UpdateAuthenticationProfile$ = [9, n0, _UAP,
|
|
10653
10738
|
{ [_h]: ["POST", "/authentication-profiles/{InstanceId}/{AuthenticationProfileId}", 200] }, () => UpdateAuthenticationProfileRequest$, () => __Unit
|
|
10654
10739
|
];
|
|
@@ -106,6 +106,7 @@ import { type DeleteWorkspaceCommandInput, type DeleteWorkspaceCommandOutput } f
|
|
|
106
106
|
import { type DeleteWorkspaceMediaCommandInput, type DeleteWorkspaceMediaCommandOutput } from "./commands/DeleteWorkspaceMediaCommand";
|
|
107
107
|
import { type DeleteWorkspacePageCommandInput, type DeleteWorkspacePageCommandOutput } from "./commands/DeleteWorkspacePageCommand";
|
|
108
108
|
import { type DescribeAgentStatusCommandInput, type DescribeAgentStatusCommandOutput } from "./commands/DescribeAgentStatusCommand";
|
|
109
|
+
import { type DescribeAttachedFilesConfigurationCommandInput, type DescribeAttachedFilesConfigurationCommandOutput } from "./commands/DescribeAttachedFilesConfigurationCommand";
|
|
109
110
|
import { type DescribeAuthenticationProfileCommandInput, type DescribeAuthenticationProfileCommandOutput } from "./commands/DescribeAuthenticationProfileCommand";
|
|
110
111
|
import { type DescribeContactCommandInput, type DescribeContactCommandOutput } from "./commands/DescribeContactCommand";
|
|
111
112
|
import { type DescribeContactEvaluationCommandInput, type DescribeContactEvaluationCommandOutput } from "./commands/DescribeContactEvaluationCommand";
|
|
@@ -179,6 +180,7 @@ import { type ListAnalyticsDataAssociationsCommandInput, type ListAnalyticsDataA
|
|
|
179
180
|
import { type ListAnalyticsDataLakeDataSetsCommandInput, type ListAnalyticsDataLakeDataSetsCommandOutput } from "./commands/ListAnalyticsDataLakeDataSetsCommand";
|
|
180
181
|
import { type ListApprovedOriginsCommandInput, type ListApprovedOriginsCommandOutput } from "./commands/ListApprovedOriginsCommand";
|
|
181
182
|
import { type ListAssociatedContactsCommandInput, type ListAssociatedContactsCommandOutput } from "./commands/ListAssociatedContactsCommand";
|
|
183
|
+
import { type ListAttachedFilesConfigurationsCommandInput, type ListAttachedFilesConfigurationsCommandOutput } from "./commands/ListAttachedFilesConfigurationsCommand";
|
|
182
184
|
import { type ListAuthenticationProfilesCommandInput, type ListAuthenticationProfilesCommandOutput } from "./commands/ListAuthenticationProfilesCommand";
|
|
183
185
|
import { type ListBotsCommandInput, type ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
184
186
|
import { type ListChildHoursOfOperationsCommandInput, type ListChildHoursOfOperationsCommandOutput } from "./commands/ListChildHoursOfOperationsCommand";
|
|
@@ -304,6 +306,7 @@ import { type TransferContactCommandInput, type TransferContactCommandOutput } f
|
|
|
304
306
|
import { type UntagContactCommandInput, type UntagContactCommandOutput } from "./commands/UntagContactCommand";
|
|
305
307
|
import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
306
308
|
import { type UpdateAgentStatusCommandInput, type UpdateAgentStatusCommandOutput } from "./commands/UpdateAgentStatusCommand";
|
|
309
|
+
import { type UpdateAttachedFilesConfigurationCommandInput, type UpdateAttachedFilesConfigurationCommandOutput } from "./commands/UpdateAttachedFilesConfigurationCommand";
|
|
307
310
|
import { type UpdateAuthenticationProfileCommandInput, type UpdateAuthenticationProfileCommandOutput } from "./commands/UpdateAuthenticationProfileCommand";
|
|
308
311
|
import { type UpdateContactAttributesCommandInput, type UpdateContactAttributesCommandOutput } from "./commands/UpdateContactAttributesCommand";
|
|
309
312
|
import { type UpdateContactCommandInput, type UpdateContactCommandOutput } from "./commands/UpdateContactCommand";
|
|
@@ -1010,6 +1013,12 @@ export interface Connect {
|
|
|
1010
1013
|
describeAgentStatus(args: DescribeAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentStatusCommandOutput>;
|
|
1011
1014
|
describeAgentStatus(args: DescribeAgentStatusCommandInput, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
|
|
1012
1015
|
describeAgentStatus(args: DescribeAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentStatusCommandOutput) => void): void;
|
|
1016
|
+
/**
|
|
1017
|
+
* @see {@link DescribeAttachedFilesConfigurationCommand}
|
|
1018
|
+
*/
|
|
1019
|
+
describeAttachedFilesConfiguration(args: DescribeAttachedFilesConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAttachedFilesConfigurationCommandOutput>;
|
|
1020
|
+
describeAttachedFilesConfiguration(args: DescribeAttachedFilesConfigurationCommandInput, cb: (err: any, data?: DescribeAttachedFilesConfigurationCommandOutput) => void): void;
|
|
1021
|
+
describeAttachedFilesConfiguration(args: DescribeAttachedFilesConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAttachedFilesConfigurationCommandOutput) => void): void;
|
|
1013
1022
|
/**
|
|
1014
1023
|
* @see {@link DescribeAuthenticationProfileCommand}
|
|
1015
1024
|
*/
|
|
@@ -1448,6 +1457,12 @@ export interface Connect {
|
|
|
1448
1457
|
listAssociatedContacts(args: ListAssociatedContactsCommandInput, options?: __HttpHandlerOptions): Promise<ListAssociatedContactsCommandOutput>;
|
|
1449
1458
|
listAssociatedContacts(args: ListAssociatedContactsCommandInput, cb: (err: any, data?: ListAssociatedContactsCommandOutput) => void): void;
|
|
1450
1459
|
listAssociatedContacts(args: ListAssociatedContactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAssociatedContactsCommandOutput) => void): void;
|
|
1460
|
+
/**
|
|
1461
|
+
* @see {@link ListAttachedFilesConfigurationsCommand}
|
|
1462
|
+
*/
|
|
1463
|
+
listAttachedFilesConfigurations(args: ListAttachedFilesConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListAttachedFilesConfigurationsCommandOutput>;
|
|
1464
|
+
listAttachedFilesConfigurations(args: ListAttachedFilesConfigurationsCommandInput, cb: (err: any, data?: ListAttachedFilesConfigurationsCommandOutput) => void): void;
|
|
1465
|
+
listAttachedFilesConfigurations(args: ListAttachedFilesConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAttachedFilesConfigurationsCommandOutput) => void): void;
|
|
1451
1466
|
/**
|
|
1452
1467
|
* @see {@link ListAuthenticationProfilesCommand}
|
|
1453
1468
|
*/
|
|
@@ -2203,6 +2218,12 @@ export interface Connect {
|
|
|
2203
2218
|
updateAgentStatus(args: UpdateAgentStatusCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAgentStatusCommandOutput>;
|
|
2204
2219
|
updateAgentStatus(args: UpdateAgentStatusCommandInput, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
|
|
2205
2220
|
updateAgentStatus(args: UpdateAgentStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAgentStatusCommandOutput) => void): void;
|
|
2221
|
+
/**
|
|
2222
|
+
* @see {@link UpdateAttachedFilesConfigurationCommand}
|
|
2223
|
+
*/
|
|
2224
|
+
updateAttachedFilesConfiguration(args: UpdateAttachedFilesConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAttachedFilesConfigurationCommandOutput>;
|
|
2225
|
+
updateAttachedFilesConfiguration(args: UpdateAttachedFilesConfigurationCommandInput, cb: (err: any, data?: UpdateAttachedFilesConfigurationCommandOutput) => void): void;
|
|
2226
|
+
updateAttachedFilesConfiguration(args: UpdateAttachedFilesConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAttachedFilesConfigurationCommandOutput) => void): void;
|
|
2206
2227
|
/**
|
|
2207
2228
|
* @see {@link UpdateAuthenticationProfileCommand}
|
|
2208
2229
|
*/
|
|
@@ -2624,6 +2645,13 @@ export interface Connect {
|
|
|
2624
2645
|
* @returns AsyncIterable of {@link ListApprovedOriginsCommandOutput}.
|
|
2625
2646
|
*/
|
|
2626
2647
|
paginateListApprovedOrigins(args: ListApprovedOriginsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListApprovedOriginsCommandOutput>;
|
|
2648
|
+
/**
|
|
2649
|
+
* @see {@link ListAttachedFilesConfigurationsCommand}
|
|
2650
|
+
* @param args - command input.
|
|
2651
|
+
* @param paginationConfig - optional pagination config.
|
|
2652
|
+
* @returns AsyncIterable of {@link ListAttachedFilesConfigurationsCommandOutput}.
|
|
2653
|
+
*/
|
|
2654
|
+
paginateListAttachedFilesConfigurations(args: ListAttachedFilesConfigurationsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListAttachedFilesConfigurationsCommandOutput>;
|
|
2627
2655
|
/**
|
|
2628
2656
|
* @see {@link ListAuthenticationProfilesCommand}
|
|
2629
2657
|
* @param args - command input.
|