@cdklabs/cdk-construct-connect-datalake 0.0.13 → 0.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +9 -9
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +449 -469
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +59 -91
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +814 -533
- package/node_modules/@aws-sdk/client-cloudformation/package.json +9 -9
- package/node_modules/@aws-sdk/client-connect/README.md +14 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +1289 -1256
- package/node_modules/@aws-sdk/client-connect/dist-cjs/models/ConnectServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-connect/dist-cjs/models/errors.js +57 -88
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +3630 -2290
- package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetEvaluationFormValidationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartEvaluationFormValidationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +20 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/models/models_4.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +183 -48
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +14 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEvaluationFormCommand.d.ts +65 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactEvaluationCommand.d.ts +72 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEvaluationFormCommand.d.ts +68 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetEvaluationFormValidationCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactEvaluationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactEvaluationsCommand.d.ts +37 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEvaluationFormsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchNotificationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartEvaluationFormValidationCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEvaluationFormCommand.d.ts +67 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +60 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +127 -103
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +217 -1947
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +2078 -384
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +1479 -1769
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_4.d.ts +707 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +34 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +12 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetEvaluationFormValidationCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartEvaluationFormValidationCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +30 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +30 -23
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +50 -45
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +75 -81
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +96 -175
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_4.d.ts +197 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/client-connect/package.json +9 -9
- package/node_modules/@aws-sdk/client-glue/README.md +196 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +1323 -911
- package/node_modules/@aws-sdk/client-glue/dist-cjs/models/GlueServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +131 -183
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +3563 -1835
- package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +68 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAssetCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAttachmentCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteFormTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetAssetCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetAssetTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetFormTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListAssetTypesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListFormTypesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListGlossariesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListIterableFormsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAssetCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAssetTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAttachmentCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutFormTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/SearchAssetsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +28 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +18 -4
- package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +38 -38
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListFormTypesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListGlossariesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/SearchAssetsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/index.js +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +714 -46
- package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +242 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +30 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAttachmentCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetAssetCommand.d.ts +116 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMappingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTablesCommand.d.ts +119 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAssetCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchAssetsCommand.d.ts +149 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchTablesCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +28 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +42 -12
- package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +48 -48
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +165 -174
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +565 -755
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +2418 -2074
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +1423 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/SearchAssetsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +102 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +522 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +168 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/SearchAssetsCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +24 -6
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +26 -26
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_0.d.ts +41 -40
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +130 -181
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +414 -294
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +376 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/SearchAssetsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +102 -0
- package/node_modules/@aws-sdk/client-glue/package.json +9 -9
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/index.js +236 -256
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/LakeFormationServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/errors.js +39 -61
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.shared.js +21 -25
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/schemas/schemas_0.js +544 -356
- package/node_modules/@aws-sdk/client-lakeformation/package.json +9 -9
- package/node_modules/@aws-sdk/client-ram/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-ram/dist-cjs/index.js +159 -179
- package/node_modules/@aws-sdk/client-ram/dist-cjs/models/RAMServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-ram/dist-cjs/models/errors.js +57 -88
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-ram/dist-cjs/schemas/schemas_0.js +318 -210
- package/node_modules/@aws-sdk/client-ram/package.json +9 -9
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +15 -19
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +77 -97
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +25 -40
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +36 -40
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +25 -29
- package/node_modules/@aws-sdk/client-sts/dist-cjs/schemas/schemas_0.js +122 -85
- package/node_modules/@aws-sdk/client-sts/package.json +16 -16
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +19 -2274
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +297 -23
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +327 -52
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +297 -23
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +19 -21
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +107 -109
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +2 -4
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +3 -7
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +12 -16
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +16 -21
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +14 -18
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +1 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +2 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +2 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -8
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +47 -41
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +8 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
- package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +26 -25
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +12 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +10 -14
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +3 -27
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +82 -84
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +158 -119
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +80 -82
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +80 -82
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +99 -101
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +70 -35
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +11 -10
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -6
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +9 -8
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/types/package.json +5 -5
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +5 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +2 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +4 -7
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +2 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +7 -10
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/CHANGELOG.md +8 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/README.md +9 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/package.json +7 -3
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/strnum.js +9 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +5 -5
- package/node_modules/@nodable/entities/package.json +4 -1
- package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
- package/node_modules/@nodable/entities/src/index.d.ts +77 -0
- package/node_modules/@nodable/entities/src/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +543 -398
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +23 -24
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +68 -61
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-decode.js +326 -269
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor-encode.js +192 -103
- package/node_modules/@smithy/core/dist-es/submodules/cbor/cbor.js +4 -2
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +10 -2
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +4 -0
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-encode.d.ts +8 -4
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +18 -17
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
- package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -13
- package/node_modules/@smithy/node-http-handler/package.json +8 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
- package/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
- package/node_modules/@smithy/types/package.json +10 -10
- package/node_modules/anynum/LICENSE +21 -0
- package/node_modules/anynum/README.md +142 -0
- package/node_modules/anynum/anynum.js +135 -0
- package/node_modules/anynum/digitTable.js +116 -0
- package/node_modules/anynum/package.json +42 -0
- package/node_modules/path-expression-matcher/README.md +82 -7
- package/node_modules/path-expression-matcher/lib/pem.cjs +1 -1
- package/node_modules/path-expression-matcher/lib/pem.d.cts +83 -2
- package/node_modules/path-expression-matcher/lib/pem.min.js +1 -1
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +1 -1
- package/node_modules/path-expression-matcher/package.json +3 -2
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +18 -2
- package/node_modules/path-expression-matcher/src/Matcher.js +93 -3
- package/node_modules/path-expression-matcher/src/index.d.ts +67 -1
- package/node_modules/watchpack/README.md +9 -0
- package/node_modules/watchpack/lib/DirectoryWatcher.js +182 -25
- package/node_modules/watchpack/lib/index.js +55 -15
- package/node_modules/watchpack/lib/reducePlan.js +56 -35
- package/node_modules/watchpack/lib/util/globToRegExp.js +142 -0
- package/node_modules/watchpack/lib/watchEventSource.js +18 -10
- package/node_modules/watchpack/package.json +17 -23
- package/node_modules/watchpack/types/DirectoryWatcher.d.ts +2 -0
- package/node_modules/watchpack/types/index.d.ts +121 -113
- package/node_modules/watchpack/types/util/globToRegExp.d.ts +2 -0
- package/node_modules/watchpack/types/watchpack.d.ts +1 -1
- package/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
- package/node_modules/glob-to-regexp/.travis.yml +0 -4
- package/node_modules/glob-to-regexp/README.md +0 -75
- package/node_modules/glob-to-regexp/index.js +0 -130
- package/node_modules/glob-to-regexp/package.json +0 -23
- package/node_modules/glob-to-regexp/test.js +0 -235
- /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/LICENSE +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const _A = "Action";
|
|
2
2
|
const _AA = "ApplicationArn";
|
|
3
3
|
const _AAC = "AdditionalAuditContext";
|
|
4
|
+
const _AAF = "AndAllFilters";
|
|
4
5
|
const _AAd = "AddArguments";
|
|
5
6
|
const _AC = "AuthorizationCode";
|
|
6
7
|
const _ACI = "AuthenticationConfigurationInput";
|
|
@@ -16,6 +17,7 @@ const _ACu = "AuditContext";
|
|
|
16
17
|
const _ACut = "AuthConfiguration";
|
|
17
18
|
const _ACuth = "AuthenticationConfiguration";
|
|
18
19
|
const _ACutho = "AuthorizedColumns";
|
|
20
|
+
const _AD = "AssetDescription";
|
|
19
21
|
const _ADE = "AccessDeniedException";
|
|
20
22
|
const _ADO = "AdditionalDeltaOptions";
|
|
21
23
|
const _ADQ = "AutoDataQuality";
|
|
@@ -26,12 +28,19 @@ const _AEC = "AdditionalEncryptionContext";
|
|
|
26
28
|
const _AEE = "AlreadyExistsException";
|
|
27
29
|
const _AEL = "AnnotationErrorList";
|
|
28
30
|
const _AF = "AggFunc";
|
|
31
|
+
const _AFE = "AssetFormEntry";
|
|
32
|
+
const _AFM = "AssetFormMap";
|
|
29
33
|
const _AFTEDA = "AllowFullTableExternalDataAccess";
|
|
34
|
+
const _AFt = "AttributeFilter";
|
|
30
35
|
const _AGR = "AssociatedGlueResource";
|
|
36
|
+
const _AGT = "AssociateGlossaryTerms";
|
|
37
|
+
const _AGTR = "AssociateGlossaryTermsRequest";
|
|
38
|
+
const _AGTRs = "AssociateGlossaryTermsResponse";
|
|
31
39
|
const _AHO = "AdditionalHudiOptions";
|
|
32
|
-
const _AI = "
|
|
40
|
+
const _AI = "AssetIdentifier";
|
|
33
41
|
const _AIO = "AdditionalIcebergOptions";
|
|
34
42
|
const _AITBR = "AddIdleTimeBetweenReads";
|
|
43
|
+
const _AIc = "AccountId";
|
|
35
44
|
const _AKKI = "AwsKmsKeyId";
|
|
36
45
|
const _AL = "AverageLength";
|
|
37
46
|
const _ALc = "ActionList";
|
|
@@ -39,6 +48,8 @@ const _ALd = "AdditionalLocations";
|
|
|
39
48
|
const _ALn = "AnnotationList";
|
|
40
49
|
const _AM = "ApplyMapping";
|
|
41
50
|
const _AMg = "AggregatedMetrics";
|
|
51
|
+
const _AN = "AttachmentName";
|
|
52
|
+
const _ANs = "AssetName";
|
|
42
53
|
const _AO = "AggregateOperation";
|
|
43
54
|
const _AOFCE = "ApplyOverrideForComputeEnvironment";
|
|
44
55
|
const _AOd = "AdvancedOptions";
|
|
@@ -62,7 +73,12 @@ const _AS = "AuthStrategy";
|
|
|
62
73
|
const _ASC = "AllowSingleColumn";
|
|
63
74
|
const _AT = "AccessToken";
|
|
64
75
|
const _ATET = "AuthTokenExpirationTime";
|
|
76
|
+
const _ATFM = "AssetTypeFormsMap";
|
|
77
|
+
const _ATFR = "AssetTypeFormReference";
|
|
65
78
|
const _ATG = "AttributesToGet";
|
|
79
|
+
const _ATI = "AssetTypeItem";
|
|
80
|
+
const _ATIL = "AssetTypeItemList";
|
|
81
|
+
const _ATIs = "AssetTypeId";
|
|
66
82
|
const _ATc = "AccessType";
|
|
67
83
|
const _ATn = "AnalyzedTime";
|
|
68
84
|
const _ATu = "AuthenticationType";
|
|
@@ -82,7 +98,9 @@ const _An = "Annotations";
|
|
|
82
98
|
const _Ar = "Arguments";
|
|
83
99
|
const _Arg = "Args";
|
|
84
100
|
const _As = "Assign";
|
|
85
|
-
const _At = "
|
|
101
|
+
const _At = "Attachments";
|
|
102
|
+
const _Att = "Attempt";
|
|
103
|
+
const _Attr = "Attribute";
|
|
86
104
|
const _B = "Blueprints";
|
|
87
105
|
const _BAC = "BasicAuthenticationCredentials";
|
|
88
106
|
const _BAP = "BasicAuthenticationProperties";
|
|
@@ -126,6 +144,9 @@ const _BGDERa = "BatchGetDevEndpointsResponse";
|
|
|
126
144
|
const _BGDQR = "BatchGetDataQualityResult";
|
|
127
145
|
const _BGDQRR = "BatchGetDataQualityResultRequest";
|
|
128
146
|
const _BGDQRRa = "BatchGetDataQualityResultResponse";
|
|
147
|
+
const _BGIF = "BatchGetIterableForms";
|
|
148
|
+
const _BGIFR = "BatchGetIterableFormsRequest";
|
|
149
|
+
const _BGIFRa = "BatchGetIterableFormsResponse";
|
|
129
150
|
const _BGJ = "BatchGetJobs";
|
|
130
151
|
const _BGJR = "BatchGetJobsRequest";
|
|
131
152
|
const _BGJRa = "BatchGetJobsResponse";
|
|
@@ -184,6 +205,7 @@ const _CACP = "ConnectorAuthorizationCodeProperties";
|
|
|
184
205
|
const _CACo = "ConnectorAuthenticationConfiguration";
|
|
185
206
|
const _CAP = "CustomAuthenticationProperties";
|
|
186
207
|
const _CAa = "CatalogArn";
|
|
208
|
+
const _CAr = "CreatedAt";
|
|
187
209
|
const _CB = "CreatedBefore";
|
|
188
210
|
const _CBR = "CreateBlueprintRequest";
|
|
189
211
|
const _CBRr = "CreateBlueprintResponse";
|
|
@@ -261,6 +283,7 @@ const _CEond = "ConditionExpressions";
|
|
|
261
283
|
const _CF = "CrawlsFilter";
|
|
262
284
|
const _CFL = "CrawlsFilterList";
|
|
263
285
|
const _CFe = "CellFilters";
|
|
286
|
+
const _CG = "CreateGlossary";
|
|
264
287
|
const _CGCN = "CodeGenConfigurationNode";
|
|
265
288
|
const _CGCNo = "CodeGenConfigurationNodes";
|
|
266
289
|
const _CGCR = "CreateGrokClassifierRequest";
|
|
@@ -271,6 +294,11 @@ const _CGICCRr = "CreateGlueIdentityCenterConfigurationResponse";
|
|
|
271
294
|
const _CGN = "CodeGenNode";
|
|
272
295
|
const _CGNA = "CodeGenNodeArg";
|
|
273
296
|
const _CGNAo = "CodeGenNodeArgs";
|
|
297
|
+
const _CGR = "CreateGlossaryRequest";
|
|
298
|
+
const _CGRr = "CreateGlossaryResponse";
|
|
299
|
+
const _CGT = "CreateGlossaryTerm";
|
|
300
|
+
const _CGTR = "CreateGlossaryTermRequest";
|
|
301
|
+
const _CGTRr = "CreateGlossaryTermResponse";
|
|
274
302
|
const _CH = "CrawlerHistory";
|
|
275
303
|
const _CHL = "CrawlerHistoryList";
|
|
276
304
|
const _CHS = "CatalogHudiSource";
|
|
@@ -390,6 +418,7 @@ const _CSE = "CrawlerStoppingException";
|
|
|
390
418
|
const _CSEo = "ColumnStatisticsError";
|
|
391
419
|
const _CSEol = "ColumnStatisticsErrors";
|
|
392
420
|
const _CSI = "CreateSchemaInput";
|
|
421
|
+
const _CSIu = "CurrentSchemaId";
|
|
393
422
|
const _CSL = "ColumnStatisticsList";
|
|
394
423
|
const _CSR = "CancelStatementRequest";
|
|
395
424
|
const _CSRa = "CancelStatementResponse";
|
|
@@ -488,8 +517,9 @@ const _Compa = "Compaction";
|
|
|
488
517
|
const _Compar = "Comparator";
|
|
489
518
|
const _Compr = "Compression";
|
|
490
519
|
const _Compre = "Compressed";
|
|
491
|
-
const _Con = "
|
|
492
|
-
const _Cond = "
|
|
520
|
+
const _Con = "Content";
|
|
521
|
+
const _Cond = "Condition";
|
|
522
|
+
const _Condi = "Conditions";
|
|
493
523
|
const _Conf = "Configuration";
|
|
494
524
|
const _Conn = "Connections";
|
|
495
525
|
const _Cr = "Crawlers";
|
|
@@ -498,7 +528,16 @@ const _Craw = "Crawler";
|
|
|
498
528
|
const _Crawl = "Crawls";
|
|
499
529
|
const _D = "Description";
|
|
500
530
|
const _DA = "DefaultArguments";
|
|
531
|
+
const _DAR = "DeleteAssetRequest";
|
|
532
|
+
const _DARe = "DeleteAssetResponse";
|
|
533
|
+
const _DARel = "DeleteAttachmentRequest";
|
|
534
|
+
const _DARele = "DeleteAttachmentResponse";
|
|
535
|
+
const _DAT = "DeleteAssetType";
|
|
536
|
+
const _DATR = "DeleteAssetTypeRequest";
|
|
537
|
+
const _DATRe = "DeleteAssetTypeResponse";
|
|
501
538
|
const _DAe = "DeleteArguments";
|
|
539
|
+
const _DAel = "DeleteAsset";
|
|
540
|
+
const _DAele = "DeleteAttachment";
|
|
502
541
|
const _DB = "DeleteBehavior";
|
|
503
542
|
const _DBR = "DeleteBlueprintRequest";
|
|
504
543
|
const _DBRe = "DeleteBlueprintResponse";
|
|
@@ -568,11 +607,23 @@ const _DEe = "DevEndpoint";
|
|
|
568
607
|
const _DEes = "DescribeEntity";
|
|
569
608
|
const _DEy = "DynamodbExport";
|
|
570
609
|
const _DF = "DataFormat";
|
|
610
|
+
const _DFT = "DeleteFormType";
|
|
611
|
+
const _DFTR = "DeleteFormTypeRequest";
|
|
612
|
+
const _DFTRe = "DeleteFormTypeResponse";
|
|
571
613
|
const _DFa = "DataFilter";
|
|
572
614
|
const _DFr = "DropFields";
|
|
615
|
+
const _DG = "DeleteGlossary";
|
|
573
616
|
const _DGICC = "DeleteGlueIdentityCenterConfiguration";
|
|
574
617
|
const _DGICCR = "DeleteGlueIdentityCenterConfigurationRequest";
|
|
575
618
|
const _DGICCRe = "DeleteGlueIdentityCenterConfigurationResponse";
|
|
619
|
+
const _DGR = "DeleteGlossaryRequest";
|
|
620
|
+
const _DGRe = "DeleteGlossaryResponse";
|
|
621
|
+
const _DGT = "DeleteGlossaryTerm";
|
|
622
|
+
const _DGTR = "DeleteGlossaryTermRequest";
|
|
623
|
+
const _DGTRe = "DeleteGlossaryTermResponse";
|
|
624
|
+
const _DGTRi = "DisassociateGlossaryTermsRequest";
|
|
625
|
+
const _DGTRis = "DisassociateGlossaryTermsResponse";
|
|
626
|
+
const _DGTi = "DisassociateGlossaryTerms";
|
|
576
627
|
const _DH = "DpuHours";
|
|
577
628
|
const _DI = "DatabaseInput";
|
|
578
629
|
const _DIA = "DatapointInclusionAnnotation";
|
|
@@ -674,8 +725,10 @@ const _DSCP = "DirectSchemaChangePolicy";
|
|
|
674
725
|
const _DSCR = "DeleteSecurityConfigurationRequest";
|
|
675
726
|
const _DSCRe = "DeleteSecurityConfigurationResponse";
|
|
676
727
|
const _DSI = "DeleteSchemaInput";
|
|
677
|
-
const _DSIe = "
|
|
728
|
+
const _DSIe = "DefaultSpecId";
|
|
729
|
+
const _DSIes = "DescribeShardInterval";
|
|
678
730
|
const _DSM = "DataSourceMap";
|
|
731
|
+
const _DSOI = "DefaultSortOrderId";
|
|
679
732
|
const _DSP = "DynamodbS3Prefix";
|
|
680
733
|
const _DSR = "DeleteSchemaResponse";
|
|
681
734
|
const _DSRA = "DynamodbStsRoleArn";
|
|
@@ -807,6 +860,7 @@ const _F = "Failures";
|
|
|
807
860
|
const _FA = "FailedActions";
|
|
808
861
|
const _FC = "FederatedCatalog";
|
|
809
862
|
const _FCARN = "FanoutConsumerARN";
|
|
863
|
+
const _FCi = "FilterClause";
|
|
810
864
|
const _FD = "FederatedDatabase";
|
|
811
865
|
const _FDM = "FieldDefinitionMap";
|
|
812
866
|
const _FDT = "FieldDataType";
|
|
@@ -837,22 +891,34 @@ const _FSEC = "FederationSourceErrorCode";
|
|
|
837
891
|
const _FSRE = "FederationSourceRetryableException";
|
|
838
892
|
const _FSVN = "FirstSchemaVersionNumber";
|
|
839
893
|
const _FT = "FederatedTable";
|
|
894
|
+
const _FTI = "FormTypeId";
|
|
895
|
+
const _FTIL = "FormTypeItemList";
|
|
896
|
+
const _FTIo = "FormTypeIdentifier";
|
|
897
|
+
const _FTIor = "FormTypeItem";
|
|
840
898
|
const _FTi = "FieldType";
|
|
841
899
|
const _FTr = "FromType";
|
|
842
900
|
const _FTu = "FunctionType";
|
|
843
901
|
const _FV = "FieldValue";
|
|
844
902
|
const _FVi = "FilterValue";
|
|
845
903
|
const _FVil = "FilterValues";
|
|
904
|
+
const _FVo = "FormatVersion";
|
|
846
905
|
const _F_ = "F1";
|
|
847
906
|
const _Fi = "Filter";
|
|
848
907
|
const _Fie = "Fields";
|
|
849
908
|
const _Fiel = "Field";
|
|
850
909
|
const _Fil = "Filters";
|
|
851
|
-
const _Fo = "
|
|
910
|
+
const _Fo = "Forms";
|
|
852
911
|
const _Fol = "Folder";
|
|
853
|
-
const _For = "
|
|
912
|
+
const _For = "Format";
|
|
913
|
+
const _Forc = "Force";
|
|
854
914
|
const _Fr = "From";
|
|
855
915
|
const _G = "Groups";
|
|
916
|
+
const _GA = "GetAsset";
|
|
917
|
+
const _GAI = "GetAssetInput";
|
|
918
|
+
const _GAO = "GetAssetOutput";
|
|
919
|
+
const _GAT = "GetAssetType";
|
|
920
|
+
const _GATR = "GetAssetTypeRequest";
|
|
921
|
+
const _GATRe = "GetAssetTypeResponse";
|
|
856
922
|
const _GB = "GetBlueprint";
|
|
857
923
|
const _GBR = "GetBlueprintRequest";
|
|
858
924
|
const _GBRR = "GetBlueprintRunRequest";
|
|
@@ -959,16 +1025,29 @@ const _GERR = "GetEntityRecordsRequest";
|
|
|
959
1025
|
const _GERRe = "GetEntityRecordsResponse";
|
|
960
1026
|
const _GF = "GroupFilters";
|
|
961
1027
|
const _GFL = "GroupFiltersList";
|
|
1028
|
+
const _GFT = "GetFormType";
|
|
1029
|
+
const _GFTR = "GetFormTypeRequest";
|
|
1030
|
+
const _GFTRe = "GetFormTypeResponse";
|
|
962
1031
|
const _GFr = "GroupFiles";
|
|
1032
|
+
const _GG = "GetGlossary";
|
|
963
1033
|
const _GGICC = "GetGlueIdentityCenterConfiguration";
|
|
964
1034
|
const _GGICCR = "GetGlueIdentityCenterConfigurationRequest";
|
|
965
1035
|
const _GGICCRe = "GetGlueIdentityCenterConfigurationResponse";
|
|
1036
|
+
const _GGR = "GetGlossaryRequest";
|
|
1037
|
+
const _GGRe = "GetGlossaryResponse";
|
|
1038
|
+
const _GGT = "GetGlossaryTerm";
|
|
1039
|
+
const _GGTR = "GetGlossaryTermRequest";
|
|
1040
|
+
const _GGTRe = "GetGlossaryTermResponse";
|
|
1041
|
+
const _GI = "GlossaryIdentifier";
|
|
1042
|
+
const _GIL = "GlossaryItemList";
|
|
966
1043
|
const _GIRP = "GetIntegrationResourceProperty";
|
|
967
1044
|
const _GIRPR = "GetIntegrationResourcePropertyRequest";
|
|
968
1045
|
const _GIRPRe = "GetIntegrationResourcePropertyResponse";
|
|
969
1046
|
const _GITP = "GetIntegrationTableProperties";
|
|
970
1047
|
const _GITPR = "GetIntegrationTablePropertiesRequest";
|
|
971
1048
|
const _GITPRe = "GetIntegrationTablePropertiesResponse";
|
|
1049
|
+
const _GIl = "GlossaryId";
|
|
1050
|
+
const _GIlo = "GlossaryItem";
|
|
972
1051
|
const _GJ = "GetJob";
|
|
973
1052
|
const _GJB = "GetJobBookmark";
|
|
974
1053
|
const _GJBR = "GetJobBookmarkRequest";
|
|
@@ -1062,7 +1141,10 @@ const _GSet = "GetSession";
|
|
|
1062
1141
|
const _GSett = "GetStatement";
|
|
1063
1142
|
const _GSl = "GlueSchemas";
|
|
1064
1143
|
const _GSr = "GroupSize";
|
|
1065
|
-
const _GT = "
|
|
1144
|
+
const _GT = "GlossaryTerms";
|
|
1145
|
+
const _GTI = "GlossaryTermIdentifiers";
|
|
1146
|
+
const _GTIL = "GlossaryTermItemList";
|
|
1147
|
+
const _GTIl = "GlossaryTermItem";
|
|
1066
1148
|
const _GTO = "GetTableOptimizer";
|
|
1067
1149
|
const _GTOR = "GetTableOptimizerRequest";
|
|
1068
1150
|
const _GTORe = "GetTableOptimizerResponse";
|
|
@@ -1088,7 +1170,8 @@ const _GTet = "GetTables";
|
|
|
1088
1170
|
const _GTeta = "GetTags";
|
|
1089
1171
|
const _GTetr = "GetTrigger";
|
|
1090
1172
|
const _GTetri = "GetTriggers";
|
|
1091
|
-
const _GTl = "
|
|
1173
|
+
const _GTl = "GlueTable";
|
|
1174
|
+
const _GTlu = "GlueTables";
|
|
1092
1175
|
const _GUDF = "GetUserDefinedFunction";
|
|
1093
1176
|
const _GUDFR = "GetUserDefinedFunctionRequest";
|
|
1094
1177
|
const _GUDFRe = "GetUserDefinedFunctionResponse";
|
|
@@ -1151,22 +1234,35 @@ const _IDOC = "IsDefaultOnCreate";
|
|
|
1151
1234
|
const _IE = "IsEnabled";
|
|
1152
1235
|
const _IEK = "IcebergEncryptedKey";
|
|
1153
1236
|
const _IEL = "IntegrationErrorList";
|
|
1237
|
+
const _IELt = "ItemErrorList";
|
|
1154
1238
|
const _IEn = "IntegrationError";
|
|
1155
1239
|
const _IEs = "IsEmpty";
|
|
1240
|
+
const _IEt = "ItemError";
|
|
1156
1241
|
const _IF = "IsFilterable";
|
|
1242
|
+
const _IFE = "IterableFormEntry";
|
|
1157
1243
|
const _IFI = "IdentifierFieldIds";
|
|
1244
|
+
const _IFIL = "IterableFormItemList";
|
|
1245
|
+
const _IFIt = "IterableFormItem";
|
|
1158
1246
|
const _IFL = "IntegrationFilterList";
|
|
1247
|
+
const _IFLI = "IterableFormListItem";
|
|
1248
|
+
const _IFLIL = "IterableFormListItemList";
|
|
1249
|
+
const _IFM = "IterableFormMap";
|
|
1250
|
+
const _IFN = "IterableFormName";
|
|
1159
1251
|
const _IFn = "IntegrationFilter";
|
|
1160
1252
|
const _IFnp = "InputFormat";
|
|
1253
|
+
const _IFt = "IterableForms";
|
|
1161
1254
|
const _IG = "IncludeGraph";
|
|
1162
1255
|
const _IH = "IncludeHeaders";
|
|
1163
|
-
const _II = "
|
|
1256
|
+
const _II = "ItemIdentifiers";
|
|
1164
1257
|
const _IIE = "InvalidInputException";
|
|
1165
1258
|
const _IIL = "InboundIntegrationsList";
|
|
1166
1259
|
const _IISF = "InvalidIntegrationStateFault";
|
|
1167
1260
|
const _IIc = "IcebergInput";
|
|
1168
|
-
const _IIn = "
|
|
1169
|
-
const _IInb = "
|
|
1261
|
+
const _IIn = "IntegrationIdentifier";
|
|
1262
|
+
const _IInb = "InboundIntegrations";
|
|
1263
|
+
const _IInbo = "InboundIntegration";
|
|
1264
|
+
const _IIt = "ItemIdentifier";
|
|
1265
|
+
const _IIte = "ItemId";
|
|
1170
1266
|
const _IL = "IntegrationsList";
|
|
1171
1267
|
const _ILTRP = "ImportLabelsTaskRunProperties";
|
|
1172
1268
|
const _IM = "IcebergMetrics";
|
|
@@ -1178,6 +1274,7 @@ const _INO = "IsNegOne";
|
|
|
1178
1274
|
const _INS = "IsNullString";
|
|
1179
1275
|
const _INn = "IndexName";
|
|
1180
1276
|
const _INs = "IsNullable";
|
|
1277
|
+
const _INt = "ItemName";
|
|
1181
1278
|
const _IO = "IsOptional";
|
|
1182
1279
|
const _IOFDC = "IcebergOrphanFileDeletionConfiguration";
|
|
1183
1280
|
const _IOFDM = "IcebergOrphanFileDeletionMetrics";
|
|
@@ -1190,7 +1287,8 @@ const _IPK = "IsPrimaryKey";
|
|
|
1190
1287
|
const _IPME = "IdempotentParameterMismatchException";
|
|
1191
1288
|
const _IPS = "IncludeParameterSpec";
|
|
1192
1289
|
const _IPSFL = "IcebergPartitionSpecFieldList";
|
|
1193
|
-
const _IPSL = "
|
|
1290
|
+
const _IPSL = "IcebergPartitionSpecList";
|
|
1291
|
+
const _IPSLn = "IntegrationPartitionSpecList";
|
|
1194
1292
|
const _IPSc = "IcebergPartitionSpec";
|
|
1195
1293
|
const _IPm = "ImputedPath";
|
|
1196
1294
|
const _IPn = "IntegrationPartition";
|
|
@@ -1215,8 +1313,10 @@ const _ISEnv = "InvalidStateException";
|
|
|
1215
1313
|
const _ISF = "IcebergSortField";
|
|
1216
1314
|
const _ISFL = "IcebergStructFieldList";
|
|
1217
1315
|
const _ISFc = "IcebergStructField";
|
|
1316
|
+
const _ISL = "IcebergSchemaList";
|
|
1218
1317
|
const _ISO = "IcebergSortOrder";
|
|
1219
1318
|
const _ISOFL = "IcebergSortOrderFieldList";
|
|
1319
|
+
const _ISOL = "IcebergSortOrderList";
|
|
1220
1320
|
const _ISP = "InputS3Path";
|
|
1221
1321
|
const _ISSE = "IllegalSessionStateException";
|
|
1222
1322
|
const _ISc = "IcebergSchema";
|
|
@@ -1226,6 +1326,7 @@ const _IT = "ImportTime";
|
|
|
1226
1326
|
const _ITBRIM = "IdleTimeBetweenReadsInMs";
|
|
1227
1327
|
const _ITL = "IcebergTargetList";
|
|
1228
1328
|
const _ITLn = "IntegrationTagsList";
|
|
1329
|
+
const _ITM = "IcebergTableMetadata";
|
|
1229
1330
|
const _ITU = "IcebergTableUpdate";
|
|
1230
1331
|
const _ITUL = "IcebergTableUpdateList";
|
|
1231
1332
|
const _ITc = "IcebergTargets";
|
|
@@ -1242,6 +1343,7 @@ const _Im = "Importance";
|
|
|
1242
1343
|
const _In = "Integrations";
|
|
1243
1344
|
const _Ind = "Index";
|
|
1244
1345
|
const _Int = "Integration";
|
|
1346
|
+
const _It = "Items";
|
|
1245
1347
|
const _J = "Jobs";
|
|
1246
1348
|
const _JB = "JobBookmark";
|
|
1247
1349
|
const _JBE = "JobBookmarksEncryption";
|
|
@@ -1300,7 +1402,10 @@ const _Ke = "Keys";
|
|
|
1300
1402
|
const _L = "Location";
|
|
1301
1403
|
const _LAD = "LastActiveDefinition";
|
|
1302
1404
|
const _LAT = "LastAccessTime";
|
|
1405
|
+
const _LATR = "ListAssetTypesRequest";
|
|
1406
|
+
const _LATRi = "ListAssetTypesResponse";
|
|
1303
1407
|
const _LATa = "LastAnalyzedTime";
|
|
1408
|
+
const _LATi = "ListAssetTypes";
|
|
1304
1409
|
const _LB = "LowerBound";
|
|
1305
1410
|
const _LBR = "ListBlueprintsRequest";
|
|
1306
1411
|
const _LBRi = "ListBlueprintsResponse";
|
|
@@ -1309,8 +1414,9 @@ const _LC = "LineageConfiguration";
|
|
|
1309
1414
|
const _LCET = "ListCustomEntityTypes";
|
|
1310
1415
|
const _LCETR = "ListCustomEntityTypesRequest";
|
|
1311
1416
|
const _LCETRi = "ListCustomEntityTypesResponse";
|
|
1312
|
-
const _LCI = "
|
|
1313
|
-
const _LCIa = "
|
|
1417
|
+
const _LCI = "LastColumnId";
|
|
1418
|
+
const _LCIa = "LastCrawlInfo";
|
|
1419
|
+
const _LCIas = "LastCommitId";
|
|
1314
1420
|
const _LCR = "ListCrawlersRequest";
|
|
1315
1421
|
const _LCRi = "ListCrawlersResponse";
|
|
1316
1422
|
const _LCRis = "ListCrawlsRequest";
|
|
@@ -1327,6 +1433,7 @@ const _LCa = "LastCrawl";
|
|
|
1327
1433
|
const _LCab = "LabelCount";
|
|
1328
1434
|
const _LCi = "ListCrawlers";
|
|
1329
1435
|
const _LCis = "ListCrawls";
|
|
1436
|
+
const _LD = "LongDescription";
|
|
1330
1437
|
const _LDE = "ListDevEndpoints";
|
|
1331
1438
|
const _LDER = "ListDevEndpointsRequest";
|
|
1332
1439
|
const _LDERi = "ListDevEndpointsResponse";
|
|
@@ -1353,8 +1460,20 @@ const _LEA = "LastExecutionAttempt";
|
|
|
1353
1460
|
const _LER = "ListEntitiesRequest";
|
|
1354
1461
|
const _LERi = "ListEntitiesResponse";
|
|
1355
1462
|
const _LFC = "LakeFormationConfiguration";
|
|
1463
|
+
const _LFT = "ListFormTypes";
|
|
1464
|
+
const _LFTR = "ListFormTypesRequest";
|
|
1465
|
+
const _LFTRi = "ListFormTypesResponse";
|
|
1356
1466
|
const _LG = "LogGroup";
|
|
1357
1467
|
const _LGN = "LogGroupName";
|
|
1468
|
+
const _LGR = "ListGlossariesRequest";
|
|
1469
|
+
const _LGRi = "ListGlossariesResponse";
|
|
1470
|
+
const _LGT = "ListGlossaryTerms";
|
|
1471
|
+
const _LGTR = "ListGlossaryTermsRequest";
|
|
1472
|
+
const _LGTRi = "ListGlossaryTermsResponse";
|
|
1473
|
+
const _LGi = "ListGlossaries";
|
|
1474
|
+
const _LIF = "ListIterableForms";
|
|
1475
|
+
const _LIFR = "ListIterableFormsRequest";
|
|
1476
|
+
const _LIFRi = "ListIterableFormsResponse";
|
|
1358
1477
|
const _LIRP = "ListIntegrationResourceProperties";
|
|
1359
1478
|
const _LIRPR = "ListIntegrationResourcePropertiesRequest";
|
|
1360
1479
|
const _LIRPRi = "ListIntegrationResourcePropertiesResponse";
|
|
@@ -1375,6 +1494,7 @@ const _LMVRTRRi = "ListMaterializedViewRefreshTaskRunsResponse";
|
|
|
1375
1494
|
const _LN = "LineNumber";
|
|
1376
1495
|
const _LO = "LogicalOperator";
|
|
1377
1496
|
const _LP = "LimitParameter";
|
|
1497
|
+
const _LPI = "LastPartitionId";
|
|
1378
1498
|
const _LPL = "LimitedPathList";
|
|
1379
1499
|
const _LR = "LastRun";
|
|
1380
1500
|
const _LRI = "ListRegistriesInput";
|
|
@@ -1415,6 +1535,7 @@ const _LUo = "LogoUrl";
|
|
|
1415
1535
|
const _LUoc = "LocationUri";
|
|
1416
1536
|
const _LUog = "LogUri";
|
|
1417
1537
|
const _LV = "LatestVersion";
|
|
1538
|
+
const _LVo = "LongValue";
|
|
1418
1539
|
const _LW = "ListWorkflows";
|
|
1419
1540
|
const _LWR = "ListWorkflowsRequest";
|
|
1420
1541
|
const _LWRi = "ListWorkflowsResponse";
|
|
@@ -1436,6 +1557,7 @@ const _MDBT = "MongoDBTargets";
|
|
|
1436
1557
|
const _MDBTL = "MongoDBTargetList";
|
|
1437
1558
|
const _MDBTo = "MongoDBTarget";
|
|
1438
1559
|
const _ME = "MappingEntry";
|
|
1560
|
+
const _MF = "MapFilter";
|
|
1439
1561
|
const _MFIB = "MaxFilesInBand";
|
|
1440
1562
|
const _MFRPS = "MaxFetchRecordsPerShard";
|
|
1441
1563
|
const _MFTIM = "MaxFetchTimeInMs";
|
|
@@ -1547,6 +1669,7 @@ const _Nod = "Nodes";
|
|
|
1547
1669
|
const _O = "Observations";
|
|
1548
1670
|
const _OAC = "OAuth2Credentials";
|
|
1549
1671
|
const _OACA = "OAuth2ClientApplication";
|
|
1672
|
+
const _OAF = "OrAnyFilters";
|
|
1550
1673
|
const _OAGT = "OAuth2GrantType";
|
|
1551
1674
|
const _OAP = "OAuth2Properties";
|
|
1552
1675
|
const _OAPI = "OAuth2PropertiesInput";
|
|
@@ -1575,15 +1698,25 @@ const _OT = "OwnerType";
|
|
|
1575
1698
|
const _OTE = "OperationTimeoutException";
|
|
1576
1699
|
const _OTFI = "OpenTableFormatInput";
|
|
1577
1700
|
const _Op = "Operation";
|
|
1701
|
+
const _Ope = "Operator";
|
|
1578
1702
|
const _Opt = "Option";
|
|
1579
1703
|
const _Or = "Order";
|
|
1580
1704
|
const _Ou = "Output";
|
|
1581
1705
|
const _Ow = "Owner";
|
|
1582
1706
|
const _P = "Password";
|
|
1583
1707
|
const _PA = "PreAction";
|
|
1708
|
+
const _PAR = "PutAssetRequest";
|
|
1709
|
+
const _PARu = "PutAssetResponse";
|
|
1710
|
+
const _PARut = "PutAttachmentRequest";
|
|
1711
|
+
const _PARutt = "PutAttachmentResponse";
|
|
1712
|
+
const _PAT = "PutAssetType";
|
|
1713
|
+
const _PATR = "PutAssetTypeRequest";
|
|
1714
|
+
const _PATRu = "PutAssetTypeResponse";
|
|
1584
1715
|
const _PAo = "PostAction";
|
|
1585
1716
|
const _PAr = "PrivateAddress";
|
|
1586
1717
|
const _PAu = "PublicAddress";
|
|
1718
|
+
const _PAut = "PutAsset";
|
|
1719
|
+
const _PAutt = "PutAttachment";
|
|
1587
1720
|
const _PB = "ProcessedBytes";
|
|
1588
1721
|
const _PC = "PartitionColumn";
|
|
1589
1722
|
const _PCI = "ParentCatalogId";
|
|
@@ -1604,6 +1737,9 @@ const _PEN = "ParentEntityName";
|
|
|
1604
1737
|
const _PEa = "PartitionError";
|
|
1605
1738
|
const _PEar = "PartitionErrors";
|
|
1606
1739
|
const _PF = "ParentField";
|
|
1740
|
+
const _PFT = "PutFormType";
|
|
1741
|
+
const _PFTR = "PutFormTypeRequest";
|
|
1742
|
+
const _PFTRu = "PutFormTypeResponse";
|
|
1607
1743
|
const _PH = "PolicyHash";
|
|
1608
1744
|
const _PHC = "PolicyHashCondition";
|
|
1609
1745
|
const _PI = "ProfileId";
|
|
@@ -1649,6 +1785,7 @@ const _PSVM = "PutSchemaVersionMetadata";
|
|
|
1649
1785
|
const _PSVMI = "PutSchemaVersionMetadataInput";
|
|
1650
1786
|
const _PSVMR = "PutSchemaVersionMetadataResponse";
|
|
1651
1787
|
const _PSa = "PartitionSpec";
|
|
1788
|
+
const _PSar = "PartitionSpecs";
|
|
1652
1789
|
const _PSy = "PythonScript";
|
|
1653
1790
|
const _PT = "PropertyType";
|
|
1654
1791
|
const _PTD = "PartitionsToDelete";
|
|
@@ -1826,11 +1963,15 @@ const _Runs = "Runs";
|
|
|
1826
1963
|
const _Runt = "Runtime";
|
|
1827
1964
|
const _S = "Schema";
|
|
1828
1965
|
const _SA = "SecretArn";
|
|
1966
|
+
const _SAF = "SearchAttributeFilter";
|
|
1967
|
+
const _SAI = "SearchAssetsInput";
|
|
1829
1968
|
const _SAKKI = "SseAwsKmsKeyId";
|
|
1969
|
+
const _SAO = "SearchAssetsOutput";
|
|
1830
1970
|
const _SASD = "StoredAsSubDirectories";
|
|
1831
1971
|
const _SAT = "SupportedAuthenticationTypes";
|
|
1832
1972
|
const _SAc = "SchemaArn";
|
|
1833
1973
|
const _SAca = "ScanAll";
|
|
1974
|
+
const _SAe = "SearchAssets";
|
|
1834
1975
|
const _SAk = "SkipArchive";
|
|
1835
1976
|
const _SAo = "SourceArn";
|
|
1836
1977
|
const _SAq = "SqlAliases";
|
|
@@ -1916,6 +2057,7 @@ const _SDS = "S3DeltaSource";
|
|
|
1916
2057
|
const _SDSAO = "S3DirectSourceAdditionalOptions";
|
|
1917
2058
|
const _SDT = "S3DirectTarget";
|
|
1918
2059
|
const _SDTc = "SchemaDiffType";
|
|
2060
|
+
const _SDh = "ShortDescription";
|
|
1919
2061
|
const _SDo = "SortDirection";
|
|
1920
2062
|
const _SDt = "StatisticsData";
|
|
1921
2063
|
const _SDta = "StateDetail";
|
|
@@ -1935,7 +2077,10 @@ const _SEe = "SessionEndpoint";
|
|
|
1935
2077
|
const _SEn = "S3Encryption";
|
|
1936
2078
|
const _SF = "SelectFields";
|
|
1937
2079
|
const _SFC = "SelectFromCollection";
|
|
2080
|
+
const _SFCL = "SearchFilterClauseList";
|
|
2081
|
+
const _SFCe = "SearchFilterClause";
|
|
1938
2082
|
const _SFO = "SupportedFilterOperators";
|
|
2083
|
+
const _SFV = "SearchFilterValue";
|
|
1939
2084
|
const _SFa = "SampleFraction";
|
|
1940
2085
|
const _SFe = "SelectedFields";
|
|
1941
2086
|
const _SFk = "SkipFirst";
|
|
@@ -1974,6 +2119,8 @@ const _SLe = "SerializationLibrary";
|
|
|
1974
2119
|
const _SLes = "SessionList";
|
|
1975
2120
|
const _SLt = "StatementList";
|
|
1976
2121
|
const _SM = "StatusMessage";
|
|
2122
|
+
const _SMF = "SearchMapFilter";
|
|
2123
|
+
const _SMFV = "SearchMapFilterValue";
|
|
1977
2124
|
const _SMLETR = "StartMLEvaluationTaskRun";
|
|
1978
2125
|
const _SMLETRR = "StartMLEvaluationTaskRunRequest";
|
|
1979
2126
|
const _SMLETRRt = "StartMLEvaluationTaskRunResponse";
|
|
@@ -1998,7 +2145,8 @@ const _SO = "StartedOn";
|
|
|
1998
2145
|
const _SOC = "StartOnCreation";
|
|
1999
2146
|
const _SOD = "StatementOutputData";
|
|
2000
2147
|
const _SOVI = "SubObjectVersionIds";
|
|
2001
|
-
const _SOo = "
|
|
2148
|
+
const _SOo = "SortOrders";
|
|
2149
|
+
const _SOor = "SortOrder";
|
|
2002
2150
|
const _SOt = "StreamingOptions";
|
|
2003
2151
|
const _SOta = "StartingOffsets";
|
|
2004
2152
|
const _SOtat = "StatementOutput";
|
|
@@ -2020,6 +2168,8 @@ const _SQ = "SampleQuery";
|
|
|
2020
2168
|
const _SQq = "SqlQuery";
|
|
2021
2169
|
const _SR = "StatusReason";
|
|
2022
2170
|
const _SRE = "SchedulerRunningException";
|
|
2171
|
+
const _SRI = "SearchResultItem";
|
|
2172
|
+
const _SRIL = "SearchResultItemList";
|
|
2023
2173
|
const _SRO = "StatisticRecordedOn";
|
|
2024
2174
|
const _SRc = "SchemaReference";
|
|
2025
2175
|
const _SS = "SensitiveString";
|
|
@@ -2032,6 +2182,7 @@ const _SSVN = "SecondSchemaVersionNumber";
|
|
|
2032
2182
|
const _SSa = "SampleSize";
|
|
2033
2183
|
const _SSc = "SchemaStatus";
|
|
2034
2184
|
const _SSe = "SettingSource";
|
|
2185
|
+
const _SSea = "SearchSort";
|
|
2035
2186
|
const _SSn = "SnowflakeSource";
|
|
2036
2187
|
const _SSt = "StatisticSummary";
|
|
2037
2188
|
const _SSto = "StopSession";
|
|
@@ -2069,6 +2220,7 @@ const _SVL = "SchemaVersionList";
|
|
|
2069
2220
|
const _SVLI = "SchemaVersionListItem";
|
|
2070
2221
|
const _SVN = "SchemaVersionNumber";
|
|
2071
2222
|
const _SVS = "SchemaVersionStatus";
|
|
2223
|
+
const _SVt = "StringValue";
|
|
2072
2224
|
const _SWR = "StartWorkflowRun";
|
|
2073
2225
|
const _SWRR = "StartWorkflowRunRequest";
|
|
2074
2226
|
const _SWRRt = "StartWorkflowRunResponse";
|
|
@@ -2193,6 +2345,7 @@ const _TU = "TokenUrl";
|
|
|
2193
2345
|
const _TUP = "TokenUrlParameters";
|
|
2194
2346
|
const _TUPM = "TokenUrlParametersMap";
|
|
2195
2347
|
const _TUa = "TablesUpdated";
|
|
2348
|
+
const _TUab = "TableUuid";
|
|
2196
2349
|
const _TUr = "TriggerUpdate";
|
|
2197
2350
|
const _TV = "TableVersion";
|
|
2198
2351
|
const _TVE = "TableVersionError";
|
|
@@ -2212,6 +2365,7 @@ const _Tran = "Transform";
|
|
|
2212
2365
|
const _Tri = "Trigger";
|
|
2213
2366
|
const _Ty = "Type";
|
|
2214
2367
|
const _U = "Upsert";
|
|
2368
|
+
const _UA = "UpdatedAt";
|
|
2215
2369
|
const _UB = "UpdateBehavior";
|
|
2216
2370
|
const _UBR = "UpdateBlueprintRequest";
|
|
2217
2371
|
const _UBRp = "UpdateBlueprintResponse";
|
|
@@ -2259,10 +2413,16 @@ const _UDQRRp = "UpdateDataQualityRulesetResponse";
|
|
|
2259
2413
|
const _UDR = "UpdateDatabaseRequest";
|
|
2260
2414
|
const _UDRp = "UpdateDatabaseResponse";
|
|
2261
2415
|
const _UEL = "UpdateEtlLibraries";
|
|
2416
|
+
const _UG = "UpdateGlossary";
|
|
2262
2417
|
const _UGCR = "UpdateGrokClassifierRequest";
|
|
2263
2418
|
const _UGICC = "UpdateGlueIdentityCenterConfiguration";
|
|
2264
2419
|
const _UGICCR = "UpdateGlueIdentityCenterConfigurationRequest";
|
|
2265
2420
|
const _UGICCRp = "UpdateGlueIdentityCenterConfigurationResponse";
|
|
2421
|
+
const _UGR = "UpdateGlossaryRequest";
|
|
2422
|
+
const _UGRp = "UpdateGlossaryResponse";
|
|
2423
|
+
const _UGT = "UpdateGlossaryTerm";
|
|
2424
|
+
const _UGTR = "UpdateGlossaryTermRequest";
|
|
2425
|
+
const _UGTRp = "UpdateGlossaryTermResponse";
|
|
2266
2426
|
const _UI = "UniqueId";
|
|
2267
2427
|
const _UII = "UpdateIcebergInput";
|
|
2268
2428
|
const _UIRP = "UpdateIntegrationResourceProperty";
|
|
@@ -2408,15 +2568,22 @@ const _eT = "eventType";
|
|
|
2408
2568
|
const _eTn = "endTimestamp";
|
|
2409
2569
|
const _en = "enabled";
|
|
2410
2570
|
const _gCN = "glueConnectionName";
|
|
2571
|
+
const _gI = "glossaryIdentifier";
|
|
2572
|
+
const _h = "http";
|
|
2411
2573
|
const _hE = "httpError";
|
|
2574
|
+
const _hQ = "httpQuery";
|
|
2412
2575
|
const _iC = "icebergConfiguration";
|
|
2576
|
+
const _iFN = "iterableFormName";
|
|
2577
|
+
const _iI = "itemIdentifier";
|
|
2413
2578
|
const _jN = "jsonName";
|
|
2414
2579
|
const _k = "key";
|
|
2415
2580
|
const _l = "location";
|
|
2416
2581
|
const _lR = "lastRun";
|
|
2417
2582
|
const _m = "metrics";
|
|
2418
2583
|
const _mIF = "minInputFiles";
|
|
2584
|
+
const _mR = "maxResults";
|
|
2419
2585
|
const _nOSTR = "numberOfSnapshotsToRetain";
|
|
2586
|
+
const _nT = "nextToken";
|
|
2420
2587
|
const _oFDC = "orphanFileDeletionConfiguration";
|
|
2421
2588
|
const _oFDM = "orphanFileDeletionMetrics";
|
|
2422
2589
|
const _oFRPID = "orphanFileRetentionPeriodInDays";
|
|
@@ -2803,6 +2970,31 @@ export var ApplyMapping$ = [3, n0, _AM,
|
|
|
2803
2970
|
[_N, _I, _Ma],
|
|
2804
2971
|
[0, 64 | 0, () => Mappings], 3
|
|
2805
2972
|
];
|
|
2973
|
+
export var AssetFormEntry$ = [3, n0, _AFE,
|
|
2974
|
+
0,
|
|
2975
|
+
[_FTI, _Con],
|
|
2976
|
+
[0, 0]
|
|
2977
|
+
];
|
|
2978
|
+
export var AssetTypeFormReference$ = [3, n0, _ATFR,
|
|
2979
|
+
0,
|
|
2980
|
+
[_FTIo],
|
|
2981
|
+
[0], 1
|
|
2982
|
+
];
|
|
2983
|
+
export var AssetTypeItem$ = [3, n0, _ATI,
|
|
2984
|
+
0,
|
|
2985
|
+
[_Id, _N],
|
|
2986
|
+
[0, 0]
|
|
2987
|
+
];
|
|
2988
|
+
export var AssociateGlossaryTermsRequest$ = [3, n0, _AGTR,
|
|
2989
|
+
0,
|
|
2990
|
+
[_AI, _GTI, _CTl],
|
|
2991
|
+
[[0, 1], 64 | 0, [0, 4]], 2
|
|
2992
|
+
];
|
|
2993
|
+
export var AssociateGlossaryTermsResponse$ = [3, n0, _AGTRs,
|
|
2994
|
+
0,
|
|
2995
|
+
[_AI, _GT],
|
|
2996
|
+
[0, 64 | 0]
|
|
2997
|
+
];
|
|
2806
2998
|
export var AthenaConnectorSource$ = [3, n0, _ACS,
|
|
2807
2999
|
0,
|
|
2808
3000
|
[_N, _CNo, _CNon, _CTo, _SN, _CTon, _OS],
|
|
@@ -2958,6 +3150,16 @@ export var BatchGetDevEndpointsResponse$ = [3, n0, _BGDERa,
|
|
|
2958
3150
|
[_DE, _DENF],
|
|
2959
3151
|
[() => DevEndpointList, 64 | 0]
|
|
2960
3152
|
];
|
|
3153
|
+
export var BatchGetIterableFormsRequest$ = [3, n0, _BGIFR,
|
|
3154
|
+
0,
|
|
3155
|
+
[_AI, _IFN, _II],
|
|
3156
|
+
[[0, 1], [0, 1], 64 | 0], 3
|
|
3157
|
+
];
|
|
3158
|
+
export var BatchGetIterableFormsResponse$ = [3, n0, _BGIFRa,
|
|
3159
|
+
0,
|
|
3160
|
+
[_It, _E],
|
|
3161
|
+
[() => IterableFormItemList, () => ItemErrorList]
|
|
3162
|
+
];
|
|
2961
3163
|
export var BatchGetJobsRequest$ = [3, n0, _BGJR,
|
|
2962
3164
|
0,
|
|
2963
3165
|
[_JNo],
|
|
@@ -3318,14 +3520,14 @@ export var ComputeEnvironmentConfiguration$ = [3, n0, _CEC,
|
|
|
3318
3520
|
[_N, _D, _CEom, _SAT, _COon, _CPNO, _CONO, _CPRO, _PCPR],
|
|
3319
3521
|
[0, 0, 0, 64 | 0, () => PropertiesMap, 128 | 0, 128 | 0, 64 | 0, 2], 8
|
|
3320
3522
|
];
|
|
3321
|
-
export var Condition$ = [3, n0,
|
|
3523
|
+
export var Condition$ = [3, n0, _Cond,
|
|
3322
3524
|
0,
|
|
3323
3525
|
[_LO, _JN, _Sta, _CN, _CSr],
|
|
3324
3526
|
[0, 0, 0, 0, 0]
|
|
3325
3527
|
];
|
|
3326
3528
|
export var ConditionExpression$ = [3, n0, _CEon,
|
|
3327
3529
|
0,
|
|
3328
|
-
[
|
|
3530
|
+
[_Cond, _TC, _V],
|
|
3329
3531
|
[0, 0, 0], 2
|
|
3330
3532
|
];
|
|
3331
3533
|
export var ConfigurationObject$ = [3, n0, _COonf,
|
|
@@ -3543,6 +3745,26 @@ export var CreateDevEndpointResponse$ = [3, n0, _CDERr,
|
|
|
3543
3745
|
[_EN, _St, _SGI, _SIu, _RA, _YEA, _ZRSIP, _NONu, _WT, _GV, _NOW, _AZ, _VIp, _EPLSP, _EJSP, _FR, _SC, _CTrea, _Ar],
|
|
3544
3746
|
[0, 0, 64 | 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 4, 128 | 0]
|
|
3545
3747
|
];
|
|
3748
|
+
export var CreateGlossaryRequest$ = [3, n0, _CGR,
|
|
3749
|
+
0,
|
|
3750
|
+
[_N, _D, _CTl],
|
|
3751
|
+
[0, 0, [0, 4]], 1
|
|
3752
|
+
];
|
|
3753
|
+
export var CreateGlossaryResponse$ = [3, n0, _CGRr,
|
|
3754
|
+
0,
|
|
3755
|
+
[_Id, _N, _D],
|
|
3756
|
+
[0, 0, 0]
|
|
3757
|
+
];
|
|
3758
|
+
export var CreateGlossaryTermRequest$ = [3, n0, _CGTR,
|
|
3759
|
+
0,
|
|
3760
|
+
[_GI, _N, _SDh, _LD, _CTl],
|
|
3761
|
+
[0, 0, 0, 0, [0, 4]], 2
|
|
3762
|
+
];
|
|
3763
|
+
export var CreateGlossaryTermResponse$ = [3, n0, _CGTRr,
|
|
3764
|
+
0,
|
|
3765
|
+
[_Id, _GIl, _N, _SDh, _LD],
|
|
3766
|
+
[0, 0, 0, 0, 0]
|
|
3767
|
+
];
|
|
3546
3768
|
export var CreateGlueIdentityCenterConfigurationRequest$ = [3, n0, _CGICCR,
|
|
3547
3769
|
0,
|
|
3548
3770
|
[_IAn, _Sco, _UBSE],
|
|
@@ -3910,7 +4132,7 @@ export var DataQualityTargetTable$ = [3, n0, _DQTT,
|
|
|
3910
4132
|
];
|
|
3911
4133
|
export var DataSource$ = [3, n0, _DSa,
|
|
3912
4134
|
0,
|
|
3913
|
-
[
|
|
4135
|
+
[_GTl, _DQGT],
|
|
3914
4136
|
[() => GlueTable$, () => DataQualityGlueTable$]
|
|
3915
4137
|
];
|
|
3916
4138
|
export var Datatype$ = [3, n0, _Data,
|
|
@@ -3943,6 +4165,36 @@ export var DecimalNumber$ = [3, n0, _DNe,
|
|
|
3943
4165
|
[_UV, _Sca],
|
|
3944
4166
|
[21, 1], 2
|
|
3945
4167
|
];
|
|
4168
|
+
export var DeleteAssetRequest$ = [3, n0, _DAR,
|
|
4169
|
+
0,
|
|
4170
|
+
[_Ide],
|
|
4171
|
+
[[0, 1]], 1
|
|
4172
|
+
];
|
|
4173
|
+
export var DeleteAssetResponse$ = [3, n0, _DARe,
|
|
4174
|
+
0,
|
|
4175
|
+
[],
|
|
4176
|
+
[]
|
|
4177
|
+
];
|
|
4178
|
+
export var DeleteAssetTypeRequest$ = [3, n0, _DATR,
|
|
4179
|
+
0,
|
|
4180
|
+
[_Ide],
|
|
4181
|
+
[[0, 1]], 1
|
|
4182
|
+
];
|
|
4183
|
+
export var DeleteAssetTypeResponse$ = [3, n0, _DATRe,
|
|
4184
|
+
0,
|
|
4185
|
+
[],
|
|
4186
|
+
[]
|
|
4187
|
+
];
|
|
4188
|
+
export var DeleteAttachmentRequest$ = [3, n0, _DARel,
|
|
4189
|
+
0,
|
|
4190
|
+
[_AI, _AN, _IFN, _IIt],
|
|
4191
|
+
[[0, 1], [0, 1], [0, { [_hQ]: _iFN }], [0, { [_hQ]: _iI }]], 2
|
|
4192
|
+
];
|
|
4193
|
+
export var DeleteAttachmentResponse$ = [3, n0, _DARele,
|
|
4194
|
+
0,
|
|
4195
|
+
[_AI],
|
|
4196
|
+
[0]
|
|
4197
|
+
];
|
|
3946
4198
|
export var DeleteBlueprintRequest$ = [3, n0, _DBR,
|
|
3947
4199
|
0,
|
|
3948
4200
|
[_N],
|
|
@@ -4073,6 +4325,36 @@ export var DeleteDevEndpointResponse$ = [3, n0, _DDERe,
|
|
|
4073
4325
|
[],
|
|
4074
4326
|
[]
|
|
4075
4327
|
];
|
|
4328
|
+
export var DeleteFormTypeRequest$ = [3, n0, _DFTR,
|
|
4329
|
+
0,
|
|
4330
|
+
[_Ide],
|
|
4331
|
+
[[0, 1]], 1
|
|
4332
|
+
];
|
|
4333
|
+
export var DeleteFormTypeResponse$ = [3, n0, _DFTRe,
|
|
4334
|
+
0,
|
|
4335
|
+
[],
|
|
4336
|
+
[]
|
|
4337
|
+
];
|
|
4338
|
+
export var DeleteGlossaryRequest$ = [3, n0, _DGR,
|
|
4339
|
+
0,
|
|
4340
|
+
[_Ide],
|
|
4341
|
+
[[0, 1]], 1
|
|
4342
|
+
];
|
|
4343
|
+
export var DeleteGlossaryResponse$ = [3, n0, _DGRe,
|
|
4344
|
+
0,
|
|
4345
|
+
[],
|
|
4346
|
+
[]
|
|
4347
|
+
];
|
|
4348
|
+
export var DeleteGlossaryTermRequest$ = [3, n0, _DGTR,
|
|
4349
|
+
0,
|
|
4350
|
+
[_Ide],
|
|
4351
|
+
[[0, 1]], 1
|
|
4352
|
+
];
|
|
4353
|
+
export var DeleteGlossaryTermResponse$ = [3, n0, _DGTRe,
|
|
4354
|
+
0,
|
|
4355
|
+
[],
|
|
4356
|
+
[]
|
|
4357
|
+
];
|
|
4076
4358
|
export var DeleteGlueIdentityCenterConfigurationRequest$ = [3, n0, _DGICCR,
|
|
4077
4359
|
0,
|
|
4078
4360
|
[],
|
|
@@ -4085,7 +4367,7 @@ export var DeleteGlueIdentityCenterConfigurationResponse$ = [3, n0, _DGICCRe,
|
|
|
4085
4367
|
];
|
|
4086
4368
|
export var DeleteIntegrationRequest$ = [3, n0, _DIR,
|
|
4087
4369
|
0,
|
|
4088
|
-
[
|
|
4370
|
+
[_IIn],
|
|
4089
4371
|
[0], 1
|
|
4090
4372
|
];
|
|
4091
4373
|
export var DeleteIntegrationResourcePropertyRequest$ = [3, n0, _DIRPR,
|
|
@@ -4315,12 +4597,12 @@ export var DescribeInboundIntegrationsRequest$ = [3, n0, _DIIR,
|
|
|
4315
4597
|
];
|
|
4316
4598
|
export var DescribeInboundIntegrationsResponse$ = [3, n0, _DIIRe,
|
|
4317
4599
|
0,
|
|
4318
|
-
[
|
|
4600
|
+
[_IInb, _Mar],
|
|
4319
4601
|
[() => InboundIntegrationsList, 0]
|
|
4320
4602
|
];
|
|
4321
4603
|
export var DescribeIntegrationsRequest$ = [3, n0, _DIRes,
|
|
4322
4604
|
0,
|
|
4323
|
-
[
|
|
4605
|
+
[_IIn, _Mar, _MRa, _Fil],
|
|
4324
4606
|
[0, 0, 1, () => IntegrationFilterList]
|
|
4325
4607
|
];
|
|
4326
4608
|
export var DescribeIntegrationsResponse$ = [3, n0, _DIResc,
|
|
@@ -4358,6 +4640,16 @@ export var DirectSchemaChangePolicy$ = [3, n0, _DSCP,
|
|
|
4358
4640
|
[_EUC, _UB, _Ta, _Dat],
|
|
4359
4641
|
[2, 0, 0, 0]
|
|
4360
4642
|
];
|
|
4643
|
+
export var DisassociateGlossaryTermsRequest$ = [3, n0, _DGTRi,
|
|
4644
|
+
0,
|
|
4645
|
+
[_AI, _GTI, _CTl],
|
|
4646
|
+
[[0, 1], 64 | 0, [0, 4]], 2
|
|
4647
|
+
];
|
|
4648
|
+
export var DisassociateGlossaryTermsResponse$ = [3, n0, _DGTRis,
|
|
4649
|
+
0,
|
|
4650
|
+
[_AI, _GT],
|
|
4651
|
+
[0, 64 | 0]
|
|
4652
|
+
];
|
|
4361
4653
|
export var DoubleColumnStatisticsData$ = [3, n0, _DCSDo,
|
|
4362
4654
|
0,
|
|
4363
4655
|
[_NON, _NODV, _MVi, _MVax],
|
|
@@ -4543,6 +4835,31 @@ export var FindMatchesTaskRunProperties$ = [3, n0, _FMTRP,
|
|
|
4543
4835
|
[_JI, _JN, _JRI],
|
|
4544
4836
|
[0, 0, 0]
|
|
4545
4837
|
];
|
|
4838
|
+
export var FormTypeItem$ = [3, n0, _FTIor,
|
|
4839
|
+
0,
|
|
4840
|
+
[_Id, _N],
|
|
4841
|
+
[0, 0]
|
|
4842
|
+
];
|
|
4843
|
+
export var GetAssetInput$ = [3, n0, _GAI,
|
|
4844
|
+
0,
|
|
4845
|
+
[_Ide],
|
|
4846
|
+
[[0, 1]], 1
|
|
4847
|
+
];
|
|
4848
|
+
export var GetAssetOutput$ = [3, n0, _GAO,
|
|
4849
|
+
0,
|
|
4850
|
+
[_Id, _ATIs, _N, _D, _CAr, _UA, _GT, _Fo, _At, _IFt],
|
|
4851
|
+
[0, 0, 0, 0, 4, 4, 64 | 0, () => AssetFormMap, () => AssetFormMap, () => IterableFormMap], 2
|
|
4852
|
+
];
|
|
4853
|
+
export var GetAssetTypeRequest$ = [3, n0, _GATR,
|
|
4854
|
+
0,
|
|
4855
|
+
[_Ide],
|
|
4856
|
+
[[0, 1]], 1
|
|
4857
|
+
];
|
|
4858
|
+
export var GetAssetTypeResponse$ = [3, n0, _GATRe,
|
|
4859
|
+
0,
|
|
4860
|
+
[_Id, _N, _Fo],
|
|
4861
|
+
[0, 0, () => AssetTypeFormsMap]
|
|
4862
|
+
];
|
|
4546
4863
|
export var GetBlueprintRequest$ = [3, n0, _GBR,
|
|
4547
4864
|
0,
|
|
4548
4865
|
[_N, _IB, _IPS],
|
|
@@ -4878,6 +5195,36 @@ export var GetEntityRecordsResponse$ = [3, n0, _GERRe,
|
|
|
4878
5195
|
[_Reco, _NTe],
|
|
4879
5196
|
[[() => Records, 0], 0]
|
|
4880
5197
|
];
|
|
5198
|
+
export var GetFormTypeRequest$ = [3, n0, _GFTR,
|
|
5199
|
+
0,
|
|
5200
|
+
[_Ide],
|
|
5201
|
+
[[0, 1]], 1
|
|
5202
|
+
];
|
|
5203
|
+
export var GetFormTypeResponse$ = [3, n0, _GFTRe,
|
|
5204
|
+
0,
|
|
5205
|
+
[_Id, _N, _S],
|
|
5206
|
+
[0, 0, 0]
|
|
5207
|
+
];
|
|
5208
|
+
export var GetGlossaryRequest$ = [3, n0, _GGR,
|
|
5209
|
+
0,
|
|
5210
|
+
[_Ide],
|
|
5211
|
+
[[0, 1]], 1
|
|
5212
|
+
];
|
|
5213
|
+
export var GetGlossaryResponse$ = [3, n0, _GGRe,
|
|
5214
|
+
0,
|
|
5215
|
+
[_Id, _N, _D],
|
|
5216
|
+
[0, 0, 0]
|
|
5217
|
+
];
|
|
5218
|
+
export var GetGlossaryTermRequest$ = [3, n0, _GGTR,
|
|
5219
|
+
0,
|
|
5220
|
+
[_Ide],
|
|
5221
|
+
[[0, 1]], 1
|
|
5222
|
+
];
|
|
5223
|
+
export var GetGlossaryTermResponse$ = [3, n0, _GGTRe,
|
|
5224
|
+
0,
|
|
5225
|
+
[_Id, _GIl, _N, _SDh, _LD],
|
|
5226
|
+
[0, 0, 0, 0, 0]
|
|
5227
|
+
];
|
|
4881
5228
|
export var GetGlueIdentityCenterConfigurationRequest$ = [3, n0, _GGICCR,
|
|
4882
5229
|
0,
|
|
4883
5230
|
[],
|
|
@@ -5190,8 +5537,8 @@ export var GetTableOptimizerResponse$ = [3, n0, _GTORe,
|
|
|
5190
5537
|
];
|
|
5191
5538
|
export var GetTableRequest$ = [3, n0, _GTR,
|
|
5192
5539
|
0,
|
|
5193
|
-
[_DN, _N, _CI, _TI, _QAOT, _ACu, _ISD],
|
|
5194
|
-
[0, 0, 0, 0, 4, () => AuditContext$, 2], 2
|
|
5540
|
+
[_DN, _N, _CI, _TI, _QAOT, _ACu, _ISD, _ATG],
|
|
5541
|
+
[0, 0, 0, 0, 4, () => AuditContext$, 2, 64 | 0], 2
|
|
5195
5542
|
];
|
|
5196
5543
|
export var GetTableResponse$ = [3, n0, _GTRe,
|
|
5197
5544
|
0,
|
|
@@ -5358,6 +5705,16 @@ export var GetWorkflowRunsResponse$ = [3, n0, _GWRReto,
|
|
|
5358
5705
|
[_Runs, _NTe],
|
|
5359
5706
|
[() => WorkflowRuns, 0]
|
|
5360
5707
|
];
|
|
5708
|
+
export var GlossaryItem$ = [3, n0, _GIlo,
|
|
5709
|
+
0,
|
|
5710
|
+
[_Id, _N, _D],
|
|
5711
|
+
[0, 0, 0]
|
|
5712
|
+
];
|
|
5713
|
+
export var GlossaryTermItem$ = [3, n0, _GTIl,
|
|
5714
|
+
0,
|
|
5715
|
+
[_Id, _N, _SDh],
|
|
5716
|
+
[0, 0, 0]
|
|
5717
|
+
];
|
|
5361
5718
|
export var GluePolicy$ = [3, n0, _GPl,
|
|
5362
5719
|
0,
|
|
5363
5720
|
[_PIJ, _PH, _CTr, _UT],
|
|
@@ -5373,7 +5730,7 @@ export var GlueStudioSchemaColumn$ = [3, n0, _GSSC,
|
|
|
5373
5730
|
[_N, _Ty, _GST],
|
|
5374
5731
|
[0, 0, 0], 1
|
|
5375
5732
|
];
|
|
5376
|
-
export var GlueTable$ = [3, n0,
|
|
5733
|
+
export var GlueTable$ = [3, n0, _GTl,
|
|
5377
5734
|
0,
|
|
5378
5735
|
[_DN, _TN, _CI, _CNo, _AOdd],
|
|
5379
5736
|
[0, 0, 0, 0, 128 | 0], 2
|
|
@@ -5483,9 +5840,14 @@ export var IcebergStructField$ = [3, n0, _ISFc,
|
|
|
5483
5840
|
[_Id, _N, _Ty, _Req, _Do, _ID, _WD],
|
|
5484
5841
|
[1, 0, 15, 2, 0, 15, 15], 4
|
|
5485
5842
|
];
|
|
5843
|
+
export var IcebergTableMetadata$ = [3, n0, _ITM,
|
|
5844
|
+
0,
|
|
5845
|
+
[_FVo, _TUab, _L, _Pro, _Sche, _CSIu, _LCI, _PSar, _DSIe, _LPI, _SOo, _DSOI],
|
|
5846
|
+
[0, 0, 0, 128 | 0, () => IcebergSchemaList, 1, 1, () => IcebergPartitionSpecList, 1, 1, () => IcebergSortOrderList, 1]
|
|
5847
|
+
];
|
|
5486
5848
|
export var IcebergTableUpdate$ = [3, n0, _ITU,
|
|
5487
5849
|
0,
|
|
5488
|
-
[_S, _L, _PSa,
|
|
5850
|
+
[_S, _L, _PSa, _SOor, _Pro, _A, _EK, _KI],
|
|
5489
5851
|
[() => IcebergSchema$, 0, () => IcebergPartitionSpec$, () => IcebergSortOrder$, 128 | 0, 0, () => IcebergEncryptedKey$, 0], 2
|
|
5490
5852
|
];
|
|
5491
5853
|
export var IcebergTarget$ = [3, n0, _ITce,
|
|
@@ -5508,7 +5870,7 @@ export var ImportLabelsTaskRunProperties$ = [3, n0, _ILTRP,
|
|
|
5508
5870
|
[_ISP, _Rep],
|
|
5509
5871
|
[0, 2]
|
|
5510
5872
|
];
|
|
5511
|
-
export var InboundIntegration$ = [3, n0,
|
|
5873
|
+
export var InboundIntegration$ = [3, n0, _IInbo,
|
|
5512
5874
|
0,
|
|
5513
5875
|
[_SAo, _TA, _IAnt, _St, _CTr, _ICn, _E],
|
|
5514
5876
|
[0, 0, 0, 0, 4, () => IntegrationConfig$, () => IntegrationErrorList], 5
|
|
@@ -5548,6 +5910,26 @@ export var IntegrationResourcePropertyFilter$ = [3, n0, _IRPF,
|
|
|
5548
5910
|
[_N, _Val],
|
|
5549
5911
|
[0, 64 | 0]
|
|
5550
5912
|
];
|
|
5913
|
+
export var ItemError$ = [3, n0, _IEt,
|
|
5914
|
+
0,
|
|
5915
|
+
[_IIt, _Cod, _M],
|
|
5916
|
+
[0, 0, 0]
|
|
5917
|
+
];
|
|
5918
|
+
export var IterableFormEntry$ = [3, n0, _IFE,
|
|
5919
|
+
0,
|
|
5920
|
+
[_FTI],
|
|
5921
|
+
[0]
|
|
5922
|
+
];
|
|
5923
|
+
export var IterableFormItem$ = [3, n0, _IFIt,
|
|
5924
|
+
0,
|
|
5925
|
+
[_IIte, _INt, _GT, _Fo, _At],
|
|
5926
|
+
[0, 0, 64 | 0, () => AssetFormMap, () => AssetFormMap]
|
|
5927
|
+
];
|
|
5928
|
+
export var IterableFormListItem$ = [3, n0, _IFLI,
|
|
5929
|
+
0,
|
|
5930
|
+
[_IIte, _INt, _D, _GT],
|
|
5931
|
+
[0, 0, 0, 64 | 0]
|
|
5932
|
+
];
|
|
5551
5933
|
export var JDBCConnectorOptions$ = [3, n0, _JDBCCO,
|
|
5552
5934
|
0,
|
|
5553
5935
|
[_FPi, _PC, _LB, _UBp, _NPu, _JBK, _JBKSO, _DTM],
|
|
@@ -5575,7 +5957,7 @@ export var Job$ = [3, n0, _Job,
|
|
|
5575
5957
|
];
|
|
5576
5958
|
export var JobBookmarkEntry$ = [3, n0, _JBEo,
|
|
5577
5959
|
0,
|
|
5578
|
-
[_JN, _Ver, _Run,
|
|
5960
|
+
[_JN, _Ver, _Run, _Att, _PRI, _RIu, _JB],
|
|
5579
5961
|
[0, 1, 1, 1, 0, 0, 0]
|
|
5580
5962
|
];
|
|
5581
5963
|
export var JobBookmarksEncryption$ = [3, n0, _JBE,
|
|
@@ -5595,7 +5977,7 @@ export var JobNodeDetails$ = [3, n0, _JND,
|
|
|
5595
5977
|
];
|
|
5596
5978
|
export var JobRun$ = [3, n0, _JR,
|
|
5597
5979
|
0,
|
|
5598
|
-
[_Id,
|
|
5980
|
+
[_Id, _Att, _PRI, _TNri, _JN, _JM, _JRQE, _SO, _LMO, _COo, _JRS, _Ar, _EM, _PR, _ACl, _ETxe, _T, _MCax, _WT, _NOW, _SC, _LGN, _NP, _GV, _DPUS, _ECx, _MWa, _PN, _SDta, _ERSP],
|
|
5599
5981
|
[0, 1, 0, 0, 0, 0, 2, 4, 4, 4, 0, 128 | 0, 0, () => PredecessorList, 1, 1, 1, 1, 0, 1, 0, 0, () => NotificationProperty$, 0, 1, 0, 0, 0, 0, 0]
|
|
5600
5982
|
];
|
|
5601
5983
|
export var JobUpdate$ = [3, n0, _JU,
|
|
@@ -5635,7 +6017,7 @@ export var KeySchemaElement$ = [3, n0, _KSE,
|
|
|
5635
6017
|
];
|
|
5636
6018
|
export var KinesisStreamingSourceOptions$ = [3, n0, _KSSOi,
|
|
5637
6019
|
0,
|
|
5638
|
-
[_EU, _SNt, _Clas, _De, _SPt, _MFTIM, _MFRPS, _MRPR, _AITBR, _ITBRIM,
|
|
6020
|
+
[_EU, _SNt, _Clas, _De, _SPt, _MFTIM, _MFRPS, _MRPR, _AITBR, _ITBRIM, _DSIes, _NR, _RIM, _MRIM, _AEB, _SAtr, _RA, _RSN, _ARTd, _ECLM, _STtar, _FCARN],
|
|
5639
6021
|
[0, 0, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 0, 0, 0, 0, 0, 5, 0]
|
|
5640
6022
|
];
|
|
5641
6023
|
export var LabelingSetGenerationTaskRunProperties$ = [3, n0, _LSGTRP,
|
|
@@ -5645,7 +6027,7 @@ export var LabelingSetGenerationTaskRunProperties$ = [3, n0, _LSGTRP,
|
|
|
5645
6027
|
];
|
|
5646
6028
|
export var LakeFormationConfiguration$ = [3, n0, _LFC,
|
|
5647
6029
|
0,
|
|
5648
|
-
[_ULFC,
|
|
6030
|
+
[_ULFC, _AIc],
|
|
5649
6031
|
[2, 0]
|
|
5650
6032
|
];
|
|
5651
6033
|
export var LastActiveDefinition$ = [3, n0, _LAD,
|
|
@@ -5653,7 +6035,7 @@ export var LastActiveDefinition$ = [3, n0, _LAD,
|
|
|
5653
6035
|
[_D, _LMO, _PS, _BL, _BSL],
|
|
5654
6036
|
[0, 4, 0, 0, 0]
|
|
5655
6037
|
];
|
|
5656
|
-
export var LastCrawlInfo$ = [3, n0,
|
|
6038
|
+
export var LastCrawlInfo$ = [3, n0, _LCIa,
|
|
5657
6039
|
0,
|
|
5658
6040
|
[_St, _EM, _LG, _LS, _MP, _STta],
|
|
5659
6041
|
[0, 0, 0, 0, 0, 4]
|
|
@@ -5663,6 +6045,16 @@ export var LineageConfiguration$ = [3, n0, _LC,
|
|
|
5663
6045
|
[_CLS],
|
|
5664
6046
|
[0]
|
|
5665
6047
|
];
|
|
6048
|
+
export var ListAssetTypesRequest$ = [3, n0, _LATR,
|
|
6049
|
+
0,
|
|
6050
|
+
[_MRax, _NTe],
|
|
6051
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
6052
|
+
];
|
|
6053
|
+
export var ListAssetTypesResponse$ = [3, n0, _LATRi,
|
|
6054
|
+
0,
|
|
6055
|
+
[_It, _NTe],
|
|
6056
|
+
[() => AssetTypeItemList, 0]
|
|
6057
|
+
];
|
|
5666
6058
|
export var ListBlueprintsRequest$ = [3, n0, _LBR,
|
|
5667
6059
|
0,
|
|
5668
6060
|
[_NTe, _MRax, _Tag],
|
|
@@ -5803,6 +6195,36 @@ export var ListEntitiesResponse$ = [3, n0, _LERi,
|
|
|
5803
6195
|
[_Enti, _NTe],
|
|
5804
6196
|
[() => EntityList, 0]
|
|
5805
6197
|
];
|
|
6198
|
+
export var ListFormTypesRequest$ = [3, n0, _LFTR,
|
|
6199
|
+
0,
|
|
6200
|
+
[_MRax, _NTe],
|
|
6201
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
6202
|
+
];
|
|
6203
|
+
export var ListFormTypesResponse$ = [3, n0, _LFTRi,
|
|
6204
|
+
0,
|
|
6205
|
+
[_It, _NTe],
|
|
6206
|
+
[() => FormTypeItemList, 0], 1
|
|
6207
|
+
];
|
|
6208
|
+
export var ListGlossariesRequest$ = [3, n0, _LGR,
|
|
6209
|
+
0,
|
|
6210
|
+
[_MRax, _NTe],
|
|
6211
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]]
|
|
6212
|
+
];
|
|
6213
|
+
export var ListGlossariesResponse$ = [3, n0, _LGRi,
|
|
6214
|
+
0,
|
|
6215
|
+
[_It, _NTe],
|
|
6216
|
+
[() => GlossaryItemList, 0]
|
|
6217
|
+
];
|
|
6218
|
+
export var ListGlossaryTermsRequest$ = [3, n0, _LGTR,
|
|
6219
|
+
0,
|
|
6220
|
+
[_GI, _MRax, _NTe],
|
|
6221
|
+
[[0, { [_hQ]: _gI }], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 1
|
|
6222
|
+
];
|
|
6223
|
+
export var ListGlossaryTermsResponse$ = [3, n0, _LGTRi,
|
|
6224
|
+
0,
|
|
6225
|
+
[_It, _NTe],
|
|
6226
|
+
[() => GlossaryTermItemList, 0]
|
|
6227
|
+
];
|
|
5806
6228
|
export var ListIntegrationResourcePropertiesRequest$ = [3, n0, _LIRPR,
|
|
5807
6229
|
0,
|
|
5808
6230
|
[_Mar, _Fil, _MRa],
|
|
@@ -5813,6 +6235,16 @@ export var ListIntegrationResourcePropertiesResponse$ = [3, n0, _LIRPRi,
|
|
|
5813
6235
|
[_IRPL, _Mar],
|
|
5814
6236
|
[() => IntegrationResourcePropertyList, 0]
|
|
5815
6237
|
];
|
|
6238
|
+
export var ListIterableFormsRequest$ = [3, n0, _LIFR,
|
|
6239
|
+
0,
|
|
6240
|
+
[_AI, _IFN, _MRax, _NTe],
|
|
6241
|
+
[[0, 1], [0, 1], [1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }]], 2
|
|
6242
|
+
];
|
|
6243
|
+
export var ListIterableFormsResponse$ = [3, n0, _LIFRi,
|
|
6244
|
+
0,
|
|
6245
|
+
[_It, _NTe],
|
|
6246
|
+
[() => IterableFormListItemList, 0]
|
|
6247
|
+
];
|
|
5816
6248
|
export var ListJobsRequest$ = [3, n0, _LJR,
|
|
5817
6249
|
0,
|
|
5818
6250
|
[_NTe, _MRax, _Tag],
|
|
@@ -6000,7 +6432,7 @@ export var MLUserDataEncryption$ = [3, n0, _MLUDE,
|
|
|
6000
6432
|
];
|
|
6001
6433
|
export var ModifyIntegrationRequest$ = [3, n0, _MIR,
|
|
6002
6434
|
0,
|
|
6003
|
-
[
|
|
6435
|
+
[_IIn, _D, _DFa, _ICn, _IN],
|
|
6004
6436
|
[0, 0, 0, () => IntegrationConfig$, 0], 1
|
|
6005
6437
|
];
|
|
6006
6438
|
export var ModifyIntegrationResponse$ = [3, n0, _MIRo,
|
|
@@ -6090,7 +6522,7 @@ export var OracleSQLCatalogTarget$ = [3, n0, _OSQLCT,
|
|
|
6090
6522
|
];
|
|
6091
6523
|
export var Order$ = [3, n0, _Or,
|
|
6092
6524
|
0,
|
|
6093
|
-
[_C,
|
|
6525
|
+
[_C, _SOor],
|
|
6094
6526
|
[0, 1], 2
|
|
6095
6527
|
];
|
|
6096
6528
|
export var OrphanFileDeletionConfiguration$ = [3, n0, _OFDC,
|
|
@@ -6170,7 +6602,7 @@ export var Predecessor$ = [3, n0, _Pred,
|
|
|
6170
6602
|
];
|
|
6171
6603
|
export var Predicate$ = [3, n0, _Pre,
|
|
6172
6604
|
0,
|
|
6173
|
-
[_Lo,
|
|
6605
|
+
[_Lo, _Condi],
|
|
6174
6606
|
[0, () => ConditionList]
|
|
6175
6607
|
];
|
|
6176
6608
|
export var PrincipalPermissions$ = [3, n0, _PPr,
|
|
@@ -6193,6 +6625,36 @@ export var PropertyPredicate$ = [3, n0, _PPro,
|
|
|
6193
6625
|
[_K, _V, _Compar],
|
|
6194
6626
|
[0, 0, 0]
|
|
6195
6627
|
];
|
|
6628
|
+
export var PutAssetRequest$ = [3, n0, _PAR,
|
|
6629
|
+
0,
|
|
6630
|
+
[_ATIs, _Ide, _N, _Fo, _D, _CTl],
|
|
6631
|
+
[0, 0, 0, () => AssetFormMap, 0, [0, 4]], 4
|
|
6632
|
+
];
|
|
6633
|
+
export var PutAssetResponse$ = [3, n0, _PARu,
|
|
6634
|
+
0,
|
|
6635
|
+
[_Id, _N, _D, _CAr, _Fo],
|
|
6636
|
+
[0, 0, 0, 4, () => AssetFormMap], 2
|
|
6637
|
+
];
|
|
6638
|
+
export var PutAssetTypeRequest$ = [3, n0, _PATR,
|
|
6639
|
+
0,
|
|
6640
|
+
[_N, _Fo, _CTl],
|
|
6641
|
+
[0, () => AssetTypeFormsMap, [0, 4]], 2
|
|
6642
|
+
];
|
|
6643
|
+
export var PutAssetTypeResponse$ = [3, n0, _PATRu,
|
|
6644
|
+
0,
|
|
6645
|
+
[_Id, _N, _Fo],
|
|
6646
|
+
[0, 0, () => AssetTypeFormsMap]
|
|
6647
|
+
];
|
|
6648
|
+
export var PutAttachmentRequest$ = [3, n0, _PARut,
|
|
6649
|
+
0,
|
|
6650
|
+
[_AI, _AN, _Con, _FTI, _IFN, _IIt, _CTl],
|
|
6651
|
+
[[0, 1], 0, 0, 0, 0, 0, [0, 4]], 4
|
|
6652
|
+
];
|
|
6653
|
+
export var PutAttachmentResponse$ = [3, n0, _PARutt,
|
|
6654
|
+
0,
|
|
6655
|
+
[_AI, _IFN, _IIt, _AN, _FTI],
|
|
6656
|
+
[0, 0, 0, 0, 0]
|
|
6657
|
+
];
|
|
6196
6658
|
export var PutDataCatalogEncryptionSettingsRequest$ = [3, n0, _PDCESR,
|
|
6197
6659
|
0,
|
|
6198
6660
|
[_DCES, _CI],
|
|
@@ -6213,6 +6675,16 @@ export var PutDataQualityProfileAnnotationResponse$ = [3, n0, _PDQPARu,
|
|
|
6213
6675
|
[],
|
|
6214
6676
|
[]
|
|
6215
6677
|
];
|
|
6678
|
+
export var PutFormTypeRequest$ = [3, n0, _PFTR,
|
|
6679
|
+
0,
|
|
6680
|
+
[_N, _S, _CTl],
|
|
6681
|
+
[0, 0, [0, 4]], 2
|
|
6682
|
+
];
|
|
6683
|
+
export var PutFormTypeResponse$ = [3, n0, _PFTRu,
|
|
6684
|
+
0,
|
|
6685
|
+
[_Id, _N, _S],
|
|
6686
|
+
[0, 0, 0]
|
|
6687
|
+
];
|
|
6216
6688
|
export var PutResourcePolicyRequest$ = [3, n0, _PRPR,
|
|
6217
6689
|
0,
|
|
6218
6690
|
[_PIJ, _RAe, _PHC, _PEC, _EH],
|
|
@@ -6455,7 +6927,7 @@ export var S3DeltaCatalogTarget$ = [3, n0, _SDCT,
|
|
|
6455
6927
|
];
|
|
6456
6928
|
export var S3DeltaDirectTarget$ = [3, n0, _SDDT,
|
|
6457
6929
|
0,
|
|
6458
|
-
[_N, _I, _Path, _Compr,
|
|
6930
|
+
[_N, _I, _Path, _Compr, _For, _PK, _NTPu, _AOdd, _SCP, _ADQ],
|
|
6459
6931
|
[0, 64 | 0, 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, 128 | 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$], 5
|
|
6460
6932
|
];
|
|
6461
6933
|
export var S3DeltaSource$ = [3, n0, _SDS,
|
|
@@ -6470,7 +6942,7 @@ export var S3DirectSourceAdditionalOptions$ = [3, n0, _SDSAO,
|
|
|
6470
6942
|
];
|
|
6471
6943
|
export var S3DirectTarget$ = [3, n0, _SDT,
|
|
6472
6944
|
0,
|
|
6473
|
-
[_N, _I, _Path,
|
|
6945
|
+
[_N, _I, _Path, _For, _PK, _Compr, _NTPu, _SCP, _ADQ, _OS],
|
|
6474
6946
|
[0, 64 | 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, () => GlueSchemas], 4
|
|
6475
6947
|
];
|
|
6476
6948
|
export var S3Encryption$ = [3, n0, _SEn,
|
|
@@ -6495,7 +6967,7 @@ export var S3HudiCatalogTarget$ = [3, n0, _SHCT,
|
|
|
6495
6967
|
];
|
|
6496
6968
|
export var S3HudiDirectTarget$ = [3, n0, _SHDT,
|
|
6497
6969
|
0,
|
|
6498
|
-
[_N, _I, _Path, _Compr,
|
|
6970
|
+
[_N, _I, _Path, _Compr, _For, _AOdd, _NTPu, _PK, _SCP, _ADQ],
|
|
6499
6971
|
[0, 64 | 0, 0, 0, 0, 128 | 0, 0, [1, n0, _GSPL, 0, 64 | 0], () => DirectSchemaChangePolicy$, () => AutoDataQuality$], 6
|
|
6500
6972
|
];
|
|
6501
6973
|
export var S3HudiSource$ = [3, n0, _SHS,
|
|
@@ -6505,7 +6977,7 @@ export var S3HudiSource$ = [3, n0, _SHS,
|
|
|
6505
6977
|
];
|
|
6506
6978
|
export var S3HyperDirectTarget$ = [3, n0, _SHDTy,
|
|
6507
6979
|
0,
|
|
6508
|
-
[_N, _I, _Path,
|
|
6980
|
+
[_N, _I, _Path, _For, _PK, _Compr, _SCP, _ADQ, _OS],
|
|
6509
6981
|
[0, 64 | 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, () => GlueSchemas], 3
|
|
6510
6982
|
];
|
|
6511
6983
|
export var S3IcebergCatalogTarget$ = [3, n0, _SICT,
|
|
@@ -6515,7 +6987,7 @@ export var S3IcebergCatalogTarget$ = [3, n0, _SICT,
|
|
|
6515
6987
|
];
|
|
6516
6988
|
export var S3IcebergDirectTarget$ = [3, n0, _SIDT,
|
|
6517
6989
|
0,
|
|
6518
|
-
[_N, _I, _Path,
|
|
6990
|
+
[_N, _I, _Path, _For, _Compr, _PK, _AOdd, _SCP, _ADQ, _NTPu, _OS],
|
|
6519
6991
|
[0, 64 | 0, 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 128 | 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, 0, () => GlueSchemas], 5
|
|
6520
6992
|
];
|
|
6521
6993
|
export var S3JsonSource$ = [3, n0, _SJS,
|
|
@@ -6583,6 +7055,36 @@ export var SchemaVersionNumber$ = [3, n0, _SVN,
|
|
|
6583
7055
|
[_LV, _VN],
|
|
6584
7056
|
[2, 1]
|
|
6585
7057
|
];
|
|
7058
|
+
export var SearchAssetsInput$ = [3, n0, _SAI,
|
|
7059
|
+
0,
|
|
7060
|
+
[_STea, _MRax, _NTe, _Sor, _FCi],
|
|
7061
|
+
[0, 1, 0, () => SearchSort$, () => SearchFilterClause$]
|
|
7062
|
+
];
|
|
7063
|
+
export var SearchAssetsOutput$ = [3, n0, _SAO,
|
|
7064
|
+
0,
|
|
7065
|
+
[_It, _NTe],
|
|
7066
|
+
[() => SearchResultItemList, 0]
|
|
7067
|
+
];
|
|
7068
|
+
export var SearchAttributeFilter$ = [3, n0, _SAF,
|
|
7069
|
+
0,
|
|
7070
|
+
[_Attr, _Ope, _V],
|
|
7071
|
+
[0, 0, () => SearchFilterValue$], 2
|
|
7072
|
+
];
|
|
7073
|
+
export var SearchMapFilter$ = [3, n0, _SMF,
|
|
7074
|
+
0,
|
|
7075
|
+
[_Attr, _K, _V],
|
|
7076
|
+
[0, 0, () => SearchMapFilterValue$], 3
|
|
7077
|
+
];
|
|
7078
|
+
export var SearchResultItem$ = [3, n0, _SRI,
|
|
7079
|
+
0,
|
|
7080
|
+
[_Id, _ANs, _AD, _UA, _ATIs],
|
|
7081
|
+
[0, 0, 0, 4, 0]
|
|
7082
|
+
];
|
|
7083
|
+
export var SearchSort$ = [3, n0, _SSea,
|
|
7084
|
+
0,
|
|
7085
|
+
[_Attr, _Or],
|
|
7086
|
+
[0, 0], 1
|
|
7087
|
+
];
|
|
6586
7088
|
export var SearchTablesRequest$ = [3, n0, _STR,
|
|
6587
7089
|
0,
|
|
6588
7090
|
[_CI, _NTe, _Fil, _STea, _SCor, _MRax, _RST, _ISD],
|
|
@@ -6665,7 +7167,7 @@ export var SourceConfiguration$ = [3, n0, _SCo,
|
|
|
6665
7167
|
];
|
|
6666
7168
|
export var SourceControlDetails$ = [3, n0, _SCD,
|
|
6667
7169
|
0,
|
|
6668
|
-
[_Prov, _Repo, _Ow, _Br, _Fol,
|
|
7170
|
+
[_Prov, _Repo, _Ow, _Br, _Fol, _LCIas, _AS, _ATuth],
|
|
6669
7171
|
[0, 0, 0, 0, 0, 0, 0, 0]
|
|
6670
7172
|
];
|
|
6671
7173
|
export var SourceProcessingProperties$ = [3, n0, _SPP,
|
|
@@ -7000,8 +7502,8 @@ export var SupportedDialect$ = [3, n0, _SDu,
|
|
|
7000
7502
|
];
|
|
7001
7503
|
export var Table$ = [3, n0, _Ta,
|
|
7002
7504
|
0,
|
|
7003
|
-
[_N, _DN, _D, _Ow, _CTr, _UT, _LAT, _LATa, _Ret, _SDto, _PK, _VOT, _VET, _TTab, _Par, _CBr, _IRWLF, _TT, _CI, _VIe, _FT, _VD, _IMDV, _IMV, _St],
|
|
7004
|
-
[0, 0, 0, 0, 4, 4, 4, 4, 1, () => StorageDescriptor$, () => ColumnList, 0, 0, 0, 128 | 0, 0, 2, () => TableIdentifier$, 0, 0, () => FederatedTable$, () => ViewDefinition$, 2, 2, () => TableStatus$], 1
|
|
7505
|
+
[_N, _DN, _D, _Ow, _CTr, _UT, _LAT, _LATa, _Ret, _SDto, _PK, _VOT, _VET, _TTab, _Par, _CBr, _IRWLF, _TT, _CI, _VIe, _FT, _VD, _IMDV, _IMV, _ITM, _St],
|
|
7506
|
+
[0, 0, 0, 0, 4, 4, 4, 4, 1, () => StorageDescriptor$, () => ColumnList, 0, 0, 0, 128 | 0, 0, 2, () => TableIdentifier$, 0, 0, () => FederatedTable$, () => ViewDefinition$, 2, 2, () => IcebergTableMetadata$, () => TableStatus$], 1
|
|
7005
7507
|
];
|
|
7006
7508
|
export var TableError$ = [3, n0, _TEa,
|
|
7007
7509
|
0,
|
|
@@ -7308,6 +7810,26 @@ export var UpdateDevEndpointResponse$ = [3, n0, _UDERp,
|
|
|
7308
7810
|
[],
|
|
7309
7811
|
[]
|
|
7310
7812
|
];
|
|
7813
|
+
export var UpdateGlossaryRequest$ = [3, n0, _UGR,
|
|
7814
|
+
0,
|
|
7815
|
+
[_Ide, _N, _D, _CTl],
|
|
7816
|
+
[[0, 1], 0, 0, [0, 4]], 1
|
|
7817
|
+
];
|
|
7818
|
+
export var UpdateGlossaryResponse$ = [3, n0, _UGRp,
|
|
7819
|
+
0,
|
|
7820
|
+
[_Id, _N, _D],
|
|
7821
|
+
[0, 0, 0]
|
|
7822
|
+
];
|
|
7823
|
+
export var UpdateGlossaryTermRequest$ = [3, n0, _UGTR,
|
|
7824
|
+
0,
|
|
7825
|
+
[_Ide, _N, _SDh, _LD, _CTl],
|
|
7826
|
+
[[0, 1], 0, 0, 0, [0, 4]], 1
|
|
7827
|
+
];
|
|
7828
|
+
export var UpdateGlossaryTermResponse$ = [3, n0, _UGTRp,
|
|
7829
|
+
0,
|
|
7830
|
+
[_Id, _GIl, _N, _SDh, _LD],
|
|
7831
|
+
[0, 0, 0, 0, 0]
|
|
7832
|
+
];
|
|
7311
7833
|
export var UpdateGlueIdentityCenterConfigurationRequest$ = [3, n0, _UGICCR,
|
|
7312
7834
|
0,
|
|
7313
7835
|
[_Sco, _UBSE],
|
|
@@ -7445,7 +7967,7 @@ export var UpdateTableOptimizerResponse$ = [3, n0, _UTORp,
|
|
|
7445
7967
|
];
|
|
7446
7968
|
export var UpdateTableRequest$ = [3, n0, _UTR,
|
|
7447
7969
|
0,
|
|
7448
|
-
[_DN, _CI, _N, _TIa, _SAk, _TI, _VIe, _VUA,
|
|
7970
|
+
[_DN, _CI, _N, _TIa, _SAk, _TI, _VIe, _VUA, _Forc, _UOTFI],
|
|
7449
7971
|
[0, 0, 0, () => TableInput$, 2, 0, 0, 0, 2, () => UpdateOpenTableFormatInput$], 1
|
|
7450
7972
|
];
|
|
7451
7973
|
export var UpdateTableResponse$ = [3, n0, _UTRp,
|
|
@@ -7587,6 +8109,9 @@ var AnnotationErrorList = [1, n0, _AEL,
|
|
|
7587
8109
|
var AnnotationList = [1, n0, _ALn,
|
|
7588
8110
|
0, () => StatisticAnnotation$
|
|
7589
8111
|
];
|
|
8112
|
+
var AssetTypeItemList = [1, n0, _ATIL,
|
|
8113
|
+
0, () => AssetTypeItem$
|
|
8114
|
+
];
|
|
7590
8115
|
var AuditColumnNamesList = 64 | 0;
|
|
7591
8116
|
var AuthenticationTypes = 64 | 0;
|
|
7592
8117
|
var BackfillErroredPartitionsList = [1, n0, _BEPL,
|
|
@@ -7791,6 +8316,9 @@ var FilterExpressions = [1, n0, _FEi,
|
|
|
7791
8316
|
var FilterValues = [1, n0, _FVil,
|
|
7792
8317
|
0, () => FilterValue$
|
|
7793
8318
|
];
|
|
8319
|
+
var FormTypeItemList = [1, n0, _FTIL,
|
|
8320
|
+
0, () => FormTypeItem$
|
|
8321
|
+
];
|
|
7794
8322
|
var GetColumnNamesList = 64 | 0;
|
|
7795
8323
|
var GetResourcePoliciesResponseList = [1, n0, _GRPRL,
|
|
7796
8324
|
0, () => GluePolicy$
|
|
@@ -7798,6 +8326,13 @@ var GetResourcePoliciesResponseList = [1, n0, _GRPRL,
|
|
|
7798
8326
|
var GetTableVersionsList = [1, n0, _GTVL,
|
|
7799
8327
|
0, () => TableVersion$
|
|
7800
8328
|
];
|
|
8329
|
+
var GlossaryItemList = [1, n0, _GIL,
|
|
8330
|
+
0, () => GlossaryItem$
|
|
8331
|
+
];
|
|
8332
|
+
var GlossaryTermIdList = 64 | 0;
|
|
8333
|
+
var GlossaryTermItemList = [1, n0, _GTIL,
|
|
8334
|
+
0, () => GlossaryTermItem$
|
|
8335
|
+
];
|
|
7801
8336
|
var GlueSchemas = [1, n0, _GSl,
|
|
7802
8337
|
0, () => GlueSchema$
|
|
7803
8338
|
];
|
|
@@ -7807,7 +8342,7 @@ var GlueStudioPathList = [1, n0, _GSPL,
|
|
|
7807
8342
|
var GlueStudioSchemaColumnList = [1, n0, _GSSCL,
|
|
7808
8343
|
0, () => GlueStudioSchemaColumn$
|
|
7809
8344
|
];
|
|
7810
|
-
var GlueTables = [1, n0,
|
|
8345
|
+
var GlueTables = [1, n0, _GTlu,
|
|
7811
8346
|
0, () => GlueTable$
|
|
7812
8347
|
];
|
|
7813
8348
|
var GroupFiltersList = [1, n0, _GFL,
|
|
@@ -7819,9 +8354,18 @@ var HudiTargetList = [1, n0, _HTL,
|
|
|
7819
8354
|
var IcebergPartitionSpecFieldList = [1, n0, _IPSFL,
|
|
7820
8355
|
0, () => IcebergPartitionField$
|
|
7821
8356
|
];
|
|
8357
|
+
var IcebergPartitionSpecList = [1, n0, _IPSL,
|
|
8358
|
+
0, () => IcebergPartitionSpec$
|
|
8359
|
+
];
|
|
8360
|
+
var IcebergSchemaList = [1, n0, _ISL,
|
|
8361
|
+
0, () => IcebergSchema$
|
|
8362
|
+
];
|
|
7822
8363
|
var IcebergSortOrderFieldList = [1, n0, _ISOFL,
|
|
7823
8364
|
0, () => IcebergSortField$
|
|
7824
8365
|
];
|
|
8366
|
+
var IcebergSortOrderList = [1, n0, _ISOL,
|
|
8367
|
+
0, () => IcebergSortOrder$
|
|
8368
|
+
];
|
|
7825
8369
|
var IcebergStructFieldList = [1, n0, _ISFL,
|
|
7826
8370
|
0, () => IcebergStructField$
|
|
7827
8371
|
];
|
|
@@ -7846,7 +8390,7 @@ var IntegrationFilterList = [1, n0, _IFL,
|
|
|
7846
8390
|
0, () => IntegrationFilter$
|
|
7847
8391
|
];
|
|
7848
8392
|
var IntegrationFilterValues = 64 | 0;
|
|
7849
|
-
var IntegrationPartitionSpecList = [1, n0,
|
|
8393
|
+
var IntegrationPartitionSpecList = [1, n0, _IPSLn,
|
|
7850
8394
|
0, () => IntegrationPartition$
|
|
7851
8395
|
];
|
|
7852
8396
|
var IntegrationResourcePropertyFilterList = [1, n0, _IRPFL,
|
|
@@ -7862,6 +8406,16 @@ var IntegrationsList = [1, n0, _IL,
|
|
|
7862
8406
|
var IntegrationTagsList = [1, n0, _ITLn,
|
|
7863
8407
|
0, () => Tag$
|
|
7864
8408
|
];
|
|
8409
|
+
var ItemErrorList = [1, n0, _IELt,
|
|
8410
|
+
0, () => ItemError$
|
|
8411
|
+
];
|
|
8412
|
+
var ItemIdentifierList = 64 | 0;
|
|
8413
|
+
var IterableFormItemList = [1, n0, _IFIL,
|
|
8414
|
+
0, () => IterableFormItem$
|
|
8415
|
+
];
|
|
8416
|
+
var IterableFormListItemList = [1, n0, _IFLIL,
|
|
8417
|
+
0, () => IterableFormListItem$
|
|
8418
|
+
];
|
|
7865
8419
|
var JdbcTargetList = [1, n0, _JTL,
|
|
7866
8420
|
0, () => JdbcTarget$
|
|
7867
8421
|
];
|
|
@@ -7980,9 +8534,15 @@ var SchemaVersionErrorList = [1, n0, _SVEL,
|
|
|
7980
8534
|
var SchemaVersionList = [1, n0, _SVL,
|
|
7981
8535
|
0, () => SchemaVersionListItem$
|
|
7982
8536
|
];
|
|
8537
|
+
var SearchFilterClauseList = [1, n0, _SFCL,
|
|
8538
|
+
0, () => SearchFilterClause$
|
|
8539
|
+
];
|
|
7983
8540
|
var SearchPropertyPredicates = [1, n0, _SPPe,
|
|
7984
8541
|
0, () => PropertyPredicate$
|
|
7985
8542
|
];
|
|
8543
|
+
var SearchResultItemList = [1, n0, _SRIL,
|
|
8544
|
+
0, () => SearchResultItem$
|
|
8545
|
+
];
|
|
7986
8546
|
var SecurityConfigurationList = [1, n0, _SCL,
|
|
7987
8547
|
0, () => SecurityConfiguration$
|
|
7988
8548
|
];
|
|
@@ -8076,6 +8636,12 @@ var Workflows = [1, n0, _W,
|
|
|
8076
8636
|
var AdditionalContextMap = 128 | 0;
|
|
8077
8637
|
var AdditionalOptions = 128 | 0;
|
|
8078
8638
|
var AdditionalPlanOptionsMap = 128 | 0;
|
|
8639
|
+
var AssetFormMap = [2, n0, _AFM,
|
|
8640
|
+
0, 0, () => AssetFormEntry$
|
|
8641
|
+
];
|
|
8642
|
+
var AssetTypeFormsMap = [2, n0, _ATFM,
|
|
8643
|
+
0, 0, () => AssetTypeFormReference$
|
|
8644
|
+
];
|
|
8079
8645
|
var CodeGenConfigurationNodes = [2, n0, _CGCNo,
|
|
8080
8646
|
8, 0, () => CodeGenConfigurationNode$
|
|
8081
8647
|
];
|
|
@@ -8113,6 +8679,9 @@ var GenericMap = 128 | 0;
|
|
|
8113
8679
|
var GlueTableAdditionalOptions = 128 | 0;
|
|
8114
8680
|
var IntegrationAdditionalEncryptionContextMap = 128 | 0;
|
|
8115
8681
|
var IntegrationSourcePropertiesMap = 128 | 0;
|
|
8682
|
+
var IterableFormMap = [2, n0, _IFM,
|
|
8683
|
+
0, 0, () => IterableFormEntry$
|
|
8684
|
+
];
|
|
8116
8685
|
var JDBCDataTypeMapping = 128 | 0;
|
|
8117
8686
|
var Labels = 128 | 0;
|
|
8118
8687
|
var LocationMap = 128 | 0;
|
|
@@ -8138,11 +8707,29 @@ var StringToStringMap = 128 | 0;
|
|
|
8138
8707
|
var TagsMap = 128 | 0;
|
|
8139
8708
|
var TokenUrlParametersMap = 128 | 0;
|
|
8140
8709
|
var WorkflowRunProperties = 128 | 0;
|
|
8710
|
+
export var SearchFilterClause$ = [4, n0, _SFCe,
|
|
8711
|
+
0,
|
|
8712
|
+
[_AAF, _OAF, _AFt, _MF],
|
|
8713
|
+
[() => SearchFilterClauseList, () => SearchFilterClauseList, () => SearchAttributeFilter$, () => SearchMapFilter$]
|
|
8714
|
+
];
|
|
8715
|
+
export var SearchFilterValue$ = [4, n0, _SFV,
|
|
8716
|
+
0,
|
|
8717
|
+
[_SVt, _LVo],
|
|
8718
|
+
[0, 1]
|
|
8719
|
+
];
|
|
8720
|
+
export var SearchMapFilterValue$ = [4, n0, _SMFV,
|
|
8721
|
+
0,
|
|
8722
|
+
[_SVt],
|
|
8723
|
+
[0]
|
|
8724
|
+
];
|
|
8141
8725
|
export var TableOptimizerVpcConfiguration$ = [4, n0, _TOVC,
|
|
8142
8726
|
0,
|
|
8143
8727
|
[_gCN],
|
|
8144
8728
|
[0]
|
|
8145
8729
|
];
|
|
8730
|
+
export var AssociateGlossaryTerms$ = [9, n0, _AGT,
|
|
8731
|
+
{ [_h]: ["POST", "/assets/{AssetIdentifier}/associate-glossary-terms", 200] }, () => AssociateGlossaryTermsRequest$, () => AssociateGlossaryTermsResponse$
|
|
8732
|
+
];
|
|
8146
8733
|
export var BatchCreatePartition$ = [9, n0, _BCP,
|
|
8147
8734
|
0, () => BatchCreatePartitionRequest$, () => BatchCreatePartitionResponse$
|
|
8148
8735
|
];
|
|
@@ -8173,6 +8760,9 @@ export var BatchGetDataQualityResult$ = [9, n0, _BGDQR,
|
|
|
8173
8760
|
export var BatchGetDevEndpoints$ = [9, n0, _BGDE,
|
|
8174
8761
|
0, () => BatchGetDevEndpointsRequest$, () => BatchGetDevEndpointsResponse$
|
|
8175
8762
|
];
|
|
8763
|
+
export var BatchGetIterableForms$ = [9, n0, _BGIF,
|
|
8764
|
+
{ [_h]: ["POST", "/assets/{AssetIdentifier}/iterable-forms/{IterableFormName}/batch-get", 200] }, () => BatchGetIterableFormsRequest$, () => BatchGetIterableFormsResponse$
|
|
8765
|
+
];
|
|
8176
8766
|
export var BatchGetJobs$ = [9, n0, _BGJ,
|
|
8177
8767
|
0, () => BatchGetJobsRequest$, () => BatchGetJobsResponse$
|
|
8178
8768
|
];
|
|
@@ -8242,6 +8832,12 @@ export var CreateDataQualityRuleset$ = [9, n0, _CDQR,
|
|
|
8242
8832
|
export var CreateDevEndpoint$ = [9, n0, _CDE,
|
|
8243
8833
|
0, () => CreateDevEndpointRequest$, () => CreateDevEndpointResponse$
|
|
8244
8834
|
];
|
|
8835
|
+
export var CreateGlossary$ = [9, n0, _CG,
|
|
8836
|
+
{ [_h]: ["POST", "/glossaries", 200] }, () => CreateGlossaryRequest$, () => CreateGlossaryResponse$
|
|
8837
|
+
];
|
|
8838
|
+
export var CreateGlossaryTerm$ = [9, n0, _CGT,
|
|
8839
|
+
{ [_h]: ["POST", "/glossary-terms", 200] }, () => CreateGlossaryTermRequest$, () => CreateGlossaryTermResponse$
|
|
8840
|
+
];
|
|
8245
8841
|
export var CreateGlueIdentityCenterConfiguration$ = [9, n0, _CGICC,
|
|
8246
8842
|
0, () => CreateGlueIdentityCenterConfigurationRequest$, () => CreateGlueIdentityCenterConfigurationResponse$
|
|
8247
8843
|
];
|
|
@@ -8299,6 +8895,15 @@ export var CreateUserDefinedFunction$ = [9, n0, _CUDF,
|
|
|
8299
8895
|
export var CreateWorkflow$ = [9, n0, _CWr,
|
|
8300
8896
|
0, () => CreateWorkflowRequest$, () => CreateWorkflowResponse$
|
|
8301
8897
|
];
|
|
8898
|
+
export var DeleteAsset$ = [9, n0, _DAel,
|
|
8899
|
+
{ [_h]: ["DELETE", "/assets/{Identifier}", 200] }, () => DeleteAssetRequest$, () => DeleteAssetResponse$
|
|
8900
|
+
];
|
|
8901
|
+
export var DeleteAssetType$ = [9, n0, _DAT,
|
|
8902
|
+
{ [_h]: ["DELETE", "/asset-types/{Identifier}", 200] }, () => DeleteAssetTypeRequest$, () => DeleteAssetTypeResponse$
|
|
8903
|
+
];
|
|
8904
|
+
export var DeleteAttachment$ = [9, n0, _DAele,
|
|
8905
|
+
{ [_h]: ["DELETE", "/assets/{AssetIdentifier}/attachments/{AttachmentName}", 200] }, () => DeleteAttachmentRequest$, () => DeleteAttachmentResponse$
|
|
8906
|
+
];
|
|
8302
8907
|
export var DeleteBlueprint$ = [9, n0, _DBe,
|
|
8303
8908
|
0, () => DeleteBlueprintRequest$, () => DeleteBlueprintResponse$
|
|
8304
8909
|
];
|
|
@@ -8338,6 +8943,15 @@ export var DeleteDataQualityRuleset$ = [9, n0, _DDQR,
|
|
|
8338
8943
|
export var DeleteDevEndpoint$ = [9, n0, _DDE,
|
|
8339
8944
|
0, () => DeleteDevEndpointRequest$, () => DeleteDevEndpointResponse$
|
|
8340
8945
|
];
|
|
8946
|
+
export var DeleteFormType$ = [9, n0, _DFT,
|
|
8947
|
+
{ [_h]: ["DELETE", "/form-types/{Identifier}", 200] }, () => DeleteFormTypeRequest$, () => DeleteFormTypeResponse$
|
|
8948
|
+
];
|
|
8949
|
+
export var DeleteGlossary$ = [9, n0, _DG,
|
|
8950
|
+
{ [_h]: ["DELETE", "/glossaries/{Identifier}", 200] }, () => DeleteGlossaryRequest$, () => DeleteGlossaryResponse$
|
|
8951
|
+
];
|
|
8952
|
+
export var DeleteGlossaryTerm$ = [9, n0, _DGT,
|
|
8953
|
+
{ [_h]: ["DELETE", "/glossary-terms/{Identifier}", 200] }, () => DeleteGlossaryTermRequest$, () => DeleteGlossaryTermResponse$
|
|
8954
|
+
];
|
|
8341
8955
|
export var DeleteGlueIdentityCenterConfiguration$ = [9, n0, _DGICC,
|
|
8342
8956
|
0, () => DeleteGlueIdentityCenterConfigurationRequest$, () => DeleteGlueIdentityCenterConfigurationResponse$
|
|
8343
8957
|
];
|
|
@@ -8413,6 +9027,15 @@ export var DescribeInboundIntegrations$ = [9, n0, _DII,
|
|
|
8413
9027
|
export var DescribeIntegrations$ = [9, n0, _DIes,
|
|
8414
9028
|
0, () => DescribeIntegrationsRequest$, () => DescribeIntegrationsResponse$
|
|
8415
9029
|
];
|
|
9030
|
+
export var DisassociateGlossaryTerms$ = [9, n0, _DGTi,
|
|
9031
|
+
{ [_h]: ["POST", "/assets/{AssetIdentifier}/disassociate-glossary-terms", 200] }, () => DisassociateGlossaryTermsRequest$, () => DisassociateGlossaryTermsResponse$
|
|
9032
|
+
];
|
|
9033
|
+
export var GetAsset$ = [9, n0, _GA,
|
|
9034
|
+
{ [_h]: ["GET", "/assets/{Identifier}", 200] }, () => GetAssetInput$, () => GetAssetOutput$
|
|
9035
|
+
];
|
|
9036
|
+
export var GetAssetType$ = [9, n0, _GAT,
|
|
9037
|
+
{ [_h]: ["GET", "/asset-types/{Identifier}", 200] }, () => GetAssetTypeRequest$, () => GetAssetTypeResponse$
|
|
9038
|
+
];
|
|
8416
9039
|
export var GetBlueprint$ = [9, n0, _GB,
|
|
8417
9040
|
0, () => GetBlueprintRequest$, () => GetBlueprintResponse$
|
|
8418
9041
|
];
|
|
@@ -8512,6 +9135,15 @@ export var GetDevEndpoints$ = [9, n0, _GDEe,
|
|
|
8512
9135
|
export var GetEntityRecords$ = [9, n0, _GER,
|
|
8513
9136
|
0, () => GetEntityRecordsRequest$, () => GetEntityRecordsResponse$
|
|
8514
9137
|
];
|
|
9138
|
+
export var GetFormType$ = [9, n0, _GFT,
|
|
9139
|
+
{ [_h]: ["GET", "/form-types/{Identifier}", 200] }, () => GetFormTypeRequest$, () => GetFormTypeResponse$
|
|
9140
|
+
];
|
|
9141
|
+
export var GetGlossary$ = [9, n0, _GG,
|
|
9142
|
+
{ [_h]: ["GET", "/glossaries/{Identifier}", 200] }, () => GetGlossaryRequest$, () => GetGlossaryResponse$
|
|
9143
|
+
];
|
|
9144
|
+
export var GetGlossaryTerm$ = [9, n0, _GGT,
|
|
9145
|
+
{ [_h]: ["GET", "/glossary-terms/{Identifier}", 200] }, () => GetGlossaryTermRequest$, () => GetGlossaryTermResponse$
|
|
9146
|
+
];
|
|
8515
9147
|
export var GetGlueIdentityCenterConfiguration$ = [9, n0, _GGICC,
|
|
8516
9148
|
0, () => GetGlueIdentityCenterConfigurationRequest$, () => GetGlueIdentityCenterConfigurationResponse$
|
|
8517
9149
|
];
|
|
@@ -8659,6 +9291,9 @@ export var GetWorkflowRuns$ = [9, n0, _GWReto,
|
|
|
8659
9291
|
export var ImportCatalogToGlue$ = [9, n0, _ICTG,
|
|
8660
9292
|
0, () => ImportCatalogToGlueRequest$, () => ImportCatalogToGlueResponse$
|
|
8661
9293
|
];
|
|
9294
|
+
export var ListAssetTypes$ = [9, n0, _LATi,
|
|
9295
|
+
{ [_h]: ["GET", "/asset-types", 200] }, () => ListAssetTypesRequest$, () => ListAssetTypesResponse$
|
|
9296
|
+
];
|
|
8662
9297
|
export var ListBlueprints$ = [9, n0, _LBi,
|
|
8663
9298
|
0, () => ListBlueprintsRequest$, () => ListBlueprintsResponse$
|
|
8664
9299
|
];
|
|
@@ -8701,9 +9336,21 @@ export var ListDevEndpoints$ = [9, n0, _LDE,
|
|
|
8701
9336
|
export var ListEntities$ = [9, n0, _LE,
|
|
8702
9337
|
0, () => ListEntitiesRequest$, () => ListEntitiesResponse$
|
|
8703
9338
|
];
|
|
9339
|
+
export var ListFormTypes$ = [9, n0, _LFT,
|
|
9340
|
+
{ [_h]: ["GET", "/form-types", 200] }, () => ListFormTypesRequest$, () => ListFormTypesResponse$
|
|
9341
|
+
];
|
|
9342
|
+
export var ListGlossaries$ = [9, n0, _LGi,
|
|
9343
|
+
{ [_h]: ["GET", "/glossaries", 200] }, () => ListGlossariesRequest$, () => ListGlossariesResponse$
|
|
9344
|
+
];
|
|
9345
|
+
export var ListGlossaryTerms$ = [9, n0, _LGT,
|
|
9346
|
+
{ [_h]: ["GET", "/glossary-terms", 200] }, () => ListGlossaryTermsRequest$, () => ListGlossaryTermsResponse$
|
|
9347
|
+
];
|
|
8704
9348
|
export var ListIntegrationResourceProperties$ = [9, n0, _LIRP,
|
|
8705
9349
|
0, () => ListIntegrationResourcePropertiesRequest$, () => ListIntegrationResourcePropertiesResponse$
|
|
8706
9350
|
];
|
|
9351
|
+
export var ListIterableForms$ = [9, n0, _LIF,
|
|
9352
|
+
{ [_h]: ["GET", "/assets/{AssetIdentifier}/iterable-forms/{IterableFormName}", 200] }, () => ListIterableFormsRequest$, () => ListIterableFormsResponse$
|
|
9353
|
+
];
|
|
8707
9354
|
export var ListJobs$ = [9, n0, _LJ,
|
|
8708
9355
|
0, () => ListJobsRequest$, () => ListJobsResponse$
|
|
8709
9356
|
];
|
|
@@ -8743,12 +9390,24 @@ export var ListWorkflows$ = [9, n0, _LW,
|
|
|
8743
9390
|
export var ModifyIntegration$ = [9, n0, _MIo,
|
|
8744
9391
|
0, () => ModifyIntegrationRequest$, () => ModifyIntegrationResponse$
|
|
8745
9392
|
];
|
|
9393
|
+
export var PutAsset$ = [9, n0, _PAut,
|
|
9394
|
+
{ [_h]: ["PUT", "/assets", 200] }, () => PutAssetRequest$, () => PutAssetResponse$
|
|
9395
|
+
];
|
|
9396
|
+
export var PutAssetType$ = [9, n0, _PAT,
|
|
9397
|
+
{ [_h]: ["PUT", "/asset-types", 200] }, () => PutAssetTypeRequest$, () => PutAssetTypeResponse$
|
|
9398
|
+
];
|
|
9399
|
+
export var PutAttachment$ = [9, n0, _PAutt,
|
|
9400
|
+
{ [_h]: ["POST", "/assets/{AssetIdentifier}/attachment", 200] }, () => PutAttachmentRequest$, () => PutAttachmentResponse$
|
|
9401
|
+
];
|
|
8746
9402
|
export var PutDataCatalogEncryptionSettings$ = [9, n0, _PDCES,
|
|
8747
9403
|
0, () => PutDataCatalogEncryptionSettingsRequest$, () => PutDataCatalogEncryptionSettingsResponse$
|
|
8748
9404
|
];
|
|
8749
9405
|
export var PutDataQualityProfileAnnotation$ = [9, n0, _PDQPA,
|
|
8750
9406
|
0, () => PutDataQualityProfileAnnotationRequest$, () => PutDataQualityProfileAnnotationResponse$
|
|
8751
9407
|
];
|
|
9408
|
+
export var PutFormType$ = [9, n0, _PFT,
|
|
9409
|
+
{ [_h]: ["PUT", "/form-types", 200] }, () => PutFormTypeRequest$, () => PutFormTypeResponse$
|
|
9410
|
+
];
|
|
8752
9411
|
export var PutResourcePolicy$ = [9, n0, _PRP,
|
|
8753
9412
|
0, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
|
|
8754
9413
|
];
|
|
@@ -8779,6 +9438,9 @@ export var ResumeWorkflowRun$ = [9, n0, _RWR,
|
|
|
8779
9438
|
export var RunStatement$ = [9, n0, _RSu,
|
|
8780
9439
|
0, () => RunStatementRequest$, () => RunStatementResponse$
|
|
8781
9440
|
];
|
|
9441
|
+
export var SearchAssets$ = [9, n0, _SAe,
|
|
9442
|
+
{ [_h]: ["POST", "/search-assets", 200] }, () => SearchAssetsInput$, () => SearchAssetsOutput$
|
|
9443
|
+
];
|
|
8782
9444
|
export var SearchTables$ = [9, n0, _STear,
|
|
8783
9445
|
0, () => SearchTablesRequest$, () => SearchTablesResponse$
|
|
8784
9446
|
];
|
|
@@ -8896,6 +9558,12 @@ export var UpdateDataQualityRuleset$ = [9, n0, _UDQR,
|
|
|
8896
9558
|
export var UpdateDevEndpoint$ = [9, n0, _UDE,
|
|
8897
9559
|
0, () => UpdateDevEndpointRequest$, () => UpdateDevEndpointResponse$
|
|
8898
9560
|
];
|
|
9561
|
+
export var UpdateGlossary$ = [9, n0, _UG,
|
|
9562
|
+
{ [_h]: ["PUT", "/glossaries/{Identifier}", 200] }, () => UpdateGlossaryRequest$, () => UpdateGlossaryResponse$
|
|
9563
|
+
];
|
|
9564
|
+
export var UpdateGlossaryTerm$ = [9, n0, _UGT,
|
|
9565
|
+
{ [_h]: ["PUT", "/glossary-terms/{Identifier}", 200] }, () => UpdateGlossaryTermRequest$, () => UpdateGlossaryTermResponse$
|
|
9566
|
+
];
|
|
8899
9567
|
export var UpdateGlueIdentityCenterConfiguration$ = [9, n0, _UGICC,
|
|
8900
9568
|
0, () => UpdateGlueIdentityCenterConfigurationRequest$, () => UpdateGlueIdentityCenterConfigurationResponse$
|
|
8901
9569
|
];
|