@cdklabs/cdk-construct-connect-datalake 0.0.14 → 0.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +9 -9
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +449 -469
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +59 -91
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +814 -533
- package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
- package/node_modules/@aws-sdk/client-connect/README.md +14 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +1289 -1256
- package/node_modules/@aws-sdk/client-connect/dist-cjs/models/ConnectServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-connect/dist-cjs/models/errors.js +57 -88
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-connect/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +3630 -2290
- package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/GetEvaluationFormValidationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/StartEvaluationFormValidationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/index.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +20 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/models/models_4.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +183 -48
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +14 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateEvaluationFormCommand.d.ts +65 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateViewVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeContactEvaluationCommand.d.ts +72 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeEvaluationFormCommand.d.ts +68 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetEvaluationFormValidationCommand.d.ts +112 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListContactEvaluationsCommand.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactEvaluationsCommand.d.ts +37 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchEvaluationFormsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationOverridesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchHoursOfOperationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchNotificationsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPredefinedAttributesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/StartEvaluationFormValidationCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateContactRoutingDataCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateEvaluationFormCommand.d.ts +67 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +60 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +127 -103
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +217 -1947
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +2078 -384
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +1479 -1769
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_4.d.ts +707 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +34 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +12 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateViewVersionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeContactEvaluationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeEvaluationFormCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetEvaluationFormValidationCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchContactsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchEvaluationFormsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationOverridesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchHoursOfOperationsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchNotificationsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPredefinedAttributesCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/StartEvaluationFormValidationCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateContactRoutingDataCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateEvaluationFormCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +30 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +30 -23
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +50 -45
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +75 -81
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +96 -175
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_4.d.ts +197 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +16 -0
- package/node_modules/@aws-sdk/client-connect/package.json +8 -8
- package/node_modules/@aws-sdk/client-glue/README.md +196 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +1317 -907
- package/node_modules/@aws-sdk/client-glue/dist-cjs/models/GlueServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +131 -183
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-glue/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +3528 -1827
- package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +68 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/AssociateGlossaryTermsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/BatchGetIterableFormsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/CreateGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAssetCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAssetTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteAttachmentCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteFormTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DeleteGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/DisassociateGlossaryTermsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetAssetCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetAssetTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetFormTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListAssetTypesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListFormTypesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListGlossariesCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListGlossaryTermsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/ListIterableFormsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAssetCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAssetTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutAttachmentCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/PutFormTypeCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/SearchAssetsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlossaryCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/UpdateGlossaryTermCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +28 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +12 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +38 -38
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListAssetTypesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListFormTypesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListGlossariesPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListGlossaryTermsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/ListIterableFormsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/SearchAssetsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/pagination/index.js +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +672 -31
- package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +242 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +30 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/BatchGetIterableFormsCommand.d.ts +122 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCrawlerCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlossaryCommand.d.ts +98 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateGlossaryTermCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAssetCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAssetTypeCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteAttachmentCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteFormTypeCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlossaryCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DeleteGlossaryTermCommand.d.ts +89 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetAssetCommand.d.ts +116 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetAssetTypeCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetEntityRecordsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetFormTypeCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlossaryCommand.d.ts +90 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlossaryTermCommand.d.ts +92 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobRunsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMappingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListAssetTypesCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListFormTypesCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListGlossariesCommand.d.ts +96 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListGlossaryTermsCommand.d.ts +97 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListIterableFormsCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAssetCommand.d.ts +113 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAssetTypeCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutAttachmentCommand.d.ts +104 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/PutFormTypeCommand.d.ts +95 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchAssetsCommand.d.ts +149 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCatalogCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateClassifierCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlossaryCommand.d.ts +102 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateGlossaryTermCommand.d.ts +105 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +28 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +28 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +48 -48
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_0.d.ts +165 -174
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +565 -755
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +2302 -2039
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +1413 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListAssetTypesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListFormTypesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListGlossariesPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListGlossaryTermsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/ListIterableFormsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/SearchAssetsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/pagination/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +522 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +168 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/AssociateGlossaryTermsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/BatchGetIterableFormsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCrawlerCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteAttachmentCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/DisassociateGlossaryTermsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetAssetCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDevEndpointsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetEntityRecordsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetGlueIdentityCenterConfigurationCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationResourcePropertyCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetIntegrationTablePropertiesCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobBookmarkCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobRunsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMappingCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListAssetTypesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListFormTypesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListGlossariesCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListGlossaryTermsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/ListIterableFormsCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAssetCommand.d.ts +45 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAssetTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutAttachmentCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/PutFormTypeCommand.d.ts +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/SearchAssetsCommand.d.ts +50 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartDataQualityRulesetEvaluationRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartExportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartImportLabelsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartJobRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLEvaluationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMLLabelingSetGenerationTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StartWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopCrawlerScheduleCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopMaterializedViewRefreshTaskRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopSessionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopTriggerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/StopWorkflowRunCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/TestConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateBlueprintCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCatalogCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateClassifierCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForPartitionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsForTableCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateColumnStatisticsTaskSettingsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +28 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +26 -26
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_0.d.ts +41 -40
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +130 -181
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +396 -293
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +373 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListAssetTypesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListFormTypesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListGlossariesPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListGlossaryTermsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/ListIterableFormsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/SearchAssetsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/pagination/index.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/package.json +8 -8
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/index.js +236 -256
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/LakeFormationServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/models/errors.js +39 -61
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/runtimeConfig.shared.js +21 -25
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/schemas/schemas_0.js +544 -356
- package/node_modules/@aws-sdk/client-lakeformation/package.json +8 -8
- package/node_modules/@aws-sdk/client-ram/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-ram/dist-cjs/index.js +159 -179
- package/node_modules/@aws-sdk/client-ram/dist-cjs/models/RAMServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-ram/dist-cjs/models/errors.js +57 -88
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-ram/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-ram/dist-cjs/schemas/schemas_0.js +318 -210
- package/node_modules/@aws-sdk/client-ram/package.json +8 -8
- package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +15 -19
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +77 -97
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/STSServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +25 -40
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +36 -40
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +25 -29
- package/node_modules/@aws-sdk/client-sts/dist-cjs/schemas/schemas_0.js +122 -85
- package/node_modules/@aws-sdk/client-sts/package.json +15 -15
- package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +1 -3
- package/node_modules/@aws-sdk/core/client.d.ts +1 -3
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +45 -50
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +327 -52
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +19 -21
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +107 -109
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +2 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +276 -1
- package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +1 -3
- package/node_modules/@aws-sdk/core/package.json +13 -19
- package/node_modules/@aws-sdk/core/protocols.d.ts +1 -3
- package/node_modules/@aws-sdk/core/util.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
- package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +169 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -13
- 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 +16 -16
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
- package/node_modules/@aws-sdk/credential-provider-login/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
- package/node_modules/@aws-sdk/credential-provider-node/package.json +14 -14
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +55 -24
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +10 -11
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +1 -3
- 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/cognito-identity/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
- 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/submodules/signin/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +7 -1
- 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/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +7 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +13 -12
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/sts.d.ts +1 -3
- 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 +7 -7
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
- package/node_modules/@aws-sdk/token-providers/package.json +9 -9
- 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 +4 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +236 -5
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.browser.js +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +233 -43
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +1 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-parser.d.ts +2 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +9 -10
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +518 -371
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +355 -145
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +456 -142
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +355 -145
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +15 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +30 -36
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +54 -110
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +30 -36
- 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/checksum/crc32/Crc32Js.js +27 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Node.js +21 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Js.js +92 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Node.js +29 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Js.js +179 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Node.js +59 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256WebCrypto.js +71 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/get-value-from-text-node.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +14 -3
- package/node_modules/@smithy/core/dist-es/submodules/serde/concatBytes.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +4 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +2 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +12 -38
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +18 -33
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.js +3 -0
- 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/checksum/crc32/Crc32Js.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Js.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Node.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpProtocol.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/concatBytes.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +9 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +8 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +4 -1
- package/node_modules/@smithy/core/package.json +4 -3
- package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -55
- package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -51
- package/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -3
- package/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -3
- package/node_modules/@smithy/node-http-handler/package.json +2 -2
- package/node_modules/@smithy/signature-v4/package.json +2 -2
- package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/README.md +3 -0
- package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/dist/js-yaml.js +7 -1
- package/node_modules/aws-lambda/node_modules/js-yaml/dist/js-yaml.min.js +1 -0
- package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/loader.js +6 -0
- package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/package.json +4 -1
- package/package.json +11 -11
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +0 -595
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +0 -588
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -46
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -31
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -76
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -53
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -17
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -5
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -33
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -29
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +0 -336
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +0 -60
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -47
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +0 -332
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +0 -66
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +0 -65
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +0 -827
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/LICENSE +0 -21
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/README.md +0 -202
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +0 -770
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +0 -93
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/cli/cli.js +0 -97
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/cli/man.js +0 -17
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/cli/read.js +0 -43
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +0 -739
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.js +0 -14
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/ignoreAttributes.js +0 -18
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/util.js +0 -61
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/CharsSymbol.js +0 -16
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +0 -106
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OptionsBuilder.js +0 -61
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -69
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsArrBuilder.js +0 -103
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -100
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/JsObjBuilder.js +0 -154
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -94
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/Report.js +0 -0
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/TagPath.js +0 -81
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/TagPathMatcher.js +0 -13
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XMLParser.js +0 -83
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/Xml2JsParser.js +0 -235
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XmlPartReader.js +0 -210
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/XmlSpecialTagsReader.js +0 -111
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/inputSource/BufferSource.js +0 -116
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/inputSource/StringSource.js +0 -121
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/EntitiesParser.js +0 -105
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParser.js +0 -22
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/booleanParserExt.js +0 -19
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/currency.js +0 -38
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/join.js +0 -13
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/number.js +0 -14
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/valueParsers/trim.js +0 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/validator.js +0 -425
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlbuilder/json2xml.js +0 -6
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +0 -407
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +0 -163
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +0 -840
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +0 -71
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/node2json.js +0 -177
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/xmlNode.js +0 -40
- package/node_modules/@aws-sdk/xml-builder/node_modules/strnum/CHANGELOG.md +0 -51
- package/node_modules/@aws-sdk/xml-builder/node_modules/strnum/LICENSE +0 -21
- package/node_modules/@aws-sdk/xml-builder/node_modules/strnum/README.md +0 -113
- package/node_modules/@aws-sdk/xml-builder/node_modules/strnum/package.json +0 -35
- package/node_modules/@aws-sdk/xml-builder/node_modules/strnum/strnum.js +0 -171
- package/node_modules/@nodable/entities/README.md +0 -41
- package/node_modules/@nodable/entities/package.json +0 -57
- package/node_modules/@nodable/entities/src/EntityDecoder.js +0 -644
- package/node_modules/@nodable/entities/src/EntityEncoder.js +0 -194
- package/node_modules/@nodable/entities/src/entities.js +0 -1159
- package/node_modules/@nodable/entities/src/entityTries.js +0 -49
- package/node_modules/@nodable/entities/src/index.d.ts +0 -341
- package/node_modules/@nodable/entities/src/index.js +0 -29
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +0 -3
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +0 -168
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +0 -16
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -53
- package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -8
- package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -5
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -7
- package/node_modules/anynum/LICENSE +0 -21
- package/node_modules/anynum/README.md +0 -142
- package/node_modules/anynum/anynum.js +0 -135
- package/node_modules/anynum/digitTable.js +0 -116
- package/node_modules/anynum/package.json +0 -42
- package/node_modules/fast-xml-builder/CHANGELOG.md +0 -40
- package/node_modules/fast-xml-builder/LICENSE +0 -21
- package/node_modules/fast-xml-builder/README.md +0 -74
- package/node_modules/fast-xml-builder/lib/fxb.cjs +0 -1
- package/node_modules/fast-xml-builder/lib/fxb.d.cts +0 -270
- package/node_modules/fast-xml-builder/lib/fxb.min.js +0 -2
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +0 -1
- package/node_modules/fast-xml-builder/package.json +0 -81
- package/node_modules/fast-xml-builder/src/fxb.d.ts +0 -270
- package/node_modules/fast-xml-builder/src/fxb.js +0 -599
- package/node_modules/fast-xml-builder/src/ignoreAttributes.js +0 -18
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +0 -359
- package/node_modules/fast-xml-builder/src/prettifyJs2Xml.js +0 -0
- package/node_modules/fast-xml-builder/src/util.js +0 -16
- package/node_modules/js-yaml/dist/js-yaml.min.js +0 -1
- package/node_modules/path-expression-matcher/LICENSE +0 -21
- package/node_modules/path-expression-matcher/README.md +0 -872
- package/node_modules/path-expression-matcher/lib/pem.cjs +0 -1
- package/node_modules/path-expression-matcher/lib/pem.d.cts +0 -634
- package/node_modules/path-expression-matcher/lib/pem.min.js +0 -2
- package/node_modules/path-expression-matcher/lib/pem.min.js.map +0 -1
- package/node_modules/path-expression-matcher/package.json +0 -78
- package/node_modules/path-expression-matcher/src/Expression.js +0 -232
- package/node_modules/path-expression-matcher/src/ExpressionSet.js +0 -209
- package/node_modules/path-expression-matcher/src/Matcher.js +0 -570
- package/node_modules/path-expression-matcher/src/index.d.ts +0 -523
- package/node_modules/path-expression-matcher/src/index.js +0 -29
- package/node_modules/xml-naming/README.md +0 -189
- package/node_modules/xml-naming/package.json +0 -54
- package/node_modules/xml-naming/src/index.d.ts +0 -74
- package/node_modules/xml-naming/src/index.js +0 -270
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/LICENSE +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/bin/js-yaml.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/index.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/common.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/dumper.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/exception.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/mark.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/schema/core.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/schema/default_full.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/schema/default_safe.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/schema/failsafe.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/schema/json.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/schema.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/binary.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/bool.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/float.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/int.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/js/function.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/js/regexp.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/js/undefined.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/map.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/merge.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/null.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/omap.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/pairs.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/seq.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/set.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/str.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type/timestamp.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml/type.js +0 -0
- /package/node_modules/{js-yaml → aws-lambda/node_modules/js-yaml}/lib/js-yaml.js +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";
|
|
@@ -489,8 +517,9 @@ const _Compa = "Compaction";
|
|
|
489
517
|
const _Compar = "Comparator";
|
|
490
518
|
const _Compr = "Compression";
|
|
491
519
|
const _Compre = "Compressed";
|
|
492
|
-
const _Con = "
|
|
493
|
-
const _Cond = "
|
|
520
|
+
const _Con = "Content";
|
|
521
|
+
const _Cond = "Condition";
|
|
522
|
+
const _Condi = "Conditions";
|
|
494
523
|
const _Conf = "Configuration";
|
|
495
524
|
const _Conn = "Connections";
|
|
496
525
|
const _Cr = "Crawlers";
|
|
@@ -499,7 +528,16 @@ const _Craw = "Crawler";
|
|
|
499
528
|
const _Crawl = "Crawls";
|
|
500
529
|
const _D = "Description";
|
|
501
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";
|
|
502
538
|
const _DAe = "DeleteArguments";
|
|
539
|
+
const _DAel = "DeleteAsset";
|
|
540
|
+
const _DAele = "DeleteAttachment";
|
|
503
541
|
const _DB = "DeleteBehavior";
|
|
504
542
|
const _DBR = "DeleteBlueprintRequest";
|
|
505
543
|
const _DBRe = "DeleteBlueprintResponse";
|
|
@@ -569,11 +607,23 @@ const _DEe = "DevEndpoint";
|
|
|
569
607
|
const _DEes = "DescribeEntity";
|
|
570
608
|
const _DEy = "DynamodbExport";
|
|
571
609
|
const _DF = "DataFormat";
|
|
610
|
+
const _DFT = "DeleteFormType";
|
|
611
|
+
const _DFTR = "DeleteFormTypeRequest";
|
|
612
|
+
const _DFTRe = "DeleteFormTypeResponse";
|
|
572
613
|
const _DFa = "DataFilter";
|
|
573
614
|
const _DFr = "DropFields";
|
|
615
|
+
const _DG = "DeleteGlossary";
|
|
574
616
|
const _DGICC = "DeleteGlueIdentityCenterConfiguration";
|
|
575
617
|
const _DGICCR = "DeleteGlueIdentityCenterConfigurationRequest";
|
|
576
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";
|
|
577
627
|
const _DH = "DpuHours";
|
|
578
628
|
const _DI = "DatabaseInput";
|
|
579
629
|
const _DIA = "DatapointInclusionAnnotation";
|
|
@@ -810,6 +860,7 @@ const _F = "Failures";
|
|
|
810
860
|
const _FA = "FailedActions";
|
|
811
861
|
const _FC = "FederatedCatalog";
|
|
812
862
|
const _FCARN = "FanoutConsumerARN";
|
|
863
|
+
const _FCi = "FilterClause";
|
|
813
864
|
const _FD = "FederatedDatabase";
|
|
814
865
|
const _FDM = "FieldDefinitionMap";
|
|
815
866
|
const _FDT = "FieldDataType";
|
|
@@ -840,6 +891,10 @@ const _FSEC = "FederationSourceErrorCode";
|
|
|
840
891
|
const _FSRE = "FederationSourceRetryableException";
|
|
841
892
|
const _FSVN = "FirstSchemaVersionNumber";
|
|
842
893
|
const _FT = "FederatedTable";
|
|
894
|
+
const _FTI = "FormTypeId";
|
|
895
|
+
const _FTIL = "FormTypeItemList";
|
|
896
|
+
const _FTIo = "FormTypeIdentifier";
|
|
897
|
+
const _FTIor = "FormTypeItem";
|
|
843
898
|
const _FTi = "FieldType";
|
|
844
899
|
const _FTr = "FromType";
|
|
845
900
|
const _FTu = "FunctionType";
|
|
@@ -852,11 +907,18 @@ const _Fi = "Filter";
|
|
|
852
907
|
const _Fie = "Fields";
|
|
853
908
|
const _Fiel = "Field";
|
|
854
909
|
const _Fil = "Filters";
|
|
855
|
-
const _Fo = "
|
|
910
|
+
const _Fo = "Forms";
|
|
856
911
|
const _Fol = "Folder";
|
|
857
|
-
const _For = "
|
|
912
|
+
const _For = "Format";
|
|
913
|
+
const _Forc = "Force";
|
|
858
914
|
const _Fr = "From";
|
|
859
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";
|
|
860
922
|
const _GB = "GetBlueprint";
|
|
861
923
|
const _GBR = "GetBlueprintRequest";
|
|
862
924
|
const _GBRR = "GetBlueprintRunRequest";
|
|
@@ -963,16 +1025,29 @@ const _GERR = "GetEntityRecordsRequest";
|
|
|
963
1025
|
const _GERRe = "GetEntityRecordsResponse";
|
|
964
1026
|
const _GF = "GroupFilters";
|
|
965
1027
|
const _GFL = "GroupFiltersList";
|
|
1028
|
+
const _GFT = "GetFormType";
|
|
1029
|
+
const _GFTR = "GetFormTypeRequest";
|
|
1030
|
+
const _GFTRe = "GetFormTypeResponse";
|
|
966
1031
|
const _GFr = "GroupFiles";
|
|
1032
|
+
const _GG = "GetGlossary";
|
|
967
1033
|
const _GGICC = "GetGlueIdentityCenterConfiguration";
|
|
968
1034
|
const _GGICCR = "GetGlueIdentityCenterConfigurationRequest";
|
|
969
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";
|
|
970
1043
|
const _GIRP = "GetIntegrationResourceProperty";
|
|
971
1044
|
const _GIRPR = "GetIntegrationResourcePropertyRequest";
|
|
972
1045
|
const _GIRPRe = "GetIntegrationResourcePropertyResponse";
|
|
973
1046
|
const _GITP = "GetIntegrationTableProperties";
|
|
974
1047
|
const _GITPR = "GetIntegrationTablePropertiesRequest";
|
|
975
1048
|
const _GITPRe = "GetIntegrationTablePropertiesResponse";
|
|
1049
|
+
const _GIl = "GlossaryId";
|
|
1050
|
+
const _GIlo = "GlossaryItem";
|
|
976
1051
|
const _GJ = "GetJob";
|
|
977
1052
|
const _GJB = "GetJobBookmark";
|
|
978
1053
|
const _GJBR = "GetJobBookmarkRequest";
|
|
@@ -1066,7 +1141,10 @@ const _GSet = "GetSession";
|
|
|
1066
1141
|
const _GSett = "GetStatement";
|
|
1067
1142
|
const _GSl = "GlueSchemas";
|
|
1068
1143
|
const _GSr = "GroupSize";
|
|
1069
|
-
const _GT = "
|
|
1144
|
+
const _GT = "GlossaryTerms";
|
|
1145
|
+
const _GTI = "GlossaryTermIdentifiers";
|
|
1146
|
+
const _GTIL = "GlossaryTermItemList";
|
|
1147
|
+
const _GTIl = "GlossaryTermItem";
|
|
1070
1148
|
const _GTO = "GetTableOptimizer";
|
|
1071
1149
|
const _GTOR = "GetTableOptimizerRequest";
|
|
1072
1150
|
const _GTORe = "GetTableOptimizerResponse";
|
|
@@ -1092,7 +1170,8 @@ const _GTet = "GetTables";
|
|
|
1092
1170
|
const _GTeta = "GetTags";
|
|
1093
1171
|
const _GTetr = "GetTrigger";
|
|
1094
1172
|
const _GTetri = "GetTriggers";
|
|
1095
|
-
const _GTl = "
|
|
1173
|
+
const _GTl = "GlueTable";
|
|
1174
|
+
const _GTlu = "GlueTables";
|
|
1096
1175
|
const _GUDF = "GetUserDefinedFunction";
|
|
1097
1176
|
const _GUDFR = "GetUserDefinedFunctionRequest";
|
|
1098
1177
|
const _GUDFRe = "GetUserDefinedFunctionResponse";
|
|
@@ -1155,22 +1234,35 @@ const _IDOC = "IsDefaultOnCreate";
|
|
|
1155
1234
|
const _IE = "IsEnabled";
|
|
1156
1235
|
const _IEK = "IcebergEncryptedKey";
|
|
1157
1236
|
const _IEL = "IntegrationErrorList";
|
|
1237
|
+
const _IELt = "ItemErrorList";
|
|
1158
1238
|
const _IEn = "IntegrationError";
|
|
1159
1239
|
const _IEs = "IsEmpty";
|
|
1240
|
+
const _IEt = "ItemError";
|
|
1160
1241
|
const _IF = "IsFilterable";
|
|
1242
|
+
const _IFE = "IterableFormEntry";
|
|
1161
1243
|
const _IFI = "IdentifierFieldIds";
|
|
1244
|
+
const _IFIL = "IterableFormItemList";
|
|
1245
|
+
const _IFIt = "IterableFormItem";
|
|
1162
1246
|
const _IFL = "IntegrationFilterList";
|
|
1247
|
+
const _IFLI = "IterableFormListItem";
|
|
1248
|
+
const _IFLIL = "IterableFormListItemList";
|
|
1249
|
+
const _IFM = "IterableFormMap";
|
|
1250
|
+
const _IFN = "IterableFormName";
|
|
1163
1251
|
const _IFn = "IntegrationFilter";
|
|
1164
1252
|
const _IFnp = "InputFormat";
|
|
1253
|
+
const _IFt = "IterableForms";
|
|
1165
1254
|
const _IG = "IncludeGraph";
|
|
1166
1255
|
const _IH = "IncludeHeaders";
|
|
1167
|
-
const _II = "
|
|
1256
|
+
const _II = "ItemIdentifiers";
|
|
1168
1257
|
const _IIE = "InvalidInputException";
|
|
1169
1258
|
const _IIL = "InboundIntegrationsList";
|
|
1170
1259
|
const _IISF = "InvalidIntegrationStateFault";
|
|
1171
1260
|
const _IIc = "IcebergInput";
|
|
1172
|
-
const _IIn = "
|
|
1173
|
-
const _IInb = "
|
|
1261
|
+
const _IIn = "IntegrationIdentifier";
|
|
1262
|
+
const _IInb = "InboundIntegrations";
|
|
1263
|
+
const _IInbo = "InboundIntegration";
|
|
1264
|
+
const _IIt = "ItemIdentifier";
|
|
1265
|
+
const _IIte = "ItemId";
|
|
1174
1266
|
const _IL = "IntegrationsList";
|
|
1175
1267
|
const _ILTRP = "ImportLabelsTaskRunProperties";
|
|
1176
1268
|
const _IM = "IcebergMetrics";
|
|
@@ -1182,6 +1274,7 @@ const _INO = "IsNegOne";
|
|
|
1182
1274
|
const _INS = "IsNullString";
|
|
1183
1275
|
const _INn = "IndexName";
|
|
1184
1276
|
const _INs = "IsNullable";
|
|
1277
|
+
const _INt = "ItemName";
|
|
1185
1278
|
const _IO = "IsOptional";
|
|
1186
1279
|
const _IOFDC = "IcebergOrphanFileDeletionConfiguration";
|
|
1187
1280
|
const _IOFDM = "IcebergOrphanFileDeletionMetrics";
|
|
@@ -1250,6 +1343,7 @@ const _Im = "Importance";
|
|
|
1250
1343
|
const _In = "Integrations";
|
|
1251
1344
|
const _Ind = "Index";
|
|
1252
1345
|
const _Int = "Integration";
|
|
1346
|
+
const _It = "Items";
|
|
1253
1347
|
const _J = "Jobs";
|
|
1254
1348
|
const _JB = "JobBookmark";
|
|
1255
1349
|
const _JBE = "JobBookmarksEncryption";
|
|
@@ -1308,7 +1402,10 @@ const _Ke = "Keys";
|
|
|
1308
1402
|
const _L = "Location";
|
|
1309
1403
|
const _LAD = "LastActiveDefinition";
|
|
1310
1404
|
const _LAT = "LastAccessTime";
|
|
1405
|
+
const _LATR = "ListAssetTypesRequest";
|
|
1406
|
+
const _LATRi = "ListAssetTypesResponse";
|
|
1311
1407
|
const _LATa = "LastAnalyzedTime";
|
|
1408
|
+
const _LATi = "ListAssetTypes";
|
|
1312
1409
|
const _LB = "LowerBound";
|
|
1313
1410
|
const _LBR = "ListBlueprintsRequest";
|
|
1314
1411
|
const _LBRi = "ListBlueprintsResponse";
|
|
@@ -1336,6 +1433,7 @@ const _LCa = "LastCrawl";
|
|
|
1336
1433
|
const _LCab = "LabelCount";
|
|
1337
1434
|
const _LCi = "ListCrawlers";
|
|
1338
1435
|
const _LCis = "ListCrawls";
|
|
1436
|
+
const _LD = "LongDescription";
|
|
1339
1437
|
const _LDE = "ListDevEndpoints";
|
|
1340
1438
|
const _LDER = "ListDevEndpointsRequest";
|
|
1341
1439
|
const _LDERi = "ListDevEndpointsResponse";
|
|
@@ -1362,8 +1460,20 @@ const _LEA = "LastExecutionAttempt";
|
|
|
1362
1460
|
const _LER = "ListEntitiesRequest";
|
|
1363
1461
|
const _LERi = "ListEntitiesResponse";
|
|
1364
1462
|
const _LFC = "LakeFormationConfiguration";
|
|
1463
|
+
const _LFT = "ListFormTypes";
|
|
1464
|
+
const _LFTR = "ListFormTypesRequest";
|
|
1465
|
+
const _LFTRi = "ListFormTypesResponse";
|
|
1365
1466
|
const _LG = "LogGroup";
|
|
1366
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";
|
|
1367
1477
|
const _LIRP = "ListIntegrationResourceProperties";
|
|
1368
1478
|
const _LIRPR = "ListIntegrationResourcePropertiesRequest";
|
|
1369
1479
|
const _LIRPRi = "ListIntegrationResourcePropertiesResponse";
|
|
@@ -1425,6 +1535,7 @@ const _LUo = "LogoUrl";
|
|
|
1425
1535
|
const _LUoc = "LocationUri";
|
|
1426
1536
|
const _LUog = "LogUri";
|
|
1427
1537
|
const _LV = "LatestVersion";
|
|
1538
|
+
const _LVo = "LongValue";
|
|
1428
1539
|
const _LW = "ListWorkflows";
|
|
1429
1540
|
const _LWR = "ListWorkflowsRequest";
|
|
1430
1541
|
const _LWRi = "ListWorkflowsResponse";
|
|
@@ -1446,6 +1557,7 @@ const _MDBT = "MongoDBTargets";
|
|
|
1446
1557
|
const _MDBTL = "MongoDBTargetList";
|
|
1447
1558
|
const _MDBTo = "MongoDBTarget";
|
|
1448
1559
|
const _ME = "MappingEntry";
|
|
1560
|
+
const _MF = "MapFilter";
|
|
1449
1561
|
const _MFIB = "MaxFilesInBand";
|
|
1450
1562
|
const _MFRPS = "MaxFetchRecordsPerShard";
|
|
1451
1563
|
const _MFTIM = "MaxFetchTimeInMs";
|
|
@@ -1557,6 +1669,7 @@ const _Nod = "Nodes";
|
|
|
1557
1669
|
const _O = "Observations";
|
|
1558
1670
|
const _OAC = "OAuth2Credentials";
|
|
1559
1671
|
const _OACA = "OAuth2ClientApplication";
|
|
1672
|
+
const _OAF = "OrAnyFilters";
|
|
1560
1673
|
const _OAGT = "OAuth2GrantType";
|
|
1561
1674
|
const _OAP = "OAuth2Properties";
|
|
1562
1675
|
const _OAPI = "OAuth2PropertiesInput";
|
|
@@ -1585,15 +1698,25 @@ const _OT = "OwnerType";
|
|
|
1585
1698
|
const _OTE = "OperationTimeoutException";
|
|
1586
1699
|
const _OTFI = "OpenTableFormatInput";
|
|
1587
1700
|
const _Op = "Operation";
|
|
1701
|
+
const _Ope = "Operator";
|
|
1588
1702
|
const _Opt = "Option";
|
|
1589
1703
|
const _Or = "Order";
|
|
1590
1704
|
const _Ou = "Output";
|
|
1591
1705
|
const _Ow = "Owner";
|
|
1592
1706
|
const _P = "Password";
|
|
1593
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";
|
|
1594
1715
|
const _PAo = "PostAction";
|
|
1595
1716
|
const _PAr = "PrivateAddress";
|
|
1596
1717
|
const _PAu = "PublicAddress";
|
|
1718
|
+
const _PAut = "PutAsset";
|
|
1719
|
+
const _PAutt = "PutAttachment";
|
|
1597
1720
|
const _PB = "ProcessedBytes";
|
|
1598
1721
|
const _PC = "PartitionColumn";
|
|
1599
1722
|
const _PCI = "ParentCatalogId";
|
|
@@ -1614,6 +1737,9 @@ const _PEN = "ParentEntityName";
|
|
|
1614
1737
|
const _PEa = "PartitionError";
|
|
1615
1738
|
const _PEar = "PartitionErrors";
|
|
1616
1739
|
const _PF = "ParentField";
|
|
1740
|
+
const _PFT = "PutFormType";
|
|
1741
|
+
const _PFTR = "PutFormTypeRequest";
|
|
1742
|
+
const _PFTRu = "PutFormTypeResponse";
|
|
1617
1743
|
const _PH = "PolicyHash";
|
|
1618
1744
|
const _PHC = "PolicyHashCondition";
|
|
1619
1745
|
const _PI = "ProfileId";
|
|
@@ -1837,11 +1963,15 @@ const _Runs = "Runs";
|
|
|
1837
1963
|
const _Runt = "Runtime";
|
|
1838
1964
|
const _S = "Schema";
|
|
1839
1965
|
const _SA = "SecretArn";
|
|
1966
|
+
const _SAF = "SearchAttributeFilter";
|
|
1967
|
+
const _SAI = "SearchAssetsInput";
|
|
1840
1968
|
const _SAKKI = "SseAwsKmsKeyId";
|
|
1969
|
+
const _SAO = "SearchAssetsOutput";
|
|
1841
1970
|
const _SASD = "StoredAsSubDirectories";
|
|
1842
1971
|
const _SAT = "SupportedAuthenticationTypes";
|
|
1843
1972
|
const _SAc = "SchemaArn";
|
|
1844
1973
|
const _SAca = "ScanAll";
|
|
1974
|
+
const _SAe = "SearchAssets";
|
|
1845
1975
|
const _SAk = "SkipArchive";
|
|
1846
1976
|
const _SAo = "SourceArn";
|
|
1847
1977
|
const _SAq = "SqlAliases";
|
|
@@ -1927,6 +2057,7 @@ const _SDS = "S3DeltaSource";
|
|
|
1927
2057
|
const _SDSAO = "S3DirectSourceAdditionalOptions";
|
|
1928
2058
|
const _SDT = "S3DirectTarget";
|
|
1929
2059
|
const _SDTc = "SchemaDiffType";
|
|
2060
|
+
const _SDh = "ShortDescription";
|
|
1930
2061
|
const _SDo = "SortDirection";
|
|
1931
2062
|
const _SDt = "StatisticsData";
|
|
1932
2063
|
const _SDta = "StateDetail";
|
|
@@ -1946,7 +2077,10 @@ const _SEe = "SessionEndpoint";
|
|
|
1946
2077
|
const _SEn = "S3Encryption";
|
|
1947
2078
|
const _SF = "SelectFields";
|
|
1948
2079
|
const _SFC = "SelectFromCollection";
|
|
2080
|
+
const _SFCL = "SearchFilterClauseList";
|
|
2081
|
+
const _SFCe = "SearchFilterClause";
|
|
1949
2082
|
const _SFO = "SupportedFilterOperators";
|
|
2083
|
+
const _SFV = "SearchFilterValue";
|
|
1950
2084
|
const _SFa = "SampleFraction";
|
|
1951
2085
|
const _SFe = "SelectedFields";
|
|
1952
2086
|
const _SFk = "SkipFirst";
|
|
@@ -1985,6 +2119,8 @@ const _SLe = "SerializationLibrary";
|
|
|
1985
2119
|
const _SLes = "SessionList";
|
|
1986
2120
|
const _SLt = "StatementList";
|
|
1987
2121
|
const _SM = "StatusMessage";
|
|
2122
|
+
const _SMF = "SearchMapFilter";
|
|
2123
|
+
const _SMFV = "SearchMapFilterValue";
|
|
1988
2124
|
const _SMLETR = "StartMLEvaluationTaskRun";
|
|
1989
2125
|
const _SMLETRR = "StartMLEvaluationTaskRunRequest";
|
|
1990
2126
|
const _SMLETRRt = "StartMLEvaluationTaskRunResponse";
|
|
@@ -2032,6 +2168,8 @@ const _SQ = "SampleQuery";
|
|
|
2032
2168
|
const _SQq = "SqlQuery";
|
|
2033
2169
|
const _SR = "StatusReason";
|
|
2034
2170
|
const _SRE = "SchedulerRunningException";
|
|
2171
|
+
const _SRI = "SearchResultItem";
|
|
2172
|
+
const _SRIL = "SearchResultItemList";
|
|
2035
2173
|
const _SRO = "StatisticRecordedOn";
|
|
2036
2174
|
const _SRc = "SchemaReference";
|
|
2037
2175
|
const _SS = "SensitiveString";
|
|
@@ -2044,6 +2182,7 @@ const _SSVN = "SecondSchemaVersionNumber";
|
|
|
2044
2182
|
const _SSa = "SampleSize";
|
|
2045
2183
|
const _SSc = "SchemaStatus";
|
|
2046
2184
|
const _SSe = "SettingSource";
|
|
2185
|
+
const _SSea = "SearchSort";
|
|
2047
2186
|
const _SSn = "SnowflakeSource";
|
|
2048
2187
|
const _SSt = "StatisticSummary";
|
|
2049
2188
|
const _SSto = "StopSession";
|
|
@@ -2081,6 +2220,7 @@ const _SVL = "SchemaVersionList";
|
|
|
2081
2220
|
const _SVLI = "SchemaVersionListItem";
|
|
2082
2221
|
const _SVN = "SchemaVersionNumber";
|
|
2083
2222
|
const _SVS = "SchemaVersionStatus";
|
|
2223
|
+
const _SVt = "StringValue";
|
|
2084
2224
|
const _SWR = "StartWorkflowRun";
|
|
2085
2225
|
const _SWRR = "StartWorkflowRunRequest";
|
|
2086
2226
|
const _SWRRt = "StartWorkflowRunResponse";
|
|
@@ -2225,6 +2365,7 @@ const _Tran = "Transform";
|
|
|
2225
2365
|
const _Tri = "Trigger";
|
|
2226
2366
|
const _Ty = "Type";
|
|
2227
2367
|
const _U = "Upsert";
|
|
2368
|
+
const _UA = "UpdatedAt";
|
|
2228
2369
|
const _UB = "UpdateBehavior";
|
|
2229
2370
|
const _UBR = "UpdateBlueprintRequest";
|
|
2230
2371
|
const _UBRp = "UpdateBlueprintResponse";
|
|
@@ -2272,10 +2413,16 @@ const _UDQRRp = "UpdateDataQualityRulesetResponse";
|
|
|
2272
2413
|
const _UDR = "UpdateDatabaseRequest";
|
|
2273
2414
|
const _UDRp = "UpdateDatabaseResponse";
|
|
2274
2415
|
const _UEL = "UpdateEtlLibraries";
|
|
2416
|
+
const _UG = "UpdateGlossary";
|
|
2275
2417
|
const _UGCR = "UpdateGrokClassifierRequest";
|
|
2276
2418
|
const _UGICC = "UpdateGlueIdentityCenterConfiguration";
|
|
2277
2419
|
const _UGICCR = "UpdateGlueIdentityCenterConfigurationRequest";
|
|
2278
2420
|
const _UGICCRp = "UpdateGlueIdentityCenterConfigurationResponse";
|
|
2421
|
+
const _UGR = "UpdateGlossaryRequest";
|
|
2422
|
+
const _UGRp = "UpdateGlossaryResponse";
|
|
2423
|
+
const _UGT = "UpdateGlossaryTerm";
|
|
2424
|
+
const _UGTR = "UpdateGlossaryTermRequest";
|
|
2425
|
+
const _UGTRp = "UpdateGlossaryTermResponse";
|
|
2279
2426
|
const _UI = "UniqueId";
|
|
2280
2427
|
const _UII = "UpdateIcebergInput";
|
|
2281
2428
|
const _UIRP = "UpdateIntegrationResourceProperty";
|
|
@@ -2421,15 +2568,22 @@ const _eT = "eventType";
|
|
|
2421
2568
|
const _eTn = "endTimestamp";
|
|
2422
2569
|
const _en = "enabled";
|
|
2423
2570
|
const _gCN = "glueConnectionName";
|
|
2571
|
+
const _gI = "glossaryIdentifier";
|
|
2572
|
+
const _h = "http";
|
|
2424
2573
|
const _hE = "httpError";
|
|
2574
|
+
const _hQ = "httpQuery";
|
|
2425
2575
|
const _iC = "icebergConfiguration";
|
|
2576
|
+
const _iFN = "iterableFormName";
|
|
2577
|
+
const _iI = "itemIdentifier";
|
|
2426
2578
|
const _jN = "jsonName";
|
|
2427
2579
|
const _k = "key";
|
|
2428
2580
|
const _l = "location";
|
|
2429
2581
|
const _lR = "lastRun";
|
|
2430
2582
|
const _m = "metrics";
|
|
2431
2583
|
const _mIF = "minInputFiles";
|
|
2584
|
+
const _mR = "maxResults";
|
|
2432
2585
|
const _nOSTR = "numberOfSnapshotsToRetain";
|
|
2586
|
+
const _nT = "nextToken";
|
|
2433
2587
|
const _oFDC = "orphanFileDeletionConfiguration";
|
|
2434
2588
|
const _oFDM = "orphanFileDeletionMetrics";
|
|
2435
2589
|
const _oFRPID = "orphanFileRetentionPeriodInDays";
|
|
@@ -2816,6 +2970,31 @@ export var ApplyMapping$ = [3, n0, _AM,
|
|
|
2816
2970
|
[_N, _I, _Ma],
|
|
2817
2971
|
[0, 64 | 0, () => Mappings], 3
|
|
2818
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
|
+
];
|
|
2819
2998
|
export var AthenaConnectorSource$ = [3, n0, _ACS,
|
|
2820
2999
|
0,
|
|
2821
3000
|
[_N, _CNo, _CNon, _CTo, _SN, _CTon, _OS],
|
|
@@ -2971,6 +3150,16 @@ export var BatchGetDevEndpointsResponse$ = [3, n0, _BGDERa,
|
|
|
2971
3150
|
[_DE, _DENF],
|
|
2972
3151
|
[() => DevEndpointList, 64 | 0]
|
|
2973
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
|
+
];
|
|
2974
3163
|
export var BatchGetJobsRequest$ = [3, n0, _BGJR,
|
|
2975
3164
|
0,
|
|
2976
3165
|
[_JNo],
|
|
@@ -3331,14 +3520,14 @@ export var ComputeEnvironmentConfiguration$ = [3, n0, _CEC,
|
|
|
3331
3520
|
[_N, _D, _CEom, _SAT, _COon, _CPNO, _CONO, _CPRO, _PCPR],
|
|
3332
3521
|
[0, 0, 0, 64 | 0, () => PropertiesMap, 128 | 0, 128 | 0, 64 | 0, 2], 8
|
|
3333
3522
|
];
|
|
3334
|
-
export var Condition$ = [3, n0,
|
|
3523
|
+
export var Condition$ = [3, n0, _Cond,
|
|
3335
3524
|
0,
|
|
3336
3525
|
[_LO, _JN, _Sta, _CN, _CSr],
|
|
3337
3526
|
[0, 0, 0, 0, 0]
|
|
3338
3527
|
];
|
|
3339
3528
|
export var ConditionExpression$ = [3, n0, _CEon,
|
|
3340
3529
|
0,
|
|
3341
|
-
[
|
|
3530
|
+
[_Cond, _TC, _V],
|
|
3342
3531
|
[0, 0, 0], 2
|
|
3343
3532
|
];
|
|
3344
3533
|
export var ConfigurationObject$ = [3, n0, _COonf,
|
|
@@ -3556,6 +3745,26 @@ export var CreateDevEndpointResponse$ = [3, n0, _CDERr,
|
|
|
3556
3745
|
[_EN, _St, _SGI, _SIu, _RA, _YEA, _ZRSIP, _NONu, _WT, _GV, _NOW, _AZ, _VIp, _EPLSP, _EJSP, _FR, _SC, _CTrea, _Ar],
|
|
3557
3746
|
[0, 0, 64 | 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 4, 128 | 0]
|
|
3558
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
|
+
];
|
|
3559
3768
|
export var CreateGlueIdentityCenterConfigurationRequest$ = [3, n0, _CGICCR,
|
|
3560
3769
|
0,
|
|
3561
3770
|
[_IAn, _Sco, _UBSE],
|
|
@@ -3923,7 +4132,7 @@ export var DataQualityTargetTable$ = [3, n0, _DQTT,
|
|
|
3923
4132
|
];
|
|
3924
4133
|
export var DataSource$ = [3, n0, _DSa,
|
|
3925
4134
|
0,
|
|
3926
|
-
[
|
|
4135
|
+
[_GTl, _DQGT],
|
|
3927
4136
|
[() => GlueTable$, () => DataQualityGlueTable$]
|
|
3928
4137
|
];
|
|
3929
4138
|
export var Datatype$ = [3, n0, _Data,
|
|
@@ -3956,6 +4165,36 @@ export var DecimalNumber$ = [3, n0, _DNe,
|
|
|
3956
4165
|
[_UV, _Sca],
|
|
3957
4166
|
[21, 1], 2
|
|
3958
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
|
+
];
|
|
3959
4198
|
export var DeleteBlueprintRequest$ = [3, n0, _DBR,
|
|
3960
4199
|
0,
|
|
3961
4200
|
[_N],
|
|
@@ -4086,6 +4325,36 @@ export var DeleteDevEndpointResponse$ = [3, n0, _DDERe,
|
|
|
4086
4325
|
[],
|
|
4087
4326
|
[]
|
|
4088
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
|
+
];
|
|
4089
4358
|
export var DeleteGlueIdentityCenterConfigurationRequest$ = [3, n0, _DGICCR,
|
|
4090
4359
|
0,
|
|
4091
4360
|
[],
|
|
@@ -4098,7 +4367,7 @@ export var DeleteGlueIdentityCenterConfigurationResponse$ = [3, n0, _DGICCRe,
|
|
|
4098
4367
|
];
|
|
4099
4368
|
export var DeleteIntegrationRequest$ = [3, n0, _DIR,
|
|
4100
4369
|
0,
|
|
4101
|
-
[
|
|
4370
|
+
[_IIn],
|
|
4102
4371
|
[0], 1
|
|
4103
4372
|
];
|
|
4104
4373
|
export var DeleteIntegrationResourcePropertyRequest$ = [3, n0, _DIRPR,
|
|
@@ -4328,12 +4597,12 @@ export var DescribeInboundIntegrationsRequest$ = [3, n0, _DIIR,
|
|
|
4328
4597
|
];
|
|
4329
4598
|
export var DescribeInboundIntegrationsResponse$ = [3, n0, _DIIRe,
|
|
4330
4599
|
0,
|
|
4331
|
-
[
|
|
4600
|
+
[_IInb, _Mar],
|
|
4332
4601
|
[() => InboundIntegrationsList, 0]
|
|
4333
4602
|
];
|
|
4334
4603
|
export var DescribeIntegrationsRequest$ = [3, n0, _DIRes,
|
|
4335
4604
|
0,
|
|
4336
|
-
[
|
|
4605
|
+
[_IIn, _Mar, _MRa, _Fil],
|
|
4337
4606
|
[0, 0, 1, () => IntegrationFilterList]
|
|
4338
4607
|
];
|
|
4339
4608
|
export var DescribeIntegrationsResponse$ = [3, n0, _DIResc,
|
|
@@ -4371,6 +4640,16 @@ export var DirectSchemaChangePolicy$ = [3, n0, _DSCP,
|
|
|
4371
4640
|
[_EUC, _UB, _Ta, _Dat],
|
|
4372
4641
|
[2, 0, 0, 0]
|
|
4373
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
|
+
];
|
|
4374
4653
|
export var DoubleColumnStatisticsData$ = [3, n0, _DCSDo,
|
|
4375
4654
|
0,
|
|
4376
4655
|
[_NON, _NODV, _MVi, _MVax],
|
|
@@ -4556,6 +4835,31 @@ export var FindMatchesTaskRunProperties$ = [3, n0, _FMTRP,
|
|
|
4556
4835
|
[_JI, _JN, _JRI],
|
|
4557
4836
|
[0, 0, 0]
|
|
4558
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
|
+
];
|
|
4559
4863
|
export var GetBlueprintRequest$ = [3, n0, _GBR,
|
|
4560
4864
|
0,
|
|
4561
4865
|
[_N, _IB, _IPS],
|
|
@@ -4891,6 +5195,36 @@ export var GetEntityRecordsResponse$ = [3, n0, _GERRe,
|
|
|
4891
5195
|
[_Reco, _NTe],
|
|
4892
5196
|
[[() => Records, 0], 0]
|
|
4893
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
|
+
];
|
|
4894
5228
|
export var GetGlueIdentityCenterConfigurationRequest$ = [3, n0, _GGICCR,
|
|
4895
5229
|
0,
|
|
4896
5230
|
[],
|
|
@@ -5371,6 +5705,16 @@ export var GetWorkflowRunsResponse$ = [3, n0, _GWRReto,
|
|
|
5371
5705
|
[_Runs, _NTe],
|
|
5372
5706
|
[() => WorkflowRuns, 0]
|
|
5373
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
|
+
];
|
|
5374
5718
|
export var GluePolicy$ = [3, n0, _GPl,
|
|
5375
5719
|
0,
|
|
5376
5720
|
[_PIJ, _PH, _CTr, _UT],
|
|
@@ -5386,7 +5730,7 @@ export var GlueStudioSchemaColumn$ = [3, n0, _GSSC,
|
|
|
5386
5730
|
[_N, _Ty, _GST],
|
|
5387
5731
|
[0, 0, 0], 1
|
|
5388
5732
|
];
|
|
5389
|
-
export var GlueTable$ = [3, n0,
|
|
5733
|
+
export var GlueTable$ = [3, n0, _GTl,
|
|
5390
5734
|
0,
|
|
5391
5735
|
[_DN, _TN, _CI, _CNo, _AOdd],
|
|
5392
5736
|
[0, 0, 0, 0, 128 | 0], 2
|
|
@@ -5526,7 +5870,7 @@ export var ImportLabelsTaskRunProperties$ = [3, n0, _ILTRP,
|
|
|
5526
5870
|
[_ISP, _Rep],
|
|
5527
5871
|
[0, 2]
|
|
5528
5872
|
];
|
|
5529
|
-
export var InboundIntegration$ = [3, n0,
|
|
5873
|
+
export var InboundIntegration$ = [3, n0, _IInbo,
|
|
5530
5874
|
0,
|
|
5531
5875
|
[_SAo, _TA, _IAnt, _St, _CTr, _ICn, _E],
|
|
5532
5876
|
[0, 0, 0, 0, 4, () => IntegrationConfig$, () => IntegrationErrorList], 5
|
|
@@ -5566,6 +5910,26 @@ export var IntegrationResourcePropertyFilter$ = [3, n0, _IRPF,
|
|
|
5566
5910
|
[_N, _Val],
|
|
5567
5911
|
[0, 64 | 0]
|
|
5568
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
|
+
];
|
|
5569
5933
|
export var JDBCConnectorOptions$ = [3, n0, _JDBCCO,
|
|
5570
5934
|
0,
|
|
5571
5935
|
[_FPi, _PC, _LB, _UBp, _NPu, _JBK, _JBKSO, _DTM],
|
|
@@ -5593,7 +5957,7 @@ export var Job$ = [3, n0, _Job,
|
|
|
5593
5957
|
];
|
|
5594
5958
|
export var JobBookmarkEntry$ = [3, n0, _JBEo,
|
|
5595
5959
|
0,
|
|
5596
|
-
[_JN, _Ver, _Run,
|
|
5960
|
+
[_JN, _Ver, _Run, _Att, _PRI, _RIu, _JB],
|
|
5597
5961
|
[0, 1, 1, 1, 0, 0, 0]
|
|
5598
5962
|
];
|
|
5599
5963
|
export var JobBookmarksEncryption$ = [3, n0, _JBE,
|
|
@@ -5613,7 +5977,7 @@ export var JobNodeDetails$ = [3, n0, _JND,
|
|
|
5613
5977
|
];
|
|
5614
5978
|
export var JobRun$ = [3, n0, _JR,
|
|
5615
5979
|
0,
|
|
5616
|
-
[_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],
|
|
5617
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]
|
|
5618
5982
|
];
|
|
5619
5983
|
export var JobUpdate$ = [3, n0, _JU,
|
|
@@ -5663,7 +6027,7 @@ export var LabelingSetGenerationTaskRunProperties$ = [3, n0, _LSGTRP,
|
|
|
5663
6027
|
];
|
|
5664
6028
|
export var LakeFormationConfiguration$ = [3, n0, _LFC,
|
|
5665
6029
|
0,
|
|
5666
|
-
[_ULFC,
|
|
6030
|
+
[_ULFC, _AIc],
|
|
5667
6031
|
[2, 0]
|
|
5668
6032
|
];
|
|
5669
6033
|
export var LastActiveDefinition$ = [3, n0, _LAD,
|
|
@@ -5681,6 +6045,16 @@ export var LineageConfiguration$ = [3, n0, _LC,
|
|
|
5681
6045
|
[_CLS],
|
|
5682
6046
|
[0]
|
|
5683
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
|
+
];
|
|
5684
6058
|
export var ListBlueprintsRequest$ = [3, n0, _LBR,
|
|
5685
6059
|
0,
|
|
5686
6060
|
[_NTe, _MRax, _Tag],
|
|
@@ -5821,6 +6195,36 @@ export var ListEntitiesResponse$ = [3, n0, _LERi,
|
|
|
5821
6195
|
[_Enti, _NTe],
|
|
5822
6196
|
[() => EntityList, 0]
|
|
5823
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
|
+
];
|
|
5824
6228
|
export var ListIntegrationResourcePropertiesRequest$ = [3, n0, _LIRPR,
|
|
5825
6229
|
0,
|
|
5826
6230
|
[_Mar, _Fil, _MRa],
|
|
@@ -5831,6 +6235,16 @@ export var ListIntegrationResourcePropertiesResponse$ = [3, n0, _LIRPRi,
|
|
|
5831
6235
|
[_IRPL, _Mar],
|
|
5832
6236
|
[() => IntegrationResourcePropertyList, 0]
|
|
5833
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
|
+
];
|
|
5834
6248
|
export var ListJobsRequest$ = [3, n0, _LJR,
|
|
5835
6249
|
0,
|
|
5836
6250
|
[_NTe, _MRax, _Tag],
|
|
@@ -6018,7 +6432,7 @@ export var MLUserDataEncryption$ = [3, n0, _MLUDE,
|
|
|
6018
6432
|
];
|
|
6019
6433
|
export var ModifyIntegrationRequest$ = [3, n0, _MIR,
|
|
6020
6434
|
0,
|
|
6021
|
-
[
|
|
6435
|
+
[_IIn, _D, _DFa, _ICn, _IN],
|
|
6022
6436
|
[0, 0, 0, () => IntegrationConfig$, 0], 1
|
|
6023
6437
|
];
|
|
6024
6438
|
export var ModifyIntegrationResponse$ = [3, n0, _MIRo,
|
|
@@ -6188,7 +6602,7 @@ export var Predecessor$ = [3, n0, _Pred,
|
|
|
6188
6602
|
];
|
|
6189
6603
|
export var Predicate$ = [3, n0, _Pre,
|
|
6190
6604
|
0,
|
|
6191
|
-
[_Lo,
|
|
6605
|
+
[_Lo, _Condi],
|
|
6192
6606
|
[0, () => ConditionList]
|
|
6193
6607
|
];
|
|
6194
6608
|
export var PrincipalPermissions$ = [3, n0, _PPr,
|
|
@@ -6211,6 +6625,36 @@ export var PropertyPredicate$ = [3, n0, _PPro,
|
|
|
6211
6625
|
[_K, _V, _Compar],
|
|
6212
6626
|
[0, 0, 0]
|
|
6213
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
|
+
];
|
|
6214
6658
|
export var PutDataCatalogEncryptionSettingsRequest$ = [3, n0, _PDCESR,
|
|
6215
6659
|
0,
|
|
6216
6660
|
[_DCES, _CI],
|
|
@@ -6231,6 +6675,16 @@ export var PutDataQualityProfileAnnotationResponse$ = [3, n0, _PDQPARu,
|
|
|
6231
6675
|
[],
|
|
6232
6676
|
[]
|
|
6233
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
|
+
];
|
|
6234
6688
|
export var PutResourcePolicyRequest$ = [3, n0, _PRPR,
|
|
6235
6689
|
0,
|
|
6236
6690
|
[_PIJ, _RAe, _PHC, _PEC, _EH],
|
|
@@ -6473,7 +6927,7 @@ export var S3DeltaCatalogTarget$ = [3, n0, _SDCT,
|
|
|
6473
6927
|
];
|
|
6474
6928
|
export var S3DeltaDirectTarget$ = [3, n0, _SDDT,
|
|
6475
6929
|
0,
|
|
6476
|
-
[_N, _I, _Path, _Compr,
|
|
6930
|
+
[_N, _I, _Path, _Compr, _For, _PK, _NTPu, _AOdd, _SCP, _ADQ],
|
|
6477
6931
|
[0, 64 | 0, 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, 128 | 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$], 5
|
|
6478
6932
|
];
|
|
6479
6933
|
export var S3DeltaSource$ = [3, n0, _SDS,
|
|
@@ -6488,7 +6942,7 @@ export var S3DirectSourceAdditionalOptions$ = [3, n0, _SDSAO,
|
|
|
6488
6942
|
];
|
|
6489
6943
|
export var S3DirectTarget$ = [3, n0, _SDT,
|
|
6490
6944
|
0,
|
|
6491
|
-
[_N, _I, _Path,
|
|
6945
|
+
[_N, _I, _Path, _For, _PK, _Compr, _NTPu, _SCP, _ADQ, _OS],
|
|
6492
6946
|
[0, 64 | 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, () => GlueSchemas], 4
|
|
6493
6947
|
];
|
|
6494
6948
|
export var S3Encryption$ = [3, n0, _SEn,
|
|
@@ -6513,7 +6967,7 @@ export var S3HudiCatalogTarget$ = [3, n0, _SHCT,
|
|
|
6513
6967
|
];
|
|
6514
6968
|
export var S3HudiDirectTarget$ = [3, n0, _SHDT,
|
|
6515
6969
|
0,
|
|
6516
|
-
[_N, _I, _Path, _Compr,
|
|
6970
|
+
[_N, _I, _Path, _Compr, _For, _AOdd, _NTPu, _PK, _SCP, _ADQ],
|
|
6517
6971
|
[0, 64 | 0, 0, 0, 0, 128 | 0, 0, [1, n0, _GSPL, 0, 64 | 0], () => DirectSchemaChangePolicy$, () => AutoDataQuality$], 6
|
|
6518
6972
|
];
|
|
6519
6973
|
export var S3HudiSource$ = [3, n0, _SHS,
|
|
@@ -6523,7 +6977,7 @@ export var S3HudiSource$ = [3, n0, _SHS,
|
|
|
6523
6977
|
];
|
|
6524
6978
|
export var S3HyperDirectTarget$ = [3, n0, _SHDTy,
|
|
6525
6979
|
0,
|
|
6526
|
-
[_N, _I, _Path,
|
|
6980
|
+
[_N, _I, _Path, _For, _PK, _Compr, _SCP, _ADQ, _OS],
|
|
6527
6981
|
[0, 64 | 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, () => GlueSchemas], 3
|
|
6528
6982
|
];
|
|
6529
6983
|
export var S3IcebergCatalogTarget$ = [3, n0, _SICT,
|
|
@@ -6533,7 +6987,7 @@ export var S3IcebergCatalogTarget$ = [3, n0, _SICT,
|
|
|
6533
6987
|
];
|
|
6534
6988
|
export var S3IcebergDirectTarget$ = [3, n0, _SIDT,
|
|
6535
6989
|
0,
|
|
6536
|
-
[_N, _I, _Path,
|
|
6990
|
+
[_N, _I, _Path, _For, _Compr, _PK, _AOdd, _SCP, _ADQ, _NTPu, _OS],
|
|
6537
6991
|
[0, 64 | 0, 0, 0, 0, [1, n0, _GSPL, 0, 64 | 0], 128 | 0, () => DirectSchemaChangePolicy$, () => AutoDataQuality$, 0, () => GlueSchemas], 5
|
|
6538
6992
|
];
|
|
6539
6993
|
export var S3JsonSource$ = [3, n0, _SJS,
|
|
@@ -6601,6 +7055,36 @@ export var SchemaVersionNumber$ = [3, n0, _SVN,
|
|
|
6601
7055
|
[_LV, _VN],
|
|
6602
7056
|
[2, 1]
|
|
6603
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
|
+
];
|
|
6604
7088
|
export var SearchTablesRequest$ = [3, n0, _STR,
|
|
6605
7089
|
0,
|
|
6606
7090
|
[_CI, _NTe, _Fil, _STea, _SCor, _MRax, _RST, _ISD],
|
|
@@ -7326,6 +7810,26 @@ export var UpdateDevEndpointResponse$ = [3, n0, _UDERp,
|
|
|
7326
7810
|
[],
|
|
7327
7811
|
[]
|
|
7328
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
|
+
];
|
|
7329
7833
|
export var UpdateGlueIdentityCenterConfigurationRequest$ = [3, n0, _UGICCR,
|
|
7330
7834
|
0,
|
|
7331
7835
|
[_Sco, _UBSE],
|
|
@@ -7463,7 +7967,7 @@ export var UpdateTableOptimizerResponse$ = [3, n0, _UTORp,
|
|
|
7463
7967
|
];
|
|
7464
7968
|
export var UpdateTableRequest$ = [3, n0, _UTR,
|
|
7465
7969
|
0,
|
|
7466
|
-
[_DN, _CI, _N, _TIa, _SAk, _TI, _VIe, _VUA,
|
|
7970
|
+
[_DN, _CI, _N, _TIa, _SAk, _TI, _VIe, _VUA, _Forc, _UOTFI],
|
|
7467
7971
|
[0, 0, 0, () => TableInput$, 2, 0, 0, 0, 2, () => UpdateOpenTableFormatInput$], 1
|
|
7468
7972
|
];
|
|
7469
7973
|
export var UpdateTableResponse$ = [3, n0, _UTRp,
|
|
@@ -7605,6 +8109,9 @@ var AnnotationErrorList = [1, n0, _AEL,
|
|
|
7605
8109
|
var AnnotationList = [1, n0, _ALn,
|
|
7606
8110
|
0, () => StatisticAnnotation$
|
|
7607
8111
|
];
|
|
8112
|
+
var AssetTypeItemList = [1, n0, _ATIL,
|
|
8113
|
+
0, () => AssetTypeItem$
|
|
8114
|
+
];
|
|
7608
8115
|
var AuditColumnNamesList = 64 | 0;
|
|
7609
8116
|
var AuthenticationTypes = 64 | 0;
|
|
7610
8117
|
var BackfillErroredPartitionsList = [1, n0, _BEPL,
|
|
@@ -7809,6 +8316,9 @@ var FilterExpressions = [1, n0, _FEi,
|
|
|
7809
8316
|
var FilterValues = [1, n0, _FVil,
|
|
7810
8317
|
0, () => FilterValue$
|
|
7811
8318
|
];
|
|
8319
|
+
var FormTypeItemList = [1, n0, _FTIL,
|
|
8320
|
+
0, () => FormTypeItem$
|
|
8321
|
+
];
|
|
7812
8322
|
var GetColumnNamesList = 64 | 0;
|
|
7813
8323
|
var GetResourcePoliciesResponseList = [1, n0, _GRPRL,
|
|
7814
8324
|
0, () => GluePolicy$
|
|
@@ -7816,6 +8326,13 @@ var GetResourcePoliciesResponseList = [1, n0, _GRPRL,
|
|
|
7816
8326
|
var GetTableVersionsList = [1, n0, _GTVL,
|
|
7817
8327
|
0, () => TableVersion$
|
|
7818
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
|
+
];
|
|
7819
8336
|
var GlueSchemas = [1, n0, _GSl,
|
|
7820
8337
|
0, () => GlueSchema$
|
|
7821
8338
|
];
|
|
@@ -7825,7 +8342,7 @@ var GlueStudioPathList = [1, n0, _GSPL,
|
|
|
7825
8342
|
var GlueStudioSchemaColumnList = [1, n0, _GSSCL,
|
|
7826
8343
|
0, () => GlueStudioSchemaColumn$
|
|
7827
8344
|
];
|
|
7828
|
-
var GlueTables = [1, n0,
|
|
8345
|
+
var GlueTables = [1, n0, _GTlu,
|
|
7829
8346
|
0, () => GlueTable$
|
|
7830
8347
|
];
|
|
7831
8348
|
var GroupFiltersList = [1, n0, _GFL,
|
|
@@ -7889,6 +8406,16 @@ var IntegrationsList = [1, n0, _IL,
|
|
|
7889
8406
|
var IntegrationTagsList = [1, n0, _ITLn,
|
|
7890
8407
|
0, () => Tag$
|
|
7891
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
|
+
];
|
|
7892
8419
|
var JdbcTargetList = [1, n0, _JTL,
|
|
7893
8420
|
0, () => JdbcTarget$
|
|
7894
8421
|
];
|
|
@@ -8007,9 +8534,15 @@ var SchemaVersionErrorList = [1, n0, _SVEL,
|
|
|
8007
8534
|
var SchemaVersionList = [1, n0, _SVL,
|
|
8008
8535
|
0, () => SchemaVersionListItem$
|
|
8009
8536
|
];
|
|
8537
|
+
var SearchFilterClauseList = [1, n0, _SFCL,
|
|
8538
|
+
0, () => SearchFilterClause$
|
|
8539
|
+
];
|
|
8010
8540
|
var SearchPropertyPredicates = [1, n0, _SPPe,
|
|
8011
8541
|
0, () => PropertyPredicate$
|
|
8012
8542
|
];
|
|
8543
|
+
var SearchResultItemList = [1, n0, _SRIL,
|
|
8544
|
+
0, () => SearchResultItem$
|
|
8545
|
+
];
|
|
8013
8546
|
var SecurityConfigurationList = [1, n0, _SCL,
|
|
8014
8547
|
0, () => SecurityConfiguration$
|
|
8015
8548
|
];
|
|
@@ -8103,6 +8636,12 @@ var Workflows = [1, n0, _W,
|
|
|
8103
8636
|
var AdditionalContextMap = 128 | 0;
|
|
8104
8637
|
var AdditionalOptions = 128 | 0;
|
|
8105
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
|
+
];
|
|
8106
8645
|
var CodeGenConfigurationNodes = [2, n0, _CGCNo,
|
|
8107
8646
|
8, 0, () => CodeGenConfigurationNode$
|
|
8108
8647
|
];
|
|
@@ -8140,6 +8679,9 @@ var GenericMap = 128 | 0;
|
|
|
8140
8679
|
var GlueTableAdditionalOptions = 128 | 0;
|
|
8141
8680
|
var IntegrationAdditionalEncryptionContextMap = 128 | 0;
|
|
8142
8681
|
var IntegrationSourcePropertiesMap = 128 | 0;
|
|
8682
|
+
var IterableFormMap = [2, n0, _IFM,
|
|
8683
|
+
0, 0, () => IterableFormEntry$
|
|
8684
|
+
];
|
|
8143
8685
|
var JDBCDataTypeMapping = 128 | 0;
|
|
8144
8686
|
var Labels = 128 | 0;
|
|
8145
8687
|
var LocationMap = 128 | 0;
|
|
@@ -8165,11 +8707,29 @@ var StringToStringMap = 128 | 0;
|
|
|
8165
8707
|
var TagsMap = 128 | 0;
|
|
8166
8708
|
var TokenUrlParametersMap = 128 | 0;
|
|
8167
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
|
+
];
|
|
8168
8725
|
export var TableOptimizerVpcConfiguration$ = [4, n0, _TOVC,
|
|
8169
8726
|
0,
|
|
8170
8727
|
[_gCN],
|
|
8171
8728
|
[0]
|
|
8172
8729
|
];
|
|
8730
|
+
export var AssociateGlossaryTerms$ = [9, n0, _AGT,
|
|
8731
|
+
{ [_h]: ["POST", "/assets/{AssetIdentifier}/associate-glossary-terms", 200] }, () => AssociateGlossaryTermsRequest$, () => AssociateGlossaryTermsResponse$
|
|
8732
|
+
];
|
|
8173
8733
|
export var BatchCreatePartition$ = [9, n0, _BCP,
|
|
8174
8734
|
0, () => BatchCreatePartitionRequest$, () => BatchCreatePartitionResponse$
|
|
8175
8735
|
];
|
|
@@ -8200,6 +8760,9 @@ export var BatchGetDataQualityResult$ = [9, n0, _BGDQR,
|
|
|
8200
8760
|
export var BatchGetDevEndpoints$ = [9, n0, _BGDE,
|
|
8201
8761
|
0, () => BatchGetDevEndpointsRequest$, () => BatchGetDevEndpointsResponse$
|
|
8202
8762
|
];
|
|
8763
|
+
export var BatchGetIterableForms$ = [9, n0, _BGIF,
|
|
8764
|
+
{ [_h]: ["POST", "/assets/{AssetIdentifier}/iterable-forms/{IterableFormName}/batch-get", 200] }, () => BatchGetIterableFormsRequest$, () => BatchGetIterableFormsResponse$
|
|
8765
|
+
];
|
|
8203
8766
|
export var BatchGetJobs$ = [9, n0, _BGJ,
|
|
8204
8767
|
0, () => BatchGetJobsRequest$, () => BatchGetJobsResponse$
|
|
8205
8768
|
];
|
|
@@ -8269,6 +8832,12 @@ export var CreateDataQualityRuleset$ = [9, n0, _CDQR,
|
|
|
8269
8832
|
export var CreateDevEndpoint$ = [9, n0, _CDE,
|
|
8270
8833
|
0, () => CreateDevEndpointRequest$, () => CreateDevEndpointResponse$
|
|
8271
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
|
+
];
|
|
8272
8841
|
export var CreateGlueIdentityCenterConfiguration$ = [9, n0, _CGICC,
|
|
8273
8842
|
0, () => CreateGlueIdentityCenterConfigurationRequest$, () => CreateGlueIdentityCenterConfigurationResponse$
|
|
8274
8843
|
];
|
|
@@ -8326,6 +8895,15 @@ export var CreateUserDefinedFunction$ = [9, n0, _CUDF,
|
|
|
8326
8895
|
export var CreateWorkflow$ = [9, n0, _CWr,
|
|
8327
8896
|
0, () => CreateWorkflowRequest$, () => CreateWorkflowResponse$
|
|
8328
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
|
+
];
|
|
8329
8907
|
export var DeleteBlueprint$ = [9, n0, _DBe,
|
|
8330
8908
|
0, () => DeleteBlueprintRequest$, () => DeleteBlueprintResponse$
|
|
8331
8909
|
];
|
|
@@ -8365,6 +8943,15 @@ export var DeleteDataQualityRuleset$ = [9, n0, _DDQR,
|
|
|
8365
8943
|
export var DeleteDevEndpoint$ = [9, n0, _DDE,
|
|
8366
8944
|
0, () => DeleteDevEndpointRequest$, () => DeleteDevEndpointResponse$
|
|
8367
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
|
+
];
|
|
8368
8955
|
export var DeleteGlueIdentityCenterConfiguration$ = [9, n0, _DGICC,
|
|
8369
8956
|
0, () => DeleteGlueIdentityCenterConfigurationRequest$, () => DeleteGlueIdentityCenterConfigurationResponse$
|
|
8370
8957
|
];
|
|
@@ -8440,6 +9027,15 @@ export var DescribeInboundIntegrations$ = [9, n0, _DII,
|
|
|
8440
9027
|
export var DescribeIntegrations$ = [9, n0, _DIes,
|
|
8441
9028
|
0, () => DescribeIntegrationsRequest$, () => DescribeIntegrationsResponse$
|
|
8442
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
|
+
];
|
|
8443
9039
|
export var GetBlueprint$ = [9, n0, _GB,
|
|
8444
9040
|
0, () => GetBlueprintRequest$, () => GetBlueprintResponse$
|
|
8445
9041
|
];
|
|
@@ -8539,6 +9135,15 @@ export var GetDevEndpoints$ = [9, n0, _GDEe,
|
|
|
8539
9135
|
export var GetEntityRecords$ = [9, n0, _GER,
|
|
8540
9136
|
0, () => GetEntityRecordsRequest$, () => GetEntityRecordsResponse$
|
|
8541
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
|
+
];
|
|
8542
9147
|
export var GetGlueIdentityCenterConfiguration$ = [9, n0, _GGICC,
|
|
8543
9148
|
0, () => GetGlueIdentityCenterConfigurationRequest$, () => GetGlueIdentityCenterConfigurationResponse$
|
|
8544
9149
|
];
|
|
@@ -8686,6 +9291,9 @@ export var GetWorkflowRuns$ = [9, n0, _GWReto,
|
|
|
8686
9291
|
export var ImportCatalogToGlue$ = [9, n0, _ICTG,
|
|
8687
9292
|
0, () => ImportCatalogToGlueRequest$, () => ImportCatalogToGlueResponse$
|
|
8688
9293
|
];
|
|
9294
|
+
export var ListAssetTypes$ = [9, n0, _LATi,
|
|
9295
|
+
{ [_h]: ["GET", "/asset-types", 200] }, () => ListAssetTypesRequest$, () => ListAssetTypesResponse$
|
|
9296
|
+
];
|
|
8689
9297
|
export var ListBlueprints$ = [9, n0, _LBi,
|
|
8690
9298
|
0, () => ListBlueprintsRequest$, () => ListBlueprintsResponse$
|
|
8691
9299
|
];
|
|
@@ -8728,9 +9336,21 @@ export var ListDevEndpoints$ = [9, n0, _LDE,
|
|
|
8728
9336
|
export var ListEntities$ = [9, n0, _LE,
|
|
8729
9337
|
0, () => ListEntitiesRequest$, () => ListEntitiesResponse$
|
|
8730
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
|
+
];
|
|
8731
9348
|
export var ListIntegrationResourceProperties$ = [9, n0, _LIRP,
|
|
8732
9349
|
0, () => ListIntegrationResourcePropertiesRequest$, () => ListIntegrationResourcePropertiesResponse$
|
|
8733
9350
|
];
|
|
9351
|
+
export var ListIterableForms$ = [9, n0, _LIF,
|
|
9352
|
+
{ [_h]: ["GET", "/assets/{AssetIdentifier}/iterable-forms/{IterableFormName}", 200] }, () => ListIterableFormsRequest$, () => ListIterableFormsResponse$
|
|
9353
|
+
];
|
|
8734
9354
|
export var ListJobs$ = [9, n0, _LJ,
|
|
8735
9355
|
0, () => ListJobsRequest$, () => ListJobsResponse$
|
|
8736
9356
|
];
|
|
@@ -8770,12 +9390,24 @@ export var ListWorkflows$ = [9, n0, _LW,
|
|
|
8770
9390
|
export var ModifyIntegration$ = [9, n0, _MIo,
|
|
8771
9391
|
0, () => ModifyIntegrationRequest$, () => ModifyIntegrationResponse$
|
|
8772
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
|
+
];
|
|
8773
9402
|
export var PutDataCatalogEncryptionSettings$ = [9, n0, _PDCES,
|
|
8774
9403
|
0, () => PutDataCatalogEncryptionSettingsRequest$, () => PutDataCatalogEncryptionSettingsResponse$
|
|
8775
9404
|
];
|
|
8776
9405
|
export var PutDataQualityProfileAnnotation$ = [9, n0, _PDQPA,
|
|
8777
9406
|
0, () => PutDataQualityProfileAnnotationRequest$, () => PutDataQualityProfileAnnotationResponse$
|
|
8778
9407
|
];
|
|
9408
|
+
export var PutFormType$ = [9, n0, _PFT,
|
|
9409
|
+
{ [_h]: ["PUT", "/form-types", 200] }, () => PutFormTypeRequest$, () => PutFormTypeResponse$
|
|
9410
|
+
];
|
|
8779
9411
|
export var PutResourcePolicy$ = [9, n0, _PRP,
|
|
8780
9412
|
0, () => PutResourcePolicyRequest$, () => PutResourcePolicyResponse$
|
|
8781
9413
|
];
|
|
@@ -8806,6 +9438,9 @@ export var ResumeWorkflowRun$ = [9, n0, _RWR,
|
|
|
8806
9438
|
export var RunStatement$ = [9, n0, _RSu,
|
|
8807
9439
|
0, () => RunStatementRequest$, () => RunStatementResponse$
|
|
8808
9440
|
];
|
|
9441
|
+
export var SearchAssets$ = [9, n0, _SAe,
|
|
9442
|
+
{ [_h]: ["POST", "/search-assets", 200] }, () => SearchAssetsInput$, () => SearchAssetsOutput$
|
|
9443
|
+
];
|
|
8809
9444
|
export var SearchTables$ = [9, n0, _STear,
|
|
8810
9445
|
0, () => SearchTablesRequest$, () => SearchTablesResponse$
|
|
8811
9446
|
];
|
|
@@ -8923,6 +9558,12 @@ export var UpdateDataQualityRuleset$ = [9, n0, _UDQR,
|
|
|
8923
9558
|
export var UpdateDevEndpoint$ = [9, n0, _UDE,
|
|
8924
9559
|
0, () => UpdateDevEndpointRequest$, () => UpdateDevEndpointResponse$
|
|
8925
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
|
+
];
|
|
8926
9567
|
export var UpdateGlueIdentityCenterConfiguration$ = [9, n0, _UGICC,
|
|
8927
9568
|
0, () => UpdateGlueIdentityCenterConfigurationRequest$, () => UpdateGlueIdentityCenterConfigurationResponse$
|
|
8928
9569
|
];
|