@cdklabs/cdk-construct-connect-datalake 0.0.14 → 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 +8 -8
- 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 +8 -8
- 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 +1317 -907
- 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 +3528 -1827
- 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 +12 -0
- 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 +672 -31
- 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/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/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 -2
- 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 +28 -0
- 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 +2302 -2039
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +1413 -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 +101 -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 +4 -2
- 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 +16 -0
- 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 +396 -293
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +373 -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 +101 -0
- package/node_modules/@aws-sdk/client-glue/package.json +8 -8
- 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 +8 -8
- 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 +8 -8
- 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 +15 -15
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +45 -50
- 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/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
- package/node_modules/@aws-sdk/core/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- 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 +6 -6
- 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 +13 -13
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
- package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- 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 +7 -7
- 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 +9 -8
- 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 +5 -5
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
- 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/@aws-sdk/xml-builder/node_modules/strnum/package.json +5 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +518 -371
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +10 -2
- 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/protocols/HttpProtocol.js +10 -2
- 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/package.json +1 -1
- package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +2 -2
- package/node_modules/anynum/package.json +2 -2
- 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/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEvaluationFormCommand.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
-
import type {
|
|
4
|
+
import type { UpdateEvaluationFormResponse } from "../models/models_3";
|
|
5
|
+
import type { UpdateEvaluationFormRequest } from "../models/models_4";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -62,6 +63,14 @@ declare const UpdateEvaluationFormCommand_base: {
|
|
|
62
63
|
* Instructions: "STRING_VALUE",
|
|
63
64
|
* Items: "<EvaluationFormItemsList>", // required
|
|
64
65
|
* Weight: Number("double"),
|
|
66
|
+
* IsExcludedFromScoring: true || false,
|
|
67
|
+
* ScoreThresholds: [ // EvaluationFormScoreThresholdList
|
|
68
|
+
* { // EvaluationFormScoreThreshold
|
|
69
|
+
* PerformanceCategory: "NEEDS_IMPROVEMENT" || "EXCEEDS_EXPECTATIONS", // required
|
|
70
|
+
* MinScorePercentage: Number("double"),
|
|
71
|
+
* MaxScorePercentage: Number("double"),
|
|
72
|
+
* },
|
|
73
|
+
* ],
|
|
65
74
|
* },
|
|
66
75
|
* Question: { // EvaluationFormQuestion
|
|
67
76
|
* Title: "STRING_VALUE", // required
|
|
@@ -82,6 +91,10 @@ declare const UpdateEvaluationFormCommand_base: {
|
|
|
82
91
|
* AutomaticFailConfiguration: { // AutomaticFailConfiguration
|
|
83
92
|
* TargetSection: "STRING_VALUE",
|
|
84
93
|
* },
|
|
94
|
+
* PointsConfiguration: { // QuestionOptionPointsConfiguration
|
|
95
|
+
* PointValue: Number("int"), // required
|
|
96
|
+
* IsBonus: true || false,
|
|
97
|
+
* },
|
|
85
98
|
* },
|
|
86
99
|
* ],
|
|
87
100
|
* Automation: { // EvaluationFormNumericQuestionAutomation Union: only one key present
|
|
@@ -103,6 +116,10 @@ declare const UpdateEvaluationFormCommand_base: {
|
|
|
103
116
|
* AutomaticFailConfiguration: {
|
|
104
117
|
* TargetSection: "STRING_VALUE",
|
|
105
118
|
* },
|
|
119
|
+
* PointsConfiguration: {
|
|
120
|
+
* PointValue: Number("int"), // required
|
|
121
|
+
* IsBonus: true || false,
|
|
122
|
+
* },
|
|
106
123
|
* },
|
|
107
124
|
* ],
|
|
108
125
|
* DisplayAs: "DROPDOWN" || "RADIO",
|
|
@@ -134,6 +151,15 @@ declare const UpdateEvaluationFormCommand_base: {
|
|
|
134
151
|
* { // EvaluationFormMultiSelectQuestionOption
|
|
135
152
|
* RefId: "STRING_VALUE", // required
|
|
136
153
|
* Text: "STRING_VALUE", // required
|
|
154
|
+
* Score: Number("int"),
|
|
155
|
+
* AutomaticFail: true || false,
|
|
156
|
+
* AutomaticFailConfiguration: {
|
|
157
|
+
* TargetSection: "STRING_VALUE",
|
|
158
|
+
* },
|
|
159
|
+
* PointsConfiguration: {
|
|
160
|
+
* PointValue: Number("int"), // required
|
|
161
|
+
* IsBonus: true || false,
|
|
162
|
+
* },
|
|
137
163
|
* },
|
|
138
164
|
* ],
|
|
139
165
|
* DisplayAs: "DROPDOWN" || "CHECKBOX",
|
|
@@ -204,10 +230,27 @@ declare const UpdateEvaluationFormCommand_base: {
|
|
|
204
230
|
* DefaultAction: "DISABLE" || "ENABLE",
|
|
205
231
|
* },
|
|
206
232
|
* Weight: Number("double"),
|
|
233
|
+
* ScoringConfiguration: { // EvaluationFormQuestionScoringConfiguration
|
|
234
|
+
* PointsConfiguration: { // QuestionPointsConfiguration
|
|
235
|
+
* MaxPointValue: Number("int"),
|
|
236
|
+
* MinPointValue: Number("int"),
|
|
237
|
+
* IsBonus: true || false,
|
|
238
|
+
* },
|
|
239
|
+
* IsExcludedFromScoring: true || false,
|
|
240
|
+
* ScoreThresholds: [
|
|
241
|
+
* {
|
|
242
|
+
* PerformanceCategory: "NEEDS_IMPROVEMENT" || "EXCEEDS_EXPECTATIONS", // required
|
|
243
|
+
* MinScorePercentage: Number("double"),
|
|
244
|
+
* MaxScorePercentage: Number("double"),
|
|
245
|
+
* },
|
|
246
|
+
* ],
|
|
247
|
+
* },
|
|
207
248
|
* },
|
|
208
249
|
* },
|
|
209
250
|
* ],
|
|
210
251
|
* Weight: Number("double"),
|
|
252
|
+
* IsExcludedFromScoring: true || false,
|
|
253
|
+
* ScoreThresholds: "<EvaluationFormScoreThresholdList>",
|
|
211
254
|
* },
|
|
212
255
|
* Question: {
|
|
213
256
|
* Title: "STRING_VALUE", // required
|
|
@@ -228,6 +271,10 @@ declare const UpdateEvaluationFormCommand_base: {
|
|
|
228
271
|
* AutomaticFailConfiguration: {
|
|
229
272
|
* TargetSection: "STRING_VALUE",
|
|
230
273
|
* },
|
|
274
|
+
* PointsConfiguration: {
|
|
275
|
+
* PointValue: Number("int"), // required
|
|
276
|
+
* IsBonus: true || false,
|
|
277
|
+
* },
|
|
231
278
|
* },
|
|
232
279
|
* ],
|
|
233
280
|
* Automation: {// Union: only one key present
|
|
@@ -249,6 +296,10 @@ declare const UpdateEvaluationFormCommand_base: {
|
|
|
249
296
|
* AutomaticFailConfiguration: {
|
|
250
297
|
* TargetSection: "STRING_VALUE",
|
|
251
298
|
* },
|
|
299
|
+
* PointsConfiguration: {
|
|
300
|
+
* PointValue: Number("int"), // required
|
|
301
|
+
* IsBonus: true || false,
|
|
302
|
+
* },
|
|
252
303
|
* },
|
|
253
304
|
* ],
|
|
254
305
|
* DisplayAs: "DROPDOWN" || "RADIO",
|
|
@@ -276,6 +327,10 @@ declare const UpdateEvaluationFormCommand_base: {
|
|
|
276
327
|
* {
|
|
277
328
|
* RefId: "STRING_VALUE", // required
|
|
278
329
|
* Text: "STRING_VALUE", // required
|
|
330
|
+
* Score: Number("int"),
|
|
331
|
+
* AutomaticFail: true || false,
|
|
332
|
+
* AutomaticFailConfiguration: "<AutomaticFailConfiguration>",
|
|
333
|
+
* PointsConfiguration: "<QuestionOptionPointsConfiguration>",
|
|
279
334
|
* },
|
|
280
335
|
* ],
|
|
281
336
|
* DisplayAs: "DROPDOWN" || "CHECKBOX",
|
|
@@ -302,12 +357,22 @@ declare const UpdateEvaluationFormCommand_base: {
|
|
|
302
357
|
* DefaultAction: "DISABLE" || "ENABLE",
|
|
303
358
|
* },
|
|
304
359
|
* Weight: Number("double"),
|
|
360
|
+
* ScoringConfiguration: {
|
|
361
|
+
* PointsConfiguration: {
|
|
362
|
+
* MaxPointValue: Number("int"),
|
|
363
|
+
* MinPointValue: Number("int"),
|
|
364
|
+
* IsBonus: true || false,
|
|
365
|
+
* },
|
|
366
|
+
* IsExcludedFromScoring: true || false,
|
|
367
|
+
* ScoreThresholds: "<EvaluationFormScoreThresholdList>",
|
|
368
|
+
* },
|
|
305
369
|
* },
|
|
306
370
|
* },
|
|
307
371
|
* ],
|
|
308
372
|
* ScoringStrategy: { // EvaluationFormScoringStrategy
|
|
309
|
-
* Mode: "QUESTION_ONLY" || "SECTION_ONLY", // required
|
|
373
|
+
* Mode: "QUESTION_ONLY" || "SECTION_ONLY" || "POINTS_BASED", // required
|
|
310
374
|
* Status: "ENABLED" || "DISABLED", // required
|
|
375
|
+
* ScoreThresholds: "<EvaluationFormScoreThresholdList>",
|
|
311
376
|
* },
|
|
312
377
|
* AutoEvaluationConfiguration: { // EvaluationFormAutoEvaluationConfiguration
|
|
313
378
|
* Enabled: true || false, // required
|
|
@@ -164,6 +164,7 @@ export * from "./GetContactMetricsCommand";
|
|
|
164
164
|
export * from "./GetCurrentMetricDataCommand";
|
|
165
165
|
export * from "./GetCurrentUserDataCommand";
|
|
166
166
|
export * from "./GetEffectiveHoursOfOperationsCommand";
|
|
167
|
+
export * from "./GetEvaluationFormValidationCommand";
|
|
167
168
|
export * from "./GetFederationTokenCommand";
|
|
168
169
|
export * from "./GetFlowAssociationCommand";
|
|
169
170
|
export * from "./GetMetricDataCommand";
|
|
@@ -285,6 +286,7 @@ export * from "./StartContactMediaProcessingCommand";
|
|
|
285
286
|
export * from "./StartContactRecordingCommand";
|
|
286
287
|
export * from "./StartContactStreamingCommand";
|
|
287
288
|
export * from "./StartEmailContactCommand";
|
|
289
|
+
export * from "./StartEvaluationFormValidationCommand";
|
|
288
290
|
export * from "./StartOutboundChatContactCommand";
|
|
289
291
|
export * from "./StartOutboundEmailContactCommand";
|
|
290
292
|
export * from "./StartOutboundVoiceContactCommand";
|
|
@@ -744,6 +744,18 @@ export declare const EvaluationFormSingleSelectQuestionDisplayMode: {
|
|
|
744
744
|
* @public
|
|
745
745
|
*/
|
|
746
746
|
export type EvaluationFormSingleSelectQuestionDisplayMode = (typeof EvaluationFormSingleSelectQuestionDisplayMode)[keyof typeof EvaluationFormSingleSelectQuestionDisplayMode];
|
|
747
|
+
/**
|
|
748
|
+
* @public
|
|
749
|
+
* @enum
|
|
750
|
+
*/
|
|
751
|
+
export declare const PerformanceCategoryName: {
|
|
752
|
+
readonly EXCEEDS_EXPECTATIONS: "EXCEEDS_EXPECTATIONS";
|
|
753
|
+
readonly NEEDS_IMPROVEMENT: "NEEDS_IMPROVEMENT";
|
|
754
|
+
};
|
|
755
|
+
/**
|
|
756
|
+
* @public
|
|
757
|
+
*/
|
|
758
|
+
export type PerformanceCategoryName = (typeof PerformanceCategoryName)[keyof typeof PerformanceCategoryName];
|
|
747
759
|
/**
|
|
748
760
|
* @public
|
|
749
761
|
* @enum
|
|
@@ -779,6 +791,7 @@ export type EvaluationReviewNotificationRecipientType = (typeof EvaluationReview
|
|
|
779
791
|
* @enum
|
|
780
792
|
*/
|
|
781
793
|
export declare const EvaluationFormScoringMode: {
|
|
794
|
+
readonly POINTS_BASED: "POINTS_BASED";
|
|
782
795
|
readonly QUESTION_ONLY: "QUESTION_ONLY";
|
|
783
796
|
readonly SECTION_ONLY: "SECTION_ONLY";
|
|
784
797
|
};
|
|
@@ -1555,6 +1568,19 @@ export declare const ContactFlowModuleStatus: {
|
|
|
1555
1568
|
* @public
|
|
1556
1569
|
*/
|
|
1557
1570
|
export type ContactFlowModuleStatus = (typeof ContactFlowModuleStatus)[keyof typeof ContactFlowModuleStatus];
|
|
1571
|
+
/**
|
|
1572
|
+
* @public
|
|
1573
|
+
* @enum
|
|
1574
|
+
*/
|
|
1575
|
+
export declare const EvaluationFormValidationStatus: {
|
|
1576
|
+
readonly COMPLETED: "COMPLETED";
|
|
1577
|
+
readonly FAILED: "FAILED";
|
|
1578
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1579
|
+
};
|
|
1580
|
+
/**
|
|
1581
|
+
* @public
|
|
1582
|
+
*/
|
|
1583
|
+
export type EvaluationFormValidationStatus = (typeof EvaluationFormValidationStatus)[keyof typeof EvaluationFormValidationStatus];
|
|
1558
1584
|
/**
|
|
1559
1585
|
* @public
|
|
1560
1586
|
* @enum
|
|
@@ -2040,6 +2066,18 @@ export declare const OperationalStatus: {
|
|
|
2040
2066
|
* @public
|
|
2041
2067
|
*/
|
|
2042
2068
|
export type OperationalStatus = (typeof OperationalStatus)[keyof typeof OperationalStatus];
|
|
2069
|
+
/**
|
|
2070
|
+
* @public
|
|
2071
|
+
* @enum
|
|
2072
|
+
*/
|
|
2073
|
+
export declare const EvaluationFormValidationFindingSeverity: {
|
|
2074
|
+
readonly ERROR: "ERROR";
|
|
2075
|
+
readonly WARNING: "WARNING";
|
|
2076
|
+
};
|
|
2077
|
+
/**
|
|
2078
|
+
* @public
|
|
2079
|
+
*/
|
|
2080
|
+
export type EvaluationFormValidationFindingSeverity = (typeof EvaluationFormValidationFindingSeverity)[keyof typeof EvaluationFormValidationFindingSeverity];
|
|
2043
2081
|
/**
|
|
2044
2082
|
* @public
|
|
2045
2083
|
* @enum
|
|
@@ -2386,6 +2424,28 @@ export declare const NumberComparisonType: {
|
|
|
2386
2424
|
* @public
|
|
2387
2425
|
*/
|
|
2388
2426
|
export type NumberComparisonType = (typeof NumberComparisonType)[keyof typeof NumberComparisonType];
|
|
2427
|
+
/**
|
|
2428
|
+
* @public
|
|
2429
|
+
* @enum
|
|
2430
|
+
*/
|
|
2431
|
+
export declare const ContactEvaluationAttributeKey: {
|
|
2432
|
+
readonly CONTACT_AGENT_ID: "ContactAgentId";
|
|
2433
|
+
};
|
|
2434
|
+
/**
|
|
2435
|
+
* @public
|
|
2436
|
+
*/
|
|
2437
|
+
export type ContactEvaluationAttributeKey = (typeof ContactEvaluationAttributeKey)[keyof typeof ContactEvaluationAttributeKey];
|
|
2438
|
+
/**
|
|
2439
|
+
* @public
|
|
2440
|
+
* @enum
|
|
2441
|
+
*/
|
|
2442
|
+
export declare const ContactEvaluationAttributeComparisonType: {
|
|
2443
|
+
readonly EXACT: "EXACT";
|
|
2444
|
+
};
|
|
2445
|
+
/**
|
|
2446
|
+
* @public
|
|
2447
|
+
*/
|
|
2448
|
+
export type ContactEvaluationAttributeComparisonType = (typeof ContactEvaluationAttributeComparisonType)[keyof typeof ContactEvaluationAttributeComparisonType];
|
|
2389
2449
|
/**
|
|
2390
2450
|
* @public
|
|
2391
2451
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ConfigurableNotificationPriority, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactState, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DeviceType, DirectoryType, EncryptionType, EndpointType, EntityType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormLanguageCode, EvaluationFormMultiSelectQuestionDisplayMode, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EvaluationReviewNotificationRecipientType, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowModuleType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, LocaleCode, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, TestCaseEntryPointType, TestCaseStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VoiceEnhancementMode } from "./enums";
|
|
1
|
+
import type { AccessType, ActionType, AgentAvailabilityTimer, AgentStatusState, AgentStatusType, AiUseCase, AllowedUserAction, ApplicationType, AttachedFileInvalidRequestExceptionReason, AttachedFileServiceQuotaExceededExceptionReason, BehaviorType, Channel, ConfigurableNotificationPriority, ContactFlowStatus, ContactFlowType, ContactInitiationMethod, ContactInteractionType, ContactState, DataTableAttributeValueType, DataTableLockLevel, DataTableStatus, DeviceType, DirectoryType, EncryptionType, EndpointType, EntityType, EvaluationFormItemEnablementSourceType, EvaluationFormItemEnablementSourceValueType, EvaluationFormItemSourceValuesComparator, EvaluationFormLanguageCode, EvaluationFormMultiSelectQuestionDisplayMode, EvaluationFormQuestionAutomationAnswerSourceType, EvaluationFormScoringMode, EvaluationFormScoringStatus, EvaluationFormSingleSelectQuestionDisplayMode, EvaluationReviewNotificationRecipientType, EventSourceName, FailureReasonCode, FileStatusType, FileUseCaseType, FlowAssociationResourceType, FlowModuleType, HoursOfOperationDays, InstanceStorageResourceType, IntegrationType, ListFlowAssociationResourceType, LocaleCode, MultiSelectQuestionRuleCategoryAutomationCondition, NotificationContentType, NotificationDeliveryType, NumericQuestionPropertyAutomationLabel, OutboundStrategyType, OverrideDays, OverrideType, ParticipantRole, ParticipantState, PerformanceCategoryName, PhoneType, PropertyValidationExceptionReason, QuickConnectType, RecurrenceFrequency, ReferenceStatus, ReferenceType, RehydrationType, RulePublishStatus, ScreenShareCapability, SingleSelectQuestionRuleCategoryAutomationCondition, SlaAssignmentType, SlaType, SourceType, StorageType, StringComparisonType, TaskTemplateFieldType, TaskTemplateStatus, TestCaseEntryPointType, TestCaseStatus, UseCaseType, VideoCapability, ViewStatus, ViewType, VocabularyLanguageCode, VoiceEnhancementMode } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Information about an action.</p>
|
|
4
4
|
* @public
|
|
@@ -3734,6 +3734,33 @@ export interface EvaluationFormMultiSelectQuestionAutomation {
|
|
|
3734
3734
|
*/
|
|
3735
3735
|
AnswerSource?: EvaluationFormQuestionAutomationAnswerSource | undefined;
|
|
3736
3736
|
}
|
|
3737
|
+
/**
|
|
3738
|
+
* <p>Information about automatic fail configuration for an evaluation form.</p>
|
|
3739
|
+
* @public
|
|
3740
|
+
*/
|
|
3741
|
+
export interface AutomaticFailConfiguration {
|
|
3742
|
+
/**
|
|
3743
|
+
* <p>The referenceId of the target section for auto failure.</p>
|
|
3744
|
+
* @public
|
|
3745
|
+
*/
|
|
3746
|
+
TargetSection?: string | undefined;
|
|
3747
|
+
}
|
|
3748
|
+
/**
|
|
3749
|
+
* <p>Information about the points configuration for an answer option.</p>
|
|
3750
|
+
* @public
|
|
3751
|
+
*/
|
|
3752
|
+
export interface QuestionOptionPointsConfiguration {
|
|
3753
|
+
/**
|
|
3754
|
+
* <p>The point value assigned to the answer option.</p>
|
|
3755
|
+
* @public
|
|
3756
|
+
*/
|
|
3757
|
+
PointValue: number | undefined;
|
|
3758
|
+
/**
|
|
3759
|
+
* <p>The flag to mark the option as a bonus option.</p>
|
|
3760
|
+
* @public
|
|
3761
|
+
*/
|
|
3762
|
+
IsBonus?: boolean | undefined;
|
|
3763
|
+
}
|
|
3737
3764
|
/**
|
|
3738
3765
|
* <p>An option for a multi-select question in an evaluation form.</p>
|
|
3739
3766
|
* @public
|
|
@@ -3749,6 +3776,27 @@ export interface EvaluationFormMultiSelectQuestionOption {
|
|
|
3749
3776
|
* @public
|
|
3750
3777
|
*/
|
|
3751
3778
|
Text: string | undefined;
|
|
3779
|
+
/**
|
|
3780
|
+
* <p>The score assigned to the answer option.</p>
|
|
3781
|
+
* @public
|
|
3782
|
+
*/
|
|
3783
|
+
Score?: number | undefined;
|
|
3784
|
+
/**
|
|
3785
|
+
* <p>The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation
|
|
3786
|
+
* gets a score of 0.</p>
|
|
3787
|
+
* @public
|
|
3788
|
+
*/
|
|
3789
|
+
AutomaticFail?: boolean | undefined;
|
|
3790
|
+
/**
|
|
3791
|
+
* <p>Information about automatic fail configuration for an evaluation form.</p>
|
|
3792
|
+
* @public
|
|
3793
|
+
*/
|
|
3794
|
+
AutomaticFailConfiguration?: AutomaticFailConfiguration | undefined;
|
|
3795
|
+
/**
|
|
3796
|
+
* <p>The points configuration for point-based scoring.</p>
|
|
3797
|
+
* @public
|
|
3798
|
+
*/
|
|
3799
|
+
PointsConfiguration?: QuestionOptionPointsConfiguration | undefined;
|
|
3752
3800
|
}
|
|
3753
3801
|
/**
|
|
3754
3802
|
* <p>Properties for a multi-select question in an evaluation form.</p>
|
|
@@ -3845,17 +3893,6 @@ export declare namespace EvaluationFormNumericQuestionAutomation {
|
|
|
3845
3893
|
_: (name: string, value: any) => T;
|
|
3846
3894
|
}
|
|
3847
3895
|
}
|
|
3848
|
-
/**
|
|
3849
|
-
* <p>Information about automatic fail configuration for an evaluation form.</p>
|
|
3850
|
-
* @public
|
|
3851
|
-
*/
|
|
3852
|
-
export interface AutomaticFailConfiguration {
|
|
3853
|
-
/**
|
|
3854
|
-
* <p>The referenceId of the target section for auto failure.</p>
|
|
3855
|
-
* @public
|
|
3856
|
-
*/
|
|
3857
|
-
TargetSection?: string | undefined;
|
|
3858
|
-
}
|
|
3859
3896
|
/**
|
|
3860
3897
|
* <p>Information about the option range used for scoring in numeric questions.</p>
|
|
3861
3898
|
* @public
|
|
@@ -3887,6 +3924,11 @@ export interface EvaluationFormNumericQuestionOption {
|
|
|
3887
3924
|
* @public
|
|
3888
3925
|
*/
|
|
3889
3926
|
AutomaticFailConfiguration?: AutomaticFailConfiguration | undefined;
|
|
3927
|
+
/**
|
|
3928
|
+
* <p>The points configuration for point-based scoring.</p>
|
|
3929
|
+
* @public
|
|
3930
|
+
*/
|
|
3931
|
+
PointsConfiguration?: QuestionOptionPointsConfiguration | undefined;
|
|
3890
3932
|
}
|
|
3891
3933
|
/**
|
|
3892
3934
|
* <p>Information about properties for a numeric question in an evaluation form.</p>
|
|
@@ -4024,6 +4066,11 @@ export interface EvaluationFormSingleSelectQuestionOption {
|
|
|
4024
4066
|
* @public
|
|
4025
4067
|
*/
|
|
4026
4068
|
AutomaticFailConfiguration?: AutomaticFailConfiguration | undefined;
|
|
4069
|
+
/**
|
|
4070
|
+
* <p>The points configuration for point-based scoring.</p>
|
|
4071
|
+
* @public
|
|
4072
|
+
*/
|
|
4073
|
+
PointsConfiguration?: QuestionOptionPointsConfiguration | undefined;
|
|
4027
4074
|
}
|
|
4028
4075
|
/**
|
|
4029
4076
|
* <p>Information about the options in single select questions.</p>
|
|
@@ -4144,6 +4191,69 @@ export declare namespace EvaluationFormQuestionTypeProperties {
|
|
|
4144
4191
|
_: (name: string, value: any) => T;
|
|
4145
4192
|
}
|
|
4146
4193
|
}
|
|
4194
|
+
/**
|
|
4195
|
+
* <p>Information about the points configuration for a question.</p>
|
|
4196
|
+
* @public
|
|
4197
|
+
*/
|
|
4198
|
+
export interface QuestionPointsConfiguration {
|
|
4199
|
+
/**
|
|
4200
|
+
* <p>The maximum point value.</p>
|
|
4201
|
+
* @public
|
|
4202
|
+
*/
|
|
4203
|
+
MaxPointValue?: number | undefined;
|
|
4204
|
+
/**
|
|
4205
|
+
* <p>The minimum point value.</p>
|
|
4206
|
+
* @public
|
|
4207
|
+
*/
|
|
4208
|
+
MinPointValue?: number | undefined;
|
|
4209
|
+
/**
|
|
4210
|
+
* <p>The flag to mark the question as a bonus question.</p>
|
|
4211
|
+
* @public
|
|
4212
|
+
*/
|
|
4213
|
+
IsBonus?: boolean | undefined;
|
|
4214
|
+
}
|
|
4215
|
+
/**
|
|
4216
|
+
* <p>Information about a score threshold for a performance category.</p>
|
|
4217
|
+
* @public
|
|
4218
|
+
*/
|
|
4219
|
+
export interface EvaluationFormScoreThreshold {
|
|
4220
|
+
/**
|
|
4221
|
+
* <p>The performance category name.</p>
|
|
4222
|
+
* @public
|
|
4223
|
+
*/
|
|
4224
|
+
PerformanceCategory: PerformanceCategoryName | undefined;
|
|
4225
|
+
/**
|
|
4226
|
+
* <p>The minimum score percentage for the performance category.</p>
|
|
4227
|
+
* @public
|
|
4228
|
+
*/
|
|
4229
|
+
MinScorePercentage?: number | undefined;
|
|
4230
|
+
/**
|
|
4231
|
+
* <p>The maximum score percentage for the performance category.</p>
|
|
4232
|
+
* @public
|
|
4233
|
+
*/
|
|
4234
|
+
MaxScorePercentage?: number | undefined;
|
|
4235
|
+
}
|
|
4236
|
+
/**
|
|
4237
|
+
* <p>Scoring configuration for a question in an evaluation form.</p>
|
|
4238
|
+
* @public
|
|
4239
|
+
*/
|
|
4240
|
+
export interface EvaluationFormQuestionScoringConfiguration {
|
|
4241
|
+
/**
|
|
4242
|
+
* <p>The points configuration for point-based scoring.</p>
|
|
4243
|
+
* @public
|
|
4244
|
+
*/
|
|
4245
|
+
PointsConfiguration?: QuestionPointsConfiguration | undefined;
|
|
4246
|
+
/**
|
|
4247
|
+
* <p>The flag to exclude the question from scoring.</p>
|
|
4248
|
+
* @public
|
|
4249
|
+
*/
|
|
4250
|
+
IsExcludedFromScoring?: boolean | undefined;
|
|
4251
|
+
/**
|
|
4252
|
+
* <p>The score thresholds for performance categories.</p>
|
|
4253
|
+
* @public
|
|
4254
|
+
*/
|
|
4255
|
+
ScoreThresholds?: EvaluationFormScoreThreshold[] | undefined;
|
|
4256
|
+
}
|
|
4147
4257
|
/**
|
|
4148
4258
|
* <p>Language configuration for an evaluation form.</p>
|
|
4149
4259
|
* @public
|
|
@@ -4213,6 +4323,11 @@ export interface EvaluationFormScoringStrategy {
|
|
|
4213
4323
|
* @public
|
|
4214
4324
|
*/
|
|
4215
4325
|
Status: EvaluationFormScoringStatus | undefined;
|
|
4326
|
+
/**
|
|
4327
|
+
* <p>The score thresholds for performance categories.</p>
|
|
4328
|
+
* @public
|
|
4329
|
+
*/
|
|
4330
|
+
ScoreThresholds?: EvaluationFormScoreThreshold[] | undefined;
|
|
4216
4331
|
}
|
|
4217
4332
|
/**
|
|
4218
4333
|
* <p>Configuration that specifies the target for an evaluation form.</p>
|
|
@@ -6910,94 +7025,3 @@ export interface View {
|
|
|
6910
7025
|
*/
|
|
6911
7026
|
ViewContentSha256?: string | undefined;
|
|
6912
7027
|
}
|
|
6913
|
-
/**
|
|
6914
|
-
* @public
|
|
6915
|
-
*/
|
|
6916
|
-
export interface CreateViewResponse {
|
|
6917
|
-
/**
|
|
6918
|
-
* <p>A view resource object. Contains metadata and content necessary to render the view.</p>
|
|
6919
|
-
* @public
|
|
6920
|
-
*/
|
|
6921
|
-
View?: View | undefined;
|
|
6922
|
-
}
|
|
6923
|
-
/**
|
|
6924
|
-
* @public
|
|
6925
|
-
*/
|
|
6926
|
-
export interface CreateViewVersionRequest {
|
|
6927
|
-
/**
|
|
6928
|
-
* <p>The identifier of the Connect Customer instance. You can find the instanceId in the ARN of the
|
|
6929
|
-
* instance.</p>
|
|
6930
|
-
* @public
|
|
6931
|
-
*/
|
|
6932
|
-
InstanceId: string | undefined;
|
|
6933
|
-
/**
|
|
6934
|
-
* <p>The identifier of the view. Both <code>ViewArn</code> and <code>ViewId</code> can be used.</p>
|
|
6935
|
-
* @public
|
|
6936
|
-
*/
|
|
6937
|
-
ViewId: string | undefined;
|
|
6938
|
-
/**
|
|
6939
|
-
* <p>The description for the version being published.</p>
|
|
6940
|
-
* @public
|
|
6941
|
-
*/
|
|
6942
|
-
VersionDescription?: string | undefined;
|
|
6943
|
-
/**
|
|
6944
|
-
* <p>Indicates the checksum value of the latest published view content.</p>
|
|
6945
|
-
* @public
|
|
6946
|
-
*/
|
|
6947
|
-
ViewContentSha256?: string | undefined;
|
|
6948
|
-
}
|
|
6949
|
-
/**
|
|
6950
|
-
* @public
|
|
6951
|
-
*/
|
|
6952
|
-
export interface CreateViewVersionResponse {
|
|
6953
|
-
/**
|
|
6954
|
-
* <p>All view data is contained within the View object.</p>
|
|
6955
|
-
* @public
|
|
6956
|
-
*/
|
|
6957
|
-
View?: View | undefined;
|
|
6958
|
-
}
|
|
6959
|
-
/**
|
|
6960
|
-
* @public
|
|
6961
|
-
*/
|
|
6962
|
-
export interface CreateVocabularyRequest {
|
|
6963
|
-
/**
|
|
6964
|
-
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
|
|
6965
|
-
* request. If not provided, the Amazon Web Services
|
|
6966
|
-
* SDK populates this field. For more information about idempotency, see
|
|
6967
|
-
* <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>. If a create request is received more than once with same client token, subsequent requests return
|
|
6968
|
-
* the previous response without creating a vocabulary again.</p>
|
|
6969
|
-
* @public
|
|
6970
|
-
*/
|
|
6971
|
-
ClientToken?: string | undefined;
|
|
6972
|
-
/**
|
|
6973
|
-
* <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>
|
|
6974
|
-
* @public
|
|
6975
|
-
*/
|
|
6976
|
-
InstanceId: string | undefined;
|
|
6977
|
-
/**
|
|
6978
|
-
* <p>A unique name of the custom vocabulary.</p>
|
|
6979
|
-
* @public
|
|
6980
|
-
*/
|
|
6981
|
-
VocabularyName: string | undefined;
|
|
6982
|
-
/**
|
|
6983
|
-
* <p>The language code of the vocabulary entries. For a list of languages and their corresponding language codes, see
|
|
6984
|
-
* <a href="https://docs.aws.amazon.com/transcribe/latest/dg/transcribe-whatis.html">What is Amazon Transcribe?</a>
|
|
6985
|
-
* </p>
|
|
6986
|
-
* @public
|
|
6987
|
-
*/
|
|
6988
|
-
LanguageCode: VocabularyLanguageCode | undefined;
|
|
6989
|
-
/**
|
|
6990
|
-
* <p>The content of the custom vocabulary in plain-text format with a table of values. Each row in the table
|
|
6991
|
-
* represents a word or a phrase, described with <code>Phrase</code>, <code>IPA</code>, <code>SoundsLike</code>, and
|
|
6992
|
-
* <code>DisplayAs</code> fields. Separate the fields with TAB characters. The size limit is 50KB. For more
|
|
6993
|
-
* information, see <a href="https://docs.aws.amazon.com/transcribe/latest/dg/custom-vocabulary.html#create-vocabulary-table">Create a custom vocabulary using a
|
|
6994
|
-
* table</a>.</p>
|
|
6995
|
-
* @public
|
|
6996
|
-
*/
|
|
6997
|
-
Content: string | undefined;
|
|
6998
|
-
/**
|
|
6999
|
-
* <p>The tags used to organize, track, or control access for this resource. For example, \{ "Tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
7000
|
-
* @public
|
|
7001
|
-
*/
|
|
7002
|
-
Tags?: Record<string, string> | undefined;
|
|
7003
|
-
}
|