@cdklabs/cdk-construct-connect-datalake 0.0.13 → 0.0.15
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 +9 -9
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +449 -469
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +59 -91
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +814 -533
- package/node_modules/@aws-sdk/client-cloudformation/package.json +9 -9
- package/node_modules/@aws-sdk/client-connect/README.md +14 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +1289 -1256
- package/node_modules/@aws-sdk/client-connect/dist-cjs/models/ConnectServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-connect/dist-cjs/models/errors.js +57 -88
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +3630 -2290
- package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetEvaluationFormValidationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartEvaluationFormValidationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +20 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/models/models_4.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +183 -48
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +14 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEvaluationFormCommand.d.ts +65 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactEvaluationCommand.d.ts +72 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEvaluationFormCommand.d.ts +68 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetEvaluationFormValidationCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactEvaluationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactEvaluationsCommand.d.ts +37 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEvaluationFormsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchNotificationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartEvaluationFormValidationCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEvaluationFormCommand.d.ts +67 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +60 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +127 -103
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +217 -1947
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +2078 -384
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +1479 -1769
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_4.d.ts +707 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +34 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +12 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetEvaluationFormValidationCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartEvaluationFormValidationCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +30 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +30 -23
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +50 -45
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +75 -81
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +96 -175
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_4.d.ts +197 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/client-connect/package.json +9 -9
- package/node_modules/@aws-sdk/client-glue/README.md +196 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +1323 -911
- package/node_modules/@aws-sdk/client-glue/dist-cjs/models/GlueServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +131 -183
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +3563 -1835
- package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +68 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAssetCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAttachmentCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteFormTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetAssetCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetAssetTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetFormTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListAssetTypesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListFormTypesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListGlossariesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListIterableFormsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAssetCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAssetTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAttachmentCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutFormTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/SearchAssetsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +28 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +18 -4
- package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +38 -38
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListFormTypesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListGlossariesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/SearchAssetsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/index.js +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +714 -46
- package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +242 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +30 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAttachmentCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetAssetCommand.d.ts +116 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMappingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTablesCommand.d.ts +119 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAssetCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchAssetsCommand.d.ts +149 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchTablesCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +28 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +42 -12
- package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +48 -48
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +165 -174
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +565 -755
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +2418 -2074
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +1423 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/SearchAssetsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +102 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +522 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +168 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/SearchAssetsCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +24 -6
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +26 -26
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_0.d.ts +41 -40
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +130 -181
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +414 -294
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +376 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/SearchAssetsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
- package/node_modules/@aws-sdk/client-glue/package.json +9 -9
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/index.js +236 -256
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/LakeFormationServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/errors.js +39 -61
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.shared.js +21 -25
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/schemas/schemas_0.js +544 -356
- package/node_modules/@aws-sdk/client-lakeformation/package.json +9 -9
- package/node_modules/@aws-sdk/client-ram/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-ram/dist-cjs/index.js +159 -179
- package/node_modules/@aws-sdk/client-ram/dist-cjs/models/RAMServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-ram/dist-cjs/models/errors.js +57 -88
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-ram/dist-cjs/schemas/schemas_0.js +318 -210
- package/node_modules/@aws-sdk/client-ram/package.json +9 -9
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +15 -19
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +77 -97
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +25 -40
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +36 -40
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +25 -29
- package/node_modules/@aws-sdk/client-sts/dist-cjs/schemas/schemas_0.js +122 -85
- package/node_modules/@aws-sdk/client-sts/package.json +16 -16
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +19 -2274
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +297 -23
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +327 -52
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +297 -23
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +19 -21
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +107 -109
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +2 -4
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +3 -7
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +12 -16
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +16 -21
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +14 -18
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +1 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +2 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +2 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -8
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +47 -41
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +8 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +26 -25
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +12 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +10 -14
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +3 -27
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +82 -84
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +158 -119
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +80 -82
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +80 -82
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +99 -101
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +70 -35
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +11 -10
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -6
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +9 -8
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +2 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +4 -7
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +2 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +7 -10
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/CHANGELOG.md +8 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/README.md +9 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/package.json +7 -3
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/strnum.js +9 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@nodable/entities/package.json +4 -1
- package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
- package/node_modules/@nodable/entities/src/index.d.ts +77 -0
- package/node_modules/@nodable/entities/src/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +543 -398
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +23 -24
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +68 -61
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +326 -269
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +192 -103
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +4 -2
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -2
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +8 -4
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +18 -17
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
- package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -13
- package/node_modules/@smithy/node-http-handler/package.json +8 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
- package/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
- package/node_modules/@smithy/types/package.json +10 -10
- package/node_modules/anynum/LICENSE +21 -0
- package/node_modules/anynum/README.md +142 -0
- package/node_modules/anynum/anynum.js +135 -0
- package/node_modules/anynum/digitTable.js +116 -0
- package/node_modules/anynum/package.json +42 -0
- package/node_modules/path-expression-matcher/README.md +82 -7
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
- package/node_modules/path-expression-matcher/lib/pem.d.cts +83 -2
- package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
- package/node_modules/path-expression-matcher/package.json +3 -2
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +18 -2
- package/node_modules/path-expression-matcher/src/Matcher.js +93 -3
- package/node_modules/path-expression-matcher/src/index.d.ts +67 -1
- package/node_modules/watchpack/README.md +9 -0
- package/node_modules/watchpack/lib/DirectoryWatcher.js +182 -25
- package/node_modules/watchpack/lib/index.js +55 -15
- package/node_modules/watchpack/lib/reducePlan.js +56 -35
- package/node_modules/watchpack/lib/util/globToRegExp.js +142 -0
- package/node_modules/watchpack/lib/watchEventSource.js +18 -10
- package/node_modules/watchpack/package.json +17 -23
- package/node_modules/watchpack/types/DirectoryWatcher.d.ts +2 -0
- package/node_modules/watchpack/types/index.d.ts +121 -113
- package/node_modules/watchpack/types/util/globToRegExp.d.ts +2 -0
- package/node_modules/watchpack/types/watchpack.d.ts +1 -1
- package/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
- package/node_modules/glob-to-regexp/.travis.yml +0 -4
- package/node_modules/glob-to-regexp/README.md +0 -75
- package/node_modules/glob-to-regexp/index.js +0 -130
- package/node_modules/glob-to-regexp/package.json +0 -23
- package/node_modules/glob-to-regexp/test.js +0 -235
- /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/LICENSE +0 -0
|
@@ -1,72 +1,164 @@
|
|
|
1
|
-
import type { AgentAvailabilityTimer, AgentStatusState,
|
|
2
|
-
import type {
|
|
3
|
-
import type { AttributeCondition,
|
|
4
|
-
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter,
|
|
1
|
+
import type { AgentAvailabilityTimer, AgentStatusState, AttachmentScope, Channel, ChatEventType, ContactFlowModuleState, ContactFlowModuleStatus, ContactFlowState, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactMediaProcessingFailureMode, ContactRecordingType, DataTableAttributeValueType, DataTableLockLevel, DateComparisonType, DisconnectOnCustomerExitParticipantType, EmailHeaderType, EvaluationFormItemEnablementAction, EvaluationFormItemEnablementOperator, EvaluationFormLanguageCode, EvaluationFormQuestionType, EvaluationFormVersionStatus, FileStatusType, FileUseCaseType, HierarchyGroupMatchType, InboundMessageSourceType, InitiateAs, InstanceAttributeType, InstanceStorageResourceType, IvrRecordingTrack, LocaleCode, MeetingFeatureStatus, NotificationPriority, NotificationStatus, OutboundMessageSourceType, OverrideType, ParticipantTimerAction, ParticipantTimerType, QueueStatus, RehydrationType, ResponseMode, RoutingCriteriaStepStatus, RulePublishStatus, SearchableQueueType, StringComparisonType, TargetListType, TaskTemplateStatus, TestCaseExecutionStatus, TestCaseStatus, TimerEligibleParticipantRoles, TrafficType, ViewStatus, ViewType, Visibility, VocabularyLanguageCode, VocabularyState, VoiceRecordingTrack } from "./enums";
|
|
2
|
+
import type { AfterContactWorkConfigPerChannel, AgentConfig, AgentStatusSearchFilter, AllowedCapabilities, Application, AutoAcceptConfig, ControlPlaneAttributeFilter, CreatedByInfo, DataTableLockVersion, Endpoint, EvaluationFormAutoEvaluationConfiguration, EvaluationFormItemEnablementExpression, EvaluationFormLanguageConfiguration, EvaluationFormQuestionScoringConfiguration, EvaluationFormQuestionTypeProperties, EvaluationFormScoreThreshold, EvaluationFormScoringStrategy, EvaluationFormTargetConfiguration, EvaluationReviewConfiguration, FlowModule, GranularAccessControlConfiguration, HoursOfOperationConfig, HoursOfOperationOverrideConfig, InputPredefinedAttributeConfiguration, InstanceStorageConfig, MediaConcurrency, OutboundCallerConfig, OutboundEmailConfig, OutboundStrategy, PersistentConnectionConfig, PhoneNumberConfig, PredefinedAttributeValues, PrimaryValue, QuickConnectConfig, RecurrenceConfig, Reference, RoutingProfileQueueConfig, RuleAction, StringCondition, TagCondition, TaskTemplateConstraints, TaskTemplateDefaults, TaskTemplateField, TestCaseEntryPoint, UserIdentityInfo, UserInfo, UserPhoneConfig, UserProficiency, Validation, View, ViewInputContent, VoiceEnhancementConfig } from "./models_0";
|
|
3
|
+
import type { AttributeCondition, EvaluationAnswerData, EvaluationNote, Expiry, ExtensionConfiguration, HierarchyGroup, HoursOfOperation, HoursOfOperationOverride, PredefinedAttribute, Prompt, Queue, QuickConnect, RoutingProfile, TestCase, WorkspaceTheme } from "./models_1";
|
|
4
|
+
import type { BooleanCondition, ContactFlowModuleSearchFilter, ContactFlowSearchFilter, ControlPlaneTagFilter, DataTableSearchFilter, DateTimeCondition, DecimalCondition, EmailAddressSearchFilter, EvaluationSearchFilter, NumberCondition, SignInConfig, TelephonyConfig } from "./models_2";
|
|
5
5
|
/**
|
|
6
|
+
* <p>Filters to be applied to search results.</p>
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
8
|
-
export interface
|
|
9
|
+
export interface EvaluationFormSearchFilter {
|
|
9
10
|
/**
|
|
10
|
-
* <p>
|
|
11
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
12
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
13
|
+
* <ul>
|
|
14
|
+
* <li>
|
|
15
|
+
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
16
|
+
* </li>
|
|
17
|
+
* <li>
|
|
18
|
+
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
19
|
+
* </li>
|
|
20
|
+
* </ul>
|
|
11
21
|
* @public
|
|
12
22
|
*/
|
|
13
|
-
|
|
23
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* <p>Information about the returned evaluation forms.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
export interface EvaluationFormSearchSummary {
|
|
14
30
|
/**
|
|
15
|
-
* <p>
|
|
31
|
+
* <p>The unique identifier for the evaluation form.</p>
|
|
16
32
|
* @public
|
|
17
33
|
*/
|
|
18
|
-
|
|
34
|
+
EvaluationFormId: string | undefined;
|
|
19
35
|
/**
|
|
20
|
-
* <p>The
|
|
36
|
+
* <p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>
|
|
21
37
|
* @public
|
|
22
38
|
*/
|
|
23
|
-
|
|
39
|
+
EvaluationFormArn: string | undefined;
|
|
40
|
+
/**
|
|
41
|
+
* <p>The title of the evaluation form.</p>
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
44
|
+
Title: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* <p>The status of the evaluation form.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
Status: EvaluationFormVersionStatus | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>The description of the evaluation form.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
Description?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>When the evaluation form was created.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
CreatedTime: Date | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>Who created the evaluation form.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
CreatedBy: string | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* <p>When the evaluation form was last changed.</p>
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
LastModifiedTime: Date | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* <p>Who changed the evaluation form.</p>
|
|
72
|
+
* @public
|
|
73
|
+
*/
|
|
74
|
+
LastModifiedBy: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* <p>When the evaluation format was last activated.</p>
|
|
77
|
+
* @public
|
|
78
|
+
*/
|
|
79
|
+
LastActivatedTime?: Date | undefined;
|
|
80
|
+
/**
|
|
81
|
+
* <p>The ID of user who last activated evaluation form.</p>
|
|
82
|
+
* @public
|
|
83
|
+
*/
|
|
84
|
+
LastActivatedBy?: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* <p>Latest version of the evaluation form.</p>
|
|
87
|
+
* @public
|
|
88
|
+
*/
|
|
89
|
+
LatestVersion: number | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>Active version of the evaluation form.</p>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
ActiveVersion?: number | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>Whether automated evaluation is enabled.</p>
|
|
97
|
+
* @public
|
|
98
|
+
*/
|
|
99
|
+
AutoEvaluationEnabled?: boolean | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* <p>The language of the evaluation form.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
EvaluationFormLanguage?: EvaluationFormLanguageCode | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* <p>The contact interaction type for this evaluation form.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
ContactInteractionType?: ContactInteractionType | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
Tags?: Record<string, string> | undefined;
|
|
24
115
|
}
|
|
25
116
|
/**
|
|
26
|
-
* <p>Filters to be applied to search results.</p>
|
|
27
117
|
* @public
|
|
28
118
|
*/
|
|
29
|
-
export interface
|
|
119
|
+
export interface SearchEvaluationFormsResponse {
|
|
30
120
|
/**
|
|
31
|
-
* <p>
|
|
32
|
-
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
33
|
-
* <ul>
|
|
34
|
-
* <li>
|
|
35
|
-
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
36
|
-
* </li>
|
|
37
|
-
* <li>
|
|
38
|
-
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
39
|
-
* </li>
|
|
40
|
-
* </ul>
|
|
121
|
+
* <p>Information about the returned evaluation forms.</p>
|
|
41
122
|
* @public
|
|
42
123
|
*/
|
|
43
|
-
|
|
124
|
+
EvaluationFormSearchSummaryList?: EvaluationFormSearchSummary[] | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
NextToken?: string | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The total number of evaluation forms that matched your search query.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
ApproximateTotalCount?: number | undefined;
|
|
44
135
|
}
|
|
45
136
|
/**
|
|
137
|
+
* <p>An object to specify the hours of operation override date condition.</p>
|
|
46
138
|
* @public
|
|
47
139
|
*/
|
|
48
|
-
export interface
|
|
140
|
+
export interface DateCondition {
|
|
49
141
|
/**
|
|
50
|
-
* <p>
|
|
142
|
+
* <p>An object to specify the hours of operation override date field.</p>
|
|
51
143
|
* @public
|
|
52
144
|
*/
|
|
53
|
-
|
|
145
|
+
FieldName?: string | undefined;
|
|
54
146
|
/**
|
|
55
|
-
* <p>
|
|
147
|
+
* <p>An object to specify the hours of operation override date value.</p>
|
|
56
148
|
* @public
|
|
57
149
|
*/
|
|
58
|
-
|
|
150
|
+
Value?: string | undefined;
|
|
59
151
|
/**
|
|
60
|
-
* <p>
|
|
152
|
+
* <p>An object to specify the hours of operation override date condition <code>comparisonType</code>.</p>
|
|
61
153
|
* @public
|
|
62
154
|
*/
|
|
63
|
-
|
|
155
|
+
ComparisonType?: DateComparisonType | undefined;
|
|
64
156
|
}
|
|
65
157
|
/**
|
|
66
158
|
* <p>Filters to be applied to search results.</p>
|
|
67
159
|
* @public
|
|
68
160
|
*/
|
|
69
|
-
export interface
|
|
161
|
+
export interface HoursOfOperationSearchFilter {
|
|
70
162
|
/**
|
|
71
163
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
72
164
|
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
@@ -85,164 +177,162 @@ export interface QuickConnectSearchFilter {
|
|
|
85
177
|
/**
|
|
86
178
|
* @public
|
|
87
179
|
*/
|
|
88
|
-
export interface
|
|
180
|
+
export interface SearchHoursOfOperationOverridesResponse {
|
|
89
181
|
/**
|
|
90
|
-
* <p>Information about the
|
|
182
|
+
* <p>Information about the hours of operations overrides.</p>
|
|
91
183
|
* @public
|
|
92
184
|
*/
|
|
93
|
-
|
|
185
|
+
HoursOfOperationOverrides?: HoursOfOperationOverride[] | undefined;
|
|
94
186
|
/**
|
|
95
|
-
* <p>
|
|
187
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
188
|
+
* retrieve the next set of results. </p>
|
|
96
189
|
* @public
|
|
97
190
|
*/
|
|
98
191
|
NextToken?: string | undefined;
|
|
99
192
|
/**
|
|
100
|
-
* <p>The total number of
|
|
193
|
+
* <p>The total number of hours of operations which matched your search query.</p>
|
|
101
194
|
* @public
|
|
102
195
|
*/
|
|
103
196
|
ApproximateTotalCount?: number | undefined;
|
|
104
197
|
}
|
|
105
198
|
/**
|
|
106
|
-
* <p>The search criteria to be used to return tags.</p>
|
|
107
199
|
* @public
|
|
108
200
|
*/
|
|
109
|
-
export interface
|
|
110
|
-
/**
|
|
111
|
-
* <p>The tag key used in the tag search condition.</p>
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
tagKey?: string | undefined;
|
|
201
|
+
export interface SearchHoursOfOperationsResponse {
|
|
115
202
|
/**
|
|
116
|
-
* <p>
|
|
203
|
+
* <p>Information about the hours of operations.</p>
|
|
117
204
|
* @public
|
|
118
205
|
*/
|
|
119
|
-
|
|
206
|
+
HoursOfOperations?: HoursOfOperation[] | undefined;
|
|
120
207
|
/**
|
|
121
|
-
* <p>
|
|
208
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
122
209
|
* @public
|
|
123
210
|
*/
|
|
124
|
-
|
|
211
|
+
NextToken?: string | undefined;
|
|
125
212
|
/**
|
|
126
|
-
* <p>The
|
|
213
|
+
* <p>The total number of hours of operations which matched your search query.</p>
|
|
127
214
|
* @public
|
|
128
215
|
*/
|
|
129
|
-
|
|
216
|
+
ApproximateTotalCount?: number | undefined;
|
|
130
217
|
}
|
|
131
218
|
/**
|
|
132
|
-
* <p>
|
|
219
|
+
* <p>Filters to apply when searching for notifications.</p>
|
|
133
220
|
* @public
|
|
134
221
|
*/
|
|
135
|
-
export interface
|
|
222
|
+
export interface NotificationSearchFilter {
|
|
136
223
|
/**
|
|
137
|
-
* <p>
|
|
224
|
+
* <p>Attribute-based filters to apply to the search results.</p>
|
|
138
225
|
* @public
|
|
139
226
|
*/
|
|
140
|
-
|
|
227
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
141
228
|
}
|
|
142
229
|
/**
|
|
230
|
+
* <p>Summary information about a notification returned from a search operation.</p>
|
|
143
231
|
* @public
|
|
144
232
|
*/
|
|
145
|
-
export interface
|
|
233
|
+
export interface NotificationSearchSummary {
|
|
146
234
|
/**
|
|
147
|
-
* <p>The identifier
|
|
148
|
-
* of the instance.</p>
|
|
235
|
+
* <p>The unique identifier for the notification.</p>
|
|
149
236
|
* @public
|
|
150
237
|
*/
|
|
151
|
-
|
|
238
|
+
Id?: string | undefined;
|
|
152
239
|
/**
|
|
153
|
-
* <p>The
|
|
154
|
-
* this API will search from all supported resource types. Note that lowercase and - are required.</p>
|
|
155
|
-
* <p class="title">
|
|
156
|
-
* <b>Supported resource types</b>
|
|
157
|
-
* </p>
|
|
158
|
-
* <ul>
|
|
159
|
-
* <li>
|
|
160
|
-
* <p>agent</p>
|
|
161
|
-
* </li>
|
|
162
|
-
* <li>
|
|
163
|
-
* <p>agent-state</p>
|
|
164
|
-
* </li>
|
|
165
|
-
* <li>
|
|
166
|
-
* <p>routing-profile</p>
|
|
167
|
-
* </li>
|
|
168
|
-
* <li>
|
|
169
|
-
* <p>standard-queue</p>
|
|
170
|
-
* </li>
|
|
171
|
-
* <li>
|
|
172
|
-
* <p>security-profile</p>
|
|
173
|
-
* </li>
|
|
174
|
-
* <li>
|
|
175
|
-
* <p>operating-hours</p>
|
|
176
|
-
* </li>
|
|
177
|
-
* <li>
|
|
178
|
-
* <p>prompt</p>
|
|
179
|
-
* </li>
|
|
180
|
-
* <li>
|
|
181
|
-
* <p>contact-flow</p>
|
|
182
|
-
* </li>
|
|
183
|
-
* <li>
|
|
184
|
-
* <p>flow- module</p>
|
|
185
|
-
* </li>
|
|
186
|
-
* <li>
|
|
187
|
-
* <p>transfer-destination (also known as quick connect)</p>
|
|
188
|
-
* </li>
|
|
189
|
-
* </ul>
|
|
240
|
+
* <p>The Amazon Resource Name (ARN) of the notification.</p>
|
|
190
241
|
* @public
|
|
191
242
|
*/
|
|
192
|
-
|
|
243
|
+
Arn?: string | undefined;
|
|
193
244
|
/**
|
|
194
|
-
* <p>The
|
|
195
|
-
* retrieve the next set of results.</p>
|
|
245
|
+
* <p>The identifier of the Amazon Connect instance.</p>
|
|
196
246
|
* @public
|
|
197
247
|
*/
|
|
198
|
-
|
|
248
|
+
InstanceId?: string | undefined;
|
|
199
249
|
/**
|
|
200
|
-
* <p>The
|
|
250
|
+
* <p>The localized content of the notification.</p>
|
|
201
251
|
* @public
|
|
202
252
|
*/
|
|
203
|
-
|
|
253
|
+
Content?: Partial<Record<LocaleCode, string>> | undefined;
|
|
204
254
|
/**
|
|
205
|
-
* <p>The
|
|
255
|
+
* <p>The priority level of the notification.</p>
|
|
206
256
|
* @public
|
|
207
257
|
*/
|
|
208
|
-
|
|
258
|
+
Priority?: NotificationPriority | undefined;
|
|
259
|
+
/**
|
|
260
|
+
* <p>A list of recipient Amazon Resource Names (ARNs).</p>
|
|
261
|
+
* @public
|
|
262
|
+
*/
|
|
263
|
+
Recipients?: string[] | undefined;
|
|
264
|
+
/**
|
|
265
|
+
* <p>The timestamp when the notification was created.</p>
|
|
266
|
+
* @public
|
|
267
|
+
*/
|
|
268
|
+
CreatedAt?: Date | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* <p>The timestamp when the notification expires.</p>
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
ExpiresAt?: Date | undefined;
|
|
274
|
+
/**
|
|
275
|
+
* <p>The AWS Region where the notification was last modified.</p>
|
|
276
|
+
* @public
|
|
277
|
+
*/
|
|
278
|
+
LastModifiedRegion?: string | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* <p>The timestamp when the notification was last modified.</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
LastModifiedTime?: Date | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p>The tags associated with the notification.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
Tags?: Record<string, string> | undefined;
|
|
209
289
|
}
|
|
210
290
|
/**
|
|
211
|
-
* <p>A tag set contains tag key and tag value.</p>
|
|
212
291
|
* @public
|
|
213
292
|
*/
|
|
214
|
-
export interface
|
|
293
|
+
export interface SearchNotificationsResponse {
|
|
215
294
|
/**
|
|
216
|
-
* <p>
|
|
295
|
+
* <p>A list of notifications matching the search criteria.</p>
|
|
217
296
|
* @public
|
|
218
297
|
*/
|
|
219
|
-
|
|
298
|
+
Notifications?: NotificationSearchSummary[] | undefined;
|
|
220
299
|
/**
|
|
221
|
-
* <p>The
|
|
300
|
+
* <p>The token for the next set of results. If present, there are more results available.</p>
|
|
222
301
|
* @public
|
|
223
302
|
*/
|
|
224
|
-
|
|
303
|
+
NextToken?: string | undefined;
|
|
304
|
+
/**
|
|
305
|
+
* <p>The approximate total number of notifications matching the search criteria.</p>
|
|
306
|
+
* @public
|
|
307
|
+
*/
|
|
308
|
+
ApproximateTotalCount?: number | undefined;
|
|
225
309
|
}
|
|
226
310
|
/**
|
|
227
311
|
* @public
|
|
228
312
|
*/
|
|
229
|
-
export interface
|
|
313
|
+
export interface SearchPredefinedAttributesResponse {
|
|
230
314
|
/**
|
|
231
|
-
* <p>
|
|
315
|
+
* <p>Predefined attributes matched by the search criteria.</p>
|
|
232
316
|
* @public
|
|
233
317
|
*/
|
|
234
|
-
|
|
318
|
+
PredefinedAttributes?: PredefinedAttribute[] | undefined;
|
|
235
319
|
/**
|
|
236
|
-
* <p>
|
|
320
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
321
|
+
* retrieve the next set of results.</p>
|
|
237
322
|
* @public
|
|
238
323
|
*/
|
|
239
324
|
NextToken?: string | undefined;
|
|
325
|
+
/**
|
|
326
|
+
* <p>The approximate number of predefined attributes which matched your search query.</p>
|
|
327
|
+
* @public
|
|
328
|
+
*/
|
|
329
|
+
ApproximateTotalCount?: number | undefined;
|
|
240
330
|
}
|
|
241
331
|
/**
|
|
242
332
|
* <p>Filters to be applied to search results.</p>
|
|
243
333
|
* @public
|
|
244
334
|
*/
|
|
245
|
-
export interface
|
|
335
|
+
export interface PromptSearchFilter {
|
|
246
336
|
/**
|
|
247
337
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
248
338
|
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
@@ -261,19 +351,19 @@ export interface RoutingProfileSearchFilter {
|
|
|
261
351
|
/**
|
|
262
352
|
* @public
|
|
263
353
|
*/
|
|
264
|
-
export interface
|
|
354
|
+
export interface SearchPromptsResponse {
|
|
265
355
|
/**
|
|
266
|
-
* <p>Information about the
|
|
356
|
+
* <p>Information about the prompts.</p>
|
|
267
357
|
* @public
|
|
268
358
|
*/
|
|
269
|
-
|
|
359
|
+
Prompts?: Prompt[] | undefined;
|
|
270
360
|
/**
|
|
271
361
|
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
272
362
|
* @public
|
|
273
363
|
*/
|
|
274
364
|
NextToken?: string | undefined;
|
|
275
365
|
/**
|
|
276
|
-
* <p>The total number of
|
|
366
|
+
* <p>The total number of quick connects which matched your search query.</p>
|
|
277
367
|
* @public
|
|
278
368
|
*/
|
|
279
369
|
ApproximateTotalCount?: number | undefined;
|
|
@@ -282,7 +372,7 @@ export interface SearchRoutingProfilesResponse {
|
|
|
282
372
|
* <p>Filters to be applied to search results.</p>
|
|
283
373
|
* @public
|
|
284
374
|
*/
|
|
285
|
-
export interface
|
|
375
|
+
export interface QueueSearchFilter {
|
|
286
376
|
/**
|
|
287
377
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
288
378
|
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
@@ -299,247 +389,246 @@ export interface SecurityProfilesSearchFilter {
|
|
|
299
389
|
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
300
390
|
}
|
|
301
391
|
/**
|
|
302
|
-
* <p>Information about the returned security profiles.</p>
|
|
303
392
|
* @public
|
|
304
393
|
*/
|
|
305
|
-
export interface
|
|
394
|
+
export interface SearchQueuesResponse {
|
|
306
395
|
/**
|
|
307
|
-
* <p>
|
|
396
|
+
* <p>Information about the queues.</p>
|
|
308
397
|
* @public
|
|
309
398
|
*/
|
|
310
|
-
|
|
311
|
-
/**
|
|
312
|
-
* <p>The organization resource identifier.</p>
|
|
313
|
-
* @public
|
|
314
|
-
*/
|
|
315
|
-
OrganizationResourceId?: string | undefined;
|
|
316
|
-
/**
|
|
317
|
-
* <p>The Amazon Resource Name (ARN) of the security profile.</p>
|
|
318
|
-
* @public
|
|
319
|
-
*/
|
|
320
|
-
Arn?: string | undefined;
|
|
399
|
+
Queues?: Queue[] | undefined;
|
|
321
400
|
/**
|
|
322
|
-
* <p>
|
|
401
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
323
402
|
* @public
|
|
324
403
|
*/
|
|
325
|
-
|
|
404
|
+
NextToken?: string | undefined;
|
|
326
405
|
/**
|
|
327
|
-
* <p>The
|
|
406
|
+
* <p>The total number of queues which matched your search query.</p>
|
|
328
407
|
* @public
|
|
329
408
|
*/
|
|
330
|
-
|
|
409
|
+
ApproximateTotalCount?: number | undefined;
|
|
410
|
+
}
|
|
411
|
+
/**
|
|
412
|
+
* <p>Filters to be applied to search results.</p>
|
|
413
|
+
* @public
|
|
414
|
+
*/
|
|
415
|
+
export interface QuickConnectSearchFilter {
|
|
331
416
|
/**
|
|
332
|
-
* <p>
|
|
417
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
418
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
419
|
+
* <ul>
|
|
420
|
+
* <li>
|
|
421
|
+
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
422
|
+
* </li>
|
|
423
|
+
* <li>
|
|
424
|
+
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
425
|
+
* </li>
|
|
426
|
+
* </ul>
|
|
333
427
|
* @public
|
|
334
428
|
*/
|
|
335
|
-
|
|
429
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
336
430
|
}
|
|
337
431
|
/**
|
|
338
432
|
* @public
|
|
339
433
|
*/
|
|
340
|
-
export interface
|
|
434
|
+
export interface SearchQuickConnectsResponse {
|
|
341
435
|
/**
|
|
342
|
-
* <p>Information about the
|
|
436
|
+
* <p>Information about the quick connects.</p>
|
|
343
437
|
* @public
|
|
344
438
|
*/
|
|
345
|
-
|
|
439
|
+
QuickConnects?: QuickConnect[] | undefined;
|
|
346
440
|
/**
|
|
347
441
|
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
348
442
|
* @public
|
|
349
443
|
*/
|
|
350
444
|
NextToken?: string | undefined;
|
|
351
445
|
/**
|
|
352
|
-
* <p>The total number of
|
|
446
|
+
* <p>The total number of quick connects which matched your search query.</p>
|
|
353
447
|
* @public
|
|
354
448
|
*/
|
|
355
449
|
ApproximateTotalCount?: number | undefined;
|
|
356
450
|
}
|
|
357
451
|
/**
|
|
358
|
-
* <p>
|
|
452
|
+
* <p>The search criteria to be used to return tags.</p>
|
|
359
453
|
* @public
|
|
360
454
|
*/
|
|
361
|
-
export interface
|
|
455
|
+
export interface TagSearchCondition {
|
|
362
456
|
/**
|
|
363
|
-
* <p>
|
|
457
|
+
* <p>The tag key used in the tag search condition.</p>
|
|
364
458
|
* @public
|
|
365
459
|
*/
|
|
366
|
-
|
|
367
|
-
}
|
|
368
|
-
/**
|
|
369
|
-
* @public
|
|
370
|
-
*/
|
|
371
|
-
export interface SearchTestCasesResponse {
|
|
460
|
+
tagKey?: string | undefined;
|
|
372
461
|
/**
|
|
373
|
-
* <p>
|
|
462
|
+
* <p>The tag value used in the tag search condition.</p>
|
|
374
463
|
* @public
|
|
375
464
|
*/
|
|
376
|
-
|
|
465
|
+
tagValue?: string | undefined;
|
|
377
466
|
/**
|
|
378
|
-
* <p>
|
|
467
|
+
* <p>The type of comparison to be made when evaluating the tag key in tag search condition.</p>
|
|
379
468
|
* @public
|
|
380
469
|
*/
|
|
381
|
-
|
|
470
|
+
tagKeyComparisonType?: StringComparisonType | undefined;
|
|
382
471
|
/**
|
|
383
|
-
* <p>The
|
|
472
|
+
* <p>The type of comparison to be made when evaluating the tag value in tag search condition.</p>
|
|
384
473
|
* @public
|
|
385
474
|
*/
|
|
386
|
-
|
|
475
|
+
tagValueComparisonType?: StringComparisonType | undefined;
|
|
387
476
|
}
|
|
388
477
|
/**
|
|
389
|
-
* <p>
|
|
478
|
+
* <p>The search criteria to be used to search tags.</p>
|
|
390
479
|
* @public
|
|
391
480
|
*/
|
|
392
|
-
export interface
|
|
481
|
+
export interface ResourceTagsSearchCriteria {
|
|
393
482
|
/**
|
|
394
|
-
* <p>
|
|
395
|
-
* List) input where:</p>
|
|
396
|
-
* <ul>
|
|
397
|
-
* <li>
|
|
398
|
-
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
399
|
-
* </li>
|
|
400
|
-
* <li>
|
|
401
|
-
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
402
|
-
* </li>
|
|
403
|
-
* </ul>
|
|
483
|
+
* <p>The search criteria to be used to return tags.</p>
|
|
404
484
|
* @public
|
|
405
485
|
*/
|
|
406
|
-
|
|
486
|
+
TagSearchCondition?: TagSearchCondition | undefined;
|
|
407
487
|
}
|
|
408
488
|
/**
|
|
409
489
|
* @public
|
|
410
490
|
*/
|
|
411
|
-
export interface
|
|
491
|
+
export interface SearchResourceTagsRequest {
|
|
412
492
|
/**
|
|
413
|
-
* <p>
|
|
493
|
+
* <p>The identifier of the Connect Customer instance. You can find the instanceId in the Amazon Resource Name (ARN)
|
|
494
|
+
* of the instance.</p>
|
|
414
495
|
* @public
|
|
415
496
|
*/
|
|
416
|
-
|
|
497
|
+
InstanceId: string | undefined;
|
|
417
498
|
/**
|
|
418
|
-
* <p>
|
|
499
|
+
* <p>The list of resource types to be used to search tags from. If not provided or if any empty list is provided,
|
|
500
|
+
* this API will search from all supported resource types. Note that lowercase and - are required.</p>
|
|
501
|
+
* <p class="title">
|
|
502
|
+
* <b>Supported resource types</b>
|
|
503
|
+
* </p>
|
|
504
|
+
* <ul>
|
|
505
|
+
* <li>
|
|
506
|
+
* <p>agent</p>
|
|
507
|
+
* </li>
|
|
508
|
+
* <li>
|
|
509
|
+
* <p>agent-state</p>
|
|
510
|
+
* </li>
|
|
511
|
+
* <li>
|
|
512
|
+
* <p>routing-profile</p>
|
|
513
|
+
* </li>
|
|
514
|
+
* <li>
|
|
515
|
+
* <p>standard-queue</p>
|
|
516
|
+
* </li>
|
|
517
|
+
* <li>
|
|
518
|
+
* <p>security-profile</p>
|
|
519
|
+
* </li>
|
|
520
|
+
* <li>
|
|
521
|
+
* <p>operating-hours</p>
|
|
522
|
+
* </li>
|
|
523
|
+
* <li>
|
|
524
|
+
* <p>prompt</p>
|
|
525
|
+
* </li>
|
|
526
|
+
* <li>
|
|
527
|
+
* <p>contact-flow</p>
|
|
528
|
+
* </li>
|
|
529
|
+
* <li>
|
|
530
|
+
* <p>flow- module</p>
|
|
531
|
+
* </li>
|
|
532
|
+
* <li>
|
|
533
|
+
* <p>transfer-destination (also known as quick connect)</p>
|
|
534
|
+
* </li>
|
|
535
|
+
* </ul>
|
|
419
536
|
* @public
|
|
420
537
|
*/
|
|
421
|
-
|
|
538
|
+
ResourceTypes?: string[] | undefined;
|
|
422
539
|
/**
|
|
423
|
-
* <p>The
|
|
540
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
541
|
+
* retrieve the next set of results.</p>
|
|
424
542
|
* @public
|
|
425
543
|
*/
|
|
426
|
-
|
|
427
|
-
}
|
|
428
|
-
/**
|
|
429
|
-
* <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
|
|
430
|
-
* @public
|
|
431
|
-
*/
|
|
432
|
-
export interface HierarchyGroupCondition {
|
|
544
|
+
NextToken?: string | undefined;
|
|
433
545
|
/**
|
|
434
|
-
* <p>The
|
|
546
|
+
* <p>The maximum number of results to return per page.</p>
|
|
435
547
|
* @public
|
|
436
548
|
*/
|
|
437
|
-
|
|
549
|
+
MaxResults?: number | undefined;
|
|
438
550
|
/**
|
|
439
|
-
* <p>The
|
|
551
|
+
* <p>The search criteria to be used to return tags.</p>
|
|
440
552
|
* @public
|
|
441
553
|
*/
|
|
442
|
-
|
|
554
|
+
SearchCriteria?: ResourceTagsSearchCriteria | undefined;
|
|
443
555
|
}
|
|
444
556
|
/**
|
|
445
|
-
* <p>A
|
|
446
|
-
* ProficiencyLimit.</p>
|
|
557
|
+
* <p>A tag set contains tag key and tag value.</p>
|
|
447
558
|
* @public
|
|
448
559
|
*/
|
|
449
|
-
export interface
|
|
560
|
+
export interface TagSet {
|
|
450
561
|
/**
|
|
451
|
-
* <p>
|
|
452
|
-
* <note>
|
|
453
|
-
* <p>The currently supported values for <code>FieldName</code> are <code>name</code> and <code>value</code>.</p>
|
|
454
|
-
* </note>
|
|
562
|
+
* <p>The tag key in the TagSet.</p>
|
|
455
563
|
* @public
|
|
456
564
|
*/
|
|
457
|
-
|
|
565
|
+
key?: string | undefined;
|
|
458
566
|
/**
|
|
459
|
-
* <p>
|
|
567
|
+
* <p>The tag value in the tagSet.</p>
|
|
460
568
|
* @public
|
|
461
569
|
*/
|
|
462
|
-
|
|
570
|
+
value?: string | undefined;
|
|
463
571
|
}
|
|
464
572
|
/**
|
|
465
|
-
* <p>A leaf node condition which can be used to specify a List condition to search users with attributes included in
|
|
466
|
-
* Lists like Proficiencies.</p>
|
|
467
573
|
* @public
|
|
468
574
|
*/
|
|
469
|
-
export interface
|
|
575
|
+
export interface SearchResourceTagsResponse {
|
|
470
576
|
/**
|
|
471
|
-
* <p>
|
|
577
|
+
* <p>A list of tags used in the Connect Customer instance.</p>
|
|
472
578
|
* @public
|
|
473
579
|
*/
|
|
474
|
-
|
|
580
|
+
Tags?: TagSet[] | undefined;
|
|
475
581
|
/**
|
|
476
|
-
* <p>
|
|
582
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
477
583
|
* @public
|
|
478
584
|
*/
|
|
479
|
-
|
|
585
|
+
NextToken?: string | undefined;
|
|
480
586
|
}
|
|
481
587
|
/**
|
|
482
|
-
* <p>
|
|
588
|
+
* <p>Filters to be applied to search results.</p>
|
|
483
589
|
* @public
|
|
484
590
|
*/
|
|
485
|
-
export interface
|
|
486
|
-
/**
|
|
487
|
-
* <p>A leaf node condition which can be used to specify a tag condition.</p>
|
|
488
|
-
* @public
|
|
489
|
-
*/
|
|
490
|
-
TagConditions?: TagCondition[] | undefined;
|
|
591
|
+
export interface RoutingProfileSearchFilter {
|
|
491
592
|
/**
|
|
492
|
-
* <p>
|
|
593
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
594
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
595
|
+
* <ul>
|
|
596
|
+
* <li>
|
|
597
|
+
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
598
|
+
* </li>
|
|
599
|
+
* <li>
|
|
600
|
+
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
601
|
+
* </li>
|
|
602
|
+
* </ul>
|
|
493
603
|
* @public
|
|
494
604
|
*/
|
|
495
|
-
|
|
605
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
496
606
|
}
|
|
497
607
|
/**
|
|
498
|
-
* <p>An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the
|
|
499
|
-
* <code>SearchFilter</code>.</p>
|
|
500
|
-
* <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
501
|
-
* <ul>
|
|
502
|
-
* <li>
|
|
503
|
-
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
504
|
-
* </li>
|
|
505
|
-
* <li>
|
|
506
|
-
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
507
|
-
* </li>
|
|
508
|
-
* </ul>
|
|
509
|
-
* <note>
|
|
510
|
-
* <p>Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed
|
|
511
|
-
* Hierarchy Group conditions is 20.</p>
|
|
512
|
-
* </note>
|
|
513
608
|
* @public
|
|
514
609
|
*/
|
|
515
|
-
export interface
|
|
516
|
-
/**
|
|
517
|
-
* <p>A list of conditions which would be applied together with an <code>OR</code> condition.</p>
|
|
518
|
-
* @public
|
|
519
|
-
*/
|
|
520
|
-
OrConditions?: AttributeAndCondition[] | undefined;
|
|
610
|
+
export interface SearchRoutingProfilesResponse {
|
|
521
611
|
/**
|
|
522
|
-
* <p>
|
|
612
|
+
* <p>Information about the routing profiles.</p>
|
|
523
613
|
* @public
|
|
524
614
|
*/
|
|
525
|
-
|
|
615
|
+
RoutingProfiles?: RoutingProfile[] | undefined;
|
|
526
616
|
/**
|
|
527
|
-
* <p>
|
|
528
|
-
* </p>
|
|
617
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
529
618
|
* @public
|
|
530
619
|
*/
|
|
531
|
-
|
|
620
|
+
NextToken?: string | undefined;
|
|
532
621
|
/**
|
|
533
|
-
* <p>
|
|
622
|
+
* <p>The total number of routing profiles which matched your search query.</p>
|
|
534
623
|
* @public
|
|
535
624
|
*/
|
|
536
|
-
|
|
625
|
+
ApproximateTotalCount?: number | undefined;
|
|
537
626
|
}
|
|
538
627
|
/**
|
|
539
628
|
* <p>Filters to be applied to search results.</p>
|
|
540
629
|
* @public
|
|
541
630
|
*/
|
|
542
|
-
export interface
|
|
631
|
+
export interface SecurityProfilesSearchFilter {
|
|
543
632
|
/**
|
|
544
633
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
545
634
|
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
@@ -554,152 +643,102 @@ export interface UserSearchFilter {
|
|
|
554
643
|
* @public
|
|
555
644
|
*/
|
|
556
645
|
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
646
|
+
}
|
|
647
|
+
/**
|
|
648
|
+
* <p>Information about the returned security profiles.</p>
|
|
649
|
+
* @public
|
|
650
|
+
*/
|
|
651
|
+
export interface SecurityProfileSearchSummary {
|
|
557
652
|
/**
|
|
558
|
-
* <p>
|
|
559
|
-
* SearchFilter.</p>
|
|
560
|
-
* <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
561
|
-
* <ul>
|
|
562
|
-
* <li>
|
|
563
|
-
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
564
|
-
* </li>
|
|
565
|
-
* <li>
|
|
566
|
-
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
567
|
-
* </li>
|
|
568
|
-
* </ul>
|
|
569
|
-
* <note>
|
|
570
|
-
* <p>Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain
|
|
571
|
-
* TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request
|
|
572
|
-
* will throw AccessDeniedException.</p>
|
|
573
|
-
* </note>
|
|
574
|
-
* @public
|
|
575
|
-
*/
|
|
576
|
-
UserAttributeFilter?: ControlPlaneUserAttributeFilter | undefined;
|
|
577
|
-
}
|
|
578
|
-
/**
|
|
579
|
-
* <p>The user's first name and last name.</p>
|
|
580
|
-
* @public
|
|
581
|
-
*/
|
|
582
|
-
export interface UserIdentityInfoLite {
|
|
583
|
-
/**
|
|
584
|
-
* <p>The user's first name.</p>
|
|
585
|
-
* @public
|
|
586
|
-
*/
|
|
587
|
-
FirstName?: string | undefined;
|
|
588
|
-
/**
|
|
589
|
-
* <p>The user's last name.</p>
|
|
590
|
-
* @public
|
|
591
|
-
*/
|
|
592
|
-
LastName?: string | undefined;
|
|
593
|
-
}
|
|
594
|
-
/**
|
|
595
|
-
* <p>Information about the returned users.</p>
|
|
596
|
-
* @public
|
|
597
|
-
*/
|
|
598
|
-
export interface UserSearchSummary {
|
|
599
|
-
/**
|
|
600
|
-
* <p>The Amazon Resource Name (ARN) of the user.</p>
|
|
601
|
-
* @public
|
|
602
|
-
*/
|
|
603
|
-
Arn?: string | undefined;
|
|
604
|
-
/**
|
|
605
|
-
* <p>The directory identifier of the user.</p>
|
|
606
|
-
* @public
|
|
607
|
-
*/
|
|
608
|
-
DirectoryUserId?: string | undefined;
|
|
609
|
-
/**
|
|
610
|
-
* <p>The identifier of the user's hierarchy group.</p>
|
|
611
|
-
* @public
|
|
612
|
-
*/
|
|
613
|
-
HierarchyGroupId?: string | undefined;
|
|
614
|
-
/**
|
|
615
|
-
* <p>The identifier of the user's summary.</p>
|
|
653
|
+
* <p>The identifier of the security profile.</p>
|
|
616
654
|
* @public
|
|
617
655
|
*/
|
|
618
656
|
Id?: string | undefined;
|
|
619
657
|
/**
|
|
620
|
-
* <p>The
|
|
658
|
+
* <p>The organization resource identifier.</p>
|
|
621
659
|
* @public
|
|
622
660
|
*/
|
|
623
|
-
|
|
661
|
+
OrganizationResourceId?: string | undefined;
|
|
624
662
|
/**
|
|
625
|
-
* <p>
|
|
663
|
+
* <p>The Amazon Resource Name (ARN) of the security profile.</p>
|
|
626
664
|
* @public
|
|
627
665
|
*/
|
|
628
|
-
|
|
666
|
+
Arn?: string | undefined;
|
|
629
667
|
/**
|
|
630
|
-
* <p>The
|
|
668
|
+
* <p>The name of the security profile.</p>
|
|
631
669
|
* @public
|
|
632
670
|
*/
|
|
633
|
-
|
|
671
|
+
SecurityProfileName?: string | undefined;
|
|
634
672
|
/**
|
|
635
|
-
* <p>The
|
|
673
|
+
* <p>The description of the security profile.</p>
|
|
636
674
|
* @public
|
|
637
675
|
*/
|
|
638
|
-
|
|
676
|
+
Description?: string | undefined;
|
|
639
677
|
/**
|
|
640
678
|
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
641
679
|
* @public
|
|
642
680
|
*/
|
|
643
681
|
Tags?: Record<string, string> | undefined;
|
|
682
|
+
}
|
|
683
|
+
/**
|
|
684
|
+
* @public
|
|
685
|
+
*/
|
|
686
|
+
export interface SearchSecurityProfilesResponse {
|
|
644
687
|
/**
|
|
645
|
-
* <p>
|
|
646
|
-
* @public
|
|
647
|
-
*/
|
|
648
|
-
Username?: string | undefined;
|
|
649
|
-
/**
|
|
650
|
-
* <p>The list of auto-accept configuration settings for each channel.</p>
|
|
651
|
-
* @public
|
|
652
|
-
*/
|
|
653
|
-
AutoAcceptConfigs?: AutoAcceptConfig[] | undefined;
|
|
654
|
-
/**
|
|
655
|
-
* <p>The list of after contact work (ACW) timeout configuration settings for each channel.</p>
|
|
688
|
+
* <p>Information about the security profiles.</p>
|
|
656
689
|
* @public
|
|
657
690
|
*/
|
|
658
|
-
|
|
691
|
+
SecurityProfiles?: SecurityProfileSearchSummary[] | undefined;
|
|
659
692
|
/**
|
|
660
|
-
* <p>
|
|
693
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
661
694
|
* @public
|
|
662
695
|
*/
|
|
663
|
-
|
|
696
|
+
NextToken?: string | undefined;
|
|
664
697
|
/**
|
|
665
|
-
* <p>The
|
|
698
|
+
* <p>The total number of security profiles which matched your search query.</p>
|
|
666
699
|
* @public
|
|
667
700
|
*/
|
|
668
|
-
|
|
701
|
+
ApproximateTotalCount?: number | undefined;
|
|
702
|
+
}
|
|
703
|
+
/**
|
|
704
|
+
* <p>Filters to be applied to search results.</p>
|
|
705
|
+
* @public
|
|
706
|
+
*/
|
|
707
|
+
export interface TestCaseSearchFilter {
|
|
669
708
|
/**
|
|
670
|
-
* <p>
|
|
709
|
+
* <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR of AND (List of List) input where: Top level list specifies conditions that need to be applied with OR operator. Inner list specifies conditions that need to be applied with AND operator.</p>
|
|
671
710
|
* @public
|
|
672
711
|
*/
|
|
673
|
-
|
|
712
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
674
713
|
}
|
|
675
714
|
/**
|
|
676
715
|
* @public
|
|
677
716
|
*/
|
|
678
|
-
export interface
|
|
717
|
+
export interface SearchTestCasesResponse {
|
|
679
718
|
/**
|
|
680
|
-
* <p>Information about the
|
|
719
|
+
* <p>Information about the test cases.</p>
|
|
681
720
|
* @public
|
|
682
721
|
*/
|
|
683
|
-
|
|
722
|
+
TestCases?: TestCase[] | undefined;
|
|
684
723
|
/**
|
|
685
724
|
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
686
725
|
* @public
|
|
687
726
|
*/
|
|
688
727
|
NextToken?: string | undefined;
|
|
689
728
|
/**
|
|
690
|
-
* <p>The total number of
|
|
729
|
+
* <p>The total number of test cases which matched your search query.</p>
|
|
691
730
|
* @public
|
|
692
731
|
*/
|
|
693
732
|
ApproximateTotalCount?: number | undefined;
|
|
694
733
|
}
|
|
695
734
|
/**
|
|
696
|
-
* <p>
|
|
735
|
+
* <p>Filters to be applied to search results.</p>
|
|
697
736
|
* @public
|
|
698
737
|
*/
|
|
699
|
-
export interface
|
|
738
|
+
export interface UserHierarchyGroupSearchFilter {
|
|
700
739
|
/**
|
|
701
|
-
* <p>An object that can be used to specify Tag conditions inside the
|
|
702
|
-
*
|
|
740
|
+
* <p>An object that can be used to specify Tag conditions inside the SearchFilter. This accepts an OR or AND (List of
|
|
741
|
+
* List) input where:</p>
|
|
703
742
|
* <ul>
|
|
704
743
|
* <li>
|
|
705
744
|
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
@@ -715,201 +754,295 @@ export interface ViewSearchFilter {
|
|
|
715
754
|
/**
|
|
716
755
|
* @public
|
|
717
756
|
*/
|
|
718
|
-
export interface
|
|
757
|
+
export interface SearchUserHierarchyGroupsResponse {
|
|
719
758
|
/**
|
|
720
|
-
* <p>
|
|
759
|
+
* <p>Information about the userHierarchyGroups.</p>
|
|
721
760
|
* @public
|
|
722
761
|
*/
|
|
723
|
-
|
|
762
|
+
UserHierarchyGroups?: HierarchyGroup[] | undefined;
|
|
724
763
|
/**
|
|
725
764
|
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
726
765
|
* @public
|
|
727
766
|
*/
|
|
728
767
|
NextToken?: string | undefined;
|
|
729
768
|
/**
|
|
730
|
-
* <p>The
|
|
769
|
+
* <p>The total number of userHierarchyGroups which matched your search query.</p>
|
|
731
770
|
* @public
|
|
732
771
|
*/
|
|
733
772
|
ApproximateTotalCount?: number | undefined;
|
|
734
773
|
}
|
|
735
774
|
/**
|
|
775
|
+
* <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
|
|
736
776
|
* @public
|
|
737
777
|
*/
|
|
738
|
-
export interface
|
|
739
|
-
/**
|
|
740
|
-
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
741
|
-
* @public
|
|
742
|
-
*/
|
|
743
|
-
InstanceId: string | undefined;
|
|
744
|
-
/**
|
|
745
|
-
* <p>The maximum number of results to return per page.</p>
|
|
746
|
-
* @public
|
|
747
|
-
*/
|
|
748
|
-
MaxResults?: number | undefined;
|
|
778
|
+
export interface HierarchyGroupCondition {
|
|
749
779
|
/**
|
|
750
|
-
* <p>The
|
|
751
|
-
* response in the next request to retrieve the next set of results.</p>
|
|
780
|
+
* <p>The value in the hierarchy group condition.</p>
|
|
752
781
|
* @public
|
|
753
782
|
*/
|
|
754
|
-
|
|
783
|
+
Value?: string | undefined;
|
|
755
784
|
/**
|
|
756
|
-
* <p>The
|
|
785
|
+
* <p>The type of hierarchy group match.</p>
|
|
757
786
|
* @public
|
|
758
787
|
*/
|
|
759
|
-
|
|
788
|
+
HierarchyGroupMatchType?: HierarchyGroupMatchType | undefined;
|
|
789
|
+
}
|
|
790
|
+
/**
|
|
791
|
+
* <p>A leaf node condition which can be used to specify a ProficiencyName, ProficiencyValue and
|
|
792
|
+
* ProficiencyLimit.</p>
|
|
793
|
+
* @public
|
|
794
|
+
*/
|
|
795
|
+
export interface Condition {
|
|
760
796
|
/**
|
|
761
|
-
* <p>
|
|
797
|
+
* <p>A leaf node condition which can be used to specify a string condition.</p>
|
|
798
|
+
* <note>
|
|
799
|
+
* <p>The currently supported values for <code>FieldName</code> are <code>name</code> and <code>value</code>.</p>
|
|
800
|
+
* </note>
|
|
762
801
|
* @public
|
|
763
802
|
*/
|
|
764
|
-
|
|
803
|
+
StringCondition?: StringCondition | undefined;
|
|
765
804
|
/**
|
|
766
|
-
* <p>
|
|
767
|
-
* <a href="https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html">What is Amazon Transcribe?</a>
|
|
768
|
-
* </p>
|
|
805
|
+
* <p>A leaf node condition which can be used to specify a numeric condition.</p>
|
|
769
806
|
* @public
|
|
770
807
|
*/
|
|
771
|
-
|
|
808
|
+
NumberCondition?: NumberCondition | undefined;
|
|
772
809
|
}
|
|
773
810
|
/**
|
|
774
|
-
* <p>
|
|
811
|
+
* <p>A leaf node condition which can be used to specify a List condition to search users with attributes included in
|
|
812
|
+
* Lists like Proficiencies.</p>
|
|
775
813
|
* @public
|
|
776
814
|
*/
|
|
777
|
-
export interface
|
|
778
|
-
/**
|
|
779
|
-
* <p>A unique name of the custom vocabulary.</p>
|
|
780
|
-
* @public
|
|
781
|
-
*/
|
|
782
|
-
Name: string | undefined;
|
|
815
|
+
export interface ListCondition {
|
|
783
816
|
/**
|
|
784
|
-
* <p>The
|
|
817
|
+
* <p>The type of target list that will be used to filter the users.</p>
|
|
785
818
|
* @public
|
|
786
819
|
*/
|
|
787
|
-
|
|
820
|
+
TargetListType?: TargetListType | undefined;
|
|
788
821
|
/**
|
|
789
|
-
* <p>
|
|
822
|
+
* <p>A list of Condition objects which would be applied together with an AND condition.</p>
|
|
790
823
|
* @public
|
|
791
824
|
*/
|
|
792
|
-
|
|
825
|
+
Conditions?: Condition[] | undefined;
|
|
826
|
+
}
|
|
827
|
+
/**
|
|
828
|
+
* <p>A list of conditions which would be applied together with an <code>AND</code> condition.</p>
|
|
829
|
+
* @public
|
|
830
|
+
*/
|
|
831
|
+
export interface AttributeAndCondition {
|
|
793
832
|
/**
|
|
794
|
-
* <p>
|
|
795
|
-
* <a href="https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html">What is Amazon Transcribe?</a>
|
|
796
|
-
* </p>
|
|
833
|
+
* <p>A leaf node condition which can be used to specify a tag condition.</p>
|
|
797
834
|
* @public
|
|
798
835
|
*/
|
|
799
|
-
|
|
836
|
+
TagConditions?: TagCondition[] | undefined;
|
|
800
837
|
/**
|
|
801
|
-
* <p>
|
|
838
|
+
* <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
|
|
802
839
|
* @public
|
|
803
840
|
*/
|
|
804
|
-
|
|
841
|
+
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
842
|
+
}
|
|
843
|
+
/**
|
|
844
|
+
* <p>An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the
|
|
845
|
+
* <code>SearchFilter</code>.</p>
|
|
846
|
+
* <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
847
|
+
* <ul>
|
|
848
|
+
* <li>
|
|
849
|
+
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
850
|
+
* </li>
|
|
851
|
+
* <li>
|
|
852
|
+
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
853
|
+
* </li>
|
|
854
|
+
* </ul>
|
|
855
|
+
* <note>
|
|
856
|
+
* <p>Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed
|
|
857
|
+
* Hierarchy Group conditions is 20.</p>
|
|
858
|
+
* </note>
|
|
859
|
+
* @public
|
|
860
|
+
*/
|
|
861
|
+
export interface ControlPlaneUserAttributeFilter {
|
|
805
862
|
/**
|
|
806
|
-
* <p>
|
|
863
|
+
* <p>A list of conditions which would be applied together with an <code>OR</code> condition.</p>
|
|
807
864
|
* @public
|
|
808
865
|
*/
|
|
809
|
-
|
|
866
|
+
OrConditions?: AttributeAndCondition[] | undefined;
|
|
810
867
|
/**
|
|
811
|
-
* <p>
|
|
868
|
+
* <p>A list of conditions which would be applied together with an <code>AND</code> condition.</p>
|
|
812
869
|
* @public
|
|
813
870
|
*/
|
|
814
|
-
|
|
815
|
-
}
|
|
816
|
-
/**
|
|
817
|
-
* @public
|
|
818
|
-
*/
|
|
819
|
-
export interface SearchVocabulariesResponse {
|
|
871
|
+
AndCondition?: AttributeAndCondition | undefined;
|
|
820
872
|
/**
|
|
821
|
-
* <p>
|
|
873
|
+
* <p>A leaf node condition which can be used to specify a tag condition, for example, <code>HAVE BPO = 123</code>.
|
|
874
|
+
* </p>
|
|
822
875
|
* @public
|
|
823
876
|
*/
|
|
824
|
-
|
|
877
|
+
TagCondition?: TagCondition | undefined;
|
|
825
878
|
/**
|
|
826
|
-
* <p>
|
|
879
|
+
* <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
|
|
827
880
|
* @public
|
|
828
881
|
*/
|
|
829
|
-
|
|
882
|
+
HierarchyGroupCondition?: HierarchyGroupCondition | undefined;
|
|
830
883
|
}
|
|
831
884
|
/**
|
|
832
|
-
* <p>
|
|
885
|
+
* <p>Filters to be applied to search results.</p>
|
|
833
886
|
* @public
|
|
834
887
|
*/
|
|
835
|
-
export interface
|
|
888
|
+
export interface UserSearchFilter {
|
|
836
889
|
/**
|
|
837
890
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
838
|
-
* <code>OR</code>
|
|
891
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
839
892
|
* <ul>
|
|
840
893
|
* <li>
|
|
841
|
-
* <p>
|
|
894
|
+
* <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p>
|
|
842
895
|
* </li>
|
|
843
896
|
* <li>
|
|
844
|
-
* <p>
|
|
897
|
+
* <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
845
898
|
* </li>
|
|
846
899
|
* </ul>
|
|
847
900
|
* @public
|
|
848
901
|
*/
|
|
849
|
-
|
|
902
|
+
TagFilter?: ControlPlaneTagFilter | undefined;
|
|
903
|
+
/**
|
|
904
|
+
* <p>An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the
|
|
905
|
+
* SearchFilter.</p>
|
|
906
|
+
* <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p>
|
|
907
|
+
* <ul>
|
|
908
|
+
* <li>
|
|
909
|
+
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
910
|
+
* </li>
|
|
911
|
+
* <li>
|
|
912
|
+
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
913
|
+
* </li>
|
|
914
|
+
* </ul>
|
|
915
|
+
* <note>
|
|
916
|
+
* <p>Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain
|
|
917
|
+
* TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request
|
|
918
|
+
* will throw AccessDeniedException.</p>
|
|
919
|
+
* </note>
|
|
920
|
+
* @public
|
|
921
|
+
*/
|
|
922
|
+
UserAttributeFilter?: ControlPlaneUserAttributeFilter | undefined;
|
|
850
923
|
}
|
|
851
924
|
/**
|
|
852
|
-
* <p>
|
|
925
|
+
* <p>The user's first name and last name.</p>
|
|
853
926
|
* @public
|
|
854
927
|
*/
|
|
855
|
-
export interface
|
|
928
|
+
export interface UserIdentityInfoLite {
|
|
856
929
|
/**
|
|
857
|
-
* <p>The
|
|
930
|
+
* <p>The user's first name.</p>
|
|
858
931
|
* @public
|
|
859
932
|
*/
|
|
860
|
-
|
|
933
|
+
FirstName?: string | undefined;
|
|
861
934
|
/**
|
|
862
|
-
* <p>The
|
|
935
|
+
* <p>The user's last name.</p>
|
|
863
936
|
* @public
|
|
864
937
|
*/
|
|
865
|
-
|
|
938
|
+
LastName?: string | undefined;
|
|
939
|
+
}
|
|
940
|
+
/**
|
|
941
|
+
* <p>Information about the returned users.</p>
|
|
942
|
+
* @public
|
|
943
|
+
*/
|
|
944
|
+
export interface UserSearchSummary {
|
|
866
945
|
/**
|
|
867
|
-
* <p>The
|
|
946
|
+
* <p>The Amazon Resource Name (ARN) of the user.</p>
|
|
868
947
|
* @public
|
|
869
948
|
*/
|
|
870
|
-
|
|
949
|
+
Arn?: string | undefined;
|
|
871
950
|
/**
|
|
872
|
-
* <p>The
|
|
951
|
+
* <p>The directory identifier of the user.</p>
|
|
873
952
|
* @public
|
|
874
953
|
*/
|
|
875
|
-
|
|
954
|
+
DirectoryUserId?: string | undefined;
|
|
876
955
|
/**
|
|
877
|
-
* <p>The
|
|
878
|
-
* <code>ROUTING_PROFILE</code>.</p>
|
|
956
|
+
* <p>The identifier of the user's hierarchy group.</p>
|
|
879
957
|
* @public
|
|
880
958
|
*/
|
|
881
|
-
|
|
959
|
+
HierarchyGroupId?: string | undefined;
|
|
882
960
|
/**
|
|
883
|
-
* <p>The
|
|
961
|
+
* <p>The identifier of the user's summary.</p>
|
|
884
962
|
* @public
|
|
885
963
|
*/
|
|
886
|
-
|
|
964
|
+
Id?: string | undefined;
|
|
965
|
+
/**
|
|
966
|
+
* <p>The user's first name and last name.</p>
|
|
967
|
+
* @public
|
|
968
|
+
*/
|
|
969
|
+
IdentityInfo?: UserIdentityInfoLite | undefined;
|
|
970
|
+
/**
|
|
971
|
+
* <p>Contains information about the phone configuration settings for a user.</p>
|
|
972
|
+
* @public
|
|
973
|
+
*/
|
|
974
|
+
PhoneConfig?: UserPhoneConfig | undefined;
|
|
975
|
+
/**
|
|
976
|
+
* <p>The identifier of the user's routing profile.</p>
|
|
977
|
+
* @public
|
|
978
|
+
*/
|
|
979
|
+
RoutingProfileId?: string | undefined;
|
|
980
|
+
/**
|
|
981
|
+
* <p>The identifiers of the user's security profiles.</p>
|
|
982
|
+
* @public
|
|
983
|
+
*/
|
|
984
|
+
SecurityProfileIds?: string[] | undefined;
|
|
985
|
+
/**
|
|
986
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
987
|
+
* @public
|
|
988
|
+
*/
|
|
989
|
+
Tags?: Record<string, string> | undefined;
|
|
990
|
+
/**
|
|
991
|
+
* <p>The name of the user.</p>
|
|
992
|
+
* @public
|
|
993
|
+
*/
|
|
994
|
+
Username?: string | undefined;
|
|
995
|
+
/**
|
|
996
|
+
* <p>The list of auto-accept configuration settings for each channel.</p>
|
|
997
|
+
* @public
|
|
998
|
+
*/
|
|
999
|
+
AutoAcceptConfigs?: AutoAcceptConfig[] | undefined;
|
|
1000
|
+
/**
|
|
1001
|
+
* <p>The list of after contact work (ACW) timeout configuration settings for each channel.</p>
|
|
1002
|
+
* @public
|
|
1003
|
+
*/
|
|
1004
|
+
AfterContactWorkConfigs?: AfterContactWorkConfigPerChannel[] | undefined;
|
|
1005
|
+
/**
|
|
1006
|
+
* <p>The list of phone number configuration settings for each channel.</p>
|
|
1007
|
+
* @public
|
|
1008
|
+
*/
|
|
1009
|
+
PhoneNumberConfigs?: PhoneNumberConfig[] | undefined;
|
|
1010
|
+
/**
|
|
1011
|
+
* <p>The list of persistent connection configuration settings for each channel.</p>
|
|
1012
|
+
* @public
|
|
1013
|
+
*/
|
|
1014
|
+
PersistentConnectionConfigs?: PersistentConnectionConfig[] | undefined;
|
|
1015
|
+
/**
|
|
1016
|
+
* <p>The list of voice enhancement configuration settings for each channel.</p>
|
|
1017
|
+
* @public
|
|
1018
|
+
*/
|
|
1019
|
+
VoiceEnhancementConfigs?: VoiceEnhancementConfig[] | undefined;
|
|
887
1020
|
}
|
|
888
1021
|
/**
|
|
889
1022
|
* @public
|
|
890
1023
|
*/
|
|
891
|
-
export interface
|
|
1024
|
+
export interface SearchUsersResponse {
|
|
892
1025
|
/**
|
|
893
|
-
* <p>
|
|
1026
|
+
* <p>Information about the users.</p>
|
|
894
1027
|
* @public
|
|
895
1028
|
*/
|
|
896
|
-
|
|
1029
|
+
Users?: UserSearchSummary[] | undefined;
|
|
897
1030
|
/**
|
|
898
|
-
* <p>
|
|
1031
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
899
1032
|
* @public
|
|
900
1033
|
*/
|
|
901
|
-
|
|
1034
|
+
NextToken?: string | undefined;
|
|
902
1035
|
/**
|
|
903
|
-
* <p>The
|
|
1036
|
+
* <p>The total number of users who matched your search query.</p>
|
|
904
1037
|
* @public
|
|
905
1038
|
*/
|
|
906
1039
|
ApproximateTotalCount?: number | undefined;
|
|
907
1040
|
}
|
|
908
1041
|
/**
|
|
909
|
-
* <p>Defines filters to apply when searching for
|
|
1042
|
+
* <p>Defines filters to apply when searching for views, such as tag-based filters.</p>
|
|
910
1043
|
* @public
|
|
911
1044
|
*/
|
|
912
|
-
export interface
|
|
1045
|
+
export interface ViewSearchFilter {
|
|
913
1046
|
/**
|
|
914
1047
|
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
915
1048
|
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
@@ -926,141 +1059,354 @@ export interface WorkspaceSearchFilter {
|
|
|
926
1059
|
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
927
1060
|
}
|
|
928
1061
|
/**
|
|
929
|
-
* <p>Contains summary information about a workspace returned from a search operation.</p>
|
|
930
1062
|
* @public
|
|
931
1063
|
*/
|
|
932
|
-
export interface
|
|
1064
|
+
export interface SearchViewsResponse {
|
|
933
1065
|
/**
|
|
934
|
-
* <p>
|
|
1066
|
+
* <p>A list of views that match the search criteria.</p>
|
|
935
1067
|
* @public
|
|
936
1068
|
*/
|
|
937
|
-
|
|
1069
|
+
Views?: View[] | undefined;
|
|
938
1070
|
/**
|
|
939
|
-
* <p>
|
|
1071
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
940
1072
|
* @public
|
|
941
1073
|
*/
|
|
942
|
-
|
|
1074
|
+
NextToken?: string | undefined;
|
|
943
1075
|
/**
|
|
944
|
-
* <p>The
|
|
1076
|
+
* <p>The approximate total number of views that match the search criteria.</p>
|
|
945
1077
|
* @public
|
|
946
1078
|
*/
|
|
947
|
-
|
|
1079
|
+
ApproximateTotalCount?: number | undefined;
|
|
1080
|
+
}
|
|
1081
|
+
/**
|
|
1082
|
+
* @public
|
|
1083
|
+
*/
|
|
1084
|
+
export interface SearchVocabulariesRequest {
|
|
948
1085
|
/**
|
|
949
|
-
* <p>The
|
|
1086
|
+
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
950
1087
|
* @public
|
|
951
1088
|
*/
|
|
952
|
-
|
|
1089
|
+
InstanceId: string | undefined;
|
|
953
1090
|
/**
|
|
954
|
-
* <p>The
|
|
1091
|
+
* <p>The maximum number of results to return per page.</p>
|
|
955
1092
|
* @public
|
|
956
1093
|
*/
|
|
957
|
-
|
|
1094
|
+
MaxResults?: number | undefined;
|
|
958
1095
|
/**
|
|
959
|
-
* <p>The
|
|
1096
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
1097
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
960
1098
|
* @public
|
|
961
1099
|
*/
|
|
962
|
-
|
|
1100
|
+
NextToken?: string | undefined;
|
|
963
1101
|
/**
|
|
964
|
-
* <p>The
|
|
1102
|
+
* <p>The current state of the custom vocabulary.</p>
|
|
965
1103
|
* @public
|
|
966
1104
|
*/
|
|
967
|
-
|
|
1105
|
+
State?: VocabularyState | undefined;
|
|
968
1106
|
/**
|
|
969
|
-
* <p>The
|
|
1107
|
+
* <p>The starting pattern of the name of the vocabulary.</p>
|
|
970
1108
|
* @public
|
|
971
1109
|
*/
|
|
972
|
-
|
|
1110
|
+
NameStartsWith?: string | undefined;
|
|
1111
|
+
/**
|
|
1112
|
+
* <p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see
|
|
1113
|
+
* <a href="https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html">What is Amazon Transcribe?</a>
|
|
1114
|
+
* </p>
|
|
1115
|
+
* @public
|
|
1116
|
+
*/
|
|
1117
|
+
LanguageCode?: VocabularyLanguageCode | undefined;
|
|
973
1118
|
}
|
|
974
1119
|
/**
|
|
1120
|
+
* <p>Contains summary information about the custom vocabulary.</p>
|
|
975
1121
|
* @public
|
|
976
1122
|
*/
|
|
977
|
-
export interface
|
|
1123
|
+
export interface VocabularySummary {
|
|
978
1124
|
/**
|
|
979
|
-
* <p>
|
|
1125
|
+
* <p>A unique name of the custom vocabulary.</p>
|
|
980
1126
|
* @public
|
|
981
1127
|
*/
|
|
982
|
-
|
|
1128
|
+
Name: string | undefined;
|
|
983
1129
|
/**
|
|
984
|
-
* <p>
|
|
1130
|
+
* <p>The identifier of the custom vocabulary.</p>
|
|
985
1131
|
* @public
|
|
986
1132
|
*/
|
|
987
|
-
|
|
1133
|
+
Id: string | undefined;
|
|
988
1134
|
/**
|
|
989
|
-
* <p>The
|
|
1135
|
+
* <p>The Amazon Resource Name (ARN) of the custom vocabulary.</p>
|
|
990
1136
|
* @public
|
|
991
1137
|
*/
|
|
992
|
-
|
|
993
|
-
}
|
|
994
|
-
/**
|
|
995
|
-
* <p>Chat integration event containing payload to perform different chat actions such as:</p>
|
|
996
|
-
* <ul>
|
|
997
|
-
* <li>
|
|
998
|
-
* <p>Sending a chat message</p>
|
|
999
|
-
* </li>
|
|
1000
|
-
* <li>
|
|
1001
|
-
* <p>Sending a chat event, such as typing</p>
|
|
1002
|
-
* </li>
|
|
1003
|
-
* <li>
|
|
1004
|
-
* <p>Disconnecting from a chat</p>
|
|
1005
|
-
* </li>
|
|
1006
|
-
* </ul>
|
|
1007
|
-
* @public
|
|
1008
|
-
*/
|
|
1009
|
-
export interface ChatEvent {
|
|
1138
|
+
Arn: string | undefined;
|
|
1010
1139
|
/**
|
|
1011
|
-
* <p>
|
|
1140
|
+
* <p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see
|
|
1141
|
+
* <a href="https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html">What is Amazon Transcribe?</a>
|
|
1142
|
+
* </p>
|
|
1012
1143
|
* @public
|
|
1013
1144
|
*/
|
|
1014
|
-
|
|
1145
|
+
LanguageCode: VocabularyLanguageCode | undefined;
|
|
1015
1146
|
/**
|
|
1016
|
-
* <p>
|
|
1017
|
-
* <ul>
|
|
1018
|
-
* <li>
|
|
1019
|
-
* <p>For allowed message content types, see the <code>ContentType</code> parameter in the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendMessage.html">SendMessage</a> topic
|
|
1020
|
-
* in the <i>Connect Customer Participant Service API Reference</i>.</p>
|
|
1021
|
-
* </li>
|
|
1022
|
-
* <li>
|
|
1023
|
-
* <p>For allowed event content types, see the <code>ContentType</code> parameter in the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendEvent.html">SendEvent</a> topic in the <i>Connect Customer Participant Service API Reference</i>. </p>
|
|
1024
|
-
* </li>
|
|
1025
|
-
* </ul>
|
|
1147
|
+
* <p>The current state of the custom vocabulary.</p>
|
|
1026
1148
|
* @public
|
|
1027
1149
|
*/
|
|
1028
|
-
|
|
1150
|
+
State: VocabularyState | undefined;
|
|
1029
1151
|
/**
|
|
1030
|
-
* <p>
|
|
1031
|
-
* <code>ContentTypes</code> when <code>Type</code> is <code>EVENT</code>.</p>
|
|
1032
|
-
* <ul>
|
|
1033
|
-
* <li>
|
|
1034
|
-
* <p>For allowed message content, see the <code>Content</code> parameter in the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendMessage.html">SendMessage</a> topic in the
|
|
1035
|
-
* <i>Connect Customer Participant Service API Reference</i>.</p>
|
|
1036
|
-
* </li>
|
|
1037
|
-
* <li>
|
|
1038
|
-
* <p>For allowed event content, see the <code>Content</code> parameter in the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendEvent.html">SendEvent</a> topic in the <i>Connect Customer Participant Service API Reference</i>. </p>
|
|
1039
|
-
* </li>
|
|
1040
|
-
* </ul>
|
|
1152
|
+
* <p>The timestamp when the custom vocabulary was last modified.</p>
|
|
1041
1153
|
* @public
|
|
1042
1154
|
*/
|
|
1043
|
-
|
|
1044
|
-
}
|
|
1045
|
-
/**
|
|
1046
|
-
* <p>The customer's details.</p>
|
|
1047
|
-
* @public
|
|
1048
|
-
*/
|
|
1049
|
-
export interface ParticipantDetails {
|
|
1155
|
+
LastModifiedTime: Date | undefined;
|
|
1050
1156
|
/**
|
|
1051
|
-
* <p>
|
|
1157
|
+
* <p>The reason why the custom vocabulary was not created.</p>
|
|
1052
1158
|
* @public
|
|
1053
1159
|
*/
|
|
1054
|
-
|
|
1160
|
+
FailureReason?: string | undefined;
|
|
1055
1161
|
}
|
|
1056
1162
|
/**
|
|
1057
|
-
* <p>The streaming configuration, such as the Amazon SNS streaming endpoint.</p>
|
|
1058
1163
|
* @public
|
|
1059
1164
|
*/
|
|
1060
|
-
export interface
|
|
1165
|
+
export interface SearchVocabulariesResponse {
|
|
1061
1166
|
/**
|
|
1062
|
-
* <p>The
|
|
1063
|
-
*
|
|
1167
|
+
* <p>The list of the available custom vocabularies.</p>
|
|
1168
|
+
* @public
|
|
1169
|
+
*/
|
|
1170
|
+
VocabularySummaryList?: VocabularySummary[] | undefined;
|
|
1171
|
+
/**
|
|
1172
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
1173
|
+
* @public
|
|
1174
|
+
*/
|
|
1175
|
+
NextToken?: string | undefined;
|
|
1176
|
+
}
|
|
1177
|
+
/**
|
|
1178
|
+
* <p>Defines filters to apply when searching for workspace associations, such as tag-based filters.</p>
|
|
1179
|
+
* @public
|
|
1180
|
+
*/
|
|
1181
|
+
export interface WorkspaceAssociationSearchFilter {
|
|
1182
|
+
/**
|
|
1183
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
1184
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
1185
|
+
* <ul>
|
|
1186
|
+
* <li>
|
|
1187
|
+
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
1188
|
+
* </li>
|
|
1189
|
+
* <li>
|
|
1190
|
+
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
1191
|
+
* </li>
|
|
1192
|
+
* </ul>
|
|
1193
|
+
* @public
|
|
1194
|
+
*/
|
|
1195
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1196
|
+
}
|
|
1197
|
+
/**
|
|
1198
|
+
* <p>Contains summary information about a workspace association with a user or routing profile.</p>
|
|
1199
|
+
* @public
|
|
1200
|
+
*/
|
|
1201
|
+
export interface WorkspaceAssociationSearchSummary {
|
|
1202
|
+
/**
|
|
1203
|
+
* <p>The identifier of the workspace.</p>
|
|
1204
|
+
* @public
|
|
1205
|
+
*/
|
|
1206
|
+
WorkspaceId?: string | undefined;
|
|
1207
|
+
/**
|
|
1208
|
+
* <p>The Amazon Resource Name (ARN) of the workspace.</p>
|
|
1209
|
+
* @public
|
|
1210
|
+
*/
|
|
1211
|
+
WorkspaceArn?: string | undefined;
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>The identifier of the associated resource (user or routing profile).</p>
|
|
1214
|
+
* @public
|
|
1215
|
+
*/
|
|
1216
|
+
ResourceId?: string | undefined;
|
|
1217
|
+
/**
|
|
1218
|
+
* <p>The Amazon Resource Name (ARN) of the associated resource.</p>
|
|
1219
|
+
* @public
|
|
1220
|
+
*/
|
|
1221
|
+
ResourceArn?: string | undefined;
|
|
1222
|
+
/**
|
|
1223
|
+
* <p>The type of resource associated with the workspace. Valid values are: <code>USER</code> and
|
|
1224
|
+
* <code>ROUTING_PROFILE</code>.</p>
|
|
1225
|
+
* @public
|
|
1226
|
+
*/
|
|
1227
|
+
ResourceType?: string | undefined;
|
|
1228
|
+
/**
|
|
1229
|
+
* <p>The name of the associated resource.</p>
|
|
1230
|
+
* @public
|
|
1231
|
+
*/
|
|
1232
|
+
ResourceName?: string | undefined;
|
|
1233
|
+
}
|
|
1234
|
+
/**
|
|
1235
|
+
* @public
|
|
1236
|
+
*/
|
|
1237
|
+
export interface SearchWorkspaceAssociationsResponse {
|
|
1238
|
+
/**
|
|
1239
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
1240
|
+
* @public
|
|
1241
|
+
*/
|
|
1242
|
+
NextToken?: string | undefined;
|
|
1243
|
+
/**
|
|
1244
|
+
* <p>A list of workspace associations that match the search criteria.</p>
|
|
1245
|
+
* @public
|
|
1246
|
+
*/
|
|
1247
|
+
WorkspaceAssociations?: WorkspaceAssociationSearchSummary[] | undefined;
|
|
1248
|
+
/**
|
|
1249
|
+
* <p>The approximate total number of workspace associations that match the search criteria.</p>
|
|
1250
|
+
* @public
|
|
1251
|
+
*/
|
|
1252
|
+
ApproximateTotalCount?: number | undefined;
|
|
1253
|
+
}
|
|
1254
|
+
/**
|
|
1255
|
+
* <p>Defines filters to apply when searching for workspaces, such as tag-based filters.</p>
|
|
1256
|
+
* @public
|
|
1257
|
+
*/
|
|
1258
|
+
export interface WorkspaceSearchFilter {
|
|
1259
|
+
/**
|
|
1260
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
1261
|
+
* <code>OR</code> or <code>AND</code> (List of List) input where:</p>
|
|
1262
|
+
* <ul>
|
|
1263
|
+
* <li>
|
|
1264
|
+
* <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p>
|
|
1265
|
+
* </li>
|
|
1266
|
+
* <li>
|
|
1267
|
+
* <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p>
|
|
1268
|
+
* </li>
|
|
1269
|
+
* </ul>
|
|
1270
|
+
* @public
|
|
1271
|
+
*/
|
|
1272
|
+
AttributeFilter?: ControlPlaneAttributeFilter | undefined;
|
|
1273
|
+
}
|
|
1274
|
+
/**
|
|
1275
|
+
* <p>Contains summary information about a workspace returned from a search operation.</p>
|
|
1276
|
+
* @public
|
|
1277
|
+
*/
|
|
1278
|
+
export interface WorkspaceSearchSummary {
|
|
1279
|
+
/**
|
|
1280
|
+
* <p>The unique identifier of the workspace.</p>
|
|
1281
|
+
* @public
|
|
1282
|
+
*/
|
|
1283
|
+
Id?: string | undefined;
|
|
1284
|
+
/**
|
|
1285
|
+
* <p>The name of the workspace.</p>
|
|
1286
|
+
* @public
|
|
1287
|
+
*/
|
|
1288
|
+
Name?: string | undefined;
|
|
1289
|
+
/**
|
|
1290
|
+
* <p>The visibility setting of the workspace.</p>
|
|
1291
|
+
* @public
|
|
1292
|
+
*/
|
|
1293
|
+
Visibility?: Visibility | undefined;
|
|
1294
|
+
/**
|
|
1295
|
+
* <p>The description of the workspace.</p>
|
|
1296
|
+
* @public
|
|
1297
|
+
*/
|
|
1298
|
+
Description?: string | undefined;
|
|
1299
|
+
/**
|
|
1300
|
+
* <p>The title displayed for the workspace.</p>
|
|
1301
|
+
* @public
|
|
1302
|
+
*/
|
|
1303
|
+
Title?: string | undefined;
|
|
1304
|
+
/**
|
|
1305
|
+
* <p>The Amazon Resource Name (ARN) of the workspace.</p>
|
|
1306
|
+
* @public
|
|
1307
|
+
*/
|
|
1308
|
+
Arn?: string | undefined;
|
|
1309
|
+
/**
|
|
1310
|
+
* <p>The timestamp when the workspace was created.</p>
|
|
1311
|
+
* @public
|
|
1312
|
+
*/
|
|
1313
|
+
CreatedAt?: Date | undefined;
|
|
1314
|
+
/**
|
|
1315
|
+
* <p>The tags associated with the workspace.</p>
|
|
1316
|
+
* @public
|
|
1317
|
+
*/
|
|
1318
|
+
Tags?: Record<string, string> | undefined;
|
|
1319
|
+
}
|
|
1320
|
+
/**
|
|
1321
|
+
* @public
|
|
1322
|
+
*/
|
|
1323
|
+
export interface SearchWorkspacesResponse {
|
|
1324
|
+
/**
|
|
1325
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
1326
|
+
* @public
|
|
1327
|
+
*/
|
|
1328
|
+
NextToken?: string | undefined;
|
|
1329
|
+
/**
|
|
1330
|
+
* <p>A list of workspaces that match the search criteria.</p>
|
|
1331
|
+
* @public
|
|
1332
|
+
*/
|
|
1333
|
+
Workspaces?: WorkspaceSearchSummary[] | undefined;
|
|
1334
|
+
/**
|
|
1335
|
+
* <p>The approximate total number of workspaces that match the search criteria.</p>
|
|
1336
|
+
* @public
|
|
1337
|
+
*/
|
|
1338
|
+
ApproximateTotalCount?: number | undefined;
|
|
1339
|
+
}
|
|
1340
|
+
/**
|
|
1341
|
+
* <p>Chat integration event containing payload to perform different chat actions such as:</p>
|
|
1342
|
+
* <ul>
|
|
1343
|
+
* <li>
|
|
1344
|
+
* <p>Sending a chat message</p>
|
|
1345
|
+
* </li>
|
|
1346
|
+
* <li>
|
|
1347
|
+
* <p>Sending a chat event, such as typing</p>
|
|
1348
|
+
* </li>
|
|
1349
|
+
* <li>
|
|
1350
|
+
* <p>Disconnecting from a chat</p>
|
|
1351
|
+
* </li>
|
|
1352
|
+
* </ul>
|
|
1353
|
+
* @public
|
|
1354
|
+
*/
|
|
1355
|
+
export interface ChatEvent {
|
|
1356
|
+
/**
|
|
1357
|
+
* <p>Type of chat integration event. </p>
|
|
1358
|
+
* @public
|
|
1359
|
+
*/
|
|
1360
|
+
Type: ChatEventType | undefined;
|
|
1361
|
+
/**
|
|
1362
|
+
* <p>Type of content. This is required when <code>Type</code> is <code>MESSAGE</code> or <code>EVENT</code>. </p>
|
|
1363
|
+
* <ul>
|
|
1364
|
+
* <li>
|
|
1365
|
+
* <p>For allowed message content types, see the <code>ContentType</code> parameter in the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendMessage.html">SendMessage</a> topic
|
|
1366
|
+
* in the <i>Connect Customer Participant Service API Reference</i>.</p>
|
|
1367
|
+
* </li>
|
|
1368
|
+
* <li>
|
|
1369
|
+
* <p>For allowed event content types, see the <code>ContentType</code> parameter in the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendEvent.html">SendEvent</a> topic in the <i>Connect Customer Participant Service API Reference</i>. </p>
|
|
1370
|
+
* </li>
|
|
1371
|
+
* </ul>
|
|
1372
|
+
* @public
|
|
1373
|
+
*/
|
|
1374
|
+
ContentType?: string | undefined;
|
|
1375
|
+
/**
|
|
1376
|
+
* <p>Content of the message or event. This is required when <code>Type</code> is <code>MESSAGE</code> and for certain
|
|
1377
|
+
* <code>ContentTypes</code> when <code>Type</code> is <code>EVENT</code>.</p>
|
|
1378
|
+
* <ul>
|
|
1379
|
+
* <li>
|
|
1380
|
+
* <p>For allowed message content, see the <code>Content</code> parameter in the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendMessage.html">SendMessage</a> topic in the
|
|
1381
|
+
* <i>Connect Customer Participant Service API Reference</i>.</p>
|
|
1382
|
+
* </li>
|
|
1383
|
+
* <li>
|
|
1384
|
+
* <p>For allowed event content, see the <code>Content</code> parameter in the <a href="https://docs.aws.amazon.com/connect-participant/latest/APIReference/API_SendEvent.html">SendEvent</a> topic in the <i>Connect Customer Participant Service API Reference</i>. </p>
|
|
1385
|
+
* </li>
|
|
1386
|
+
* </ul>
|
|
1387
|
+
* @public
|
|
1388
|
+
*/
|
|
1389
|
+
Content?: string | undefined;
|
|
1390
|
+
}
|
|
1391
|
+
/**
|
|
1392
|
+
* <p>The customer's details.</p>
|
|
1393
|
+
* @public
|
|
1394
|
+
*/
|
|
1395
|
+
export interface ParticipantDetails {
|
|
1396
|
+
/**
|
|
1397
|
+
* <p>Display name of the participant.</p>
|
|
1398
|
+
* @public
|
|
1399
|
+
*/
|
|
1400
|
+
DisplayName: string | undefined;
|
|
1401
|
+
}
|
|
1402
|
+
/**
|
|
1403
|
+
* <p>The streaming configuration, such as the Amazon SNS streaming endpoint.</p>
|
|
1404
|
+
* @public
|
|
1405
|
+
*/
|
|
1406
|
+
export interface ChatStreamingConfiguration {
|
|
1407
|
+
/**
|
|
1408
|
+
* <p>The Amazon Resource Name (ARN) of the standard Amazon SNS topic. The Amazon Resource Name (ARN) of the streaming endpoint that is used to publish
|
|
1409
|
+
* real-time message streaming for chat conversations.</p>
|
|
1064
1410
|
* @public
|
|
1065
1411
|
*/
|
|
1066
1412
|
StreamingEndpointArn: string | undefined;
|
|
@@ -1827,27 +2173,67 @@ export interface StartEmailContactResponse {
|
|
|
1827
2173
|
/**
|
|
1828
2174
|
* @public
|
|
1829
2175
|
*/
|
|
1830
|
-
export interface
|
|
1831
|
-
/**
|
|
1832
|
-
* <p>The identifier of this contact within the Connect Customer instance.</p>
|
|
1833
|
-
* @public
|
|
1834
|
-
*/
|
|
1835
|
-
ContactId?: string | undefined;
|
|
1836
|
-
}
|
|
1837
|
-
/**
|
|
1838
|
-
* @public
|
|
1839
|
-
*/
|
|
1840
|
-
export interface StartOutboundEmailContactRequest {
|
|
2176
|
+
export interface StartEvaluationFormValidationRequest {
|
|
1841
2177
|
/**
|
|
1842
2178
|
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
1843
2179
|
* @public
|
|
1844
2180
|
*/
|
|
1845
2181
|
InstanceId: string | undefined;
|
|
1846
2182
|
/**
|
|
1847
|
-
* <p>The identifier
|
|
2183
|
+
* <p>The unique identifier for the evaluation form.</p>
|
|
1848
2184
|
* @public
|
|
1849
2185
|
*/
|
|
1850
|
-
|
|
2186
|
+
EvaluationFormId: string | undefined;
|
|
2187
|
+
/**
|
|
2188
|
+
* <p>The version of the evaluation form to validate.</p>
|
|
2189
|
+
* @public
|
|
2190
|
+
*/
|
|
2191
|
+
EvaluationFormVersion: number | undefined;
|
|
2192
|
+
}
|
|
2193
|
+
/**
|
|
2194
|
+
* @public
|
|
2195
|
+
*/
|
|
2196
|
+
export interface StartEvaluationFormValidationResponse {
|
|
2197
|
+
/**
|
|
2198
|
+
* <p>The unique identifier for the evaluation form.</p>
|
|
2199
|
+
* @public
|
|
2200
|
+
*/
|
|
2201
|
+
EvaluationFormId: string | undefined;
|
|
2202
|
+
/**
|
|
2203
|
+
* <p>The Amazon Resource Name (ARN) for the evaluation form resource.</p>
|
|
2204
|
+
* @public
|
|
2205
|
+
*/
|
|
2206
|
+
EvaluationFormArn: string | undefined;
|
|
2207
|
+
/**
|
|
2208
|
+
* <p>A version of the evaluation form.</p>
|
|
2209
|
+
* @public
|
|
2210
|
+
*/
|
|
2211
|
+
EvaluationFormVersion: number | undefined;
|
|
2212
|
+
}
|
|
2213
|
+
/**
|
|
2214
|
+
* @public
|
|
2215
|
+
*/
|
|
2216
|
+
export interface StartOutboundChatContactResponse {
|
|
2217
|
+
/**
|
|
2218
|
+
* <p>The identifier of this contact within the Connect Customer instance.</p>
|
|
2219
|
+
* @public
|
|
2220
|
+
*/
|
|
2221
|
+
ContactId?: string | undefined;
|
|
2222
|
+
}
|
|
2223
|
+
/**
|
|
2224
|
+
* @public
|
|
2225
|
+
*/
|
|
2226
|
+
export interface StartOutboundEmailContactRequest {
|
|
2227
|
+
/**
|
|
2228
|
+
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
2229
|
+
* @public
|
|
2230
|
+
*/
|
|
2231
|
+
InstanceId: string | undefined;
|
|
2232
|
+
/**
|
|
2233
|
+
* <p>The identifier of the contact in this instance of Connect Customer. </p>
|
|
2234
|
+
* @public
|
|
2235
|
+
*/
|
|
2236
|
+
ContactId: string | undefined;
|
|
1851
2237
|
/**
|
|
1852
2238
|
* <p>The email address associated with the Connect Customer instance.</p>
|
|
1853
2239
|
* @public
|
|
@@ -5872,6 +6258,11 @@ export interface EvaluationFormQuestion {
|
|
|
5872
6258
|
* @public
|
|
5873
6259
|
*/
|
|
5874
6260
|
Weight?: number | undefined;
|
|
6261
|
+
/**
|
|
6262
|
+
* <p>The scoring configuration of the question.</p>
|
|
6263
|
+
* @public
|
|
6264
|
+
*/
|
|
6265
|
+
ScoringConfiguration?: EvaluationFormQuestionScoringConfiguration | undefined;
|
|
5875
6266
|
}
|
|
5876
6267
|
/**
|
|
5877
6268
|
* <p>Step defines the list of agents to be routed or route based on the agent requirements such as ProficiencyLevel,
|
|
@@ -6506,1669 +6897,988 @@ export interface SearchUsersRequest {
|
|
|
6506
6897
|
* <note>
|
|
6507
6898
|
* <p>The <code>name</code> and <code>description</code> fields support "contains" queries with
|
|
6508
6899
|
* a minimum of 2 characters and a maximum of 25 characters. Any queries with character lengths
|
|
6509
|
-
* outside of this range will throw invalid results. </p>
|
|
6510
|
-
* </note>
|
|
6511
|
-
* @public
|
|
6512
|
-
*/
|
|
6513
|
-
SearchCriteria?: UserSearchCriteria | undefined;
|
|
6514
|
-
}
|
|
6515
|
-
/**
|
|
6516
|
-
* @public
|
|
6517
|
-
*/
|
|
6518
|
-
export interface SearchViewsRequest {
|
|
6519
|
-
/**
|
|
6520
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
6521
|
-
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
6522
|
-
* @public
|
|
6523
|
-
*/
|
|
6524
|
-
InstanceId: string | undefined;
|
|
6525
|
-
/**
|
|
6526
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
6527
|
-
* retrieve the next set of results.</p>
|
|
6528
|
-
* @public
|
|
6529
|
-
*/
|
|
6530
|
-
NextToken?: string | undefined;
|
|
6531
|
-
/**
|
|
6532
|
-
* <p>The maximum number of results to return per page.</p>
|
|
6533
|
-
* @public
|
|
6534
|
-
*/
|
|
6535
|
-
MaxResults?: number | undefined;
|
|
6536
|
-
/**
|
|
6537
|
-
* <p>Filters to apply to the search, such as tag-based filters.</p>
|
|
6538
|
-
* @public
|
|
6539
|
-
*/
|
|
6540
|
-
SearchFilter?: ViewSearchFilter | undefined;
|
|
6541
|
-
/**
|
|
6542
|
-
* <p>The search criteria, including field names and comparison types.</p>
|
|
6543
|
-
* @public
|
|
6544
|
-
*/
|
|
6545
|
-
SearchCriteria?: ViewSearchCriteria | undefined;
|
|
6546
|
-
}
|
|
6547
|
-
/**
|
|
6548
|
-
* @public
|
|
6549
|
-
*/
|
|
6550
|
-
export interface SearchWorkspaceAssociationsRequest {
|
|
6551
|
-
/**
|
|
6552
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
6553
|
-
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
6554
|
-
* @public
|
|
6555
|
-
*/
|
|
6556
|
-
InstanceId: string | undefined;
|
|
6557
|
-
/**
|
|
6558
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
6559
|
-
* retrieve the next set of results.</p>
|
|
6560
|
-
* @public
|
|
6561
|
-
*/
|
|
6562
|
-
NextToken?: string | undefined;
|
|
6563
|
-
/**
|
|
6564
|
-
* <p>The maximum number of results to return per page.</p>
|
|
6565
|
-
* @public
|
|
6566
|
-
*/
|
|
6567
|
-
MaxResults?: number | undefined;
|
|
6568
|
-
/**
|
|
6569
|
-
* <p>Filters to apply to the search, such as tag-based filters.</p>
|
|
6570
|
-
* @public
|
|
6571
|
-
*/
|
|
6572
|
-
SearchFilter?: WorkspaceAssociationSearchFilter | undefined;
|
|
6573
|
-
/**
|
|
6574
|
-
* <p>The search criteria, including workspace ID, resource ID, or resource type.</p>
|
|
6575
|
-
* @public
|
|
6576
|
-
*/
|
|
6577
|
-
SearchCriteria?: WorkspaceAssociationSearchCriteria | undefined;
|
|
6578
|
-
}
|
|
6579
|
-
/**
|
|
6580
|
-
* @public
|
|
6581
|
-
*/
|
|
6582
|
-
export interface SearchWorkspacesRequest {
|
|
6583
|
-
/**
|
|
6584
|
-
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
6585
|
-
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
6586
|
-
* @public
|
|
6587
|
-
*/
|
|
6588
|
-
InstanceId: string | undefined;
|
|
6589
|
-
/**
|
|
6590
|
-
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
6591
|
-
* retrieve the next set of results.</p>
|
|
6592
|
-
* @public
|
|
6593
|
-
*/
|
|
6594
|
-
NextToken?: string | undefined;
|
|
6595
|
-
/**
|
|
6596
|
-
* <p>The maximum number of results to return per page.</p>
|
|
6597
|
-
* @public
|
|
6598
|
-
*/
|
|
6599
|
-
MaxResults?: number | undefined;
|
|
6600
|
-
/**
|
|
6601
|
-
* <p>Filters to apply to the search, such as tag-based filters.</p>
|
|
6602
|
-
* @public
|
|
6603
|
-
*/
|
|
6604
|
-
SearchFilter?: WorkspaceSearchFilter | undefined;
|
|
6605
|
-
/**
|
|
6606
|
-
* <p>The search criteria, including field names and comparison types.</p>
|
|
6607
|
-
* @public
|
|
6608
|
-
*/
|
|
6609
|
-
SearchCriteria?: WorkspaceSearchCriteria | undefined;
|
|
6610
|
-
}
|
|
6611
|
-
/**
|
|
6612
|
-
* <p>Step signifies the criteria to be used for routing to an agent</p>
|
|
6613
|
-
* @public
|
|
6614
|
-
*/
|
|
6615
|
-
export interface Step {
|
|
6616
|
-
/**
|
|
6617
|
-
* <p>An object to specify the expiration of a routing step.</p>
|
|
6618
|
-
* @public
|
|
6619
|
-
*/
|
|
6620
|
-
Expiry?: Expiry | undefined;
|
|
6621
|
-
/**
|
|
6622
|
-
* <p>A tagged union to specify expression for a routing step.</p>
|
|
6623
|
-
* @public
|
|
6624
|
-
*/
|
|
6625
|
-
Expression?: Expression | undefined;
|
|
6626
|
-
/**
|
|
6627
|
-
* <p>Represents status of the Routing step.</p>
|
|
6628
|
-
* @public
|
|
6629
|
-
*/
|
|
6630
|
-
Status?: RoutingCriteriaStepStatus | undefined;
|
|
6631
|
-
}
|
|
6632
|
-
/**
|
|
6633
|
-
* <p>The value of a segment attribute. This is structured as a map with a single key-value pair. The key
|
|
6634
|
-
* 'valueString' indicates that the attribute type is a string, and its corresponding value is the actual string value
|
|
6635
|
-
* of the segment attribute.</p>
|
|
6636
|
-
* @public
|
|
6637
|
-
*/
|
|
6638
|
-
export interface ContactSearchSummarySegmentAttributeValue {
|
|
6639
|
-
/**
|
|
6640
|
-
* <p>The value of a segment attribute represented as a string.</p>
|
|
6641
|
-
* @public
|
|
6642
|
-
*/
|
|
6643
|
-
ValueString?: string | undefined;
|
|
6644
|
-
/**
|
|
6645
|
-
* <p>The key and value of a segment attribute.</p>
|
|
6646
|
-
* @public
|
|
6647
|
-
*/
|
|
6648
|
-
ValueMap?: Record<string, SegmentAttributeValue> | undefined;
|
|
6649
|
-
}
|
|
6650
|
-
/**
|
|
6651
|
-
* @public
|
|
6652
|
-
*/
|
|
6653
|
-
export interface CreateContactRequest {
|
|
6654
|
-
/**
|
|
6655
|
-
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
6656
|
-
* @public
|
|
6657
|
-
*/
|
|
6658
|
-
InstanceId: string | undefined;
|
|
6659
|
-
/**
|
|
6660
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
6661
|
-
* request. If not provided, the Amazon Web Services
|
|
6662
|
-
* SDK populates this field. For more information about idempotency, see
|
|
6663
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
6664
|
-
* @public
|
|
6665
|
-
*/
|
|
6666
|
-
ClientToken?: string | undefined;
|
|
6667
|
-
/**
|
|
6668
|
-
* <p>The identifier of the contact in this instance of Connect Customer. </p>
|
|
6669
|
-
* @public
|
|
6670
|
-
*/
|
|
6671
|
-
RelatedContactId?: string | undefined;
|
|
6672
|
-
/**
|
|
6673
|
-
* <p>A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and
|
|
6674
|
-
* can be accessed in flows just like any other contact attributes.</p>
|
|
6675
|
-
* <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only
|
|
6676
|
-
* alphanumeric, dash, and underscore characters.</p>
|
|
6677
|
-
* @public
|
|
6678
|
-
*/
|
|
6679
|
-
Attributes?: Record<string, string> | undefined;
|
|
6680
|
-
/**
|
|
6681
|
-
* <p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following
|
|
6682
|
-
* reference types at the time of creation: <code>URL</code> | <code>NUMBER</code> | <code>STRING</code> |
|
|
6683
|
-
* <code>DATE</code> | <code>EMAIL</code> | <code>ATTACHMENT</code>.</p>
|
|
6684
|
-
* @public
|
|
6685
|
-
*/
|
|
6686
|
-
References?: Record<string, Reference> | undefined;
|
|
6687
|
-
/**
|
|
6688
|
-
* <p>The channel for the contact.</p>
|
|
6689
|
-
* <important>
|
|
6690
|
-
* <p>The CHAT channel is not supported. The following information is incorrect. We're working to correct it.</p>
|
|
6691
|
-
* </important>
|
|
6692
|
-
* @public
|
|
6693
|
-
*/
|
|
6694
|
-
Channel: Channel | undefined;
|
|
6695
|
-
/**
|
|
6696
|
-
* <p>Indicates how the contact was initiated. </p>
|
|
6697
|
-
* <important>
|
|
6698
|
-
* <p>CreateContact only supports the following initiation methods. Valid values by channel are: </p>
|
|
6699
|
-
* <ul>
|
|
6700
|
-
* <li>
|
|
6701
|
-
* <p>For VOICE: <code>TRANSFER</code> and the subtype <code>connect:ExternalAudio</code>
|
|
6702
|
-
* </p>
|
|
6703
|
-
* </li>
|
|
6704
|
-
* <li>
|
|
6705
|
-
* <p>For EMAIL: <code>OUTBOUND</code> | <code>AGENT_REPLY</code> | <code>FLOW</code>
|
|
6706
|
-
* </p>
|
|
6707
|
-
* </li>
|
|
6708
|
-
* <li>
|
|
6709
|
-
* <p>For TASK: <code>API</code>
|
|
6710
|
-
* </p>
|
|
6711
|
-
* </li>
|
|
6712
|
-
* </ul>
|
|
6713
|
-
* <p>The other channels listed below are incorrect. We're working to correct this information.</p>
|
|
6714
|
-
* </important>
|
|
6715
|
-
* @public
|
|
6716
|
-
*/
|
|
6717
|
-
InitiationMethod: ContactInitiationMethod | undefined;
|
|
6718
|
-
/**
|
|
6719
|
-
* <p>Number of minutes the contact will be active for before expiring</p>
|
|
6720
|
-
* @public
|
|
6721
|
-
*/
|
|
6722
|
-
ExpiryDurationInMinutes?: number | undefined;
|
|
6723
|
-
/**
|
|
6724
|
-
* <p>User details for the contact</p>
|
|
6725
|
-
* <important>
|
|
6726
|
-
* <p>UserInfo is required when creating an EMAIL contact with <code>OUTBOUND</code> and <code>AGENT_REPLY</code>
|
|
6727
|
-
* contact initiation methods.</p>
|
|
6728
|
-
* </important>
|
|
6729
|
-
* @public
|
|
6730
|
-
*/
|
|
6731
|
-
UserInfo?: UserInfo | undefined;
|
|
6732
|
-
/**
|
|
6733
|
-
* <p>Initial state of the contact when it's created. Only TASK channel contacts can be initiated with
|
|
6734
|
-
* <code>COMPLETED</code> state.</p>
|
|
6735
|
-
* @public
|
|
6736
|
-
*/
|
|
6737
|
-
InitiateAs?: InitiateAs | undefined;
|
|
6738
|
-
/**
|
|
6739
|
-
* <p>The name of a the contact.</p>
|
|
6740
|
-
* @public
|
|
6741
|
-
*/
|
|
6742
|
-
Name?: string | undefined;
|
|
6743
|
-
/**
|
|
6744
|
-
* <p>A description of the contact.</p>
|
|
6745
|
-
* @public
|
|
6746
|
-
*/
|
|
6747
|
-
Description?: string | undefined;
|
|
6748
|
-
/**
|
|
6749
|
-
* <p>A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an
|
|
6750
|
-
* attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
6751
|
-
* <p>Attribute keys can include only alphanumeric, -, and _.</p>
|
|
6752
|
-
* <p>This field can be used to set Segment Contact Expiry as a duration in minutes.</p>
|
|
6753
|
-
* <note>
|
|
6754
|
-
* <p>To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will
|
|
6755
|
-
* be active for before expiring, with <code>SegmentAttributes</code> like \{ <code> "connect:ContactExpiry":
|
|
6756
|
-
* \{"ValueMap" : \{ "ExpiryDuration": \{ "ValueInteger": 135\}\}\}\}</code>. </p>
|
|
6757
|
-
* </note>
|
|
6758
|
-
* @public
|
|
6759
|
-
*/
|
|
6760
|
-
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
6761
|
-
/**
|
|
6762
|
-
* <p>The ID of the previous contact when creating a transfer contact. This value can be provided only for external
|
|
6763
|
-
* audio contacts. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Integrate Connect Customer Contact Lens with external voice
|
|
6764
|
-
* systems</a> in the <i>Connect Customer Administrator Guide</i>.</p>
|
|
6765
|
-
* @public
|
|
6766
|
-
*/
|
|
6767
|
-
PreviousContactId?: string | undefined;
|
|
6768
|
-
}
|
|
6769
|
-
/**
|
|
6770
|
-
* @public
|
|
6771
|
-
*/
|
|
6772
|
-
export interface StartChatContactRequest {
|
|
6773
|
-
/**
|
|
6774
|
-
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
6775
|
-
* @public
|
|
6776
|
-
*/
|
|
6777
|
-
InstanceId: string | undefined;
|
|
6778
|
-
/**
|
|
6779
|
-
* <p>The identifier of the flow for initiating the chat.
|
|
6780
|
-
* To
|
|
6781
|
-
* see the ContactFlowId in the Connect Customer admin website, on the navigation menu go to <b>Routing</b>, <b>Flows</b>. Choose the flow. On the flow page, under the name of the flow, choose <b>Show additional flow information</b>. The ContactFlowId is the last part of the ARN, shown here
|
|
6782
|
-
* in bold: </p>
|
|
6783
|
-
* <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b>
|
|
6784
|
-
* </p>
|
|
6785
|
-
* @public
|
|
6786
|
-
*/
|
|
6787
|
-
ContactFlowId: string | undefined;
|
|
6788
|
-
/**
|
|
6789
|
-
* <p>A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes. They
|
|
6790
|
-
* can be accessed in flows just like any other contact attributes. </p>
|
|
6791
|
-
* <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only
|
|
6792
|
-
* alphanumeric, dash, and underscore characters.</p>
|
|
6793
|
-
* @public
|
|
6794
|
-
*/
|
|
6795
|
-
Attributes?: Record<string, string> | undefined;
|
|
6796
|
-
/**
|
|
6797
|
-
* <p>Information identifying the participant.</p>
|
|
6798
|
-
* @public
|
|
6799
|
-
*/
|
|
6800
|
-
ParticipantDetails: ParticipantDetails | undefined;
|
|
6801
|
-
/**
|
|
6802
|
-
* <p> The configuration of the participant. </p>
|
|
6803
|
-
* @public
|
|
6804
|
-
*/
|
|
6805
|
-
ParticipantConfiguration?: ParticipantConfiguration | undefined;
|
|
6806
|
-
/**
|
|
6807
|
-
* <p>The initial message to be sent to the newly created chat.</p>
|
|
6808
|
-
* @public
|
|
6809
|
-
*/
|
|
6810
|
-
InitialMessage?: ChatMessage | undefined;
|
|
6811
|
-
/**
|
|
6812
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
6813
|
-
* request. If not provided, the Amazon Web Services
|
|
6814
|
-
* SDK populates this field. For more information about idempotency, see
|
|
6815
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
6816
|
-
* @public
|
|
6817
|
-
*/
|
|
6818
|
-
ClientToken?: string | undefined;
|
|
6819
|
-
/**
|
|
6820
|
-
* <p>The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25
|
|
6821
|
-
* hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).</p>
|
|
6822
|
-
* @public
|
|
6823
|
-
*/
|
|
6824
|
-
ChatDurationInMinutes?: number | undefined;
|
|
6825
|
-
/**
|
|
6826
|
-
* <p>The supported chat message content types. Supported types are <code>text/plain</code>,
|
|
6827
|
-
* <code>text/markdown</code>, <code>application/json</code>,
|
|
6828
|
-
* <code>application/vnd.amazonaws.connect.message.interactive</code>, and
|
|
6829
|
-
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>. </p>
|
|
6830
|
-
* <p>Content types must always contain <code>text/plain</code>. You can then put any other supported type in the
|
|
6831
|
-
* list. For example, all the following lists are valid because they contain <code>text/plain</code>: <code>[text/plain,
|
|
6832
|
-
* text/markdown, application/json]</code>, <code>[text/markdown, text/plain]</code>, <code>[text/plain,
|
|
6833
|
-
* application/json, application/vnd.amazonaws.connect.message.interactive.response]</code>. </p>
|
|
6834
|
-
* <note>
|
|
6835
|
-
* <p>The type <code>application/vnd.amazonaws.connect.message.interactive</code> is required to use the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/show-view-block.html">Show view</a> flow block.</p>
|
|
6836
|
-
* </note>
|
|
6837
|
-
* @public
|
|
6838
|
-
*/
|
|
6839
|
-
SupportedMessagingContentTypes?: string[] | undefined;
|
|
6840
|
-
/**
|
|
6841
|
-
* <p>Enable persistent chats. For more information about enabling persistent chat, and for example use cases and how
|
|
6842
|
-
* to configure for them, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html">Enable
|
|
6843
|
-
* persistent chat</a>.</p>
|
|
6844
|
-
* @public
|
|
6845
|
-
*/
|
|
6846
|
-
PersistentChat?: PersistentChat | undefined;
|
|
6847
|
-
/**
|
|
6848
|
-
* <p>The unique identifier for an Connect Customer contact. This identifier is related to the chat starting.</p>
|
|
6849
|
-
* <note>
|
|
6850
|
-
* <p>You cannot provide data for both RelatedContactId and PersistentChat. </p>
|
|
6851
|
-
* </note>
|
|
6852
|
-
* @public
|
|
6853
|
-
*/
|
|
6854
|
-
RelatedContactId?: string | undefined;
|
|
6855
|
-
/**
|
|
6856
|
-
* <p>A set of system defined key-value pairs stored on individual contact segments using an attribute map. The
|
|
6857
|
-
* attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
6858
|
-
* <p>Attribute keys can include only alphanumeric, -, and _.</p>
|
|
6859
|
-
* <p>This field can be used to show channel subtype, such as <code>connect:Guide</code>.</p>
|
|
6860
|
-
* <note>
|
|
6861
|
-
* <p>The types <code>application/vnd.amazonaws.connect.message.interactive</code> and
|
|
6862
|
-
* <code>application/vnd.amazonaws.connect.message.interactive.response</code> must be present in the
|
|
6863
|
-
* SupportedMessagingContentTypes field of this API in order to set <code>SegmentAttributes</code> as \{<code>
|
|
6864
|
-
* "connect:Subtype": \{"valueString" : "connect:Guide" \}\}</code>.</p>
|
|
6865
|
-
* </note>
|
|
6866
|
-
* @public
|
|
6867
|
-
*/
|
|
6868
|
-
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
6869
|
-
/**
|
|
6870
|
-
* <p>The customer's identification number. For example, the <code>CustomerId</code> may be a customer number from
|
|
6871
|
-
* your CRM.</p>
|
|
6872
|
-
* @public
|
|
6873
|
-
*/
|
|
6874
|
-
CustomerId?: string | undefined;
|
|
6875
|
-
/**
|
|
6876
|
-
* <p>A list of participant types to automatically disconnect when the end customer ends the chat session, allowing them to continue through disconnect flows such as surveys or feedback forms.</p>
|
|
6877
|
-
* @public
|
|
6878
|
-
*/
|
|
6879
|
-
DisconnectOnCustomerExit?: DisconnectOnCustomerExitParticipantType[] | undefined;
|
|
6880
|
-
}
|
|
6881
|
-
/**
|
|
6882
|
-
* @public
|
|
6883
|
-
*/
|
|
6884
|
-
export interface StartEmailContactRequest {
|
|
6885
|
-
/**
|
|
6886
|
-
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
6887
|
-
* @public
|
|
6888
|
-
*/
|
|
6889
|
-
InstanceId: string | undefined;
|
|
6890
|
-
/**
|
|
6891
|
-
* <p>The email address of the customer.</p>
|
|
6892
|
-
* @public
|
|
6893
|
-
*/
|
|
6894
|
-
FromEmailAddress: EmailAddressInfo | undefined;
|
|
6895
|
-
/**
|
|
6896
|
-
* <p>The email address associated with the Connect Customer instance.</p>
|
|
6897
|
-
* @public
|
|
6898
|
-
*/
|
|
6899
|
-
DestinationEmailAddress: string | undefined;
|
|
6900
|
-
/**
|
|
6901
|
-
* <p>A description of the email contact.</p>
|
|
6902
|
-
* @public
|
|
6903
|
-
*/
|
|
6904
|
-
Description?: string | undefined;
|
|
6905
|
-
/**
|
|
6906
|
-
* <p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Emails can have the following
|
|
6907
|
-
* reference types at the time of creation: <code>URL</code> | <code>NUMBER</code> | <code>STRING</code> |
|
|
6908
|
-
* <code>DATE</code>. <code>EMAIL</code> | <code>EMAIL_MESSAGE</code> |<code>ATTACHMENT</code> are not a supported
|
|
6909
|
-
* reference type during email creation.</p>
|
|
6910
|
-
* @public
|
|
6911
|
-
*/
|
|
6912
|
-
References?: Record<string, Reference> | undefined;
|
|
6913
|
-
/**
|
|
6914
|
-
* <p>The name of a email that is shown to an agent in the Contact Control Panel (CCP).</p>
|
|
6915
|
-
* @public
|
|
6916
|
-
*/
|
|
6917
|
-
Name?: string | undefined;
|
|
6918
|
-
/**
|
|
6919
|
-
* <p>The email message body to be sent to the newly created email.</p>
|
|
6920
|
-
* @public
|
|
6921
|
-
*/
|
|
6922
|
-
EmailMessage: InboundEmailContent | undefined;
|
|
6923
|
-
/**
|
|
6924
|
-
* <p>The additional recipients address of the email.</p>
|
|
6925
|
-
* @public
|
|
6926
|
-
*/
|
|
6927
|
-
AdditionalRecipients?: InboundAdditionalRecipients | undefined;
|
|
6928
|
-
/**
|
|
6929
|
-
* <p>List of S3 presigned URLs of email attachments and their file name. </p>
|
|
6930
|
-
* @public
|
|
6931
|
-
*/
|
|
6932
|
-
Attachments?: EmailAttachment[] | undefined;
|
|
6933
|
-
/**
|
|
6934
|
-
* <p>The identifier of the flow for initiating the emails. To see the ContactFlowId in the Connect Customer admin website, on the navigation
|
|
6935
|
-
* menu go to <b>Routing</b>, <b>Flows</b>. Choose the flow. On the
|
|
6936
|
-
* flow page, under the name of the flow, choose <b>Show additional flow information</b>. The
|
|
6937
|
-
* ContactFlowId is the last part of the ARN, shown here in bold: </p>
|
|
6938
|
-
* <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b>
|
|
6939
|
-
* </p>
|
|
6940
|
-
* @public
|
|
6941
|
-
*/
|
|
6942
|
-
ContactFlowId?: string | undefined;
|
|
6943
|
-
/**
|
|
6944
|
-
* <p>The contactId that is related to this contact. Linking emails together by using <code>RelatedContactID</code>
|
|
6945
|
-
* copies over contact attributes from the related email contact to the new email contact. All updates to user-defined
|
|
6946
|
-
* attributes in the new email contact are limited to the individual contact ID. There are no limits to the number of
|
|
6947
|
-
* contacts that can be linked by using <code>RelatedContactId</code>. </p>
|
|
6948
|
-
* @public
|
|
6949
|
-
*/
|
|
6950
|
-
RelatedContactId?: string | undefined;
|
|
6951
|
-
/**
|
|
6952
|
-
* <p>A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and
|
|
6953
|
-
* can be accessed in flows just like any other contact attributes.</p>
|
|
6954
|
-
* <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only
|
|
6955
|
-
* alphanumeric, dash, and underscore characters.</p>
|
|
6956
|
-
* @public
|
|
6957
|
-
*/
|
|
6958
|
-
Attributes?: Record<string, string> | undefined;
|
|
6959
|
-
/**
|
|
6960
|
-
* <p>A set of system defined key-value pairs stored on individual contact segments using an attribute map. The
|
|
6961
|
-
* attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
6962
|
-
* <p>Attribute keys can include only alphanumeric, -, and _.</p>
|
|
6963
|
-
* <p>This field can be used to show channel subtype, such as <code>connect:Guide</code>.</p>
|
|
6964
|
-
* <note>
|
|
6965
|
-
* <p>To set contact expiry, a <code>ValueMap</code> must be specified containing the integer number of minutes the
|
|
6966
|
-
* contact will be active for before expiring, with <code>SegmentAttributes</code> like \{ <code>
|
|
6967
|
-
* "connect:ContactExpiry": \{"ValueMap" : \{ "ExpiryDuration": \{ "ValueInteger":135\}\}\}\}</code>.</p>
|
|
6968
|
-
* </note>
|
|
6969
|
-
* @public
|
|
6970
|
-
*/
|
|
6971
|
-
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
6972
|
-
/**
|
|
6973
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
6974
|
-
* request. If not provided, the Amazon Web Services
|
|
6975
|
-
* SDK populates this field. For more information about idempotency, see
|
|
6976
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
6977
|
-
* @public
|
|
6978
|
-
*/
|
|
6979
|
-
ClientToken?: string | undefined;
|
|
6980
|
-
}
|
|
6981
|
-
/**
|
|
6982
|
-
* @public
|
|
6983
|
-
*/
|
|
6984
|
-
export interface StartOutboundChatContactRequest {
|
|
6985
|
-
/**
|
|
6986
|
-
* <p>Information about the endpoint.</p>
|
|
6987
|
-
* @public
|
|
6988
|
-
*/
|
|
6989
|
-
SourceEndpoint: Endpoint | undefined;
|
|
6990
|
-
/**
|
|
6991
|
-
* <p>Information about the endpoint.</p>
|
|
6992
|
-
* @public
|
|
6993
|
-
*/
|
|
6994
|
-
DestinationEndpoint: Endpoint | undefined;
|
|
6995
|
-
/**
|
|
6996
|
-
* <p>The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name
|
|
6997
|
-
* (ARN) of the instance.</p>
|
|
6998
|
-
* @public
|
|
6999
|
-
*/
|
|
7000
|
-
InstanceId: string | undefined;
|
|
7001
|
-
/**
|
|
7002
|
-
* <p>A set of system defined key-value pairs stored on individual contact segments using an attribute map. The
|
|
7003
|
-
* attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
7004
|
-
* <ul>
|
|
7005
|
-
* <li>
|
|
7006
|
-
* <p>Attribute keys can include only alphanumeric, <code>-</code>, and <code>_</code>.</p>
|
|
7007
|
-
* </li>
|
|
7008
|
-
* <li>
|
|
7009
|
-
* <p>This field can be used to show channel subtype, such as <code>connect:SMS</code> and
|
|
7010
|
-
* <code>connect:WhatsApp</code>.</p>
|
|
7011
|
-
* </li>
|
|
7012
|
-
* </ul>
|
|
7013
|
-
* @public
|
|
7014
|
-
*/
|
|
7015
|
-
SegmentAttributes: Record<string, SegmentAttributeValue> | undefined;
|
|
7016
|
-
/**
|
|
7017
|
-
* <p>A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and
|
|
7018
|
-
* can be accessed in flows just like any other contact attributes.</p>
|
|
7019
|
-
* @public
|
|
7020
|
-
*/
|
|
7021
|
-
Attributes?: Record<string, string> | undefined;
|
|
7022
|
-
/**
|
|
7023
|
-
* <p>The identifier of the flow for the call. To see the ContactFlowId in the Connect Customer console user
|
|
7024
|
-
* interface, on the navigation menu go to <b>Routing, Contact Flows</b>. Choose the flow. On
|
|
7025
|
-
* the flow page, under the name of the flow, choose <b>Show additional flow information</b>.
|
|
7026
|
-
* The ContactFlowId is the last part of the ARN, shown here in bold:</p>
|
|
7027
|
-
* <ul>
|
|
7028
|
-
* <li>
|
|
7029
|
-
* <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>123ec456-a007-89c0-1234-xxxxxxxxxxxx</b>
|
|
7030
|
-
* </p>
|
|
7031
|
-
* </li>
|
|
7032
|
-
* </ul>
|
|
7033
|
-
* @public
|
|
7034
|
-
*/
|
|
7035
|
-
ContactFlowId: string | undefined;
|
|
7036
|
-
/**
|
|
7037
|
-
* <p>The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25
|
|
7038
|
-
* hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).</p>
|
|
7039
|
-
* @public
|
|
7040
|
-
*/
|
|
7041
|
-
ChatDurationInMinutes?: number | undefined;
|
|
7042
|
-
/**
|
|
7043
|
-
* <p>The customer's details.</p>
|
|
7044
|
-
* @public
|
|
7045
|
-
*/
|
|
7046
|
-
ParticipantDetails?: ParticipantDetails | undefined;
|
|
7047
|
-
/**
|
|
7048
|
-
* <p>A chat message.</p>
|
|
7049
|
-
* @public
|
|
7050
|
-
*/
|
|
7051
|
-
InitialSystemMessage?: ChatMessage | undefined;
|
|
7052
|
-
/**
|
|
7053
|
-
* <p>Information about template message configuration.</p>
|
|
7054
|
-
* @public
|
|
7055
|
-
*/
|
|
7056
|
-
InitialTemplatedSystemMessage?: TemplatedMessageConfig | undefined;
|
|
7057
|
-
/**
|
|
7058
|
-
* <p>The unique identifier for an Connect Customer contact. This identifier is related to the contact
|
|
7059
|
-
* starting.</p>
|
|
7060
|
-
* @public
|
|
7061
|
-
*/
|
|
7062
|
-
RelatedContactId?: string | undefined;
|
|
7063
|
-
/**
|
|
7064
|
-
* <p>The supported chat message content types. Supported types are:</p>
|
|
7065
|
-
* <ul>
|
|
7066
|
-
* <li>
|
|
7067
|
-
* <p>
|
|
7068
|
-
* <code>text/plain</code>
|
|
7069
|
-
* </p>
|
|
7070
|
-
* </li>
|
|
7071
|
-
* <li>
|
|
7072
|
-
* <p>
|
|
7073
|
-
* <code>text/markdown</code>
|
|
7074
|
-
* </p>
|
|
7075
|
-
* </li>
|
|
7076
|
-
* <li>
|
|
7077
|
-
* <p>
|
|
7078
|
-
* <code>application/json, application/vnd.amazonaws.connect.message.interactive</code>
|
|
7079
|
-
* </p>
|
|
7080
|
-
* </li>
|
|
7081
|
-
* <li>
|
|
7082
|
-
* <p>
|
|
7083
|
-
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
|
|
7084
|
-
* </p>
|
|
7085
|
-
* </li>
|
|
7086
|
-
* </ul>
|
|
7087
|
-
* <p>Content types must always contain <code>text/plain</code>. You can then put any other supported type in the
|
|
7088
|
-
* list. For example, all the following lists are valid because they contain <code>text/plain</code>:</p>
|
|
7089
|
-
* <ul>
|
|
7090
|
-
* <li>
|
|
7091
|
-
* <p>
|
|
7092
|
-
* <code>[text/plain, text/markdown, application/json]</code>
|
|
7093
|
-
* </p>
|
|
7094
|
-
* </li>
|
|
7095
|
-
* <li>
|
|
7096
|
-
* <p>
|
|
7097
|
-
* <code>[text/markdown, text/plain]</code>
|
|
7098
|
-
* </p>
|
|
7099
|
-
* </li>
|
|
7100
|
-
* <li>
|
|
7101
|
-
* <p>
|
|
7102
|
-
* <code>[text/plain, application/json,
|
|
7103
|
-
* application/vnd.amazonaws.connect.message.interactive.response]</code>
|
|
7104
|
-
* </p>
|
|
7105
|
-
* </li>
|
|
7106
|
-
* </ul>
|
|
7107
|
-
* @public
|
|
7108
|
-
*/
|
|
7109
|
-
SupportedMessagingContentTypes?: string[] | undefined;
|
|
7110
|
-
/**
|
|
7111
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided,
|
|
7112
|
-
* the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with
|
|
7113
|
-
* idempotent APIs</a>. The token is valid for 7 days after creation. If a contact is already started, the contact
|
|
7114
|
-
* ID is returned.</p>
|
|
7115
|
-
* @public
|
|
7116
|
-
*/
|
|
7117
|
-
ClientToken?: string | undefined;
|
|
7118
|
-
}
|
|
7119
|
-
/**
|
|
7120
|
-
* @public
|
|
7121
|
-
*/
|
|
7122
|
-
export interface StartTaskContactRequest {
|
|
7123
|
-
/**
|
|
7124
|
-
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7125
|
-
* @public
|
|
7126
|
-
*/
|
|
7127
|
-
InstanceId: string | undefined;
|
|
7128
|
-
/**
|
|
7129
|
-
* <p>The identifier of the previous chat, voice, or task contact. Any updates to user-defined attributes to task
|
|
7130
|
-
* contacts linked using the same <code>PreviousContactID</code> will affect every contact in the chain. There can be a
|
|
7131
|
-
* maximum of 12 linked task contacts in a chain.</p>
|
|
7132
|
-
* @public
|
|
7133
|
-
*/
|
|
7134
|
-
PreviousContactId?: string | undefined;
|
|
7135
|
-
/**
|
|
7136
|
-
* <p>The identifier of the flow for initiating the tasks. To see the ContactFlowId in the Connect Customer admin website, on the navigation
|
|
7137
|
-
* menu go to <b>Routing</b>, <b>Flows</b>. Choose the flow. On the
|
|
7138
|
-
* flow page, under the name of the flow, choose <b>Show additional flow information</b>. The
|
|
7139
|
-
* ContactFlowId is the last part of the ARN, shown here in bold: </p>
|
|
7140
|
-
* <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b>
|
|
7141
|
-
* </p>
|
|
7142
|
-
* @public
|
|
7143
|
-
*/
|
|
7144
|
-
ContactFlowId?: string | undefined;
|
|
7145
|
-
/**
|
|
7146
|
-
* <p>A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and
|
|
7147
|
-
* can be accessed in flows just like any other contact attributes.</p>
|
|
7148
|
-
* <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only
|
|
7149
|
-
* alphanumeric, dash, and underscore characters.</p>
|
|
7150
|
-
* @public
|
|
7151
|
-
*/
|
|
7152
|
-
Attributes?: Record<string, string> | undefined;
|
|
7153
|
-
/**
|
|
7154
|
-
* <p>The name of a task that is shown to an agent in the Contact Control Panel (CCP).</p>
|
|
7155
|
-
* @public
|
|
7156
|
-
*/
|
|
7157
|
-
Name: string | undefined;
|
|
7158
|
-
/**
|
|
7159
|
-
* <p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following
|
|
7160
|
-
* reference types at the time of creation: <code>URL</code> | <code>NUMBER</code> | <code>STRING</code> |
|
|
7161
|
-
* <code>DATE</code> | <code>EMAIL</code>. <code>ATTACHMENT</code> is not a supported reference type during task
|
|
7162
|
-
* creation.</p>
|
|
7163
|
-
* @public
|
|
7164
|
-
*/
|
|
7165
|
-
References?: Record<string, Reference> | undefined;
|
|
7166
|
-
/**
|
|
7167
|
-
* <p>A description of the task that is shown to an agent in the Contact Control Panel (CCP).</p>
|
|
7168
|
-
* @public
|
|
7169
|
-
*/
|
|
7170
|
-
Description?: string | undefined;
|
|
7171
|
-
/**
|
|
7172
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
7173
|
-
* request. If not provided, the Amazon Web Services
|
|
7174
|
-
* SDK populates this field. For more information about idempotency, see
|
|
7175
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
7176
|
-
* @public
|
|
7177
|
-
*/
|
|
7178
|
-
ClientToken?: string | undefined;
|
|
7179
|
-
/**
|
|
7180
|
-
* <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
|
|
7181
|
-
* @public
|
|
7182
|
-
*/
|
|
7183
|
-
ScheduledTime?: Date | undefined;
|
|
7184
|
-
/**
|
|
7185
|
-
* <p>A unique identifier for the task template. For more information about task templates, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/task-templates.html">Create task templates</a> in the <i>Connect Customer Administrator Guide</i>. </p>
|
|
7186
|
-
* @public
|
|
7187
|
-
*/
|
|
7188
|
-
TaskTemplateId?: string | undefined;
|
|
7189
|
-
/**
|
|
7190
|
-
* <p>The identifier for the quick connect. Tasks that are created by using <code>QuickConnectId</code> will use the flow that is defined
|
|
7191
|
-
* on agent or queue quick connect. For more information about quick connects, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/quick-connects.html">Create quick connects</a>.</p>
|
|
7192
|
-
* @public
|
|
7193
|
-
*/
|
|
7194
|
-
QuickConnectId?: string | undefined;
|
|
7195
|
-
/**
|
|
7196
|
-
* <p>The contactId that is <a href="https://docs.aws.amazon.com/connect/latest/adminguide/tasks.html#linked-tasks">related</a> to this contact. Linking tasks together by using <code>RelatedContactID</code> copies over contact
|
|
7197
|
-
* attributes from the related task contact to the new task contact. All updates to user-defined attributes in the new
|
|
7198
|
-
* task contact are limited to the individual contact ID, unlike what happens when tasks are linked by using
|
|
7199
|
-
* <code>PreviousContactID</code>. There are no limits to the number of contacts that can be linked by using
|
|
7200
|
-
* <code>RelatedContactId</code>. </p>
|
|
7201
|
-
* @public
|
|
7202
|
-
*/
|
|
7203
|
-
RelatedContactId?: string | undefined;
|
|
7204
|
-
/**
|
|
7205
|
-
* <p>A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an
|
|
7206
|
-
* attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
7207
|
-
* <p>Attribute keys can include only alphanumeric, -, and _.</p>
|
|
7208
|
-
* <p>This field can be used to set Contact Expiry as a duration in minutes and set a UserId for the User who created
|
|
7209
|
-
* a task.</p>
|
|
7210
|
-
* <note>
|
|
7211
|
-
* <p>To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will
|
|
7212
|
-
* be active for before expiring, with <code>SegmentAttributes</code> like \{ <code> "connect:ContactExpiry":
|
|
7213
|
-
* \{"ValueMap" : \{ "ExpiryDuration": \{ "ValueInteger": 135\}\}\}\}</code>. </p>
|
|
7214
|
-
* <p>To set the created by user, a valid AgentResourceId must be supplied, with <code>SegmentAttributes</code> like
|
|
7215
|
-
* \{ <code>"connect:CreatedByUser" \{ "ValueString":
|
|
7216
|
-
* "arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/agent/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"\}\}\}</code>.
|
|
7217
|
-
* </p>
|
|
7218
|
-
* </note>
|
|
7219
|
-
* @public
|
|
7220
|
-
*/
|
|
7221
|
-
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
7222
|
-
/**
|
|
7223
|
-
* <p>List of S3 presigned URLs of task attachments and their file name. You can have a maximum of 5 attachments per task.</p>
|
|
7224
|
-
* @public
|
|
7225
|
-
*/
|
|
7226
|
-
Attachments?: TaskAttachment[] | undefined;
|
|
7227
|
-
}
|
|
7228
|
-
/**
|
|
7229
|
-
* @public
|
|
7230
|
-
*/
|
|
7231
|
-
export interface UpdateContactRequest {
|
|
7232
|
-
/**
|
|
7233
|
-
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7234
|
-
* @public
|
|
7235
|
-
*/
|
|
7236
|
-
InstanceId: string | undefined;
|
|
7237
|
-
/**
|
|
7238
|
-
* <p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with
|
|
7239
|
-
* your contact center.</p>
|
|
7240
|
-
* @public
|
|
7241
|
-
*/
|
|
7242
|
-
ContactId: string | undefined;
|
|
7243
|
-
/**
|
|
7244
|
-
* <p>The name of the contact.</p>
|
|
7245
|
-
* @public
|
|
7246
|
-
*/
|
|
7247
|
-
Name?: string | undefined;
|
|
7248
|
-
/**
|
|
7249
|
-
* <p>The description of the contact.</p>
|
|
7250
|
-
* @public
|
|
7251
|
-
*/
|
|
7252
|
-
Description?: string | undefined;
|
|
7253
|
-
/**
|
|
7254
|
-
* <p>Well-formed data on contact, shown to agents on Contact Control Panel (CCP).</p>
|
|
7255
|
-
* @public
|
|
7256
|
-
*/
|
|
7257
|
-
References?: Record<string, Reference> | undefined;
|
|
7258
|
-
/**
|
|
7259
|
-
* <p>A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an
|
|
7260
|
-
* attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
7261
|
-
* <p>Attribute keys can include only alphanumeric, -, and _.</p>
|
|
7262
|
-
* <p>This field can be used to show channel subtype, such as <code>connect:Guide</code>.</p>
|
|
7263
|
-
* <p>Contact Expiry, and user-defined attributes (String - String) that are defined in predefined attributes, can be
|
|
7264
|
-
* updated by using the UpdateContact API.</p>
|
|
7265
|
-
* @public
|
|
7266
|
-
*/
|
|
7267
|
-
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
7268
|
-
/**
|
|
7269
|
-
* <p> Information about the queue associated with a contact. This parameter can only be updated for external audio
|
|
7270
|
-
* contacts. It is used when you integrate third-party systems with Contact Lens for analytics. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Connect Customer Contact Lens integration</a> in
|
|
7271
|
-
* the <i>
|
|
7272
|
-
* Connect Customer Administrator Guide</i>.</p>
|
|
7273
|
-
* @public
|
|
7274
|
-
*/
|
|
7275
|
-
QueueInfo?: QueueInfoInput | undefined;
|
|
7276
|
-
/**
|
|
7277
|
-
* <p>Information about the agent associated with a contact. This parameter can only be updated for external audio
|
|
7278
|
-
* contacts. It is used when you integrate third-party systems with Contact Lens for analytics. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Connect Customer Contact Lens integration</a> in
|
|
7279
|
-
* the <i>
|
|
7280
|
-
* Connect Customer Administrator Guide</i>.</p>
|
|
7281
|
-
* @public
|
|
7282
|
-
*/
|
|
7283
|
-
UserInfo?: UserInfo | undefined;
|
|
7284
|
-
/**
|
|
7285
|
-
* <p>The endpoint of the customer for which the contact was initiated. For external audio contacts, this is usually
|
|
7286
|
-
* the end customer's phone number. This value can only be updated for external audio contacts. For more information,
|
|
7287
|
-
* see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Connect Customer
|
|
7288
|
-
* Contact Lens integration</a> in the <i>Connect Customer Administrator Guide</i>.</p>
|
|
7289
|
-
* @public
|
|
7290
|
-
*/
|
|
7291
|
-
CustomerEndpoint?: Endpoint | undefined;
|
|
7292
|
-
/**
|
|
7293
|
-
* <p>External system endpoint for the contact was initiated. For external audio contacts, this is the phone number of
|
|
7294
|
-
* the external system such as the contact center. This value can only be updated for external audio contacts. For more
|
|
7295
|
-
* information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Connect Customer Contact Lens integration</a> in the <i>Connect Customer Administrator
|
|
7296
|
-
* Guide</i>.</p>
|
|
7297
|
-
* @public
|
|
7298
|
-
*/
|
|
7299
|
-
SystemEndpoint?: Endpoint | undefined;
|
|
7300
|
-
}
|
|
7301
|
-
/**
|
|
7302
|
-
* <p>Information about an item from an evaluation form. The item must be either a section or a question.</p>
|
|
7303
|
-
* @public
|
|
7304
|
-
*/
|
|
7305
|
-
export type EvaluationFormItem = EvaluationFormItem.QuestionMember | EvaluationFormItem.SectionMember | EvaluationFormItem.$UnknownMember;
|
|
7306
|
-
/**
|
|
7307
|
-
* @public
|
|
7308
|
-
*/
|
|
7309
|
-
export declare namespace EvaluationFormItem {
|
|
7310
|
-
/**
|
|
7311
|
-
* <p>The information of the section.</p>
|
|
7312
|
-
* @public
|
|
7313
|
-
*/
|
|
7314
|
-
interface SectionMember {
|
|
7315
|
-
Section: EvaluationFormSection;
|
|
7316
|
-
Question?: never;
|
|
7317
|
-
$unknown?: never;
|
|
7318
|
-
}
|
|
7319
|
-
/**
|
|
7320
|
-
* <p>The information of the question.</p>
|
|
7321
|
-
* @public
|
|
7322
|
-
*/
|
|
7323
|
-
interface QuestionMember {
|
|
7324
|
-
Section?: never;
|
|
7325
|
-
Question: EvaluationFormQuestion;
|
|
7326
|
-
$unknown?: never;
|
|
7327
|
-
}
|
|
7328
|
-
/**
|
|
7329
|
-
* @public
|
|
7330
|
-
*/
|
|
7331
|
-
interface $UnknownMember {
|
|
7332
|
-
Section?: never;
|
|
7333
|
-
Question?: never;
|
|
7334
|
-
$unknown: [string, any];
|
|
7335
|
-
}
|
|
7336
|
-
/**
|
|
7337
|
-
* @deprecated unused in schema-serde mode.
|
|
7338
|
-
*
|
|
7339
|
-
*/
|
|
7340
|
-
interface Visitor<T> {
|
|
7341
|
-
Section: (value: EvaluationFormSection) => T;
|
|
7342
|
-
Question: (value: EvaluationFormQuestion) => T;
|
|
7343
|
-
_: (name: string, value: any) => T;
|
|
7344
|
-
}
|
|
7345
|
-
}
|
|
7346
|
-
/**
|
|
7347
|
-
* <p>Latest routing criteria on the contact.</p>
|
|
7348
|
-
* @public
|
|
7349
|
-
*/
|
|
7350
|
-
export interface RoutingCriteria {
|
|
7351
|
-
/**
|
|
7352
|
-
* <p>List of routing steps. When Connect Customer does not find an available agent meeting the requirements in a
|
|
7353
|
-
* step for a given step duration, the routing criteria will move on to the next step sequentially until a join is
|
|
7354
|
-
* completed with an agent. When all steps are exhausted, the contact will be offered to any agent in the queue.</p>
|
|
7355
|
-
* @public
|
|
7356
|
-
*/
|
|
7357
|
-
Steps?: Step[] | undefined;
|
|
7358
|
-
/**
|
|
7359
|
-
* <p>The timestamp indicating when the routing criteria is set to active. A routing criteria is activated when
|
|
7360
|
-
* contact is transferred to a queue. ActivationTimestamp will be set on routing criteria for contacts in agent queue
|
|
7361
|
-
* even though Routing criteria is never activated for contacts in agent queue.</p>
|
|
7362
|
-
* @public
|
|
7363
|
-
*/
|
|
7364
|
-
ActivationTimestamp?: Date | undefined;
|
|
7365
|
-
/**
|
|
7366
|
-
* <p>Information about the index of the routing criteria.</p>
|
|
7367
|
-
* @public
|
|
7368
|
-
*/
|
|
7369
|
-
Index?: number | undefined;
|
|
7370
|
-
}
|
|
7371
|
-
/**
|
|
7372
|
-
* <p>An object to define the RoutingCriteria.</p>
|
|
7373
|
-
* @public
|
|
7374
|
-
*/
|
|
7375
|
-
export interface RoutingCriteriaInput {
|
|
7376
|
-
/**
|
|
7377
|
-
* <p>When Connect Customer does not find an available agent meeting the requirements in a step for a given step
|
|
7378
|
-
* duration, the routing criteria will move on to the next step sequentially until a join is completed with an agent.
|
|
7379
|
-
* When all steps are exhausted, the contact will be offered to any agent in the queue.</p>
|
|
6900
|
+
* outside of this range will throw invalid results. </p>
|
|
6901
|
+
* </note>
|
|
7380
6902
|
* @public
|
|
7381
6903
|
*/
|
|
7382
|
-
|
|
6904
|
+
SearchCriteria?: UserSearchCriteria | undefined;
|
|
7383
6905
|
}
|
|
7384
6906
|
/**
|
|
7385
|
-
* <p>Information about a section from an evaluation form. A section can contain sections and/or questions. Evaluation
|
|
7386
|
-
* forms can only contain sections and subsections (two level nesting).</p>
|
|
7387
6907
|
* @public
|
|
7388
6908
|
*/
|
|
7389
|
-
export interface
|
|
6909
|
+
export interface SearchViewsRequest {
|
|
7390
6910
|
/**
|
|
7391
|
-
* <p>The
|
|
6911
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
6912
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
7392
6913
|
* @public
|
|
7393
6914
|
*/
|
|
7394
|
-
|
|
6915
|
+
InstanceId: string | undefined;
|
|
7395
6916
|
/**
|
|
7396
|
-
* <p>The
|
|
6917
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
6918
|
+
* retrieve the next set of results.</p>
|
|
7397
6919
|
* @public
|
|
7398
6920
|
*/
|
|
7399
|
-
|
|
6921
|
+
NextToken?: string | undefined;
|
|
7400
6922
|
/**
|
|
7401
|
-
* <p>The
|
|
6923
|
+
* <p>The maximum number of results to return per page.</p>
|
|
7402
6924
|
* @public
|
|
7403
6925
|
*/
|
|
7404
|
-
|
|
6926
|
+
MaxResults?: number | undefined;
|
|
7405
6927
|
/**
|
|
7406
|
-
* <p>
|
|
6928
|
+
* <p>Filters to apply to the search, such as tag-based filters.</p>
|
|
7407
6929
|
* @public
|
|
7408
6930
|
*/
|
|
7409
|
-
|
|
6931
|
+
SearchFilter?: ViewSearchFilter | undefined;
|
|
7410
6932
|
/**
|
|
7411
|
-
* <p>The
|
|
6933
|
+
* <p>The search criteria, including field names and comparison types.</p>
|
|
7412
6934
|
* @public
|
|
7413
6935
|
*/
|
|
7414
|
-
|
|
6936
|
+
SearchCriteria?: ViewSearchCriteria | undefined;
|
|
7415
6937
|
}
|
|
7416
6938
|
/**
|
|
7417
6939
|
* @public
|
|
7418
6940
|
*/
|
|
7419
|
-
export interface
|
|
6941
|
+
export interface SearchWorkspaceAssociationsRequest {
|
|
7420
6942
|
/**
|
|
7421
|
-
* <p>The identifier of the Connect
|
|
6943
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
6944
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
7422
6945
|
* @public
|
|
7423
6946
|
*/
|
|
7424
6947
|
InstanceId: string | undefined;
|
|
7425
6948
|
/**
|
|
7426
|
-
* <p>
|
|
7427
|
-
*
|
|
7428
|
-
*/
|
|
7429
|
-
Title: string | undefined;
|
|
7430
|
-
/**
|
|
7431
|
-
* <p>The description of the evaluation form.</p>
|
|
7432
|
-
* @public
|
|
7433
|
-
*/
|
|
7434
|
-
Description?: string | undefined;
|
|
7435
|
-
/**
|
|
7436
|
-
* <p>Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.</p>
|
|
6949
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
6950
|
+
* retrieve the next set of results.</p>
|
|
7437
6951
|
* @public
|
|
7438
6952
|
*/
|
|
7439
|
-
|
|
6953
|
+
NextToken?: string | undefined;
|
|
7440
6954
|
/**
|
|
7441
|
-
* <p>
|
|
6955
|
+
* <p>The maximum number of results to return per page.</p>
|
|
7442
6956
|
* @public
|
|
7443
6957
|
*/
|
|
7444
|
-
|
|
6958
|
+
MaxResults?: number | undefined;
|
|
7445
6959
|
/**
|
|
7446
|
-
* <p>
|
|
6960
|
+
* <p>Filters to apply to the search, such as tag-based filters.</p>
|
|
7447
6961
|
* @public
|
|
7448
6962
|
*/
|
|
7449
|
-
|
|
6963
|
+
SearchFilter?: WorkspaceAssociationSearchFilter | undefined;
|
|
7450
6964
|
/**
|
|
7451
|
-
* <p>
|
|
7452
|
-
* request. If not provided, the Amazon Web Services
|
|
7453
|
-
* SDK populates this field. For more information about idempotency, see
|
|
7454
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
6965
|
+
* <p>The search criteria, including workspace ID, resource ID, or resource type.</p>
|
|
7455
6966
|
* @public
|
|
7456
6967
|
*/
|
|
7457
|
-
|
|
6968
|
+
SearchCriteria?: WorkspaceAssociationSearchCriteria | undefined;
|
|
6969
|
+
}
|
|
6970
|
+
/**
|
|
6971
|
+
* @public
|
|
6972
|
+
*/
|
|
6973
|
+
export interface SearchWorkspacesRequest {
|
|
7458
6974
|
/**
|
|
7459
|
-
* <p>
|
|
6975
|
+
* <p>The identifier of the Amazon Connect instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in
|
|
6976
|
+
* the Amazon Resource Name (ARN) of the instance.</p>
|
|
7460
6977
|
* @public
|
|
7461
6978
|
*/
|
|
7462
|
-
|
|
6979
|
+
InstanceId: string | undefined;
|
|
7463
6980
|
/**
|
|
7464
|
-
* <p>The
|
|
6981
|
+
* <p>The token for the next set of results. Use the value returned in the previous response in the next request to
|
|
6982
|
+
* retrieve the next set of results.</p>
|
|
7465
6983
|
* @public
|
|
7466
6984
|
*/
|
|
7467
|
-
|
|
6985
|
+
NextToken?: string | undefined;
|
|
7468
6986
|
/**
|
|
7469
|
-
* <p>
|
|
6987
|
+
* <p>The maximum number of results to return per page.</p>
|
|
7470
6988
|
* @public
|
|
7471
6989
|
*/
|
|
7472
|
-
|
|
6990
|
+
MaxResults?: number | undefined;
|
|
7473
6991
|
/**
|
|
7474
|
-
* <p>
|
|
6992
|
+
* <p>Filters to apply to the search, such as tag-based filters.</p>
|
|
7475
6993
|
* @public
|
|
7476
6994
|
*/
|
|
7477
|
-
|
|
6995
|
+
SearchFilter?: WorkspaceSearchFilter | undefined;
|
|
7478
6996
|
/**
|
|
7479
|
-
* <p>
|
|
6997
|
+
* <p>The search criteria, including field names and comparison types.</p>
|
|
7480
6998
|
* @public
|
|
7481
6999
|
*/
|
|
7482
|
-
|
|
7000
|
+
SearchCriteria?: WorkspaceSearchCriteria | undefined;
|
|
7483
7001
|
}
|
|
7484
7002
|
/**
|
|
7485
|
-
* <p>
|
|
7003
|
+
* <p>Step signifies the criteria to be used for routing to an agent</p>
|
|
7486
7004
|
* @public
|
|
7487
7005
|
*/
|
|
7488
|
-
export interface
|
|
7006
|
+
export interface Step {
|
|
7489
7007
|
/**
|
|
7490
|
-
* <p>
|
|
7008
|
+
* <p>An object to specify the expiration of a routing step.</p>
|
|
7491
7009
|
* @public
|
|
7492
7010
|
*/
|
|
7493
|
-
|
|
7011
|
+
Expiry?: Expiry | undefined;
|
|
7494
7012
|
/**
|
|
7495
|
-
* <p>A
|
|
7013
|
+
* <p>A tagged union to specify expression for a routing step.</p>
|
|
7496
7014
|
* @public
|
|
7497
7015
|
*/
|
|
7498
|
-
|
|
7016
|
+
Expression?: Expression | undefined;
|
|
7499
7017
|
/**
|
|
7500
|
-
* <p>
|
|
7018
|
+
* <p>Represents status of the Routing step.</p>
|
|
7501
7019
|
* @public
|
|
7502
7020
|
*/
|
|
7503
|
-
|
|
7021
|
+
Status?: RoutingCriteriaStepStatus | undefined;
|
|
7022
|
+
}
|
|
7023
|
+
/**
|
|
7024
|
+
* <p>The value of a segment attribute. This is structured as a map with a single key-value pair. The key
|
|
7025
|
+
* 'valueString' indicates that the attribute type is a string, and its corresponding value is the actual string value
|
|
7026
|
+
* of the segment attribute.</p>
|
|
7027
|
+
* @public
|
|
7028
|
+
*/
|
|
7029
|
+
export interface ContactSearchSummarySegmentAttributeValue {
|
|
7504
7030
|
/**
|
|
7505
|
-
* <p>The
|
|
7031
|
+
* <p>The value of a segment attribute represented as a string.</p>
|
|
7506
7032
|
* @public
|
|
7507
7033
|
*/
|
|
7508
|
-
|
|
7034
|
+
ValueString?: string | undefined;
|
|
7509
7035
|
/**
|
|
7510
|
-
* <p>
|
|
7036
|
+
* <p>The key and value of a segment attribute.</p>
|
|
7511
7037
|
* @public
|
|
7512
7038
|
*/
|
|
7513
|
-
|
|
7039
|
+
ValueMap?: Record<string, SegmentAttributeValue> | undefined;
|
|
7040
|
+
}
|
|
7041
|
+
/**
|
|
7042
|
+
* @public
|
|
7043
|
+
*/
|
|
7044
|
+
export interface CreateContactRequest {
|
|
7514
7045
|
/**
|
|
7515
|
-
* <p>The
|
|
7046
|
+
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7516
7047
|
* @public
|
|
7517
7048
|
*/
|
|
7518
|
-
|
|
7049
|
+
InstanceId: string | undefined;
|
|
7519
7050
|
/**
|
|
7520
|
-
* <p>
|
|
7051
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
7052
|
+
* request. If not provided, the Amazon Web Services
|
|
7053
|
+
* SDK populates this field. For more information about idempotency, see
|
|
7054
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
7521
7055
|
* @public
|
|
7522
7056
|
*/
|
|
7523
|
-
|
|
7057
|
+
ClientToken?: string | undefined;
|
|
7524
7058
|
/**
|
|
7525
|
-
* <p>
|
|
7059
|
+
* <p>The identifier of the contact in this instance of Connect Customer. </p>
|
|
7526
7060
|
* @public
|
|
7527
7061
|
*/
|
|
7528
|
-
|
|
7062
|
+
RelatedContactId?: string | undefined;
|
|
7529
7063
|
/**
|
|
7530
|
-
* <p>A
|
|
7064
|
+
* <p>A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and
|
|
7065
|
+
* can be accessed in flows just like any other contact attributes.</p>
|
|
7066
|
+
* <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only
|
|
7067
|
+
* alphanumeric, dash, and underscore characters.</p>
|
|
7531
7068
|
* @public
|
|
7532
7069
|
*/
|
|
7533
|
-
|
|
7070
|
+
Attributes?: Record<string, string> | undefined;
|
|
7534
7071
|
/**
|
|
7535
|
-
* <p>
|
|
7072
|
+
* <p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following
|
|
7073
|
+
* reference types at the time of creation: <code>URL</code> | <code>NUMBER</code> | <code>STRING</code> |
|
|
7074
|
+
* <code>DATE</code> | <code>EMAIL</code> | <code>ATTACHMENT</code>.</p>
|
|
7536
7075
|
* @public
|
|
7537
7076
|
*/
|
|
7538
|
-
|
|
7077
|
+
References?: Record<string, Reference> | undefined;
|
|
7539
7078
|
/**
|
|
7540
|
-
* <p>The
|
|
7079
|
+
* <p>The channel for the contact.</p>
|
|
7080
|
+
* <important>
|
|
7081
|
+
* <p>The CHAT channel is not supported. The following information is incorrect. We're working to correct it.</p>
|
|
7082
|
+
* </important>
|
|
7541
7083
|
* @public
|
|
7542
7084
|
*/
|
|
7543
|
-
|
|
7085
|
+
Channel: Channel | undefined;
|
|
7544
7086
|
/**
|
|
7545
|
-
* <p>
|
|
7087
|
+
* <p>Indicates how the contact was initiated. </p>
|
|
7088
|
+
* <important>
|
|
7089
|
+
* <p>CreateContact only supports the following initiation methods. Valid values by channel are: </p>
|
|
7090
|
+
* <ul>
|
|
7091
|
+
* <li>
|
|
7092
|
+
* <p>For VOICE: <code>TRANSFER</code> and the subtype <code>connect:ExternalAudio</code>
|
|
7093
|
+
* </p>
|
|
7094
|
+
* </li>
|
|
7095
|
+
* <li>
|
|
7096
|
+
* <p>For EMAIL: <code>OUTBOUND</code> | <code>AGENT_REPLY</code> | <code>FLOW</code>
|
|
7097
|
+
* </p>
|
|
7098
|
+
* </li>
|
|
7099
|
+
* <li>
|
|
7100
|
+
* <p>For TASK: <code>API</code>
|
|
7101
|
+
* </p>
|
|
7102
|
+
* </li>
|
|
7103
|
+
* </ul>
|
|
7104
|
+
* <p>The other channels listed below are incorrect. We're working to correct this information.</p>
|
|
7105
|
+
* </important>
|
|
7546
7106
|
* @public
|
|
7547
7107
|
*/
|
|
7548
|
-
|
|
7108
|
+
InitiationMethod: ContactInitiationMethod | undefined;
|
|
7549
7109
|
/**
|
|
7550
|
-
* <p>
|
|
7110
|
+
* <p>Number of minutes the contact will be active for before expiring</p>
|
|
7551
7111
|
* @public
|
|
7552
7112
|
*/
|
|
7553
|
-
|
|
7113
|
+
ExpiryDurationInMinutes?: number | undefined;
|
|
7554
7114
|
/**
|
|
7555
|
-
* <p>
|
|
7115
|
+
* <p>User details for the contact</p>
|
|
7116
|
+
* <important>
|
|
7117
|
+
* <p>UserInfo is required when creating an EMAIL contact with <code>OUTBOUND</code> and <code>AGENT_REPLY</code>
|
|
7118
|
+
* contact initiation methods.</p>
|
|
7119
|
+
* </important>
|
|
7556
7120
|
* @public
|
|
7557
7121
|
*/
|
|
7558
|
-
|
|
7122
|
+
UserInfo?: UserInfo | undefined;
|
|
7559
7123
|
/**
|
|
7560
|
-
* <p>
|
|
7124
|
+
* <p>Initial state of the contact when it's created. Only TASK channel contacts can be initiated with
|
|
7125
|
+
* <code>COMPLETED</code> state.</p>
|
|
7561
7126
|
* @public
|
|
7562
7127
|
*/
|
|
7563
|
-
|
|
7128
|
+
InitiateAs?: InitiateAs | undefined;
|
|
7564
7129
|
/**
|
|
7565
|
-
* <p>The
|
|
7130
|
+
* <p>The name of a the contact.</p>
|
|
7566
7131
|
* @public
|
|
7567
7132
|
*/
|
|
7568
|
-
|
|
7133
|
+
Name?: string | undefined;
|
|
7569
7134
|
/**
|
|
7570
|
-
* <p>
|
|
7135
|
+
* <p>A description of the contact.</p>
|
|
7571
7136
|
* @public
|
|
7572
7137
|
*/
|
|
7573
|
-
|
|
7138
|
+
Description?: string | undefined;
|
|
7139
|
+
/**
|
|
7140
|
+
* <p>A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an
|
|
7141
|
+
* attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
7142
|
+
* <p>Attribute keys can include only alphanumeric, -, and _.</p>
|
|
7143
|
+
* <p>This field can be used to set Segment Contact Expiry as a duration in minutes.</p>
|
|
7144
|
+
* <note>
|
|
7145
|
+
* <p>To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will
|
|
7146
|
+
* be active for before expiring, with <code>SegmentAttributes</code> like \{ <code> "connect:ContactExpiry":
|
|
7147
|
+
* \{"ValueMap" : \{ "ExpiryDuration": \{ "ValueInteger": 135\}\}\}\}</code>. </p>
|
|
7148
|
+
* </note>
|
|
7149
|
+
* @public
|
|
7150
|
+
*/
|
|
7151
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
7574
7152
|
/**
|
|
7575
|
-
* <p>
|
|
7153
|
+
* <p>The ID of the previous contact when creating a transfer contact. This value can be provided only for external
|
|
7154
|
+
* audio contacts. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Integrate Connect Customer Contact Lens with external voice
|
|
7155
|
+
* systems</a> in the <i>Connect Customer Administrator Guide</i>.</p>
|
|
7576
7156
|
* @public
|
|
7577
7157
|
*/
|
|
7578
|
-
|
|
7158
|
+
PreviousContactId?: string | undefined;
|
|
7579
7159
|
}
|
|
7580
7160
|
/**
|
|
7581
|
-
* <p>Information about an evaluation form used in a contact evaluation.</p>
|
|
7582
7161
|
* @public
|
|
7583
7162
|
*/
|
|
7584
|
-
export interface
|
|
7585
|
-
/**
|
|
7586
|
-
* <p>A version of the evaluation form.</p>
|
|
7587
|
-
* @public
|
|
7588
|
-
*/
|
|
7589
|
-
EvaluationFormVersion: number | undefined;
|
|
7590
|
-
/**
|
|
7591
|
-
* <p>The unique identifier for the evaluation form.</p>
|
|
7592
|
-
* @public
|
|
7593
|
-
*/
|
|
7594
|
-
EvaluationFormId: string | undefined;
|
|
7163
|
+
export interface StartChatContactRequest {
|
|
7595
7164
|
/**
|
|
7596
|
-
* <p>The Amazon Resource Name (ARN)
|
|
7165
|
+
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7597
7166
|
* @public
|
|
7598
7167
|
*/
|
|
7599
|
-
|
|
7168
|
+
InstanceId: string | undefined;
|
|
7600
7169
|
/**
|
|
7601
|
-
* <p>
|
|
7170
|
+
* <p>The identifier of the flow for initiating the chat.
|
|
7171
|
+
* To
|
|
7172
|
+
* see the ContactFlowId in the Connect Customer admin website, on the navigation menu go to <b>Routing</b>, <b>Flows</b>. Choose the flow. On the flow page, under the name of the flow, choose <b>Show additional flow information</b>. The ContactFlowId is the last part of the ARN, shown here
|
|
7173
|
+
* in bold: </p>
|
|
7174
|
+
* <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b>
|
|
7175
|
+
* </p>
|
|
7602
7176
|
* @public
|
|
7603
7177
|
*/
|
|
7604
|
-
|
|
7178
|
+
ContactFlowId: string | undefined;
|
|
7605
7179
|
/**
|
|
7606
|
-
* <p>The
|
|
7180
|
+
* <p>A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes. They
|
|
7181
|
+
* can be accessed in flows just like any other contact attributes. </p>
|
|
7182
|
+
* <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only
|
|
7183
|
+
* alphanumeric, dash, and underscore characters.</p>
|
|
7607
7184
|
* @public
|
|
7608
7185
|
*/
|
|
7609
|
-
|
|
7186
|
+
Attributes?: Record<string, string> | undefined;
|
|
7610
7187
|
/**
|
|
7611
|
-
* <p>
|
|
7188
|
+
* <p>Information identifying the participant.</p>
|
|
7612
7189
|
* @public
|
|
7613
7190
|
*/
|
|
7614
|
-
|
|
7191
|
+
ParticipantDetails: ParticipantDetails | undefined;
|
|
7615
7192
|
/**
|
|
7616
|
-
* <p>
|
|
7193
|
+
* <p> The configuration of the participant. </p>
|
|
7617
7194
|
* @public
|
|
7618
7195
|
*/
|
|
7619
|
-
|
|
7196
|
+
ParticipantConfiguration?: ParticipantConfiguration | undefined;
|
|
7620
7197
|
/**
|
|
7621
|
-
* <p>The
|
|
7198
|
+
* <p>The initial message to be sent to the newly created chat.</p>
|
|
7622
7199
|
* @public
|
|
7623
7200
|
*/
|
|
7624
|
-
|
|
7201
|
+
InitialMessage?: ChatMessage | undefined;
|
|
7625
7202
|
/**
|
|
7626
|
-
* <p>
|
|
7203
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
7204
|
+
* request. If not provided, the Amazon Web Services
|
|
7205
|
+
* SDK populates this field. For more information about idempotency, see
|
|
7206
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
7627
7207
|
* @public
|
|
7628
7208
|
*/
|
|
7629
|
-
|
|
7209
|
+
ClientToken?: string | undefined;
|
|
7630
7210
|
/**
|
|
7631
|
-
* <p>
|
|
7211
|
+
* <p>The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25
|
|
7212
|
+
* hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).</p>
|
|
7632
7213
|
* @public
|
|
7633
7214
|
*/
|
|
7634
|
-
|
|
7215
|
+
ChatDurationInMinutes?: number | undefined;
|
|
7635
7216
|
/**
|
|
7636
|
-
* <p>
|
|
7217
|
+
* <p>The supported chat message content types. Supported types are <code>text/plain</code>,
|
|
7218
|
+
* <code>text/markdown</code>, <code>application/json</code>,
|
|
7219
|
+
* <code>application/vnd.amazonaws.connect.message.interactive</code>, and
|
|
7220
|
+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>. </p>
|
|
7221
|
+
* <p>Content types must always contain <code>text/plain</code>. You can then put any other supported type in the
|
|
7222
|
+
* list. For example, all the following lists are valid because they contain <code>text/plain</code>: <code>[text/plain,
|
|
7223
|
+
* text/markdown, application/json]</code>, <code>[text/markdown, text/plain]</code>, <code>[text/plain,
|
|
7224
|
+
* application/json, application/vnd.amazonaws.connect.message.interactive.response]</code>. </p>
|
|
7225
|
+
* <note>
|
|
7226
|
+
* <p>The type <code>application/vnd.amazonaws.connect.message.interactive</code> is required to use the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/show-view-block.html">Show view</a> flow block.</p>
|
|
7227
|
+
* </note>
|
|
7637
7228
|
* @public
|
|
7638
7229
|
*/
|
|
7639
|
-
|
|
7640
|
-
}
|
|
7641
|
-
/**
|
|
7642
|
-
* @public
|
|
7643
|
-
*/
|
|
7644
|
-
export interface UpdateContactRoutingDataRequest {
|
|
7230
|
+
SupportedMessagingContentTypes?: string[] | undefined;
|
|
7645
7231
|
/**
|
|
7646
|
-
* <p>
|
|
7232
|
+
* <p>Enable persistent chats. For more information about enabling persistent chat, and for example use cases and how
|
|
7233
|
+
* to configure for them, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/chat-persistence.html">Enable
|
|
7234
|
+
* persistent chat</a>.</p>
|
|
7647
7235
|
* @public
|
|
7648
7236
|
*/
|
|
7649
|
-
|
|
7237
|
+
PersistentChat?: PersistentChat | undefined;
|
|
7650
7238
|
/**
|
|
7651
|
-
* <p>The identifier
|
|
7239
|
+
* <p>The unique identifier for an Connect Customer contact. This identifier is related to the chat starting.</p>
|
|
7240
|
+
* <note>
|
|
7241
|
+
* <p>You cannot provide data for both RelatedContactId and PersistentChat. </p>
|
|
7242
|
+
* </note>
|
|
7652
7243
|
* @public
|
|
7653
7244
|
*/
|
|
7654
|
-
|
|
7245
|
+
RelatedContactId?: string | undefined;
|
|
7655
7246
|
/**
|
|
7656
|
-
* <p>
|
|
7657
|
-
*
|
|
7658
|
-
*
|
|
7247
|
+
* <p>A set of system defined key-value pairs stored on individual contact segments using an attribute map. The
|
|
7248
|
+
* attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
7249
|
+
* <p>Attribute keys can include only alphanumeric, -, and _.</p>
|
|
7250
|
+
* <p>This field can be used to show channel subtype, such as <code>connect:Guide</code>.</p>
|
|
7251
|
+
* <note>
|
|
7252
|
+
* <p>The types <code>application/vnd.amazonaws.connect.message.interactive</code> and
|
|
7253
|
+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code> must be present in the
|
|
7254
|
+
* SupportedMessagingContentTypes field of this API in order to set <code>SegmentAttributes</code> as \{<code>
|
|
7255
|
+
* "connect:Subtype": \{"valueString" : "connect:Guide" \}\}</code>.</p>
|
|
7256
|
+
* </note>
|
|
7659
7257
|
* @public
|
|
7660
7258
|
*/
|
|
7661
|
-
|
|
7259
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
7662
7260
|
/**
|
|
7663
|
-
* <p>
|
|
7664
|
-
*
|
|
7261
|
+
* <p>The customer's identification number. For example, the <code>CustomerId</code> may be a customer number from
|
|
7262
|
+
* your CRM.</p>
|
|
7665
7263
|
* @public
|
|
7666
7264
|
*/
|
|
7667
|
-
|
|
7265
|
+
CustomerId?: string | undefined;
|
|
7668
7266
|
/**
|
|
7669
|
-
* <p>
|
|
7670
|
-
* within the queue.</p>
|
|
7267
|
+
* <p>A list of participant types to automatically disconnect when the end customer ends the chat session, allowing them to continue through disconnect flows such as surveys or feedback forms.</p>
|
|
7671
7268
|
* @public
|
|
7672
7269
|
*/
|
|
7673
|
-
|
|
7270
|
+
DisconnectOnCustomerExit?: DisconnectOnCustomerExitParticipantType[] | undefined;
|
|
7674
7271
|
}
|
|
7675
7272
|
/**
|
|
7676
7273
|
* @public
|
|
7677
7274
|
*/
|
|
7678
|
-
export interface
|
|
7275
|
+
export interface StartEmailContactRequest {
|
|
7679
7276
|
/**
|
|
7680
7277
|
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7681
7278
|
* @public
|
|
7682
7279
|
*/
|
|
7683
7280
|
InstanceId: string | undefined;
|
|
7684
7281
|
/**
|
|
7685
|
-
* <p>The
|
|
7686
|
-
* @public
|
|
7687
|
-
*/
|
|
7688
|
-
EvaluationFormId: string | undefined;
|
|
7689
|
-
/**
|
|
7690
|
-
* <p>A version of the evaluation form to update.</p>
|
|
7691
|
-
* @public
|
|
7692
|
-
*/
|
|
7693
|
-
EvaluationFormVersion: number | undefined;
|
|
7694
|
-
/**
|
|
7695
|
-
* <p>A flag indicating whether the operation must create a new version.</p>
|
|
7282
|
+
* <p>The email address of the customer.</p>
|
|
7696
7283
|
* @public
|
|
7697
7284
|
*/
|
|
7698
|
-
|
|
7285
|
+
FromEmailAddress: EmailAddressInfo | undefined;
|
|
7699
7286
|
/**
|
|
7700
|
-
* <p>
|
|
7287
|
+
* <p>The email address associated with the Connect Customer instance.</p>
|
|
7701
7288
|
* @public
|
|
7702
7289
|
*/
|
|
7703
|
-
|
|
7290
|
+
DestinationEmailAddress: string | undefined;
|
|
7704
7291
|
/**
|
|
7705
|
-
* <p>
|
|
7292
|
+
* <p>A description of the email contact.</p>
|
|
7706
7293
|
* @public
|
|
7707
7294
|
*/
|
|
7708
7295
|
Description?: string | undefined;
|
|
7709
7296
|
/**
|
|
7710
|
-
* <p>
|
|
7711
|
-
*
|
|
7712
|
-
|
|
7713
|
-
|
|
7714
|
-
/**
|
|
7715
|
-
* <p>A scoring strategy of the evaluation form.</p>
|
|
7297
|
+
* <p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Emails can have the following
|
|
7298
|
+
* reference types at the time of creation: <code>URL</code> | <code>NUMBER</code> | <code>STRING</code> |
|
|
7299
|
+
* <code>DATE</code>. <code>EMAIL</code> | <code>EMAIL_MESSAGE</code> |<code>ATTACHMENT</code> are not a supported
|
|
7300
|
+
* reference type during email creation.</p>
|
|
7716
7301
|
* @public
|
|
7717
7302
|
*/
|
|
7718
|
-
|
|
7303
|
+
References?: Record<string, Reference> | undefined;
|
|
7719
7304
|
/**
|
|
7720
|
-
* <p>
|
|
7305
|
+
* <p>The name of a email that is shown to an agent in the Contact Control Panel (CCP).</p>
|
|
7721
7306
|
* @public
|
|
7722
7307
|
*/
|
|
7723
|
-
|
|
7308
|
+
Name?: string | undefined;
|
|
7724
7309
|
/**
|
|
7725
|
-
* <p>
|
|
7310
|
+
* <p>The email message body to be sent to the newly created email.</p>
|
|
7726
7311
|
* @public
|
|
7727
7312
|
*/
|
|
7728
|
-
|
|
7313
|
+
EmailMessage: InboundEmailContent | undefined;
|
|
7729
7314
|
/**
|
|
7730
|
-
* <p>
|
|
7315
|
+
* <p>The additional recipients address of the email.</p>
|
|
7731
7316
|
* @public
|
|
7732
7317
|
*/
|
|
7733
|
-
|
|
7318
|
+
AdditionalRecipients?: InboundAdditionalRecipients | undefined;
|
|
7734
7319
|
/**
|
|
7735
|
-
* <p>
|
|
7736
|
-
* request. If not provided, the Amazon Web Services
|
|
7737
|
-
* SDK populates this field. For more information about idempotency, see
|
|
7738
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
7320
|
+
* <p>List of S3 presigned URLs of email attachments and their file name. </p>
|
|
7739
7321
|
* @public
|
|
7740
7322
|
*/
|
|
7741
|
-
|
|
7323
|
+
Attachments?: EmailAttachment[] | undefined;
|
|
7742
7324
|
/**
|
|
7743
|
-
* <p>
|
|
7325
|
+
* <p>The identifier of the flow for initiating the emails. To see the ContactFlowId in the Connect Customer admin website, on the navigation
|
|
7326
|
+
* menu go to <b>Routing</b>, <b>Flows</b>. Choose the flow. On the
|
|
7327
|
+
* flow page, under the name of the flow, choose <b>Show additional flow information</b>. The
|
|
7328
|
+
* ContactFlowId is the last part of the ARN, shown here in bold: </p>
|
|
7329
|
+
* <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b>
|
|
7330
|
+
* </p>
|
|
7744
7331
|
* @public
|
|
7745
7332
|
*/
|
|
7746
|
-
|
|
7333
|
+
ContactFlowId?: string | undefined;
|
|
7747
7334
|
/**
|
|
7748
|
-
* <p>
|
|
7335
|
+
* <p>The contactId that is related to this contact. Linking emails together by using <code>RelatedContactID</code>
|
|
7336
|
+
* copies over contact attributes from the related email contact to the new email contact. All updates to user-defined
|
|
7337
|
+
* attributes in the new email contact are limited to the individual contact ID. There are no limits to the number of
|
|
7338
|
+
* contacts that can be linked by using <code>RelatedContactId</code>. </p>
|
|
7749
7339
|
* @public
|
|
7750
7340
|
*/
|
|
7751
|
-
|
|
7752
|
-
}
|
|
7753
|
-
/**
|
|
7754
|
-
* @public
|
|
7755
|
-
*/
|
|
7756
|
-
export interface DescribeContactEvaluationResponse {
|
|
7341
|
+
RelatedContactId?: string | undefined;
|
|
7757
7342
|
/**
|
|
7758
|
-
* <p>
|
|
7343
|
+
* <p>A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and
|
|
7344
|
+
* can be accessed in flows just like any other contact attributes.</p>
|
|
7345
|
+
* <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only
|
|
7346
|
+
* alphanumeric, dash, and underscore characters.</p>
|
|
7759
7347
|
* @public
|
|
7760
7348
|
*/
|
|
7761
|
-
|
|
7349
|
+
Attributes?: Record<string, string> | undefined;
|
|
7762
7350
|
/**
|
|
7763
|
-
* <p>
|
|
7351
|
+
* <p>A set of system defined key-value pairs stored on individual contact segments using an attribute map. The
|
|
7352
|
+
* attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
7353
|
+
* <p>Attribute keys can include only alphanumeric, -, and _.</p>
|
|
7354
|
+
* <p>This field can be used to show channel subtype, such as <code>connect:Guide</code>.</p>
|
|
7355
|
+
* <note>
|
|
7356
|
+
* <p>To set contact expiry, a <code>ValueMap</code> must be specified containing the integer number of minutes the
|
|
7357
|
+
* contact will be active for before expiring, with <code>SegmentAttributes</code> like \{ <code>
|
|
7358
|
+
* "connect:ContactExpiry": \{"ValueMap" : \{ "ExpiryDuration": \{ "ValueInteger":135\}\}\}\}</code>.</p>
|
|
7359
|
+
* </note>
|
|
7764
7360
|
* @public
|
|
7765
7361
|
*/
|
|
7766
|
-
|
|
7767
|
-
}
|
|
7768
|
-
/**
|
|
7769
|
-
* @public
|
|
7770
|
-
*/
|
|
7771
|
-
export interface DescribeEvaluationFormResponse {
|
|
7362
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
7772
7363
|
/**
|
|
7773
|
-
* <p>
|
|
7364
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
7365
|
+
* request. If not provided, the Amazon Web Services
|
|
7366
|
+
* SDK populates this field. For more information about idempotency, see
|
|
7367
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
7774
7368
|
* @public
|
|
7775
7369
|
*/
|
|
7776
|
-
|
|
7370
|
+
ClientToken?: string | undefined;
|
|
7777
7371
|
}
|
|
7778
7372
|
/**
|
|
7779
|
-
* <p>Contains information about a contact.</p>
|
|
7780
7373
|
* @public
|
|
7781
7374
|
*/
|
|
7782
|
-
export interface
|
|
7783
|
-
/**
|
|
7784
|
-
* <p>The Amazon Resource Name (ARN) for the contact.</p>
|
|
7785
|
-
* @public
|
|
7786
|
-
*/
|
|
7787
|
-
Arn?: string | undefined;
|
|
7788
|
-
/**
|
|
7789
|
-
* <p>The identifier for the contact.</p>
|
|
7790
|
-
* @public
|
|
7791
|
-
*/
|
|
7792
|
-
Id?: string | undefined;
|
|
7793
|
-
/**
|
|
7794
|
-
* <p>If this contact is related to other contacts, this is the ID of the initial contact.</p>
|
|
7795
|
-
* @public
|
|
7796
|
-
*/
|
|
7797
|
-
InitialContactId?: string | undefined;
|
|
7798
|
-
/**
|
|
7799
|
-
* <p>If this contact is not the first contact, this is the ID of the previous contact.</p>
|
|
7800
|
-
* @public
|
|
7801
|
-
*/
|
|
7802
|
-
PreviousContactId?: string | undefined;
|
|
7375
|
+
export interface StartOutboundChatContactRequest {
|
|
7803
7376
|
/**
|
|
7804
|
-
* <p>
|
|
7805
|
-
* tree.</p>
|
|
7377
|
+
* <p>Information about the endpoint.</p>
|
|
7806
7378
|
* @public
|
|
7807
7379
|
*/
|
|
7808
|
-
|
|
7380
|
+
SourceEndpoint: Endpoint | undefined;
|
|
7809
7381
|
/**
|
|
7810
|
-
* <p>
|
|
7382
|
+
* <p>Information about the endpoint.</p>
|
|
7811
7383
|
* @public
|
|
7812
7384
|
*/
|
|
7813
|
-
|
|
7385
|
+
DestinationEndpoint: Endpoint | undefined;
|
|
7814
7386
|
/**
|
|
7815
|
-
* <p>The
|
|
7387
|
+
* <p>The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name
|
|
7388
|
+
* (ARN) of the instance.</p>
|
|
7816
7389
|
* @public
|
|
7817
7390
|
*/
|
|
7818
|
-
|
|
7391
|
+
InstanceId: string | undefined;
|
|
7819
7392
|
/**
|
|
7820
|
-
* <p>
|
|
7393
|
+
* <p>A set of system defined key-value pairs stored on individual contact segments using an attribute map. The
|
|
7394
|
+
* attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
7395
|
+
* <ul>
|
|
7396
|
+
* <li>
|
|
7397
|
+
* <p>Attribute keys can include only alphanumeric, <code>-</code>, and <code>_</code>.</p>
|
|
7398
|
+
* </li>
|
|
7399
|
+
* <li>
|
|
7400
|
+
* <p>This field can be used to show channel subtype, such as <code>connect:SMS</code> and
|
|
7401
|
+
* <code>connect:WhatsApp</code>.</p>
|
|
7402
|
+
* </li>
|
|
7403
|
+
* </ul>
|
|
7821
7404
|
* @public
|
|
7822
7405
|
*/
|
|
7823
|
-
|
|
7406
|
+
SegmentAttributes: Record<string, SegmentAttributeValue> | undefined;
|
|
7824
7407
|
/**
|
|
7825
|
-
* <p>
|
|
7408
|
+
* <p>A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and
|
|
7409
|
+
* can be accessed in flows just like any other contact attributes.</p>
|
|
7826
7410
|
* @public
|
|
7827
7411
|
*/
|
|
7828
|
-
|
|
7412
|
+
Attributes?: Record<string, string> | undefined;
|
|
7829
7413
|
/**
|
|
7830
|
-
* <p>
|
|
7414
|
+
* <p>The identifier of the flow for the call. To see the ContactFlowId in the Connect Customer console user
|
|
7415
|
+
* interface, on the navigation menu go to <b>Routing, Contact Flows</b>. Choose the flow. On
|
|
7416
|
+
* the flow page, under the name of the flow, choose <b>Show additional flow information</b>.
|
|
7417
|
+
* The ContactFlowId is the last part of the ARN, shown here in bold:</p>
|
|
7418
|
+
* <ul>
|
|
7419
|
+
* <li>
|
|
7420
|
+
* <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>123ec456-a007-89c0-1234-xxxxxxxxxxxx</b>
|
|
7421
|
+
* </p>
|
|
7422
|
+
* </li>
|
|
7423
|
+
* </ul>
|
|
7831
7424
|
* @public
|
|
7832
7425
|
*/
|
|
7833
|
-
|
|
7426
|
+
ContactFlowId: string | undefined;
|
|
7834
7427
|
/**
|
|
7835
|
-
* <p>
|
|
7428
|
+
* <p>The total duration of the newly started chat session. If not specified, the chat session duration defaults to 25
|
|
7429
|
+
* hour. The minimum configurable time is 60 minutes. The maximum configurable time is 10,080 minutes (7 days).</p>
|
|
7836
7430
|
* @public
|
|
7837
7431
|
*/
|
|
7838
|
-
|
|
7432
|
+
ChatDurationInMinutes?: number | undefined;
|
|
7839
7433
|
/**
|
|
7840
|
-
* <p>The
|
|
7841
|
-
* arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the
|
|
7842
|
-
* callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer
|
|
7843
|
-
* was initiated. For <code>API</code>, this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is
|
|
7844
|
-
* when the agent started dialing the external participant. For <code>MONITOR</code>, this is when the supervisor
|
|
7845
|
-
* started listening to a contact.</p>
|
|
7434
|
+
* <p>The customer's details.</p>
|
|
7846
7435
|
* @public
|
|
7847
7436
|
*/
|
|
7848
|
-
|
|
7437
|
+
ParticipantDetails?: ParticipantDetails | undefined;
|
|
7849
7438
|
/**
|
|
7850
|
-
* <p>
|
|
7851
|
-
* scenarios, the DisconnectTimestamp of the previous contact indicates the date and time when that contact
|
|
7852
|
-
* ended.</p>
|
|
7439
|
+
* <p>A chat message.</p>
|
|
7853
7440
|
* @public
|
|
7854
7441
|
*/
|
|
7855
|
-
|
|
7442
|
+
InitialSystemMessage?: ChatMessage | undefined;
|
|
7856
7443
|
/**
|
|
7857
|
-
* <p>
|
|
7444
|
+
* <p>Information about template message configuration.</p>
|
|
7858
7445
|
* @public
|
|
7859
7446
|
*/
|
|
7860
|
-
|
|
7447
|
+
InitialTemplatedSystemMessage?: TemplatedMessageConfig | undefined;
|
|
7861
7448
|
/**
|
|
7862
|
-
* <p>The
|
|
7449
|
+
* <p>The unique identifier for an Connect Customer contact. This identifier is related to the contact
|
|
7450
|
+
* starting.</p>
|
|
7863
7451
|
* @public
|
|
7864
7452
|
*/
|
|
7865
|
-
|
|
7453
|
+
RelatedContactId?: string | undefined;
|
|
7866
7454
|
/**
|
|
7867
|
-
* <p>The
|
|
7455
|
+
* <p>The supported chat message content types. Supported types are:</p>
|
|
7456
|
+
* <ul>
|
|
7457
|
+
* <li>
|
|
7458
|
+
* <p>
|
|
7459
|
+
* <code>text/plain</code>
|
|
7460
|
+
* </p>
|
|
7461
|
+
* </li>
|
|
7462
|
+
* <li>
|
|
7463
|
+
* <p>
|
|
7464
|
+
* <code>text/markdown</code>
|
|
7465
|
+
* </p>
|
|
7466
|
+
* </li>
|
|
7467
|
+
* <li>
|
|
7468
|
+
* <p>
|
|
7469
|
+
* <code>application/json, application/vnd.amazonaws.connect.message.interactive</code>
|
|
7470
|
+
* </p>
|
|
7471
|
+
* </li>
|
|
7472
|
+
* <li>
|
|
7473
|
+
* <p>
|
|
7474
|
+
* <code>application/vnd.amazonaws.connect.message.interactive.response</code>
|
|
7475
|
+
* </p>
|
|
7476
|
+
* </li>
|
|
7477
|
+
* </ul>
|
|
7478
|
+
* <p>Content types must always contain <code>text/plain</code>. You can then put any other supported type in the
|
|
7479
|
+
* list. For example, all the following lists are valid because they contain <code>text/plain</code>:</p>
|
|
7480
|
+
* <ul>
|
|
7481
|
+
* <li>
|
|
7482
|
+
* <p>
|
|
7483
|
+
* <code>[text/plain, text/markdown, application/json]</code>
|
|
7484
|
+
* </p>
|
|
7485
|
+
* </li>
|
|
7486
|
+
* <li>
|
|
7487
|
+
* <p>
|
|
7488
|
+
* <code>[text/markdown, text/plain]</code>
|
|
7489
|
+
* </p>
|
|
7490
|
+
* </li>
|
|
7491
|
+
* <li>
|
|
7492
|
+
* <p>
|
|
7493
|
+
* <code>[text/plain, application/json,
|
|
7494
|
+
* application/vnd.amazonaws.connect.message.interactive.response]</code>
|
|
7495
|
+
* </p>
|
|
7496
|
+
* </li>
|
|
7497
|
+
* </ul>
|
|
7868
7498
|
* @public
|
|
7869
7499
|
*/
|
|
7870
|
-
|
|
7500
|
+
SupportedMessagingContentTypes?: string[] | undefined;
|
|
7871
7501
|
/**
|
|
7872
|
-
* <p>
|
|
7502
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided,
|
|
7503
|
+
* the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with
|
|
7504
|
+
* idempotent APIs</a>. The token is valid for 7 days after creation. If a contact is already started, the contact
|
|
7505
|
+
* ID is returned.</p>
|
|
7873
7506
|
* @public
|
|
7874
7507
|
*/
|
|
7875
|
-
|
|
7508
|
+
ClientToken?: string | undefined;
|
|
7509
|
+
}
|
|
7510
|
+
/**
|
|
7511
|
+
* @public
|
|
7512
|
+
*/
|
|
7513
|
+
export interface StartTaskContactRequest {
|
|
7876
7514
|
/**
|
|
7877
|
-
* <p>
|
|
7515
|
+
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7878
7516
|
* @public
|
|
7879
7517
|
*/
|
|
7880
|
-
|
|
7518
|
+
InstanceId: string | undefined;
|
|
7881
7519
|
/**
|
|
7882
|
-
* <p>
|
|
7520
|
+
* <p>The identifier of the previous chat, voice, or task contact. Any updates to user-defined attributes to task
|
|
7521
|
+
* contacts linked using the same <code>PreviousContactID</code> will affect every contact in the chain. There can be a
|
|
7522
|
+
* maximum of 12 linked task contacts in a chain.</p>
|
|
7883
7523
|
* @public
|
|
7884
7524
|
*/
|
|
7885
|
-
|
|
7525
|
+
PreviousContactId?: string | undefined;
|
|
7886
7526
|
/**
|
|
7887
|
-
* <p>The
|
|
7527
|
+
* <p>The identifier of the flow for initiating the tasks. To see the ContactFlowId in the Connect Customer admin website, on the navigation
|
|
7528
|
+
* menu go to <b>Routing</b>, <b>Flows</b>. Choose the flow. On the
|
|
7529
|
+
* flow page, under the name of the flow, choose <b>Show additional flow information</b>. The
|
|
7530
|
+
* ContactFlowId is the last part of the ARN, shown here in bold: </p>
|
|
7531
|
+
* <p>arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contact-flow/<b>846ec553-a005-41c0-8341-xxxxxxxxxxxx</b>
|
|
7532
|
+
* </p>
|
|
7888
7533
|
* @public
|
|
7889
7534
|
*/
|
|
7890
|
-
|
|
7535
|
+
ContactFlowId?: string | undefined;
|
|
7891
7536
|
/**
|
|
7892
|
-
* <p>
|
|
7537
|
+
* <p>A custom key-value pair using an attribute map. The attributes are standard Connect Customer attributes, and
|
|
7538
|
+
* can be accessed in flows just like any other contact attributes.</p>
|
|
7539
|
+
* <p>There can be up to 32,768 UTF-8 bytes across all key-value pairs per contact. Attribute keys can include only
|
|
7540
|
+
* alphanumeric, dash, and underscore characters.</p>
|
|
7893
7541
|
* @public
|
|
7894
7542
|
*/
|
|
7895
|
-
|
|
7543
|
+
Attributes?: Record<string, string> | undefined;
|
|
7896
7544
|
/**
|
|
7897
|
-
* <p>
|
|
7545
|
+
* <p>The name of a task that is shown to an agent in the Contact Control Panel (CCP).</p>
|
|
7898
7546
|
* @public
|
|
7899
7547
|
*/
|
|
7900
|
-
|
|
7548
|
+
Name: string | undefined;
|
|
7901
7549
|
/**
|
|
7902
|
-
* <p>
|
|
7903
|
-
*
|
|
7904
|
-
*
|
|
7905
|
-
*
|
|
7550
|
+
* <p>A formatted URL that is shown to an agent in the Contact Control Panel (CCP). Tasks can have the following
|
|
7551
|
+
* reference types at the time of creation: <code>URL</code> | <code>NUMBER</code> | <code>STRING</code> |
|
|
7552
|
+
* <code>DATE</code> | <code>EMAIL</code>. <code>ATTACHMENT</code> is not a supported reference type during task
|
|
7553
|
+
* creation.</p>
|
|
7906
7554
|
* @public
|
|
7907
7555
|
*/
|
|
7908
|
-
|
|
7556
|
+
References?: Record<string, Reference> | undefined;
|
|
7909
7557
|
/**
|
|
7910
|
-
* <p>
|
|
7558
|
+
* <p>A description of the task that is shown to an agent in the Contact Control Panel (CCP).</p>
|
|
7911
7559
|
* @public
|
|
7912
7560
|
*/
|
|
7913
|
-
|
|
7561
|
+
Description?: string | undefined;
|
|
7914
7562
|
/**
|
|
7915
|
-
* <p>
|
|
7916
|
-
*
|
|
7917
|
-
*
|
|
7918
|
-
*
|
|
7563
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
7564
|
+
* request. If not provided, the Amazon Web Services
|
|
7565
|
+
* SDK populates this field. For more information about idempotency, see
|
|
7566
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
7919
7567
|
* @public
|
|
7920
7568
|
*/
|
|
7921
|
-
|
|
7569
|
+
ClientToken?: string | undefined;
|
|
7922
7570
|
/**
|
|
7923
|
-
* <p>
|
|
7924
|
-
* time are routed preferentially). Cannot be specified if the QueuePriority is specified. Must be statically defined
|
|
7925
|
-
* and a valid integer value.</p>
|
|
7571
|
+
* <p>The timestamp, in Unix Epoch seconds format, at which to start running the inbound flow. The scheduled time cannot be in the past. It must be within up to 6 days in future. </p>
|
|
7926
7572
|
* @public
|
|
7927
7573
|
*/
|
|
7928
|
-
|
|
7574
|
+
ScheduledTime?: Date | undefined;
|
|
7929
7575
|
/**
|
|
7930
|
-
* <p>
|
|
7931
|
-
* preferentially). Cannot be specified if the QueueTimeAdjustmentSeconds is specified. Must be statically defined, must
|
|
7932
|
-
* be larger than zero, and a valid integer value. Default Value is 5.</p>
|
|
7576
|
+
* <p>A unique identifier for the task template. For more information about task templates, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/task-templates.html">Create task templates</a> in the <i>Connect Customer Administrator Guide</i>. </p>
|
|
7933
7577
|
* @public
|
|
7934
7578
|
*/
|
|
7935
|
-
|
|
7579
|
+
TaskTemplateId?: string | undefined;
|
|
7936
7580
|
/**
|
|
7937
|
-
* <p>
|
|
7581
|
+
* <p>The identifier for the quick connect. Tasks that are created by using <code>QuickConnectId</code> will use the flow that is defined
|
|
7582
|
+
* on agent or queue quick connect. For more information about quick connects, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/quick-connects.html">Create quick connects</a>.</p>
|
|
7938
7583
|
* @public
|
|
7939
7584
|
*/
|
|
7940
|
-
|
|
7585
|
+
QuickConnectId?: string | undefined;
|
|
7941
7586
|
/**
|
|
7942
|
-
* <p>The
|
|
7587
|
+
* <p>The contactId that is <a href="https://docs.aws.amazon.com/connect/latest/adminguide/tasks.html#linked-tasks">related</a> to this contact. Linking tasks together by using <code>RelatedContactID</code> copies over contact
|
|
7588
|
+
* attributes from the related task contact to the new task contact. All updates to user-defined attributes in the new
|
|
7589
|
+
* task contact are limited to the individual contact ID, unlike what happens when tasks are linked by using
|
|
7590
|
+
* <code>PreviousContactID</code>. There are no limits to the number of contacts that can be linked by using
|
|
7591
|
+
* <code>RelatedContactId</code>. </p>
|
|
7943
7592
|
* @public
|
|
7944
7593
|
*/
|
|
7945
|
-
|
|
7594
|
+
RelatedContactId?: string | undefined;
|
|
7946
7595
|
/**
|
|
7947
|
-
* <p>
|
|
7596
|
+
* <p>A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an
|
|
7597
|
+
* attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
7598
|
+
* <p>Attribute keys can include only alphanumeric, -, and _.</p>
|
|
7599
|
+
* <p>This field can be used to set Contact Expiry as a duration in minutes and set a UserId for the User who created
|
|
7600
|
+
* a task.</p>
|
|
7601
|
+
* <note>
|
|
7602
|
+
* <p>To set contact expiry, a ValueMap must be specified containing the integer number of minutes the contact will
|
|
7603
|
+
* be active for before expiring, with <code>SegmentAttributes</code> like \{ <code> "connect:ContactExpiry":
|
|
7604
|
+
* \{"ValueMap" : \{ "ExpiryDuration": \{ "ValueInteger": 135\}\}\}\}</code>. </p>
|
|
7605
|
+
* <p>To set the created by user, a valid AgentResourceId must be supplied, with <code>SegmentAttributes</code> like
|
|
7606
|
+
* \{ <code>"connect:CreatedByUser" \{ "ValueString":
|
|
7607
|
+
* "arn:aws:connect:us-west-2:xxxxxxxxxxxx:instance/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/agent/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"\}\}\}</code>.
|
|
7608
|
+
* </p>
|
|
7609
|
+
* </note>
|
|
7948
7610
|
* @public
|
|
7949
7611
|
*/
|
|
7950
|
-
|
|
7612
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
7951
7613
|
/**
|
|
7952
|
-
* <p>
|
|
7614
|
+
* <p>List of S3 presigned URLs of task attachments and their file name. You can have a maximum of 5 attachments per task.</p>
|
|
7953
7615
|
* @public
|
|
7954
7616
|
*/
|
|
7955
|
-
|
|
7617
|
+
Attachments?: TaskAttachment[] | undefined;
|
|
7618
|
+
}
|
|
7619
|
+
/**
|
|
7620
|
+
* @public
|
|
7621
|
+
*/
|
|
7622
|
+
export interface UpdateContactRequest {
|
|
7956
7623
|
/**
|
|
7957
|
-
* <p>
|
|
7624
|
+
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
7958
7625
|
* @public
|
|
7959
7626
|
*/
|
|
7960
|
-
|
|
7627
|
+
InstanceId: string | undefined;
|
|
7961
7628
|
/**
|
|
7962
|
-
* <p>
|
|
7629
|
+
* <p>The identifier of the contact. This is the identifier of the contact associated with the first interaction with
|
|
7630
|
+
* your contact center.</p>
|
|
7963
7631
|
* @public
|
|
7964
7632
|
*/
|
|
7965
|
-
|
|
7633
|
+
ContactId: string | undefined;
|
|
7966
7634
|
/**
|
|
7967
|
-
* <p>
|
|
7635
|
+
* <p>The name of the contact.</p>
|
|
7968
7636
|
* @public
|
|
7969
7637
|
*/
|
|
7970
|
-
|
|
7638
|
+
Name?: string | undefined;
|
|
7971
7639
|
/**
|
|
7972
|
-
* <p>
|
|
7640
|
+
* <p>The description of the contact.</p>
|
|
7973
7641
|
* @public
|
|
7974
7642
|
*/
|
|
7975
|
-
|
|
7643
|
+
Description?: string | undefined;
|
|
7976
7644
|
/**
|
|
7977
|
-
* <p>
|
|
7645
|
+
* <p>Well-formed data on contact, shown to agents on Contact Control Panel (CCP).</p>
|
|
7978
7646
|
* @public
|
|
7979
7647
|
*/
|
|
7980
|
-
|
|
7648
|
+
References?: Record<string, Reference> | undefined;
|
|
7981
7649
|
/**
|
|
7982
|
-
* <p>
|
|
7650
|
+
* <p>A set of system defined key-value pairs stored on individual contact segments (unique contact ID) using an
|
|
7651
|
+
* attribute map. The attributes are standard Connect Customer attributes. They can be accessed in flows.</p>
|
|
7652
|
+
* <p>Attribute keys can include only alphanumeric, -, and _.</p>
|
|
7653
|
+
* <p>This field can be used to show channel subtype, such as <code>connect:Guide</code>.</p>
|
|
7654
|
+
* <p>Contact Expiry, and user-defined attributes (String - String) that are defined in predefined attributes, can be
|
|
7655
|
+
* updated by using the UpdateContact API.</p>
|
|
7983
7656
|
* @public
|
|
7984
7657
|
*/
|
|
7985
|
-
|
|
7658
|
+
SegmentAttributes?: Record<string, SegmentAttributeValue> | undefined;
|
|
7986
7659
|
/**
|
|
7987
|
-
* <p>
|
|
7660
|
+
* <p> Information about the queue associated with a contact. This parameter can only be updated for external audio
|
|
7661
|
+
* contacts. It is used when you integrate third-party systems with Contact Lens for analytics. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Connect Customer Contact Lens integration</a> in
|
|
7662
|
+
* the <i>
|
|
7663
|
+
* Connect Customer Administrator Guide</i>.</p>
|
|
7988
7664
|
* @public
|
|
7989
7665
|
*/
|
|
7990
|
-
|
|
7666
|
+
QueueInfo?: QueueInfoInput | undefined;
|
|
7991
7667
|
/**
|
|
7992
|
-
* <p>
|
|
7993
|
-
*
|
|
7994
|
-
*
|
|
7995
|
-
*
|
|
7668
|
+
* <p>Information about the agent associated with a contact. This parameter can only be updated for external audio
|
|
7669
|
+
* contacts. It is used when you integrate third-party systems with Contact Lens for analytics. For more information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Connect Customer Contact Lens integration</a> in
|
|
7670
|
+
* the <i>
|
|
7671
|
+
* Connect Customer Administrator Guide</i>.</p>
|
|
7996
7672
|
* @public
|
|
7997
7673
|
*/
|
|
7998
|
-
|
|
7674
|
+
UserInfo?: UserInfo | undefined;
|
|
7999
7675
|
/**
|
|
8000
|
-
* <p>
|
|
7676
|
+
* <p>The endpoint of the customer for which the contact was initiated. For external audio contacts, this is usually
|
|
7677
|
+
* the end customer's phone number. This value can only be updated for external audio contacts. For more information,
|
|
7678
|
+
* see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Connect Customer
|
|
7679
|
+
* Contact Lens integration</a> in the <i>Connect Customer Administrator Guide</i>.</p>
|
|
8001
7680
|
* @public
|
|
8002
7681
|
*/
|
|
8003
|
-
|
|
7682
|
+
CustomerEndpoint?: Endpoint | undefined;
|
|
8004
7683
|
/**
|
|
8005
|
-
* <p>
|
|
8006
|
-
*
|
|
8007
|
-
*
|
|
7684
|
+
* <p>External system endpoint for the contact was initiated. For external audio contacts, this is the phone number of
|
|
7685
|
+
* the external system such as the contact center. This value can only be updated for external audio contacts. For more
|
|
7686
|
+
* information, see <a href="https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-integration.html">Connect Customer Contact Lens integration</a> in the <i>Connect Customer Administrator
|
|
7687
|
+
* Guide</i>.</p>
|
|
8008
7688
|
* @public
|
|
8009
7689
|
*/
|
|
8010
|
-
|
|
7690
|
+
SystemEndpoint?: Endpoint | undefined;
|
|
7691
|
+
}
|
|
7692
|
+
/**
|
|
7693
|
+
* <p>Information about an item from an evaluation form. The item must be either a section or a question.</p>
|
|
7694
|
+
* @public
|
|
7695
|
+
*/
|
|
7696
|
+
export type EvaluationFormItem = EvaluationFormItem.QuestionMember | EvaluationFormItem.SectionMember | EvaluationFormItem.$UnknownMember;
|
|
7697
|
+
/**
|
|
7698
|
+
* @public
|
|
7699
|
+
*/
|
|
7700
|
+
export declare namespace EvaluationFormItem {
|
|
8011
7701
|
/**
|
|
8012
|
-
* <p>
|
|
8013
|
-
* form.</p>
|
|
7702
|
+
* <p>The information of the section.</p>
|
|
8014
7703
|
* @public
|
|
8015
7704
|
*/
|
|
8016
|
-
|
|
7705
|
+
interface SectionMember {
|
|
7706
|
+
Section: EvaluationFormSection;
|
|
7707
|
+
Question?: never;
|
|
7708
|
+
$unknown?: never;
|
|
7709
|
+
}
|
|
8017
7710
|
/**
|
|
8018
|
-
* <p>
|
|
7711
|
+
* <p>The information of the question.</p>
|
|
8019
7712
|
* @public
|
|
8020
7713
|
*/
|
|
8021
|
-
|
|
7714
|
+
interface QuestionMember {
|
|
7715
|
+
Section?: never;
|
|
7716
|
+
Question: EvaluationFormQuestion;
|
|
7717
|
+
$unknown?: never;
|
|
7718
|
+
}
|
|
8022
7719
|
/**
|
|
8023
|
-
* <p>A map of string key/value pairs that contain user-defined attributes which are lightly typed within the contact.
|
|
8024
|
-
* This object is used only for task contacts.</p>
|
|
8025
7720
|
* @public
|
|
8026
7721
|
*/
|
|
8027
|
-
|
|
7722
|
+
interface $UnknownMember {
|
|
7723
|
+
Section?: never;
|
|
7724
|
+
Question?: never;
|
|
7725
|
+
$unknown: [string, any];
|
|
7726
|
+
}
|
|
8028
7727
|
/**
|
|
8029
|
-
*
|
|
8030
|
-
*
|
|
7728
|
+
* @deprecated unused in schema-serde mode.
|
|
7729
|
+
*
|
|
8031
7730
|
*/
|
|
8032
|
-
|
|
7731
|
+
interface Visitor<T> {
|
|
7732
|
+
Section: (value: EvaluationFormSection) => T;
|
|
7733
|
+
Question: (value: EvaluationFormQuestion) => T;
|
|
7734
|
+
_: (name: string, value: any) => T;
|
|
7735
|
+
}
|
|
7736
|
+
}
|
|
7737
|
+
/**
|
|
7738
|
+
* <p>Latest routing criteria on the contact.</p>
|
|
7739
|
+
* @public
|
|
7740
|
+
*/
|
|
7741
|
+
export interface RoutingCriteria {
|
|
8033
7742
|
/**
|
|
8034
|
-
* <p>
|
|
7743
|
+
* <p>List of routing steps. When Connect Customer does not find an available agent meeting the requirements in a
|
|
7744
|
+
* step for a given step duration, the routing criteria will move on to the next step sequentially until a join is
|
|
7745
|
+
* completed with an agent. When all steps are exhausted, the contact will be offered to any agent in the queue.</p>
|
|
8035
7746
|
* @public
|
|
8036
7747
|
*/
|
|
8037
|
-
|
|
7748
|
+
Steps?: Step[] | undefined;
|
|
8038
7749
|
/**
|
|
8039
|
-
* <p>
|
|
7750
|
+
* <p>The timestamp indicating when the routing criteria is set to active. A routing criteria is activated when
|
|
7751
|
+
* contact is transferred to a queue. ActivationTimestamp will be set on routing criteria for contacts in agent queue
|
|
7752
|
+
* even though Routing criteria is never activated for contacts in agent queue.</p>
|
|
8040
7753
|
* @public
|
|
8041
7754
|
*/
|
|
8042
|
-
|
|
7755
|
+
ActivationTimestamp?: Date | undefined;
|
|
8043
7756
|
/**
|
|
8044
|
-
* <p>Information about the
|
|
7757
|
+
* <p>Information about the index of the routing criteria.</p>
|
|
8045
7758
|
* @public
|
|
8046
7759
|
*/
|
|
8047
|
-
|
|
7760
|
+
Index?: number | undefined;
|
|
8048
7761
|
}
|
|
8049
7762
|
/**
|
|
8050
|
-
* <p>
|
|
7763
|
+
* <p>An object to define the RoutingCriteria.</p>
|
|
8051
7764
|
* @public
|
|
8052
7765
|
*/
|
|
8053
|
-
export interface
|
|
8054
|
-
/**
|
|
8055
|
-
* <p>The Amazon Resource Name (ARN) of the contact.</p>
|
|
8056
|
-
* @public
|
|
8057
|
-
*/
|
|
8058
|
-
Arn?: string | undefined;
|
|
7766
|
+
export interface RoutingCriteriaInput {
|
|
8059
7767
|
/**
|
|
8060
|
-
* <p>
|
|
7768
|
+
* <p>When Connect Customer does not find an available agent meeting the requirements in a step for a given step
|
|
7769
|
+
* duration, the routing criteria will move on to the next step sequentially until a join is completed with an agent.
|
|
7770
|
+
* When all steps are exhausted, the contact will be offered to any agent in the queue.</p>
|
|
8061
7771
|
* @public
|
|
8062
7772
|
*/
|
|
8063
|
-
|
|
7773
|
+
Steps?: RoutingCriteriaInputStep[] | undefined;
|
|
7774
|
+
}
|
|
7775
|
+
/**
|
|
7776
|
+
* <p>Information about a section from an evaluation form. A section can contain sections and/or questions. Evaluation
|
|
7777
|
+
* forms can only contain sections and subsections (two level nesting).</p>
|
|
7778
|
+
* @public
|
|
7779
|
+
*/
|
|
7780
|
+
export interface EvaluationFormSection {
|
|
8064
7781
|
/**
|
|
8065
|
-
* <p>
|
|
7782
|
+
* <p>The title of the section.</p>
|
|
8066
7783
|
* @public
|
|
8067
7784
|
*/
|
|
8068
|
-
|
|
7785
|
+
Title: string | undefined;
|
|
8069
7786
|
/**
|
|
8070
|
-
* <p>
|
|
7787
|
+
* <p>The identifier of the section. An identifier must be unique within the evaluation form.</p>
|
|
8071
7788
|
* @public
|
|
8072
7789
|
*/
|
|
8073
|
-
|
|
7790
|
+
RefId: string | undefined;
|
|
8074
7791
|
/**
|
|
8075
|
-
* <p>
|
|
7792
|
+
* <p>The instructions of the section.</p>
|
|
8076
7793
|
* @public
|
|
8077
7794
|
*/
|
|
8078
|
-
|
|
7795
|
+
Instructions?: string | undefined;
|
|
8079
7796
|
/**
|
|
8080
|
-
* <p>
|
|
7797
|
+
* <p>The items of the section.</p>
|
|
8081
7798
|
* @public
|
|
8082
7799
|
*/
|
|
8083
|
-
|
|
7800
|
+
Items: EvaluationFormItem[] | undefined;
|
|
8084
7801
|
/**
|
|
8085
|
-
* <p>
|
|
7802
|
+
* <p>The scoring weight of the section.</p>
|
|
8086
7803
|
* @public
|
|
8087
7804
|
*/
|
|
8088
|
-
|
|
7805
|
+
Weight?: number | undefined;
|
|
8089
7806
|
/**
|
|
8090
|
-
* <p>
|
|
7807
|
+
* <p>The flag to exclude the section from scoring.</p>
|
|
8091
7808
|
* @public
|
|
8092
7809
|
*/
|
|
8093
|
-
|
|
7810
|
+
IsExcludedFromScoring?: boolean | undefined;
|
|
8094
7811
|
/**
|
|
8095
|
-
* <p>The
|
|
8096
|
-
* arrived. For <code>OUTBOUND</code>, this is when the agent began dialing. For <code>CALLBACK</code>, this is when the
|
|
8097
|
-
* callback contact was created. For <code>TRANSFER</code> and <code>QUEUE_TRANSFER</code>, this is when the transfer
|
|
8098
|
-
* was initiated. For API, this is when the request arrived. For <code>EXTERNAL_OUTBOUND</code>, this is when the agent
|
|
8099
|
-
* started dialing the external participant. For <code>MONITOR</code>, this is when the supervisor started listening to
|
|
8100
|
-
* a contact.</p>
|
|
7812
|
+
* <p>The score thresholds for performance categories.</p>
|
|
8101
7813
|
* @public
|
|
8102
7814
|
*/
|
|
8103
|
-
|
|
7815
|
+
ScoreThresholds?: EvaluationFormScoreThreshold[] | undefined;
|
|
7816
|
+
}
|
|
7817
|
+
/**
|
|
7818
|
+
* @public
|
|
7819
|
+
*/
|
|
7820
|
+
export interface CreateEvaluationFormRequest {
|
|
8104
7821
|
/**
|
|
8105
|
-
* <p>The
|
|
7822
|
+
* <p>The identifier of the Connect Customer instance. You can <a href="https://docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html">find the instance ID</a> in the Amazon Resource Name (ARN) of the instance.</p>
|
|
8106
7823
|
* @public
|
|
8107
7824
|
*/
|
|
8108
|
-
|
|
7825
|
+
InstanceId: string | undefined;
|
|
8109
7826
|
/**
|
|
8110
|
-
* <p>
|
|
7827
|
+
* <p>A title of the evaluation form.</p>
|
|
8111
7828
|
* @public
|
|
8112
7829
|
*/
|
|
8113
|
-
|
|
7830
|
+
Title: string | undefined;
|
|
8114
7831
|
/**
|
|
8115
|
-
* <p>
|
|
7832
|
+
* <p>The description of the evaluation form.</p>
|
|
8116
7833
|
* @public
|
|
8117
7834
|
*/
|
|
8118
|
-
|
|
7835
|
+
Description?: string | undefined;
|
|
8119
7836
|
/**
|
|
8120
|
-
* <p>
|
|
7837
|
+
* <p>Items that are part of the evaluation form. The total number of sections and questions must not exceed 100 each. Questions must be contained in a section.</p>
|
|
8121
7838
|
* @public
|
|
8122
7839
|
*/
|
|
8123
|
-
|
|
7840
|
+
Items: EvaluationFormItem[] | undefined;
|
|
8124
7841
|
/**
|
|
8125
|
-
* <p>
|
|
7842
|
+
* <p>A scoring strategy of the evaluation form.</p>
|
|
8126
7843
|
* @public
|
|
8127
7844
|
*/
|
|
8128
|
-
|
|
7845
|
+
ScoringStrategy?: EvaluationFormScoringStrategy | undefined;
|
|
8129
7846
|
/**
|
|
8130
|
-
* <p>
|
|
7847
|
+
* <p>Configuration information about automated evaluations.</p>
|
|
8131
7848
|
* @public
|
|
8132
7849
|
*/
|
|
8133
|
-
|
|
7850
|
+
AutoEvaluationConfiguration?: EvaluationFormAutoEvaluationConfiguration | undefined;
|
|
8134
7851
|
/**
|
|
8135
|
-
* <p>
|
|
7852
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
7853
|
+
* request. If not provided, the Amazon Web Services
|
|
7854
|
+
* SDK populates this field. For more information about idempotency, see
|
|
7855
|
+
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.</p>
|
|
8136
7856
|
* @public
|
|
8137
7857
|
*/
|
|
8138
|
-
|
|
7858
|
+
ClientToken?: string | undefined;
|
|
8139
7859
|
/**
|
|
8140
|
-
* <p>
|
|
7860
|
+
* <p>A boolean flag indicating whether to create evaluation form in draft state.</p>
|
|
8141
7861
|
* @public
|
|
8142
7862
|
*/
|
|
8143
|
-
|
|
8144
|
-
}
|
|
8145
|
-
/**
|
|
8146
|
-
* @public
|
|
8147
|
-
*/
|
|
8148
|
-
export interface DescribeContactResponse {
|
|
7863
|
+
AsDraft?: boolean | undefined;
|
|
8149
7864
|
/**
|
|
8150
|
-
* <p>
|
|
7865
|
+
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
8151
7866
|
* @public
|
|
8152
7867
|
*/
|
|
8153
|
-
|
|
8154
|
-
}
|
|
8155
|
-
/**
|
|
8156
|
-
* @public
|
|
8157
|
-
*/
|
|
8158
|
-
export interface SearchContactsResponse {
|
|
7868
|
+
Tags?: Record<string, string> | undefined;
|
|
8159
7869
|
/**
|
|
8160
|
-
* <p>
|
|
7870
|
+
* <p>Configuration information about evaluation reviews.</p>
|
|
8161
7871
|
* @public
|
|
8162
7872
|
*/
|
|
8163
|
-
|
|
7873
|
+
ReviewConfiguration?: EvaluationReviewConfiguration | undefined;
|
|
8164
7874
|
/**
|
|
8165
|
-
* <p>
|
|
7875
|
+
* <p>Configuration that specifies the target for the evaluation form.</p>
|
|
8166
7876
|
* @public
|
|
8167
7877
|
*/
|
|
8168
|
-
|
|
7878
|
+
TargetConfiguration?: EvaluationFormTargetConfiguration | undefined;
|
|
8169
7879
|
/**
|
|
8170
|
-
* <p>
|
|
7880
|
+
* <p>Configuration for language settings of the evaluation form.</p>
|
|
8171
7881
|
* @public
|
|
8172
7882
|
*/
|
|
8173
|
-
|
|
7883
|
+
LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
|
|
8174
7884
|
}
|