@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
|
@@ -61,6 +61,9 @@ function createEPERMError(filePath) {
|
|
|
61
61
|
* @returns {(type: "rename" | "change", filename: string) => void} handler of change event
|
|
62
62
|
*/
|
|
63
63
|
function createHandleChangeEvent(watcher, filePath, handleChangeEvent) {
|
|
64
|
+
// path.basename(filePath) is invariant for the lifetime of the watcher,
|
|
65
|
+
// so compute it once rather than on every dispatched event.
|
|
66
|
+
const ownBasename = path.basename(filePath);
|
|
64
67
|
return (type, filename) => {
|
|
65
68
|
// TODO: After Node.js v22, fs.watch(dir) and deleting a dir will trigger the rename change event.
|
|
66
69
|
// Here we just ignore it and keep the same behavior as before v22
|
|
@@ -68,7 +71,7 @@ function createHandleChangeEvent(watcher, filePath, handleChangeEvent) {
|
|
|
68
71
|
if (
|
|
69
72
|
type === "rename" &&
|
|
70
73
|
path.isAbsolute(filename) &&
|
|
71
|
-
path.basename(filename) ===
|
|
74
|
+
path.basename(filename) === ownBasename
|
|
72
75
|
) {
|
|
73
76
|
if (!IS_OSX) {
|
|
74
77
|
// Before v22, windows will throw EPERM error
|
|
@@ -429,16 +432,21 @@ module.exports.watch = (filePath) => {
|
|
|
429
432
|
directWatcher.add(watcher);
|
|
430
433
|
return watcher;
|
|
431
434
|
}
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
435
|
+
// Only platforms with recursive fs.watch ever populate recursiveWatchers,
|
|
436
|
+
// so skip the entire parent walk when the map is empty (always the case
|
|
437
|
+
// on Linux and the common case before the watcher limit is reached).
|
|
438
|
+
if (recursiveWatchers.size !== 0) {
|
|
439
|
+
let current = filePath;
|
|
440
|
+
for (;;) {
|
|
441
|
+
const recursiveWatcher = recursiveWatchers.get(current);
|
|
442
|
+
if (recursiveWatcher !== undefined) {
|
|
443
|
+
recursiveWatcher.add(filePath, watcher);
|
|
444
|
+
return watcher;
|
|
445
|
+
}
|
|
446
|
+
const parent = path.dirname(current);
|
|
447
|
+
if (parent === current) break;
|
|
448
|
+
current = parent;
|
|
438
449
|
}
|
|
439
|
-
const parent = path.dirname(current);
|
|
440
|
-
if (parent === current) break;
|
|
441
|
-
current = parent;
|
|
442
450
|
}
|
|
443
451
|
// Queue up watcher for creation
|
|
444
452
|
pendingWatchers.set(watcher, filePath);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "watchpack",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/webpack/watchpack",
|
|
6
6
|
"bugs": {
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"lint": "npm run lint:code && npm run lint:types && npm run lint:types-test && npm run lint:declarations && npm run fmt:check",
|
|
26
26
|
"lint:code": "eslint --cache .",
|
|
27
|
-
"lint:types": "tsc",
|
|
28
|
-
"lint:types-test": "tsc -p tsconfig.types.test.json",
|
|
27
|
+
"lint:types": "tsc --noEmit",
|
|
28
|
+
"lint:types-test": "tsc -p tsconfig.types.test.json --noEmit",
|
|
29
29
|
"lint:declarations": "npm run fix:declarations && git diff --exit-code ./types",
|
|
30
30
|
"fix": "npm run fix:code && npm run fix:declarations",
|
|
31
31
|
"fix:code": "npm run lint:code -- --fix",
|
|
32
|
-
"fix:declarations": "tsc
|
|
32
|
+
"fix:declarations": "tsc && npm run fmt -- ./types",
|
|
33
33
|
"fmt": "npm run fmt:base -- --log-level warn --write",
|
|
34
34
|
"fmt:check": "npm run fmt:base -- --check",
|
|
35
35
|
"fmt:base": "prettier --cache --ignore-unknown .",
|
|
@@ -38,35 +38,29 @@
|
|
|
38
38
|
"test:base": "jest --runInBand",
|
|
39
39
|
"test:only": "npm run test:base",
|
|
40
40
|
"test:watch": "npm run test:base -- --watch",
|
|
41
|
-
"test:coverage": "npm run test:base -- --collectCoverageFrom=\"lib/**/*.js\" --coverage"
|
|
41
|
+
"test:coverage": "npm run test:base -- --collectCoverageFrom=\"lib/**/*.js\" --coverage",
|
|
42
|
+
"benchmark": "node --max-old-space-size=4096 --hash-seed=1 --random-seed=1 --no-opt --predictable --predictable-gc-schedule --interpreted-frames-native-stack --allow-natives-syntax --expose-gc --no-concurrent-sweeping ./benchmark/run.mjs",
|
|
43
|
+
"version": "changeset version",
|
|
44
|
+
"release": "changeset publish"
|
|
42
45
|
},
|
|
43
46
|
"dependencies": {
|
|
44
|
-
"glob-to-regexp": "^0.4.1",
|
|
45
47
|
"graceful-fs": "^4.1.2"
|
|
46
48
|
},
|
|
47
49
|
"devDependencies": {
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@
|
|
50
|
+
"@changesets/cli": "^2.30.0",
|
|
51
|
+
"@changesets/get-github-info": "^0.8.0",
|
|
52
|
+
"@codspeed/core": "^5.2.0",
|
|
51
53
|
"@types/glob-to-regexp": "^0.4.4",
|
|
52
54
|
"@types/graceful-fs": "^4.1.9",
|
|
53
|
-
"@types/jest": "^
|
|
55
|
+
"@types/jest": "^30.0.0",
|
|
54
56
|
"@types/node": "^24.10.4",
|
|
55
57
|
"eslint": "^9.39.2",
|
|
56
|
-
"eslint-config-
|
|
57
|
-
"
|
|
58
|
-
"eslint-plugin-import": "^2.32.0",
|
|
59
|
-
"eslint-plugin-jest": "^29.5.0",
|
|
60
|
-
"eslint-plugin-jsdoc": "^61.5.0",
|
|
61
|
-
"eslint-plugin-n": "^17.23.1",
|
|
62
|
-
"eslint-plugin-prettier": "^5.5.4",
|
|
63
|
-
"eslint-plugin-unicorn": "^62.0.0",
|
|
64
|
-
"globals": "^16.5.0",
|
|
65
|
-
"jest": "^27.5.1",
|
|
58
|
+
"eslint-config-webpack": "^4.9.3",
|
|
59
|
+
"jest": "^30.3.0",
|
|
66
60
|
"prettier": "^3.7.4",
|
|
67
|
-
"
|
|
68
|
-
"typescript": "^
|
|
69
|
-
"write-file-atomic": "^
|
|
61
|
+
"tinybench": "^6.0.0",
|
|
62
|
+
"typescript": "^6.0.2",
|
|
63
|
+
"write-file-atomic": "^8.0.0"
|
|
70
64
|
},
|
|
71
65
|
"engines": {
|
|
72
66
|
"node": ">=10.13.0"
|
|
@@ -48,6 +48,8 @@ declare class DirectoryWatcher extends EventEmitter<{
|
|
|
48
48
|
filesWithoutCase: Map<string, number>;
|
|
49
49
|
/** @type {Map<string, Watcher<DirectoryWatcherEvents> | boolean>} */
|
|
50
50
|
directories: Map<string, Watcher<DirectoryWatcherEvents> | boolean>;
|
|
51
|
+
/** @type {Map<string, Watcher<FileWatcherEvents>>} */
|
|
52
|
+
_symlinkTargetWatchers: Map<string, Watcher<FileWatcherEvents>>;
|
|
51
53
|
lastWatchEvent: number;
|
|
52
54
|
initialScan: boolean;
|
|
53
55
|
ignored: import("./index").IgnoredFunction;
|
|
@@ -1,4 +1,123 @@
|
|
|
1
|
-
|
|
1
|
+
declare namespace _exports {
|
|
2
|
+
export {
|
|
3
|
+
WatcherManager,
|
|
4
|
+
DirectoryWatcher,
|
|
5
|
+
DirectoryWatcherEvents,
|
|
6
|
+
FileWatcherEvents,
|
|
7
|
+
EventMap,
|
|
8
|
+
Watcher,
|
|
9
|
+
IgnoredFunction,
|
|
10
|
+
Ignored,
|
|
11
|
+
WatcherOptions,
|
|
12
|
+
WatchOptions,
|
|
13
|
+
NormalizedWatchOptions,
|
|
14
|
+
EventType,
|
|
15
|
+
Entry,
|
|
16
|
+
OnlySafeTimeEntry,
|
|
17
|
+
ExistenceOnlyTimeEntry,
|
|
18
|
+
TimeInfoEntries,
|
|
19
|
+
Changes,
|
|
20
|
+
Removals,
|
|
21
|
+
Aggregated,
|
|
22
|
+
WatchMethodOptions,
|
|
23
|
+
Times,
|
|
24
|
+
WatchpackEvents,
|
|
25
|
+
WatchpackExports,
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
declare const _exports: WatchpackExports;
|
|
29
|
+
export = _exports;
|
|
30
|
+
type WatcherManager = import("./getWatcherManager").WatcherManager;
|
|
31
|
+
type DirectoryWatcher = import("./DirectoryWatcher");
|
|
32
|
+
type DirectoryWatcherEvents =
|
|
33
|
+
import("./DirectoryWatcher").DirectoryWatcherEvents;
|
|
34
|
+
type FileWatcherEvents = import("./DirectoryWatcher").FileWatcherEvents;
|
|
35
|
+
type EventMap = Record<string, (...args: any[]) => any>;
|
|
36
|
+
type Watcher<T extends EventMap> = import("./DirectoryWatcher").Watcher<T>;
|
|
37
|
+
type IgnoredFunction = (item: string) => boolean;
|
|
38
|
+
type Ignored = string[] | RegExp | string | IgnoredFunction;
|
|
39
|
+
type WatcherOptions = {
|
|
40
|
+
/**
|
|
41
|
+
* true when need to resolve symlinks and watch symlink and real file, otherwise false
|
|
42
|
+
*/
|
|
43
|
+
followSymlinks?: boolean | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* ignore some files from watching (glob pattern or regexp)
|
|
46
|
+
*/
|
|
47
|
+
ignored?: Ignored | undefined;
|
|
48
|
+
/**
|
|
49
|
+
* true when need to enable polling mode for watching, otherwise false
|
|
50
|
+
*/
|
|
51
|
+
poll?: (number | boolean) | undefined;
|
|
52
|
+
};
|
|
53
|
+
type WatchOptions = WatcherOptions & {
|
|
54
|
+
aggregateTimeout?: number;
|
|
55
|
+
};
|
|
56
|
+
type NormalizedWatchOptions = {
|
|
57
|
+
/**
|
|
58
|
+
* true when need to resolve symlinks and watch symlink and real file, otherwise false
|
|
59
|
+
*/
|
|
60
|
+
followSymlinks: boolean;
|
|
61
|
+
/**
|
|
62
|
+
* ignore some files from watching (glob pattern or regexp)
|
|
63
|
+
*/
|
|
64
|
+
ignored: IgnoredFunction;
|
|
65
|
+
/**
|
|
66
|
+
* true when need to enable polling mode for watching, otherwise false
|
|
67
|
+
*/
|
|
68
|
+
poll?: (number | boolean) | undefined;
|
|
69
|
+
};
|
|
70
|
+
type EventType =
|
|
71
|
+
| `scan (${string})`
|
|
72
|
+
| "change"
|
|
73
|
+
| "rename"
|
|
74
|
+
| `watch ${string}`
|
|
75
|
+
| `directory-removed ${string}`;
|
|
76
|
+
type Entry = {
|
|
77
|
+
safeTime: number;
|
|
78
|
+
timestamp: number;
|
|
79
|
+
accuracy: number;
|
|
80
|
+
};
|
|
81
|
+
type OnlySafeTimeEntry = {
|
|
82
|
+
safeTime: number;
|
|
83
|
+
};
|
|
84
|
+
type ExistenceOnlyTimeEntry = {};
|
|
85
|
+
type TimeInfoEntries = Map<
|
|
86
|
+
string,
|
|
87
|
+
Entry | OnlySafeTimeEntry | ExistenceOnlyTimeEntry | null
|
|
88
|
+
>;
|
|
89
|
+
type Changes = Set<string>;
|
|
90
|
+
type Removals = Set<string>;
|
|
91
|
+
type Aggregated = {
|
|
92
|
+
changes: Changes;
|
|
93
|
+
removals: Removals;
|
|
94
|
+
};
|
|
95
|
+
type WatchMethodOptions = {
|
|
96
|
+
files?: Iterable<string>;
|
|
97
|
+
directories?: Iterable<string>;
|
|
98
|
+
missing?: Iterable<string>;
|
|
99
|
+
startTime?: number;
|
|
100
|
+
};
|
|
101
|
+
type Times = Record<string, number>;
|
|
102
|
+
type WatchpackEvents = {
|
|
103
|
+
/**
|
|
104
|
+
* change event
|
|
105
|
+
*/
|
|
106
|
+
change: (file: string, mtime: number, type: EventType) => void;
|
|
107
|
+
/**
|
|
108
|
+
* remove event
|
|
109
|
+
*/
|
|
110
|
+
remove: (file: string, type: EventType) => void;
|
|
111
|
+
/**
|
|
112
|
+
* aggregated event
|
|
113
|
+
*/
|
|
114
|
+
aggregated: (changes: Changes, removals: Removals) => void;
|
|
115
|
+
};
|
|
116
|
+
type WatchpackExports = typeof Watchpack & {
|
|
117
|
+
util: {
|
|
118
|
+
readonly globToRegExp: typeof globToRegExp;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
2
121
|
/**
|
|
3
122
|
* @typedef {object} WatchpackEvents
|
|
4
123
|
* @property {(file: string, mtime: number, type: EventType) => void} change change event
|
|
@@ -102,32 +221,7 @@ declare class Watchpack extends EventEmitter<{
|
|
|
102
221
|
*/
|
|
103
222
|
_onRemove(item: string, file: string, type: EventType): void;
|
|
104
223
|
}
|
|
105
|
-
|
|
106
|
-
export {
|
|
107
|
-
WatcherManager,
|
|
108
|
-
DirectoryWatcher,
|
|
109
|
-
DirectoryWatcherEvents,
|
|
110
|
-
FileWatcherEvents,
|
|
111
|
-
EventMap,
|
|
112
|
-
Watcher,
|
|
113
|
-
IgnoredFunction,
|
|
114
|
-
Ignored,
|
|
115
|
-
WatcherOptions,
|
|
116
|
-
WatchOptions,
|
|
117
|
-
NormalizedWatchOptions,
|
|
118
|
-
EventType,
|
|
119
|
-
Entry,
|
|
120
|
-
OnlySafeTimeEntry,
|
|
121
|
-
ExistenceOnlyTimeEntry,
|
|
122
|
-
TimeInfoEntries,
|
|
123
|
-
Changes,
|
|
124
|
-
Removals,
|
|
125
|
-
Aggregated,
|
|
126
|
-
WatchMethodOptions,
|
|
127
|
-
Times,
|
|
128
|
-
WatchpackEvents,
|
|
129
|
-
};
|
|
130
|
-
}
|
|
224
|
+
import globToRegExp = require("./util/globToRegExp");
|
|
131
225
|
import { EventEmitter } from "events";
|
|
132
226
|
declare class WatchpackFileWatcher {
|
|
133
227
|
/**
|
|
@@ -173,89 +267,3 @@ declare class WatchpackDirectoryWatcher {
|
|
|
173
267
|
update(directories: string | string[]): void;
|
|
174
268
|
close(): void;
|
|
175
269
|
}
|
|
176
|
-
type WatcherManager = import("./getWatcherManager").WatcherManager;
|
|
177
|
-
type DirectoryWatcher = import("./DirectoryWatcher");
|
|
178
|
-
type DirectoryWatcherEvents =
|
|
179
|
-
import("./DirectoryWatcher").DirectoryWatcherEvents;
|
|
180
|
-
type FileWatcherEvents = import("./DirectoryWatcher").FileWatcherEvents;
|
|
181
|
-
type EventMap = Record<string, (...args: any[]) => any>;
|
|
182
|
-
type Watcher<T extends EventMap> = import("./DirectoryWatcher").Watcher<T>;
|
|
183
|
-
type IgnoredFunction = (item: string) => boolean;
|
|
184
|
-
type Ignored = string[] | RegExp | string | IgnoredFunction;
|
|
185
|
-
type WatcherOptions = {
|
|
186
|
-
/**
|
|
187
|
-
* true when need to resolve symlinks and watch symlink and real file, otherwise false
|
|
188
|
-
*/
|
|
189
|
-
followSymlinks?: boolean | undefined;
|
|
190
|
-
/**
|
|
191
|
-
* ignore some files from watching (glob pattern or regexp)
|
|
192
|
-
*/
|
|
193
|
-
ignored?: Ignored | undefined;
|
|
194
|
-
/**
|
|
195
|
-
* true when need to enable polling mode for watching, otherwise false
|
|
196
|
-
*/
|
|
197
|
-
poll?: (number | boolean) | undefined;
|
|
198
|
-
};
|
|
199
|
-
type WatchOptions = WatcherOptions & {
|
|
200
|
-
aggregateTimeout?: number;
|
|
201
|
-
};
|
|
202
|
-
type NormalizedWatchOptions = {
|
|
203
|
-
/**
|
|
204
|
-
* true when need to resolve symlinks and watch symlink and real file, otherwise false
|
|
205
|
-
*/
|
|
206
|
-
followSymlinks: boolean;
|
|
207
|
-
/**
|
|
208
|
-
* ignore some files from watching (glob pattern or regexp)
|
|
209
|
-
*/
|
|
210
|
-
ignored: IgnoredFunction;
|
|
211
|
-
/**
|
|
212
|
-
* true when need to enable polling mode for watching, otherwise false
|
|
213
|
-
*/
|
|
214
|
-
poll?: (number | boolean) | undefined;
|
|
215
|
-
};
|
|
216
|
-
type EventType =
|
|
217
|
-
| `scan (${string})`
|
|
218
|
-
| "change"
|
|
219
|
-
| "rename"
|
|
220
|
-
| `watch ${string}`
|
|
221
|
-
| `directory-removed ${string}`;
|
|
222
|
-
type Entry = {
|
|
223
|
-
safeTime: number;
|
|
224
|
-
timestamp: number;
|
|
225
|
-
accuracy: number;
|
|
226
|
-
};
|
|
227
|
-
type OnlySafeTimeEntry = {
|
|
228
|
-
safeTime: number;
|
|
229
|
-
};
|
|
230
|
-
type ExistenceOnlyTimeEntry = {};
|
|
231
|
-
type TimeInfoEntries = Map<
|
|
232
|
-
string,
|
|
233
|
-
Entry | OnlySafeTimeEntry | ExistenceOnlyTimeEntry | null
|
|
234
|
-
>;
|
|
235
|
-
type Changes = Set<string>;
|
|
236
|
-
type Removals = Set<string>;
|
|
237
|
-
type Aggregated = {
|
|
238
|
-
changes: Changes;
|
|
239
|
-
removals: Removals;
|
|
240
|
-
};
|
|
241
|
-
type WatchMethodOptions = {
|
|
242
|
-
files?: Iterable<string>;
|
|
243
|
-
directories?: Iterable<string>;
|
|
244
|
-
missing?: Iterable<string>;
|
|
245
|
-
startTime?: number;
|
|
246
|
-
};
|
|
247
|
-
type Times = Record<string, number>;
|
|
248
|
-
type WatchpackEvents = {
|
|
249
|
-
/**
|
|
250
|
-
* change event
|
|
251
|
-
*/
|
|
252
|
-
change: (file: string, mtime: number, type: EventType) => void;
|
|
253
|
-
/**
|
|
254
|
-
* remove event
|
|
255
|
-
*/
|
|
256
|
-
remove: (file: string, type: EventType) => void;
|
|
257
|
-
/**
|
|
258
|
-
* aggregated event
|
|
259
|
-
*/
|
|
260
|
-
aggregated: (changes: Changes, removals: Removals) => void;
|
|
261
|
-
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _exports:
|
|
1
|
+
declare const _exports: import("./index").WatchpackExports;
|
|
2
2
|
export = _exports;
|
package/package.json
CHANGED
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"jest": "^30.4.2",
|
|
63
63
|
"jest-junit": "^16",
|
|
64
64
|
"jsii": "~5.9",
|
|
65
|
-
"jsii-diff": "^1.
|
|
65
|
+
"jsii-diff": "^1.135.0",
|
|
66
66
|
"jsii-docgen": "^10.5.0",
|
|
67
|
-
"jsii-pacmak": "^1.
|
|
67
|
+
"jsii-pacmak": "^1.135.0",
|
|
68
68
|
"jsii-rosetta": "^5.9.49",
|
|
69
|
-
"prettier": "^3.8.
|
|
69
|
+
"prettier": "^3.8.4",
|
|
70
70
|
"projen": "^0.99.17",
|
|
71
71
|
"ts-jest": "^29.4.11",
|
|
72
72
|
"ts-node": "^10.9.2",
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
"constructs": "^10.5.1"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
81
|
-
"@aws-sdk/client-connect": "^3.
|
|
82
|
-
"@aws-sdk/client-glue": "^3.
|
|
83
|
-
"@aws-sdk/client-lakeformation": "^3.
|
|
84
|
-
"@aws-sdk/client-ram": "^3.
|
|
85
|
-
"@aws-sdk/client-sts": "^3.
|
|
86
|
-
"@aws-sdk/types": "^3.973.
|
|
80
|
+
"@aws-sdk/client-cloudformation": "^3.1073.0",
|
|
81
|
+
"@aws-sdk/client-connect": "^3.1073.0",
|
|
82
|
+
"@aws-sdk/client-glue": "^3.1073.0",
|
|
83
|
+
"@aws-sdk/client-lakeformation": "^3.1073.0",
|
|
84
|
+
"@aws-sdk/client-ram": "^3.1073.0",
|
|
85
|
+
"@aws-sdk/client-sts": "^3.1073.0",
|
|
86
|
+
"@aws-sdk/types": "^3.973.13",
|
|
87
87
|
"@types/aws-lambda": "^8.10.162",
|
|
88
88
|
"aws-lambda": "^1.0.7"
|
|
89
89
|
},
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"publishConfig": {
|
|
113
113
|
"access": "public"
|
|
114
114
|
},
|
|
115
|
-
"version": "0.0.
|
|
115
|
+
"version": "0.0.15",
|
|
116
116
|
"jest": {
|
|
117
117
|
"coverageProvider": "v8",
|
|
118
118
|
"moduleNameMapper": {
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
# Glob To Regular Expression
|
|
2
|
-
|
|
3
|
-
[](https://travis-ci.org/fitzgen/glob-to-regexp)
|
|
4
|
-
|
|
5
|
-
Turn a \*-wildcard style glob (`"*.min.js"`) into a regular expression
|
|
6
|
-
(`/^.*\.min\.js$/`)!
|
|
7
|
-
|
|
8
|
-
To match bash-like globs, eg. `?` for any single-character match, `[a-z]` for
|
|
9
|
-
character ranges, and `{*.html, *.js}` for multiple alternatives, call with
|
|
10
|
-
`{ extended: true }`.
|
|
11
|
-
|
|
12
|
-
To obey [globstars `**`](https://github.com/isaacs/node-glob#glob-primer) rules set option `{globstar: true}`.
|
|
13
|
-
NOTE: This changes the behavior of `*` when `globstar` is `true` as shown below:
|
|
14
|
-
When `{globstar: true}`: `/foo/**` will match any string that starts with `/foo/`
|
|
15
|
-
like `/foo/index.htm`, `/foo/bar/baz.txt`, etc. Also, `/foo/**/*.txt` will match
|
|
16
|
-
any string that starts with `/foo/` and ends with `.txt` like `/foo/bar.txt`,
|
|
17
|
-
`/foo/bar/baz.txt`, etc.
|
|
18
|
-
Whereas `/foo/*` (single `*`, not a globstar) will match strings that start with
|
|
19
|
-
`/foo/` like `/foo/index.htm`, `/foo/baz.txt` but will not match strings that
|
|
20
|
-
contain a `/` to the right like `/foo/bar/baz.txt`, `/foo/bar/baz/qux.dat`, etc.
|
|
21
|
-
|
|
22
|
-
Set flags on the resulting `RegExp` object by adding the `flags` property to the option object, eg `{ flags: "i" }` for ignoring case.
|
|
23
|
-
|
|
24
|
-
## Install
|
|
25
|
-
|
|
26
|
-
npm install glob-to-regexp
|
|
27
|
-
|
|
28
|
-
## Usage
|
|
29
|
-
```js
|
|
30
|
-
var globToRegExp = require('glob-to-regexp');
|
|
31
|
-
var re = globToRegExp("p*uck");
|
|
32
|
-
re.test("pot luck"); // true
|
|
33
|
-
re.test("pluck"); // true
|
|
34
|
-
re.test("puck"); // true
|
|
35
|
-
|
|
36
|
-
re = globToRegExp("*.min.js");
|
|
37
|
-
re.test("http://example.com/jquery.min.js"); // true
|
|
38
|
-
re.test("http://example.com/jquery.min.js.map"); // false
|
|
39
|
-
|
|
40
|
-
re = globToRegExp("*/www/*.js");
|
|
41
|
-
re.test("http://example.com/www/app.js"); // true
|
|
42
|
-
re.test("http://example.com/www/lib/factory-proxy-model-observer.js"); // true
|
|
43
|
-
|
|
44
|
-
// Extended globs
|
|
45
|
-
re = globToRegExp("*/www/{*.js,*.html}", { extended: true });
|
|
46
|
-
re.test("http://example.com/www/app.js"); // true
|
|
47
|
-
re.test("http://example.com/www/index.html"); // true
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
## License
|
|
51
|
-
|
|
52
|
-
Copyright (c) 2013, Nick Fitzgerald
|
|
53
|
-
|
|
54
|
-
All rights reserved.
|
|
55
|
-
|
|
56
|
-
Redistribution and use in source and binary forms, with or without modification,
|
|
57
|
-
are permitted provided that the following conditions are met:
|
|
58
|
-
|
|
59
|
-
* Redistributions of source code must retain the above copyright notice, this
|
|
60
|
-
list of conditions and the following disclaimer.
|
|
61
|
-
|
|
62
|
-
* Redistributions in binary form must reproduce the above copyright notice, this
|
|
63
|
-
list of conditions and the following disclaimer in the documentation and/or
|
|
64
|
-
other materials provided with the distribution.
|
|
65
|
-
|
|
66
|
-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
|
67
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
|
68
|
-
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
69
|
-
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
|
|
70
|
-
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
71
|
-
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
72
|
-
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
|
|
73
|
-
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
74
|
-
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
|
75
|
-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
module.exports = function (glob, opts) {
|
|
2
|
-
if (typeof glob !== 'string') {
|
|
3
|
-
throw new TypeError('Expected a string');
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
var str = String(glob);
|
|
7
|
-
|
|
8
|
-
// The regexp we are building, as a string.
|
|
9
|
-
var reStr = "";
|
|
10
|
-
|
|
11
|
-
// Whether we are matching so called "extended" globs (like bash) and should
|
|
12
|
-
// support single character matching, matching ranges of characters, group
|
|
13
|
-
// matching, etc.
|
|
14
|
-
var extended = opts ? !!opts.extended : false;
|
|
15
|
-
|
|
16
|
-
// When globstar is _false_ (default), '/foo/*' is translated a regexp like
|
|
17
|
-
// '^\/foo\/.*$' which will match any string beginning with '/foo/'
|
|
18
|
-
// When globstar is _true_, '/foo/*' is translated to regexp like
|
|
19
|
-
// '^\/foo\/[^/]*$' which will match any string beginning with '/foo/' BUT
|
|
20
|
-
// which does not have a '/' to the right of it.
|
|
21
|
-
// E.g. with '/foo/*' these will match: '/foo/bar', '/foo/bar.txt' but
|
|
22
|
-
// these will not '/foo/bar/baz', '/foo/bar/baz.txt'
|
|
23
|
-
// Lastely, when globstar is _true_, '/foo/**' is equivelant to '/foo/*' when
|
|
24
|
-
// globstar is _false_
|
|
25
|
-
var globstar = opts ? !!opts.globstar : false;
|
|
26
|
-
|
|
27
|
-
// If we are doing extended matching, this boolean is true when we are inside
|
|
28
|
-
// a group (eg {*.html,*.js}), and false otherwise.
|
|
29
|
-
var inGroup = false;
|
|
30
|
-
|
|
31
|
-
// RegExp flags (eg "i" ) to pass in to RegExp constructor.
|
|
32
|
-
var flags = opts && typeof( opts.flags ) === "string" ? opts.flags : "";
|
|
33
|
-
|
|
34
|
-
var c;
|
|
35
|
-
for (var i = 0, len = str.length; i < len; i++) {
|
|
36
|
-
c = str[i];
|
|
37
|
-
|
|
38
|
-
switch (c) {
|
|
39
|
-
case "/":
|
|
40
|
-
case "$":
|
|
41
|
-
case "^":
|
|
42
|
-
case "+":
|
|
43
|
-
case ".":
|
|
44
|
-
case "(":
|
|
45
|
-
case ")":
|
|
46
|
-
case "=":
|
|
47
|
-
case "!":
|
|
48
|
-
case "|":
|
|
49
|
-
reStr += "\\" + c;
|
|
50
|
-
break;
|
|
51
|
-
|
|
52
|
-
case "?":
|
|
53
|
-
if (extended) {
|
|
54
|
-
reStr += ".";
|
|
55
|
-
break;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
case "[":
|
|
59
|
-
case "]":
|
|
60
|
-
if (extended) {
|
|
61
|
-
reStr += c;
|
|
62
|
-
break;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
case "{":
|
|
66
|
-
if (extended) {
|
|
67
|
-
inGroup = true;
|
|
68
|
-
reStr += "(";
|
|
69
|
-
break;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
case "}":
|
|
73
|
-
if (extended) {
|
|
74
|
-
inGroup = false;
|
|
75
|
-
reStr += ")";
|
|
76
|
-
break;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
case ",":
|
|
80
|
-
if (inGroup) {
|
|
81
|
-
reStr += "|";
|
|
82
|
-
break;
|
|
83
|
-
}
|
|
84
|
-
reStr += "\\" + c;
|
|
85
|
-
break;
|
|
86
|
-
|
|
87
|
-
case "*":
|
|
88
|
-
// Move over all consecutive "*"'s.
|
|
89
|
-
// Also store the previous and next characters
|
|
90
|
-
var prevChar = str[i - 1];
|
|
91
|
-
var starCount = 1;
|
|
92
|
-
while(str[i + 1] === "*") {
|
|
93
|
-
starCount++;
|
|
94
|
-
i++;
|
|
95
|
-
}
|
|
96
|
-
var nextChar = str[i + 1];
|
|
97
|
-
|
|
98
|
-
if (!globstar) {
|
|
99
|
-
// globstar is disabled, so treat any number of "*" as one
|
|
100
|
-
reStr += ".*";
|
|
101
|
-
} else {
|
|
102
|
-
// globstar is enabled, so determine if this is a globstar segment
|
|
103
|
-
var isGlobstar = starCount > 1 // multiple "*"'s
|
|
104
|
-
&& (prevChar === "/" || prevChar === undefined) // from the start of the segment
|
|
105
|
-
&& (nextChar === "/" || nextChar === undefined) // to the end of the segment
|
|
106
|
-
|
|
107
|
-
if (isGlobstar) {
|
|
108
|
-
// it's a globstar, so match zero or more path segments
|
|
109
|
-
reStr += "((?:[^/]*(?:\/|$))*)";
|
|
110
|
-
i++; // move over the "/"
|
|
111
|
-
} else {
|
|
112
|
-
// it's not a globstar, so only match one path segment
|
|
113
|
-
reStr += "([^/]*)";
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
break;
|
|
117
|
-
|
|
118
|
-
default:
|
|
119
|
-
reStr += c;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
// When regexp 'g' flag is specified don't
|
|
124
|
-
// constrain the regular expression with ^ & $
|
|
125
|
-
if (!flags || !~flags.indexOf('g')) {
|
|
126
|
-
reStr = "^" + reStr + "$";
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
return new RegExp(reStr, flags);
|
|
130
|
-
};
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "glob-to-regexp",
|
|
3
|
-
"version": "0.4.1",
|
|
4
|
-
"description": "Convert globs to regular expressions",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"test": "node test.js"
|
|
8
|
-
},
|
|
9
|
-
"repository": {
|
|
10
|
-
"type": "git",
|
|
11
|
-
"url": "https://github.com/fitzgen/glob-to-regexp.git"
|
|
12
|
-
},
|
|
13
|
-
"keywords": [
|
|
14
|
-
"regexp",
|
|
15
|
-
"glob",
|
|
16
|
-
"regexps",
|
|
17
|
-
"regular expressions",
|
|
18
|
-
"regular expression",
|
|
19
|
-
"wildcard"
|
|
20
|
-
],
|
|
21
|
-
"author": "Nick Fitzgerald <fitzgen@gmail.com>",
|
|
22
|
-
"license": "BSD-2-Clause"
|
|
23
|
-
}
|