@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
|
@@ -36,6 +36,10 @@ import {
|
|
|
36
36
|
HttpAuthSchemeInputConfig,
|
|
37
37
|
HttpAuthSchemeResolvedConfig,
|
|
38
38
|
} from "./auth/httpAuthSchemeProvider";
|
|
39
|
+
import {
|
|
40
|
+
AssociateGlossaryTermsCommandInput,
|
|
41
|
+
AssociateGlossaryTermsCommandOutput,
|
|
42
|
+
} from "./commands/AssociateGlossaryTermsCommand";
|
|
39
43
|
import {
|
|
40
44
|
BatchCreatePartitionCommandInput,
|
|
41
45
|
BatchCreatePartitionCommandOutput,
|
|
@@ -76,6 +80,10 @@ import {
|
|
|
76
80
|
BatchGetDevEndpointsCommandInput,
|
|
77
81
|
BatchGetDevEndpointsCommandOutput,
|
|
78
82
|
} from "./commands/BatchGetDevEndpointsCommand";
|
|
83
|
+
import {
|
|
84
|
+
BatchGetIterableFormsCommandInput,
|
|
85
|
+
BatchGetIterableFormsCommandOutput,
|
|
86
|
+
} from "./commands/BatchGetIterableFormsCommand";
|
|
79
87
|
import {
|
|
80
88
|
BatchGetJobsCommandInput,
|
|
81
89
|
BatchGetJobsCommandOutput,
|
|
@@ -168,6 +176,14 @@ import {
|
|
|
168
176
|
CreateDevEndpointCommandInput,
|
|
169
177
|
CreateDevEndpointCommandOutput,
|
|
170
178
|
} from "./commands/CreateDevEndpointCommand";
|
|
179
|
+
import {
|
|
180
|
+
CreateGlossaryCommandInput,
|
|
181
|
+
CreateGlossaryCommandOutput,
|
|
182
|
+
} from "./commands/CreateGlossaryCommand";
|
|
183
|
+
import {
|
|
184
|
+
CreateGlossaryTermCommandInput,
|
|
185
|
+
CreateGlossaryTermCommandOutput,
|
|
186
|
+
} from "./commands/CreateGlossaryTermCommand";
|
|
171
187
|
import {
|
|
172
188
|
CreateGlueIdentityCenterConfigurationCommandInput,
|
|
173
189
|
CreateGlueIdentityCenterConfigurationCommandOutput,
|
|
@@ -244,6 +260,18 @@ import {
|
|
|
244
260
|
CreateWorkflowCommandInput,
|
|
245
261
|
CreateWorkflowCommandOutput,
|
|
246
262
|
} from "./commands/CreateWorkflowCommand";
|
|
263
|
+
import {
|
|
264
|
+
DeleteAssetCommandInput,
|
|
265
|
+
DeleteAssetCommandOutput,
|
|
266
|
+
} from "./commands/DeleteAssetCommand";
|
|
267
|
+
import {
|
|
268
|
+
DeleteAssetTypeCommandInput,
|
|
269
|
+
DeleteAssetTypeCommandOutput,
|
|
270
|
+
} from "./commands/DeleteAssetTypeCommand";
|
|
271
|
+
import {
|
|
272
|
+
DeleteAttachmentCommandInput,
|
|
273
|
+
DeleteAttachmentCommandOutput,
|
|
274
|
+
} from "./commands/DeleteAttachmentCommand";
|
|
247
275
|
import {
|
|
248
276
|
DeleteBlueprintCommandInput,
|
|
249
277
|
DeleteBlueprintCommandOutput,
|
|
@@ -296,6 +324,18 @@ import {
|
|
|
296
324
|
DeleteDevEndpointCommandInput,
|
|
297
325
|
DeleteDevEndpointCommandOutput,
|
|
298
326
|
} from "./commands/DeleteDevEndpointCommand";
|
|
327
|
+
import {
|
|
328
|
+
DeleteFormTypeCommandInput,
|
|
329
|
+
DeleteFormTypeCommandOutput,
|
|
330
|
+
} from "./commands/DeleteFormTypeCommand";
|
|
331
|
+
import {
|
|
332
|
+
DeleteGlossaryCommandInput,
|
|
333
|
+
DeleteGlossaryCommandOutput,
|
|
334
|
+
} from "./commands/DeleteGlossaryCommand";
|
|
335
|
+
import {
|
|
336
|
+
DeleteGlossaryTermCommandInput,
|
|
337
|
+
DeleteGlossaryTermCommandOutput,
|
|
338
|
+
} from "./commands/DeleteGlossaryTermCommand";
|
|
299
339
|
import {
|
|
300
340
|
DeleteGlueIdentityCenterConfigurationCommandInput,
|
|
301
341
|
DeleteGlueIdentityCenterConfigurationCommandOutput,
|
|
@@ -396,6 +436,18 @@ import {
|
|
|
396
436
|
DescribeIntegrationsCommandInput,
|
|
397
437
|
DescribeIntegrationsCommandOutput,
|
|
398
438
|
} from "./commands/DescribeIntegrationsCommand";
|
|
439
|
+
import {
|
|
440
|
+
DisassociateGlossaryTermsCommandInput,
|
|
441
|
+
DisassociateGlossaryTermsCommandOutput,
|
|
442
|
+
} from "./commands/DisassociateGlossaryTermsCommand";
|
|
443
|
+
import {
|
|
444
|
+
GetAssetCommandInput,
|
|
445
|
+
GetAssetCommandOutput,
|
|
446
|
+
} from "./commands/GetAssetCommand";
|
|
447
|
+
import {
|
|
448
|
+
GetAssetTypeCommandInput,
|
|
449
|
+
GetAssetTypeCommandOutput,
|
|
450
|
+
} from "./commands/GetAssetTypeCommand";
|
|
399
451
|
import {
|
|
400
452
|
GetBlueprintCommandInput,
|
|
401
453
|
GetBlueprintCommandOutput,
|
|
@@ -528,6 +580,18 @@ import {
|
|
|
528
580
|
GetEntityRecordsCommandInput,
|
|
529
581
|
GetEntityRecordsCommandOutput,
|
|
530
582
|
} from "./commands/GetEntityRecordsCommand";
|
|
583
|
+
import {
|
|
584
|
+
GetFormTypeCommandInput,
|
|
585
|
+
GetFormTypeCommandOutput,
|
|
586
|
+
} from "./commands/GetFormTypeCommand";
|
|
587
|
+
import {
|
|
588
|
+
GetGlossaryCommandInput,
|
|
589
|
+
GetGlossaryCommandOutput,
|
|
590
|
+
} from "./commands/GetGlossaryCommand";
|
|
591
|
+
import {
|
|
592
|
+
GetGlossaryTermCommandInput,
|
|
593
|
+
GetGlossaryTermCommandOutput,
|
|
594
|
+
} from "./commands/GetGlossaryTermCommand";
|
|
531
595
|
import {
|
|
532
596
|
GetGlueIdentityCenterConfigurationCommandInput,
|
|
533
597
|
GetGlueIdentityCenterConfigurationCommandOutput,
|
|
@@ -724,6 +788,10 @@ import {
|
|
|
724
788
|
ImportCatalogToGlueCommandInput,
|
|
725
789
|
ImportCatalogToGlueCommandOutput,
|
|
726
790
|
} from "./commands/ImportCatalogToGlueCommand";
|
|
791
|
+
import {
|
|
792
|
+
ListAssetTypesCommandInput,
|
|
793
|
+
ListAssetTypesCommandOutput,
|
|
794
|
+
} from "./commands/ListAssetTypesCommand";
|
|
727
795
|
import {
|
|
728
796
|
ListBlueprintsCommandInput,
|
|
729
797
|
ListBlueprintsCommandOutput,
|
|
@@ -780,10 +848,26 @@ import {
|
|
|
780
848
|
ListEntitiesCommandInput,
|
|
781
849
|
ListEntitiesCommandOutput,
|
|
782
850
|
} from "./commands/ListEntitiesCommand";
|
|
851
|
+
import {
|
|
852
|
+
ListFormTypesCommandInput,
|
|
853
|
+
ListFormTypesCommandOutput,
|
|
854
|
+
} from "./commands/ListFormTypesCommand";
|
|
855
|
+
import {
|
|
856
|
+
ListGlossariesCommandInput,
|
|
857
|
+
ListGlossariesCommandOutput,
|
|
858
|
+
} from "./commands/ListGlossariesCommand";
|
|
859
|
+
import {
|
|
860
|
+
ListGlossaryTermsCommandInput,
|
|
861
|
+
ListGlossaryTermsCommandOutput,
|
|
862
|
+
} from "./commands/ListGlossaryTermsCommand";
|
|
783
863
|
import {
|
|
784
864
|
ListIntegrationResourcePropertiesCommandInput,
|
|
785
865
|
ListIntegrationResourcePropertiesCommandOutput,
|
|
786
866
|
} from "./commands/ListIntegrationResourcePropertiesCommand";
|
|
867
|
+
import {
|
|
868
|
+
ListIterableFormsCommandInput,
|
|
869
|
+
ListIterableFormsCommandOutput,
|
|
870
|
+
} from "./commands/ListIterableFormsCommand";
|
|
787
871
|
import {
|
|
788
872
|
ListJobsCommandInput,
|
|
789
873
|
ListJobsCommandOutput,
|
|
@@ -836,6 +920,18 @@ import {
|
|
|
836
920
|
ModifyIntegrationCommandInput,
|
|
837
921
|
ModifyIntegrationCommandOutput,
|
|
838
922
|
} from "./commands/ModifyIntegrationCommand";
|
|
923
|
+
import {
|
|
924
|
+
PutAssetCommandInput,
|
|
925
|
+
PutAssetCommandOutput,
|
|
926
|
+
} from "./commands/PutAssetCommand";
|
|
927
|
+
import {
|
|
928
|
+
PutAssetTypeCommandInput,
|
|
929
|
+
PutAssetTypeCommandOutput,
|
|
930
|
+
} from "./commands/PutAssetTypeCommand";
|
|
931
|
+
import {
|
|
932
|
+
PutAttachmentCommandInput,
|
|
933
|
+
PutAttachmentCommandOutput,
|
|
934
|
+
} from "./commands/PutAttachmentCommand";
|
|
839
935
|
import {
|
|
840
936
|
PutDataCatalogEncryptionSettingsCommandInput,
|
|
841
937
|
PutDataCatalogEncryptionSettingsCommandOutput,
|
|
@@ -844,6 +940,10 @@ import {
|
|
|
844
940
|
PutDataQualityProfileAnnotationCommandInput,
|
|
845
941
|
PutDataQualityProfileAnnotationCommandOutput,
|
|
846
942
|
} from "./commands/PutDataQualityProfileAnnotationCommand";
|
|
943
|
+
import {
|
|
944
|
+
PutFormTypeCommandInput,
|
|
945
|
+
PutFormTypeCommandOutput,
|
|
946
|
+
} from "./commands/PutFormTypeCommand";
|
|
847
947
|
import {
|
|
848
948
|
PutResourcePolicyCommandInput,
|
|
849
949
|
PutResourcePolicyCommandOutput,
|
|
@@ -884,6 +984,10 @@ import {
|
|
|
884
984
|
RunStatementCommandInput,
|
|
885
985
|
RunStatementCommandOutput,
|
|
886
986
|
} from "./commands/RunStatementCommand";
|
|
987
|
+
import {
|
|
988
|
+
SearchAssetsCommandInput,
|
|
989
|
+
SearchAssetsCommandOutput,
|
|
990
|
+
} from "./commands/SearchAssetsCommand";
|
|
887
991
|
import {
|
|
888
992
|
SearchTablesCommandInput,
|
|
889
993
|
SearchTablesCommandOutput,
|
|
@@ -1040,6 +1144,14 @@ import {
|
|
|
1040
1144
|
UpdateDevEndpointCommandInput,
|
|
1041
1145
|
UpdateDevEndpointCommandOutput,
|
|
1042
1146
|
} from "./commands/UpdateDevEndpointCommand";
|
|
1147
|
+
import {
|
|
1148
|
+
UpdateGlossaryCommandInput,
|
|
1149
|
+
UpdateGlossaryCommandOutput,
|
|
1150
|
+
} from "./commands/UpdateGlossaryCommand";
|
|
1151
|
+
import {
|
|
1152
|
+
UpdateGlossaryTermCommandInput,
|
|
1153
|
+
UpdateGlossaryTermCommandOutput,
|
|
1154
|
+
} from "./commands/UpdateGlossaryTermCommand";
|
|
1043
1155
|
import {
|
|
1044
1156
|
UpdateGlueIdentityCenterConfigurationCommandInput,
|
|
1045
1157
|
UpdateGlueIdentityCenterConfigurationCommandOutput,
|
|
@@ -1112,6 +1224,7 @@ import {
|
|
|
1112
1224
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
1113
1225
|
export { __Client };
|
|
1114
1226
|
export type ServiceInputTypes =
|
|
1227
|
+
| AssociateGlossaryTermsCommandInput
|
|
1115
1228
|
| BatchCreatePartitionCommandInput
|
|
1116
1229
|
| BatchDeleteConnectionCommandInput
|
|
1117
1230
|
| BatchDeletePartitionCommandInput
|
|
@@ -1122,6 +1235,7 @@ export type ServiceInputTypes =
|
|
|
1122
1235
|
| BatchGetCustomEntityTypesCommandInput
|
|
1123
1236
|
| BatchGetDataQualityResultCommandInput
|
|
1124
1237
|
| BatchGetDevEndpointsCommandInput
|
|
1238
|
+
| BatchGetIterableFormsCommandInput
|
|
1125
1239
|
| BatchGetJobsCommandInput
|
|
1126
1240
|
| BatchGetPartitionCommandInput
|
|
1127
1241
|
| BatchGetTableOptimizerCommandInput
|
|
@@ -1145,6 +1259,8 @@ export type ServiceInputTypes =
|
|
|
1145
1259
|
| CreateDataQualityRulesetCommandInput
|
|
1146
1260
|
| CreateDatabaseCommandInput
|
|
1147
1261
|
| CreateDevEndpointCommandInput
|
|
1262
|
+
| CreateGlossaryCommandInput
|
|
1263
|
+
| CreateGlossaryTermCommandInput
|
|
1148
1264
|
| CreateGlueIdentityCenterConfigurationCommandInput
|
|
1149
1265
|
| CreateIntegrationCommandInput
|
|
1150
1266
|
| CreateIntegrationResourcePropertyCommandInput
|
|
@@ -1164,6 +1280,9 @@ export type ServiceInputTypes =
|
|
|
1164
1280
|
| CreateUsageProfileCommandInput
|
|
1165
1281
|
| CreateUserDefinedFunctionCommandInput
|
|
1166
1282
|
| CreateWorkflowCommandInput
|
|
1283
|
+
| DeleteAssetCommandInput
|
|
1284
|
+
| DeleteAssetTypeCommandInput
|
|
1285
|
+
| DeleteAttachmentCommandInput
|
|
1167
1286
|
| DeleteBlueprintCommandInput
|
|
1168
1287
|
| DeleteCatalogCommandInput
|
|
1169
1288
|
| DeleteClassifierCommandInput
|
|
@@ -1177,6 +1296,9 @@ export type ServiceInputTypes =
|
|
|
1177
1296
|
| DeleteDataQualityRulesetCommandInput
|
|
1178
1297
|
| DeleteDatabaseCommandInput
|
|
1179
1298
|
| DeleteDevEndpointCommandInput
|
|
1299
|
+
| DeleteFormTypeCommandInput
|
|
1300
|
+
| DeleteGlossaryCommandInput
|
|
1301
|
+
| DeleteGlossaryTermCommandInput
|
|
1180
1302
|
| DeleteGlueIdentityCenterConfigurationCommandInput
|
|
1181
1303
|
| DeleteIntegrationCommandInput
|
|
1182
1304
|
| DeleteIntegrationResourcePropertyCommandInput
|
|
@@ -1202,6 +1324,9 @@ export type ServiceInputTypes =
|
|
|
1202
1324
|
| DescribeEntityCommandInput
|
|
1203
1325
|
| DescribeInboundIntegrationsCommandInput
|
|
1204
1326
|
| DescribeIntegrationsCommandInput
|
|
1327
|
+
| DisassociateGlossaryTermsCommandInput
|
|
1328
|
+
| GetAssetCommandInput
|
|
1329
|
+
| GetAssetTypeCommandInput
|
|
1205
1330
|
| GetBlueprintCommandInput
|
|
1206
1331
|
| GetBlueprintRunCommandInput
|
|
1207
1332
|
| GetBlueprintRunsCommandInput
|
|
@@ -1235,6 +1360,9 @@ export type ServiceInputTypes =
|
|
|
1235
1360
|
| GetDevEndpointCommandInput
|
|
1236
1361
|
| GetDevEndpointsCommandInput
|
|
1237
1362
|
| GetEntityRecordsCommandInput
|
|
1363
|
+
| GetFormTypeCommandInput
|
|
1364
|
+
| GetGlossaryCommandInput
|
|
1365
|
+
| GetGlossaryTermCommandInput
|
|
1238
1366
|
| GetGlueIdentityCenterConfigurationCommandInput
|
|
1239
1367
|
| GetIntegrationResourcePropertyCommandInput
|
|
1240
1368
|
| GetIntegrationTablePropertiesCommandInput
|
|
@@ -1284,6 +1412,7 @@ export type ServiceInputTypes =
|
|
|
1284
1412
|
| GetWorkflowRunPropertiesCommandInput
|
|
1285
1413
|
| GetWorkflowRunsCommandInput
|
|
1286
1414
|
| ImportCatalogToGlueCommandInput
|
|
1415
|
+
| ListAssetTypesCommandInput
|
|
1287
1416
|
| ListBlueprintsCommandInput
|
|
1288
1417
|
| ListColumnStatisticsTaskRunsCommandInput
|
|
1289
1418
|
| ListConnectionTypesCommandInput
|
|
@@ -1298,7 +1427,11 @@ export type ServiceInputTypes =
|
|
|
1298
1427
|
| ListDataQualityStatisticsCommandInput
|
|
1299
1428
|
| ListDevEndpointsCommandInput
|
|
1300
1429
|
| ListEntitiesCommandInput
|
|
1430
|
+
| ListFormTypesCommandInput
|
|
1431
|
+
| ListGlossariesCommandInput
|
|
1432
|
+
| ListGlossaryTermsCommandInput
|
|
1301
1433
|
| ListIntegrationResourcePropertiesCommandInput
|
|
1434
|
+
| ListIterableFormsCommandInput
|
|
1302
1435
|
| ListJobsCommandInput
|
|
1303
1436
|
| ListMLTransformsCommandInput
|
|
1304
1437
|
| ListMaterializedViewRefreshTaskRunsCommandInput
|
|
@@ -1312,8 +1445,12 @@ export type ServiceInputTypes =
|
|
|
1312
1445
|
| ListUsageProfilesCommandInput
|
|
1313
1446
|
| ListWorkflowsCommandInput
|
|
1314
1447
|
| ModifyIntegrationCommandInput
|
|
1448
|
+
| PutAssetCommandInput
|
|
1449
|
+
| PutAssetTypeCommandInput
|
|
1450
|
+
| PutAttachmentCommandInput
|
|
1315
1451
|
| PutDataCatalogEncryptionSettingsCommandInput
|
|
1316
1452
|
| PutDataQualityProfileAnnotationCommandInput
|
|
1453
|
+
| PutFormTypeCommandInput
|
|
1317
1454
|
| PutResourcePolicyCommandInput
|
|
1318
1455
|
| PutSchemaVersionMetadataCommandInput
|
|
1319
1456
|
| PutWorkflowRunPropertiesCommandInput
|
|
@@ -1324,6 +1461,7 @@ export type ServiceInputTypes =
|
|
|
1324
1461
|
| ResetJobBookmarkCommandInput
|
|
1325
1462
|
| ResumeWorkflowRunCommandInput
|
|
1326
1463
|
| RunStatementCommandInput
|
|
1464
|
+
| SearchAssetsCommandInput
|
|
1327
1465
|
| SearchTablesCommandInput
|
|
1328
1466
|
| StartBlueprintRunCommandInput
|
|
1329
1467
|
| StartColumnStatisticsTaskRunCommandInput
|
|
@@ -1363,6 +1501,8 @@ export type ServiceInputTypes =
|
|
|
1363
1501
|
| UpdateDataQualityRulesetCommandInput
|
|
1364
1502
|
| UpdateDatabaseCommandInput
|
|
1365
1503
|
| UpdateDevEndpointCommandInput
|
|
1504
|
+
| UpdateGlossaryCommandInput
|
|
1505
|
+
| UpdateGlossaryTermCommandInput
|
|
1366
1506
|
| UpdateGlueIdentityCenterConfigurationCommandInput
|
|
1367
1507
|
| UpdateIntegrationResourcePropertyCommandInput
|
|
1368
1508
|
| UpdateIntegrationTablePropertiesCommandInput
|
|
@@ -1380,6 +1520,7 @@ export type ServiceInputTypes =
|
|
|
1380
1520
|
| UpdateUserDefinedFunctionCommandInput
|
|
1381
1521
|
| UpdateWorkflowCommandInput;
|
|
1382
1522
|
export type ServiceOutputTypes =
|
|
1523
|
+
| AssociateGlossaryTermsCommandOutput
|
|
1383
1524
|
| BatchCreatePartitionCommandOutput
|
|
1384
1525
|
| BatchDeleteConnectionCommandOutput
|
|
1385
1526
|
| BatchDeletePartitionCommandOutput
|
|
@@ -1390,6 +1531,7 @@ export type ServiceOutputTypes =
|
|
|
1390
1531
|
| BatchGetCustomEntityTypesCommandOutput
|
|
1391
1532
|
| BatchGetDataQualityResultCommandOutput
|
|
1392
1533
|
| BatchGetDevEndpointsCommandOutput
|
|
1534
|
+
| BatchGetIterableFormsCommandOutput
|
|
1393
1535
|
| BatchGetJobsCommandOutput
|
|
1394
1536
|
| BatchGetPartitionCommandOutput
|
|
1395
1537
|
| BatchGetTableOptimizerCommandOutput
|
|
@@ -1413,6 +1555,8 @@ export type ServiceOutputTypes =
|
|
|
1413
1555
|
| CreateDataQualityRulesetCommandOutput
|
|
1414
1556
|
| CreateDatabaseCommandOutput
|
|
1415
1557
|
| CreateDevEndpointCommandOutput
|
|
1558
|
+
| CreateGlossaryCommandOutput
|
|
1559
|
+
| CreateGlossaryTermCommandOutput
|
|
1416
1560
|
| CreateGlueIdentityCenterConfigurationCommandOutput
|
|
1417
1561
|
| CreateIntegrationCommandOutput
|
|
1418
1562
|
| CreateIntegrationResourcePropertyCommandOutput
|
|
@@ -1432,6 +1576,9 @@ export type ServiceOutputTypes =
|
|
|
1432
1576
|
| CreateUsageProfileCommandOutput
|
|
1433
1577
|
| CreateUserDefinedFunctionCommandOutput
|
|
1434
1578
|
| CreateWorkflowCommandOutput
|
|
1579
|
+
| DeleteAssetCommandOutput
|
|
1580
|
+
| DeleteAssetTypeCommandOutput
|
|
1581
|
+
| DeleteAttachmentCommandOutput
|
|
1435
1582
|
| DeleteBlueprintCommandOutput
|
|
1436
1583
|
| DeleteCatalogCommandOutput
|
|
1437
1584
|
| DeleteClassifierCommandOutput
|
|
@@ -1445,6 +1592,9 @@ export type ServiceOutputTypes =
|
|
|
1445
1592
|
| DeleteDataQualityRulesetCommandOutput
|
|
1446
1593
|
| DeleteDatabaseCommandOutput
|
|
1447
1594
|
| DeleteDevEndpointCommandOutput
|
|
1595
|
+
| DeleteFormTypeCommandOutput
|
|
1596
|
+
| DeleteGlossaryCommandOutput
|
|
1597
|
+
| DeleteGlossaryTermCommandOutput
|
|
1448
1598
|
| DeleteGlueIdentityCenterConfigurationCommandOutput
|
|
1449
1599
|
| DeleteIntegrationCommandOutput
|
|
1450
1600
|
| DeleteIntegrationResourcePropertyCommandOutput
|
|
@@ -1470,6 +1620,9 @@ export type ServiceOutputTypes =
|
|
|
1470
1620
|
| DescribeEntityCommandOutput
|
|
1471
1621
|
| DescribeInboundIntegrationsCommandOutput
|
|
1472
1622
|
| DescribeIntegrationsCommandOutput
|
|
1623
|
+
| DisassociateGlossaryTermsCommandOutput
|
|
1624
|
+
| GetAssetCommandOutput
|
|
1625
|
+
| GetAssetTypeCommandOutput
|
|
1473
1626
|
| GetBlueprintCommandOutput
|
|
1474
1627
|
| GetBlueprintRunCommandOutput
|
|
1475
1628
|
| GetBlueprintRunsCommandOutput
|
|
@@ -1503,6 +1656,9 @@ export type ServiceOutputTypes =
|
|
|
1503
1656
|
| GetDevEndpointCommandOutput
|
|
1504
1657
|
| GetDevEndpointsCommandOutput
|
|
1505
1658
|
| GetEntityRecordsCommandOutput
|
|
1659
|
+
| GetFormTypeCommandOutput
|
|
1660
|
+
| GetGlossaryCommandOutput
|
|
1661
|
+
| GetGlossaryTermCommandOutput
|
|
1506
1662
|
| GetGlueIdentityCenterConfigurationCommandOutput
|
|
1507
1663
|
| GetIntegrationResourcePropertyCommandOutput
|
|
1508
1664
|
| GetIntegrationTablePropertiesCommandOutput
|
|
@@ -1552,6 +1708,7 @@ export type ServiceOutputTypes =
|
|
|
1552
1708
|
| GetWorkflowRunPropertiesCommandOutput
|
|
1553
1709
|
| GetWorkflowRunsCommandOutput
|
|
1554
1710
|
| ImportCatalogToGlueCommandOutput
|
|
1711
|
+
| ListAssetTypesCommandOutput
|
|
1555
1712
|
| ListBlueprintsCommandOutput
|
|
1556
1713
|
| ListColumnStatisticsTaskRunsCommandOutput
|
|
1557
1714
|
| ListConnectionTypesCommandOutput
|
|
@@ -1566,7 +1723,11 @@ export type ServiceOutputTypes =
|
|
|
1566
1723
|
| ListDataQualityStatisticsCommandOutput
|
|
1567
1724
|
| ListDevEndpointsCommandOutput
|
|
1568
1725
|
| ListEntitiesCommandOutput
|
|
1726
|
+
| ListFormTypesCommandOutput
|
|
1727
|
+
| ListGlossariesCommandOutput
|
|
1728
|
+
| ListGlossaryTermsCommandOutput
|
|
1569
1729
|
| ListIntegrationResourcePropertiesCommandOutput
|
|
1730
|
+
| ListIterableFormsCommandOutput
|
|
1570
1731
|
| ListJobsCommandOutput
|
|
1571
1732
|
| ListMLTransformsCommandOutput
|
|
1572
1733
|
| ListMaterializedViewRefreshTaskRunsCommandOutput
|
|
@@ -1580,8 +1741,12 @@ export type ServiceOutputTypes =
|
|
|
1580
1741
|
| ListUsageProfilesCommandOutput
|
|
1581
1742
|
| ListWorkflowsCommandOutput
|
|
1582
1743
|
| ModifyIntegrationCommandOutput
|
|
1744
|
+
| PutAssetCommandOutput
|
|
1745
|
+
| PutAssetTypeCommandOutput
|
|
1746
|
+
| PutAttachmentCommandOutput
|
|
1583
1747
|
| PutDataCatalogEncryptionSettingsCommandOutput
|
|
1584
1748
|
| PutDataQualityProfileAnnotationCommandOutput
|
|
1749
|
+
| PutFormTypeCommandOutput
|
|
1585
1750
|
| PutResourcePolicyCommandOutput
|
|
1586
1751
|
| PutSchemaVersionMetadataCommandOutput
|
|
1587
1752
|
| PutWorkflowRunPropertiesCommandOutput
|
|
@@ -1592,6 +1757,7 @@ export type ServiceOutputTypes =
|
|
|
1592
1757
|
| ResetJobBookmarkCommandOutput
|
|
1593
1758
|
| ResumeWorkflowRunCommandOutput
|
|
1594
1759
|
| RunStatementCommandOutput
|
|
1760
|
+
| SearchAssetsCommandOutput
|
|
1595
1761
|
| SearchTablesCommandOutput
|
|
1596
1762
|
| StartBlueprintRunCommandOutput
|
|
1597
1763
|
| StartColumnStatisticsTaskRunCommandOutput
|
|
@@ -1631,6 +1797,8 @@ export type ServiceOutputTypes =
|
|
|
1631
1797
|
| UpdateDataQualityRulesetCommandOutput
|
|
1632
1798
|
| UpdateDatabaseCommandOutput
|
|
1633
1799
|
| UpdateDevEndpointCommandOutput
|
|
1800
|
+
| UpdateGlossaryCommandOutput
|
|
1801
|
+
| UpdateGlossaryTermCommandOutput
|
|
1634
1802
|
| UpdateGlueIdentityCenterConfigurationCommandOutput
|
|
1635
1803
|
| UpdateIntegrationResourcePropertyCommandOutput
|
|
1636
1804
|
| UpdateIntegrationTablePropertiesCommandOutput
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
AssociateGlossaryTermsRequest,
|
|
10
|
+
AssociateGlossaryTermsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface AssociateGlossaryTermsCommandInput
|
|
15
|
+
extends AssociateGlossaryTermsRequest {}
|
|
16
|
+
export interface AssociateGlossaryTermsCommandOutput
|
|
17
|
+
extends AssociateGlossaryTermsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const AssociateGlossaryTermsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: AssociateGlossaryTermsCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
AssociateGlossaryTermsCommandInput,
|
|
24
|
+
AssociateGlossaryTermsCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: AssociateGlossaryTermsCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
AssociateGlossaryTermsCommandInput,
|
|
33
|
+
AssociateGlossaryTermsCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class AssociateGlossaryTermsCommand extends AssociateGlossaryTermsCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: AssociateGlossaryTermsRequest;
|
|
46
|
+
output: AssociateGlossaryTermsResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: AssociateGlossaryTermsCommandInput;
|
|
50
|
+
output: AssociateGlossaryTermsCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
BatchGetIterableFormsRequest,
|
|
10
|
+
BatchGetIterableFormsResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface BatchGetIterableFormsCommandInput
|
|
15
|
+
extends BatchGetIterableFormsRequest {}
|
|
16
|
+
export interface BatchGetIterableFormsCommandOutput
|
|
17
|
+
extends BatchGetIterableFormsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const BatchGetIterableFormsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: BatchGetIterableFormsCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
BatchGetIterableFormsCommandInput,
|
|
24
|
+
BatchGetIterableFormsCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: BatchGetIterableFormsCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
BatchGetIterableFormsCommandInput,
|
|
33
|
+
BatchGetIterableFormsCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class BatchGetIterableFormsCommand extends BatchGetIterableFormsCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: BatchGetIterableFormsRequest;
|
|
46
|
+
output: BatchGetIterableFormsResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: BatchGetIterableFormsCommandInput;
|
|
50
|
+
output: BatchGetIterableFormsCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts
CHANGED
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
CreateCrawlerResponse,
|
|
11
|
-
} from "../models/models_0";
|
|
8
|
+
import { CreateCrawlerRequest } from "../models/models_0";
|
|
9
|
+
import { CreateCrawlerResponse } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface CreateCrawlerCommandInput extends CreateCrawlerRequest {}
|
package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
CreateDatabaseRequest,
|
|
10
10
|
CreateDatabaseResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_1";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface CreateDatabaseCommandInput extends CreateDatabaseRequest {}
|
package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateGlossaryRequest,
|
|
10
|
+
CreateGlossaryResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateGlossaryCommandInput extends CreateGlossaryRequest {}
|
|
15
|
+
export interface CreateGlossaryCommandOutput
|
|
16
|
+
extends CreateGlossaryResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const CreateGlossaryCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: CreateGlossaryCommandInput
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
|
+
CreateGlossaryCommandInput,
|
|
23
|
+
CreateGlossaryCommandOutput,
|
|
24
|
+
GlueClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: CreateGlossaryCommandInput
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
|
+
CreateGlossaryCommandInput,
|
|
32
|
+
CreateGlossaryCommandOutput,
|
|
33
|
+
GlueClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export declare class CreateGlossaryCommand extends CreateGlossaryCommand_base {
|
|
42
|
+
protected static __types: {
|
|
43
|
+
api: {
|
|
44
|
+
input: CreateGlossaryRequest;
|
|
45
|
+
output: CreateGlossaryResponse;
|
|
46
|
+
};
|
|
47
|
+
sdk: {
|
|
48
|
+
input: CreateGlossaryCommandInput;
|
|
49
|
+
output: CreateGlossaryCommandOutput;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
}
|
package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateGlossaryTermRequest,
|
|
10
|
+
CreateGlossaryTermResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateGlossaryTermCommandInput
|
|
15
|
+
extends CreateGlossaryTermRequest {}
|
|
16
|
+
export interface CreateGlossaryTermCommandOutput
|
|
17
|
+
extends CreateGlossaryTermResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateGlossaryTermCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateGlossaryTermCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
CreateGlossaryTermCommandInput,
|
|
24
|
+
CreateGlossaryTermCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: CreateGlossaryTermCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
CreateGlossaryTermCommandInput,
|
|
33
|
+
CreateGlossaryTermCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class CreateGlossaryTermCommand extends CreateGlossaryTermCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: CreateGlossaryTermRequest;
|
|
46
|
+
output: CreateGlossaryTermResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: CreateGlossaryTermCommandInput;
|
|
50
|
+
output: CreateGlossaryTermCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|