@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,180 @@
|
|
|
1
1
|
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import type { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus,
|
|
3
|
-
import type { Action, AuthConfiguration, AuthenticationConfiguration, Blueprint, Column, ConnectionsList, Crawler,
|
|
2
|
+
import type { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, GlueResourceType, HTTPMethod, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, LastRefreshType, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, PropertyLocation, PropertyType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SessionType, SettingSource, TableOptimizerType, TaskStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
|
|
3
|
+
import type { Action, AssetFormEntry, AssetTypeFormReference, AuthConfiguration, AuthenticationConfiguration, Blueprint, Column, ConnectionsList, Crawler, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataSource, ErrorDetail, EventBatchingCondition, FederatedCatalog, GlueTable, PartitionInput, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, Property, Schedule, SchemaId, StorageDescriptor, TableOptimizerConfiguration, TargetRedshiftCatalog } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface CreateCrawlerResponse {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
export interface CreateCustomEntityTypeRequest {
|
|
13
|
+
/**
|
|
14
|
+
* <p>A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
Name: string | undefined;
|
|
18
|
+
/**
|
|
19
|
+
* <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
|
|
20
|
+
* @public
|
|
21
|
+
*/
|
|
22
|
+
RegexString: string | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* <p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
|
|
25
|
+
* <p>If no context words are passed only a regular expression is checked.</p>
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
ContextWords?: string[] | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* <p>A list of tags applied to the custom entity type.</p>
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
Tags?: Record<string, string> | undefined;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
export interface CreateCustomEntityTypeResponse {
|
|
39
|
+
/**
|
|
40
|
+
* <p>The name of the custom pattern you created.</p>
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
Name?: string | undefined;
|
|
44
|
+
}
|
|
45
|
+
/**
|
|
46
|
+
* <p>A database that points to an entity outside the Glue Data Catalog.</p>
|
|
47
|
+
* @public
|
|
48
|
+
*/
|
|
49
|
+
export interface FederatedDatabase {
|
|
50
|
+
/**
|
|
51
|
+
* <p>A unique identifier for the federated database.</p>
|
|
52
|
+
* @public
|
|
53
|
+
*/
|
|
54
|
+
Identifier?: string | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* <p>The name of the connection to the external metastore.</p>
|
|
57
|
+
* @public
|
|
58
|
+
*/
|
|
59
|
+
ConnectionName?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* <p>The type of connection used to access the federated database, such as JDBC, ODBC, or other supported connection protocols.</p>
|
|
62
|
+
* @public
|
|
63
|
+
*/
|
|
64
|
+
ConnectionType?: string | undefined;
|
|
65
|
+
}
|
|
66
|
+
/**
|
|
67
|
+
* <p>A structure that describes a target database for resource linking.</p>
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export interface DatabaseIdentifier {
|
|
71
|
+
/**
|
|
72
|
+
* <p>The ID of the Data Catalog in which the database resides.</p>
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
CatalogId?: string | undefined;
|
|
76
|
+
/**
|
|
77
|
+
* <p>The name of the catalog database.</p>
|
|
78
|
+
* @public
|
|
79
|
+
*/
|
|
80
|
+
DatabaseName?: string | undefined;
|
|
81
|
+
/**
|
|
82
|
+
* <p>Region of the target database.</p>
|
|
83
|
+
* @public
|
|
84
|
+
*/
|
|
85
|
+
Region?: string | undefined;
|
|
86
|
+
}
|
|
87
|
+
/**
|
|
88
|
+
* <p>The structure used to create or update a database.</p>
|
|
89
|
+
* @public
|
|
90
|
+
*/
|
|
91
|
+
export interface DatabaseInput {
|
|
92
|
+
/**
|
|
93
|
+
* <p>The name of the database. For Hive compatibility, this is folded to lowercase when it is
|
|
94
|
+
* stored.</p>
|
|
95
|
+
* @public
|
|
96
|
+
*/
|
|
97
|
+
Name: string | undefined;
|
|
98
|
+
/**
|
|
99
|
+
* <p>A description of the database.</p>
|
|
100
|
+
* @public
|
|
101
|
+
*/
|
|
102
|
+
Description?: string | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The location of the database (for example, an HDFS path). </p>
|
|
105
|
+
* @public
|
|
106
|
+
*/
|
|
107
|
+
LocationUri?: string | undefined;
|
|
108
|
+
/**
|
|
109
|
+
* <p>These key-value pairs define parameters and properties
|
|
110
|
+
* of the database.</p>
|
|
111
|
+
* <p>These key-value pairs define parameters and properties of the database.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
Parameters?: Record<string, string> | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* <p>Creates a set of default permissions on the table for principals. Used by Lake Formation. Not used in the normal course of Glue operations.</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
CreateTableDefaultPermissions?: PrincipalPermissions[] | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* <p>A <code>DatabaseIdentifier</code> structure that describes a target database for resource linking.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
TargetDatabase?: DatabaseIdentifier | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* <p>A <code>FederatedDatabase</code> structure that references an entity outside the Glue Data Catalog.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
FederatedDatabase?: FederatedDatabase | undefined;
|
|
130
|
+
}
|
|
131
|
+
/**
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
export interface CreateDatabaseRequest {
|
|
135
|
+
/**
|
|
136
|
+
* <p>The ID of the Data Catalog in which to create the database. If none is provided, the Amazon Web Services
|
|
137
|
+
* account ID is used by default.</p>
|
|
138
|
+
* @public
|
|
139
|
+
*/
|
|
140
|
+
CatalogId?: string | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* <p>The metadata for the database.</p>
|
|
143
|
+
* @public
|
|
144
|
+
*/
|
|
145
|
+
DatabaseInput: DatabaseInput | undefined;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The tags you assign to the database.</p>
|
|
148
|
+
* @public
|
|
149
|
+
*/
|
|
150
|
+
Tags?: Record<string, string> | undefined;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* @public
|
|
154
|
+
*/
|
|
155
|
+
export interface CreateDatabaseResponse {
|
|
156
|
+
}
|
|
157
|
+
/**
|
|
158
|
+
* <p>An object representing an Glue table.</p>
|
|
159
|
+
* @public
|
|
160
|
+
*/
|
|
161
|
+
export interface DataQualityTargetTable {
|
|
162
|
+
/**
|
|
163
|
+
* <p>The name of the Glue table.</p>
|
|
164
|
+
* @public
|
|
165
|
+
*/
|
|
166
|
+
TableName: string | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* <p>The name of the database where the Glue table exists.</p>
|
|
169
|
+
* @public
|
|
170
|
+
*/
|
|
171
|
+
DatabaseName: string | undefined;
|
|
172
|
+
/**
|
|
173
|
+
* <p>The catalog id where the Glue table exists.</p>
|
|
174
|
+
* @public
|
|
175
|
+
*/
|
|
176
|
+
CatalogId?: string | undefined;
|
|
177
|
+
}
|
|
4
178
|
/**
|
|
5
179
|
* <p>A request to create a data quality ruleset.</p>
|
|
6
180
|
* @public
|
|
@@ -284,6 +458,106 @@ export interface CreateDevEndpointResponse {
|
|
|
284
458
|
*/
|
|
285
459
|
Arguments?: Record<string, string> | undefined;
|
|
286
460
|
}
|
|
461
|
+
/**
|
|
462
|
+
* @public
|
|
463
|
+
*/
|
|
464
|
+
export interface CreateGlossaryRequest {
|
|
465
|
+
/**
|
|
466
|
+
* <p>The name of the glossary.</p>
|
|
467
|
+
* @public
|
|
468
|
+
*/
|
|
469
|
+
Name: string | undefined;
|
|
470
|
+
/**
|
|
471
|
+
* <p>The description of the glossary.</p>
|
|
472
|
+
* @public
|
|
473
|
+
*/
|
|
474
|
+
Description?: string | undefined;
|
|
475
|
+
/**
|
|
476
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
477
|
+
* @public
|
|
478
|
+
*/
|
|
479
|
+
ClientToken?: string | undefined;
|
|
480
|
+
}
|
|
481
|
+
/**
|
|
482
|
+
* @public
|
|
483
|
+
*/
|
|
484
|
+
export interface CreateGlossaryResponse {
|
|
485
|
+
/**
|
|
486
|
+
* <p>The unique identifier of the glossary.</p>
|
|
487
|
+
* @public
|
|
488
|
+
*/
|
|
489
|
+
Id?: string | undefined;
|
|
490
|
+
/**
|
|
491
|
+
* <p>The name of the glossary.</p>
|
|
492
|
+
* @public
|
|
493
|
+
*/
|
|
494
|
+
Name?: string | undefined;
|
|
495
|
+
/**
|
|
496
|
+
* <p>The description of the glossary.</p>
|
|
497
|
+
* @public
|
|
498
|
+
*/
|
|
499
|
+
Description?: string | undefined;
|
|
500
|
+
}
|
|
501
|
+
/**
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
504
|
+
export interface CreateGlossaryTermRequest {
|
|
505
|
+
/**
|
|
506
|
+
* <p>The unique identifier of the glossary in which to create the term.</p>
|
|
507
|
+
* @public
|
|
508
|
+
*/
|
|
509
|
+
GlossaryIdentifier: string | undefined;
|
|
510
|
+
/**
|
|
511
|
+
* <p>The name of the glossary term.</p>
|
|
512
|
+
* @public
|
|
513
|
+
*/
|
|
514
|
+
Name: string | undefined;
|
|
515
|
+
/**
|
|
516
|
+
* <p>A short description of the glossary term.</p>
|
|
517
|
+
* @public
|
|
518
|
+
*/
|
|
519
|
+
ShortDescription?: string | undefined;
|
|
520
|
+
/**
|
|
521
|
+
* <p>A long description of the glossary term.</p>
|
|
522
|
+
* @public
|
|
523
|
+
*/
|
|
524
|
+
LongDescription?: string | undefined;
|
|
525
|
+
/**
|
|
526
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
527
|
+
* @public
|
|
528
|
+
*/
|
|
529
|
+
ClientToken?: string | undefined;
|
|
530
|
+
}
|
|
531
|
+
/**
|
|
532
|
+
* @public
|
|
533
|
+
*/
|
|
534
|
+
export interface CreateGlossaryTermResponse {
|
|
535
|
+
/**
|
|
536
|
+
* <p>The unique identifier of the glossary term.</p>
|
|
537
|
+
* @public
|
|
538
|
+
*/
|
|
539
|
+
Id?: string | undefined;
|
|
540
|
+
/**
|
|
541
|
+
* <p>The unique identifier of the glossary containing this term.</p>
|
|
542
|
+
* @public
|
|
543
|
+
*/
|
|
544
|
+
GlossaryId?: string | undefined;
|
|
545
|
+
/**
|
|
546
|
+
* <p>The name of the glossary term.</p>
|
|
547
|
+
* @public
|
|
548
|
+
*/
|
|
549
|
+
Name?: string | undefined;
|
|
550
|
+
/**
|
|
551
|
+
* <p>The short description of the glossary term.</p>
|
|
552
|
+
* @public
|
|
553
|
+
*/
|
|
554
|
+
ShortDescription?: string | undefined;
|
|
555
|
+
/**
|
|
556
|
+
* <p>The long description of the glossary term.</p>
|
|
557
|
+
* @public
|
|
558
|
+
*/
|
|
559
|
+
LongDescription?: string | undefined;
|
|
560
|
+
}
|
|
287
561
|
/**
|
|
288
562
|
* <p>Request to create a new Glue Identity Center configuration.</p>
|
|
289
563
|
* @public
|
|
@@ -2573,81 +2847,146 @@ export interface CreateWorkflowResponse {
|
|
|
2573
2847
|
/**
|
|
2574
2848
|
* @public
|
|
2575
2849
|
*/
|
|
2576
|
-
export interface
|
|
2850
|
+
export interface DeleteAssetRequest {
|
|
2577
2851
|
/**
|
|
2578
|
-
* <p>The
|
|
2852
|
+
* <p>The unique identifier of the asset to delete.</p>
|
|
2579
2853
|
* @public
|
|
2580
2854
|
*/
|
|
2581
|
-
|
|
2855
|
+
Identifier: string | undefined;
|
|
2582
2856
|
}
|
|
2583
2857
|
/**
|
|
2584
2858
|
* @public
|
|
2585
2859
|
*/
|
|
2586
|
-
export interface
|
|
2587
|
-
/**
|
|
2588
|
-
* <p>Returns the name of the blueprint that was deleted.</p>
|
|
2589
|
-
* @public
|
|
2590
|
-
*/
|
|
2591
|
-
Name?: string | undefined;
|
|
2860
|
+
export interface DeleteAssetResponse {
|
|
2592
2861
|
}
|
|
2593
2862
|
/**
|
|
2594
2863
|
* @public
|
|
2595
2864
|
*/
|
|
2596
|
-
export interface
|
|
2865
|
+
export interface DeleteAssetTypeRequest {
|
|
2597
2866
|
/**
|
|
2598
|
-
* <p>The
|
|
2867
|
+
* <p>The identifier of the asset type to delete.</p>
|
|
2599
2868
|
* @public
|
|
2600
2869
|
*/
|
|
2601
|
-
|
|
2870
|
+
Identifier: string | undefined;
|
|
2602
2871
|
}
|
|
2603
2872
|
/**
|
|
2604
2873
|
* @public
|
|
2605
2874
|
*/
|
|
2606
|
-
export interface
|
|
2875
|
+
export interface DeleteAssetTypeResponse {
|
|
2607
2876
|
}
|
|
2608
2877
|
/**
|
|
2609
2878
|
* @public
|
|
2610
2879
|
*/
|
|
2611
|
-
export interface
|
|
2880
|
+
export interface DeleteAttachmentRequest {
|
|
2612
2881
|
/**
|
|
2613
|
-
* <p>
|
|
2882
|
+
* <p>The unique identifier of the asset from which to delete the attachment.</p>
|
|
2614
2883
|
* @public
|
|
2615
2884
|
*/
|
|
2616
|
-
|
|
2617
|
-
}
|
|
2618
|
-
/**
|
|
2619
|
-
* @public
|
|
2620
|
-
*/
|
|
2621
|
-
export interface DeleteClassifierResponse {
|
|
2622
|
-
}
|
|
2623
|
-
/**
|
|
2624
|
-
* @public
|
|
2625
|
-
*/
|
|
2626
|
-
export interface DeleteColumnStatisticsForPartitionRequest {
|
|
2885
|
+
AssetIdentifier: string | undefined;
|
|
2627
2886
|
/**
|
|
2628
|
-
* <p>The
|
|
2629
|
-
* If none is supplied, the Amazon Web Services account ID is used by default.</p>
|
|
2887
|
+
* <p>The name of the iterable form. When specified along with <code>itemIdentifier</code>, the attachment is deleted from an item within the iterable form rather than from the asset itself.</p>
|
|
2630
2888
|
* @public
|
|
2631
2889
|
*/
|
|
2632
|
-
|
|
2890
|
+
IterableFormName?: string | undefined;
|
|
2633
2891
|
/**
|
|
2634
|
-
* <p>The
|
|
2892
|
+
* <p>The identifier of the item within the iterable form. Required when <code>iterableFormName</code> is specified.</p>
|
|
2635
2893
|
* @public
|
|
2636
2894
|
*/
|
|
2637
|
-
|
|
2895
|
+
ItemIdentifier?: string | undefined;
|
|
2638
2896
|
/**
|
|
2639
|
-
* <p>The name of the
|
|
2897
|
+
* <p>The name of the attachment to delete.</p>
|
|
2640
2898
|
* @public
|
|
2641
2899
|
*/
|
|
2642
|
-
|
|
2900
|
+
AttachmentName: string | undefined;
|
|
2901
|
+
}
|
|
2902
|
+
/**
|
|
2903
|
+
* @public
|
|
2904
|
+
*/
|
|
2905
|
+
export interface DeleteAttachmentResponse {
|
|
2643
2906
|
/**
|
|
2644
|
-
* <p>
|
|
2907
|
+
* <p>The unique identifier of the asset.</p>
|
|
2645
2908
|
* @public
|
|
2646
2909
|
*/
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
|
|
2910
|
+
AssetIdentifier?: string | undefined;
|
|
2911
|
+
}
|
|
2912
|
+
/**
|
|
2913
|
+
* @public
|
|
2914
|
+
*/
|
|
2915
|
+
export interface DeleteBlueprintRequest {
|
|
2916
|
+
/**
|
|
2917
|
+
* <p>The name of the blueprint to delete.</p>
|
|
2918
|
+
* @public
|
|
2919
|
+
*/
|
|
2920
|
+
Name: string | undefined;
|
|
2921
|
+
}
|
|
2922
|
+
/**
|
|
2923
|
+
* @public
|
|
2924
|
+
*/
|
|
2925
|
+
export interface DeleteBlueprintResponse {
|
|
2926
|
+
/**
|
|
2927
|
+
* <p>Returns the name of the blueprint that was deleted.</p>
|
|
2928
|
+
* @public
|
|
2929
|
+
*/
|
|
2930
|
+
Name?: string | undefined;
|
|
2931
|
+
}
|
|
2932
|
+
/**
|
|
2933
|
+
* @public
|
|
2934
|
+
*/
|
|
2935
|
+
export interface DeleteCatalogRequest {
|
|
2936
|
+
/**
|
|
2937
|
+
* <p>The ID of the catalog.</p>
|
|
2938
|
+
* @public
|
|
2939
|
+
*/
|
|
2940
|
+
CatalogId: string | undefined;
|
|
2941
|
+
}
|
|
2942
|
+
/**
|
|
2943
|
+
* @public
|
|
2944
|
+
*/
|
|
2945
|
+
export interface DeleteCatalogResponse {
|
|
2946
|
+
}
|
|
2947
|
+
/**
|
|
2948
|
+
* @public
|
|
2949
|
+
*/
|
|
2950
|
+
export interface DeleteClassifierRequest {
|
|
2951
|
+
/**
|
|
2952
|
+
* <p>Name of the classifier to remove.</p>
|
|
2953
|
+
* @public
|
|
2954
|
+
*/
|
|
2955
|
+
Name: string | undefined;
|
|
2956
|
+
}
|
|
2957
|
+
/**
|
|
2958
|
+
* @public
|
|
2959
|
+
*/
|
|
2960
|
+
export interface DeleteClassifierResponse {
|
|
2961
|
+
}
|
|
2962
|
+
/**
|
|
2963
|
+
* @public
|
|
2964
|
+
*/
|
|
2965
|
+
export interface DeleteColumnStatisticsForPartitionRequest {
|
|
2966
|
+
/**
|
|
2967
|
+
* <p>The ID of the Data Catalog where the partitions in question reside.
|
|
2968
|
+
* If none is supplied, the Amazon Web Services account ID is used by default.</p>
|
|
2969
|
+
* @public
|
|
2970
|
+
*/
|
|
2971
|
+
CatalogId?: string | undefined;
|
|
2972
|
+
/**
|
|
2973
|
+
* <p>The name of the catalog database where the partitions reside.</p>
|
|
2974
|
+
* @public
|
|
2975
|
+
*/
|
|
2976
|
+
DatabaseName: string | undefined;
|
|
2977
|
+
/**
|
|
2978
|
+
* <p>The name of the partitions' table.</p>
|
|
2979
|
+
* @public
|
|
2980
|
+
*/
|
|
2981
|
+
TableName: string | undefined;
|
|
2982
|
+
/**
|
|
2983
|
+
* <p>A list of partition values identifying the partition.</p>
|
|
2984
|
+
* @public
|
|
2985
|
+
*/
|
|
2986
|
+
PartitionValues: string[] | undefined;
|
|
2987
|
+
/**
|
|
2988
|
+
* <p>Name of the column.</p>
|
|
2989
|
+
* @public
|
|
2651
2990
|
*/
|
|
2652
2991
|
ColumnName: string | undefined;
|
|
2653
2992
|
}
|
|
@@ -2830,6 +3169,51 @@ export interface DeleteDevEndpointRequest {
|
|
|
2830
3169
|
*/
|
|
2831
3170
|
export interface DeleteDevEndpointResponse {
|
|
2832
3171
|
}
|
|
3172
|
+
/**
|
|
3173
|
+
* @public
|
|
3174
|
+
*/
|
|
3175
|
+
export interface DeleteFormTypeRequest {
|
|
3176
|
+
/**
|
|
3177
|
+
* <p>The identifier of the form type to delete.</p>
|
|
3178
|
+
* @public
|
|
3179
|
+
*/
|
|
3180
|
+
Identifier: string | undefined;
|
|
3181
|
+
}
|
|
3182
|
+
/**
|
|
3183
|
+
* @public
|
|
3184
|
+
*/
|
|
3185
|
+
export interface DeleteFormTypeResponse {
|
|
3186
|
+
}
|
|
3187
|
+
/**
|
|
3188
|
+
* @public
|
|
3189
|
+
*/
|
|
3190
|
+
export interface DeleteGlossaryRequest {
|
|
3191
|
+
/**
|
|
3192
|
+
* <p>The unique identifier of the glossary to delete.</p>
|
|
3193
|
+
* @public
|
|
3194
|
+
*/
|
|
3195
|
+
Identifier: string | undefined;
|
|
3196
|
+
}
|
|
3197
|
+
/**
|
|
3198
|
+
* @public
|
|
3199
|
+
*/
|
|
3200
|
+
export interface DeleteGlossaryResponse {
|
|
3201
|
+
}
|
|
3202
|
+
/**
|
|
3203
|
+
* @public
|
|
3204
|
+
*/
|
|
3205
|
+
export interface DeleteGlossaryTermRequest {
|
|
3206
|
+
/**
|
|
3207
|
+
* <p>The unique identifier of the glossary term to delete.</p>
|
|
3208
|
+
* @public
|
|
3209
|
+
*/
|
|
3210
|
+
Identifier: string | undefined;
|
|
3211
|
+
}
|
|
3212
|
+
/**
|
|
3213
|
+
* @public
|
|
3214
|
+
*/
|
|
3215
|
+
export interface DeleteGlossaryTermResponse {
|
|
3216
|
+
}
|
|
2833
3217
|
/**
|
|
2834
3218
|
* <p>Request to delete the existing Glue Identity Center configuration.</p>
|
|
2835
3219
|
* @public
|
|
@@ -4213,6 +4597,147 @@ export interface DescribeIntegrationsResponse {
|
|
|
4213
4597
|
*/
|
|
4214
4598
|
Marker?: string | undefined;
|
|
4215
4599
|
}
|
|
4600
|
+
/**
|
|
4601
|
+
* @public
|
|
4602
|
+
*/
|
|
4603
|
+
export interface DisassociateGlossaryTermsRequest {
|
|
4604
|
+
/**
|
|
4605
|
+
* <p>The unique identifier of the asset to disassociate glossary terms from.</p>
|
|
4606
|
+
* @public
|
|
4607
|
+
*/
|
|
4608
|
+
AssetIdentifier: string | undefined;
|
|
4609
|
+
/**
|
|
4610
|
+
* <p>The list of glossary term identifiers to disassociate from the asset.</p>
|
|
4611
|
+
* @public
|
|
4612
|
+
*/
|
|
4613
|
+
GlossaryTermIdentifiers: string[] | undefined;
|
|
4614
|
+
/**
|
|
4615
|
+
* <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.</p>
|
|
4616
|
+
* @public
|
|
4617
|
+
*/
|
|
4618
|
+
ClientToken?: string | undefined;
|
|
4619
|
+
}
|
|
4620
|
+
/**
|
|
4621
|
+
* @public
|
|
4622
|
+
*/
|
|
4623
|
+
export interface DisassociateGlossaryTermsResponse {
|
|
4624
|
+
/**
|
|
4625
|
+
* <p>The unique identifier of the asset.</p>
|
|
4626
|
+
* @public
|
|
4627
|
+
*/
|
|
4628
|
+
AssetIdentifier?: string | undefined;
|
|
4629
|
+
/**
|
|
4630
|
+
* <p>The remaining glossary terms associated with the asset.</p>
|
|
4631
|
+
* @public
|
|
4632
|
+
*/
|
|
4633
|
+
GlossaryTerms?: string[] | undefined;
|
|
4634
|
+
}
|
|
4635
|
+
/**
|
|
4636
|
+
* @public
|
|
4637
|
+
*/
|
|
4638
|
+
export interface GetAssetInput {
|
|
4639
|
+
/**
|
|
4640
|
+
* <p>The unique identifier of the asset to retrieve.</p>
|
|
4641
|
+
* @public
|
|
4642
|
+
*/
|
|
4643
|
+
Identifier: string | undefined;
|
|
4644
|
+
}
|
|
4645
|
+
/**
|
|
4646
|
+
* <p>An iterable form available on an asset, identified by its form type.</p>
|
|
4647
|
+
* @public
|
|
4648
|
+
*/
|
|
4649
|
+
export interface IterableFormEntry {
|
|
4650
|
+
/**
|
|
4651
|
+
* <p>The form type identifier of the iterable form (for example, <code>columns</code>), used to retrieve its items via <code>ListIterableForms</code> or <code>BatchGetIterableForms</code>.</p>
|
|
4652
|
+
* @public
|
|
4653
|
+
*/
|
|
4654
|
+
FormTypeId?: string | undefined;
|
|
4655
|
+
}
|
|
4656
|
+
/**
|
|
4657
|
+
* @public
|
|
4658
|
+
*/
|
|
4659
|
+
export interface GetAssetOutput {
|
|
4660
|
+
/**
|
|
4661
|
+
* <p>The unique identifier of the asset.</p>
|
|
4662
|
+
* @public
|
|
4663
|
+
*/
|
|
4664
|
+
Id: string | undefined;
|
|
4665
|
+
/**
|
|
4666
|
+
* <p>The name of the asset.</p>
|
|
4667
|
+
* @public
|
|
4668
|
+
*/
|
|
4669
|
+
Name?: string | undefined;
|
|
4670
|
+
/**
|
|
4671
|
+
* <p>The description of the asset.</p>
|
|
4672
|
+
* @public
|
|
4673
|
+
*/
|
|
4674
|
+
Description?: string | undefined;
|
|
4675
|
+
/**
|
|
4676
|
+
* <p>The timestamp at which the asset was created.</p>
|
|
4677
|
+
* @public
|
|
4678
|
+
*/
|
|
4679
|
+
CreatedAt?: Date | undefined;
|
|
4680
|
+
/**
|
|
4681
|
+
* <p>The timestamp at which the asset was last updated.</p>
|
|
4682
|
+
* @public
|
|
4683
|
+
*/
|
|
4684
|
+
UpdatedAt?: Date | undefined;
|
|
4685
|
+
/**
|
|
4686
|
+
* <p>The identifier of the asset type for this asset.</p>
|
|
4687
|
+
* @public
|
|
4688
|
+
*/
|
|
4689
|
+
AssetTypeId: string | undefined;
|
|
4690
|
+
/**
|
|
4691
|
+
* <p>The identifiers of the glossary terms associated with the asset.</p>
|
|
4692
|
+
* @public
|
|
4693
|
+
*/
|
|
4694
|
+
GlossaryTerms?: string[] | undefined;
|
|
4695
|
+
/**
|
|
4696
|
+
* <p>The forms on the asset, keyed by form name.</p>
|
|
4697
|
+
* @public
|
|
4698
|
+
*/
|
|
4699
|
+
Forms?: Record<string, AssetFormEntry> | undefined;
|
|
4700
|
+
/**
|
|
4701
|
+
* <p>Additional attachments on the asset for more context, keyed by attachment name.</p>
|
|
4702
|
+
* @public
|
|
4703
|
+
*/
|
|
4704
|
+
Attachments?: Record<string, AssetFormEntry> | undefined;
|
|
4705
|
+
/**
|
|
4706
|
+
* <p>The iterable forms available on the asset, keyed by form name (for example, <code>columns</code>). Use the form name with <code>ListIterableForms</code> or <code>BatchGetIterableForms</code> to retrieve the form's items.</p>
|
|
4707
|
+
* @public
|
|
4708
|
+
*/
|
|
4709
|
+
IterableForms?: Record<string, IterableFormEntry> | undefined;
|
|
4710
|
+
}
|
|
4711
|
+
/**
|
|
4712
|
+
* @public
|
|
4713
|
+
*/
|
|
4714
|
+
export interface GetAssetTypeRequest {
|
|
4715
|
+
/**
|
|
4716
|
+
* <p>The identifier of the asset type to retrieve.</p>
|
|
4717
|
+
* @public
|
|
4718
|
+
*/
|
|
4719
|
+
Identifier: string | undefined;
|
|
4720
|
+
}
|
|
4721
|
+
/**
|
|
4722
|
+
* @public
|
|
4723
|
+
*/
|
|
4724
|
+
export interface GetAssetTypeResponse {
|
|
4725
|
+
/**
|
|
4726
|
+
* <p>The identifier of the asset type.</p>
|
|
4727
|
+
* @public
|
|
4728
|
+
*/
|
|
4729
|
+
Id?: string | undefined;
|
|
4730
|
+
/**
|
|
4731
|
+
* <p>The name of the asset type.</p>
|
|
4732
|
+
* @public
|
|
4733
|
+
*/
|
|
4734
|
+
Name?: string | undefined;
|
|
4735
|
+
/**
|
|
4736
|
+
* <p>The forms that make up the asset type, keyed by form name.</p>
|
|
4737
|
+
* @public
|
|
4738
|
+
*/
|
|
4739
|
+
Forms?: Record<string, AssetTypeFormReference> | undefined;
|
|
4740
|
+
}
|
|
4216
4741
|
/**
|
|
4217
4742
|
* @public
|
|
4218
4743
|
*/
|
|
@@ -6770,718 +7295,3 @@ export interface GetDataQualityRulesetResponse {
|
|
|
6770
7295
|
*/
|
|
6771
7296
|
DataQualitySecurityConfiguration?: string | undefined;
|
|
6772
7297
|
}
|
|
6773
|
-
/**
|
|
6774
|
-
* @public
|
|
6775
|
-
*/
|
|
6776
|
-
export interface GetDataQualityRulesetEvaluationRunRequest {
|
|
6777
|
-
/**
|
|
6778
|
-
* <p>The unique run identifier associated with this run.</p>
|
|
6779
|
-
* @public
|
|
6780
|
-
*/
|
|
6781
|
-
RunId: string | undefined;
|
|
6782
|
-
}
|
|
6783
|
-
/**
|
|
6784
|
-
* <p>Additional run options you can specify for an evaluation run.</p>
|
|
6785
|
-
* @public
|
|
6786
|
-
*/
|
|
6787
|
-
export interface DataQualityEvaluationRunAdditionalRunOptions {
|
|
6788
|
-
/**
|
|
6789
|
-
* <p>Whether or not to enable CloudWatch metrics.</p>
|
|
6790
|
-
* @public
|
|
6791
|
-
*/
|
|
6792
|
-
CloudWatchMetricsEnabled?: boolean | undefined;
|
|
6793
|
-
/**
|
|
6794
|
-
* <p>Prefix for Amazon S3 to store results.</p>
|
|
6795
|
-
* @public
|
|
6796
|
-
*/
|
|
6797
|
-
ResultsS3Prefix?: string | undefined;
|
|
6798
|
-
/**
|
|
6799
|
-
* <p>Set the evaluation method for composite rules in the ruleset to ROW/COLUMN</p>
|
|
6800
|
-
* @public
|
|
6801
|
-
*/
|
|
6802
|
-
CompositeRuleEvaluationMethod?: DQCompositeRuleEvaluationMethod | undefined;
|
|
6803
|
-
/**
|
|
6804
|
-
* <p>A custom prefix for the CloudWatch log group names. When specified, evaluation run logs are written to <code><CustomLogGroupPrefix>/error</code> and <code><CustomLogGroupPrefix>/output</code> instead of the default <code>/aws-glue/data-quality/error</code> and <code>/aws-glue/data-quality/output</code> log groups.</p>
|
|
6805
|
-
* @public
|
|
6806
|
-
*/
|
|
6807
|
-
CustomLogGroupPrefix?: string | undefined;
|
|
6808
|
-
}
|
|
6809
|
-
/**
|
|
6810
|
-
* @public
|
|
6811
|
-
*/
|
|
6812
|
-
export interface GetDataQualityRulesetEvaluationRunResponse {
|
|
6813
|
-
/**
|
|
6814
|
-
* <p>The unique run identifier associated with this run.</p>
|
|
6815
|
-
* @public
|
|
6816
|
-
*/
|
|
6817
|
-
RunId?: string | undefined;
|
|
6818
|
-
/**
|
|
6819
|
-
* <p>The data source (an Glue table) associated with this evaluation run.</p>
|
|
6820
|
-
* @public
|
|
6821
|
-
*/
|
|
6822
|
-
DataSource?: DataSource | undefined;
|
|
6823
|
-
/**
|
|
6824
|
-
* <p>An IAM role supplied to encrypt the results of the run.</p>
|
|
6825
|
-
* @public
|
|
6826
|
-
*/
|
|
6827
|
-
Role?: string | undefined;
|
|
6828
|
-
/**
|
|
6829
|
-
* <p>The number of <code>G.1X</code> workers to be used in the run. The default is 5.</p>
|
|
6830
|
-
* @public
|
|
6831
|
-
*/
|
|
6832
|
-
NumberOfWorkers?: number | undefined;
|
|
6833
|
-
/**
|
|
6834
|
-
* <p>The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
|
|
6835
|
-
* @public
|
|
6836
|
-
*/
|
|
6837
|
-
Timeout?: number | undefined;
|
|
6838
|
-
/**
|
|
6839
|
-
* <p>Additional run options you can specify for an evaluation run.</p>
|
|
6840
|
-
* @public
|
|
6841
|
-
*/
|
|
6842
|
-
AdditionalRunOptions?: DataQualityEvaluationRunAdditionalRunOptions | undefined;
|
|
6843
|
-
/**
|
|
6844
|
-
* <p>The status for this run.</p>
|
|
6845
|
-
* @public
|
|
6846
|
-
*/
|
|
6847
|
-
Status?: TaskStatusType | undefined;
|
|
6848
|
-
/**
|
|
6849
|
-
* <p>The error strings that are associated with the run.</p>
|
|
6850
|
-
* @public
|
|
6851
|
-
*/
|
|
6852
|
-
ErrorString?: string | undefined;
|
|
6853
|
-
/**
|
|
6854
|
-
* <p>The date and time when this run started.</p>
|
|
6855
|
-
* @public
|
|
6856
|
-
*/
|
|
6857
|
-
StartedOn?: Date | undefined;
|
|
6858
|
-
/**
|
|
6859
|
-
* <p>A timestamp. The last point in time when this data quality rule recommendation run was modified.</p>
|
|
6860
|
-
* @public
|
|
6861
|
-
*/
|
|
6862
|
-
LastModifiedOn?: Date | undefined;
|
|
6863
|
-
/**
|
|
6864
|
-
* <p>The date and time when this run was completed.</p>
|
|
6865
|
-
* @public
|
|
6866
|
-
*/
|
|
6867
|
-
CompletedOn?: Date | undefined;
|
|
6868
|
-
/**
|
|
6869
|
-
* <p>The amount of time (in seconds) that the run consumed resources.</p>
|
|
6870
|
-
* @public
|
|
6871
|
-
*/
|
|
6872
|
-
ExecutionTime?: number | undefined;
|
|
6873
|
-
/**
|
|
6874
|
-
* <p>A list of ruleset names for the run. Currently, this parameter takes only one Ruleset name.</p>
|
|
6875
|
-
* @public
|
|
6876
|
-
*/
|
|
6877
|
-
RulesetNames?: string[] | undefined;
|
|
6878
|
-
/**
|
|
6879
|
-
* <p>A list of result IDs for the data quality results for the run.</p>
|
|
6880
|
-
* @public
|
|
6881
|
-
*/
|
|
6882
|
-
ResultIds?: string[] | undefined;
|
|
6883
|
-
/**
|
|
6884
|
-
* <p>A map of reference strings to additional data sources you can specify for an evaluation run.</p>
|
|
6885
|
-
* @public
|
|
6886
|
-
*/
|
|
6887
|
-
AdditionalDataSources?: Record<string, DataSource> | undefined;
|
|
6888
|
-
}
|
|
6889
|
-
/**
|
|
6890
|
-
* @public
|
|
6891
|
-
*/
|
|
6892
|
-
export interface GetDevEndpointRequest {
|
|
6893
|
-
/**
|
|
6894
|
-
* <p>Name of the <code>DevEndpoint</code> to retrieve information for.</p>
|
|
6895
|
-
* @public
|
|
6896
|
-
*/
|
|
6897
|
-
EndpointName: string | undefined;
|
|
6898
|
-
}
|
|
6899
|
-
/**
|
|
6900
|
-
* @public
|
|
6901
|
-
*/
|
|
6902
|
-
export interface GetDevEndpointResponse {
|
|
6903
|
-
/**
|
|
6904
|
-
* <p>A <code>DevEndpoint</code> definition.</p>
|
|
6905
|
-
* @public
|
|
6906
|
-
*/
|
|
6907
|
-
DevEndpoint?: DevEndpoint | undefined;
|
|
6908
|
-
}
|
|
6909
|
-
/**
|
|
6910
|
-
* @public
|
|
6911
|
-
*/
|
|
6912
|
-
export interface GetDevEndpointsRequest {
|
|
6913
|
-
/**
|
|
6914
|
-
* <p>The maximum size of information to return.</p>
|
|
6915
|
-
* @public
|
|
6916
|
-
*/
|
|
6917
|
-
MaxResults?: number | undefined;
|
|
6918
|
-
/**
|
|
6919
|
-
* <p>A continuation token, if this is a continuation call.</p>
|
|
6920
|
-
* @public
|
|
6921
|
-
*/
|
|
6922
|
-
NextToken?: string | undefined;
|
|
6923
|
-
}
|
|
6924
|
-
/**
|
|
6925
|
-
* @public
|
|
6926
|
-
*/
|
|
6927
|
-
export interface GetDevEndpointsResponse {
|
|
6928
|
-
/**
|
|
6929
|
-
* <p>A list of <code>DevEndpoint</code> definitions.</p>
|
|
6930
|
-
* @public
|
|
6931
|
-
*/
|
|
6932
|
-
DevEndpoints?: DevEndpoint[] | undefined;
|
|
6933
|
-
/**
|
|
6934
|
-
* <p>A continuation token, if not all <code>DevEndpoint</code> definitions have yet been
|
|
6935
|
-
* returned.</p>
|
|
6936
|
-
* @public
|
|
6937
|
-
*/
|
|
6938
|
-
NextToken?: string | undefined;
|
|
6939
|
-
}
|
|
6940
|
-
/**
|
|
6941
|
-
* @public
|
|
6942
|
-
*/
|
|
6943
|
-
export interface GetEntityRecordsRequest {
|
|
6944
|
-
/**
|
|
6945
|
-
* <p>The name of the connection that contains the connection type credentials.</p>
|
|
6946
|
-
* @public
|
|
6947
|
-
*/
|
|
6948
|
-
ConnectionName?: string | undefined;
|
|
6949
|
-
/**
|
|
6950
|
-
* <p>The catalog ID of the catalog that contains the connection. This can be null, By default, the Amazon Web Services Account ID is the catalog ID.</p>
|
|
6951
|
-
* @public
|
|
6952
|
-
*/
|
|
6953
|
-
CatalogId?: string | undefined;
|
|
6954
|
-
/**
|
|
6955
|
-
* <p>Name of the entity that we want to query the preview data from the given connection type.</p>
|
|
6956
|
-
* @public
|
|
6957
|
-
*/
|
|
6958
|
-
EntityName: string | undefined;
|
|
6959
|
-
/**
|
|
6960
|
-
* <p>A continuation token, included if this is a continuation call.</p>
|
|
6961
|
-
* @public
|
|
6962
|
-
*/
|
|
6963
|
-
NextToken?: string | undefined;
|
|
6964
|
-
/**
|
|
6965
|
-
* <p>The API version of the SaaS connector.</p>
|
|
6966
|
-
* @public
|
|
6967
|
-
*/
|
|
6968
|
-
DataStoreApiVersion?: string | undefined;
|
|
6969
|
-
/**
|
|
6970
|
-
* <p>Connector options that are required to query the data.</p>
|
|
6971
|
-
* @public
|
|
6972
|
-
*/
|
|
6973
|
-
ConnectionOptions?: Record<string, string> | undefined;
|
|
6974
|
-
/**
|
|
6975
|
-
* <p>A filter predicate that you can apply in the query request.</p>
|
|
6976
|
-
* @public
|
|
6977
|
-
*/
|
|
6978
|
-
FilterPredicate?: string | undefined;
|
|
6979
|
-
/**
|
|
6980
|
-
* <p>Limits the number of records fetched with the request.</p>
|
|
6981
|
-
* @public
|
|
6982
|
-
*/
|
|
6983
|
-
Limit: number | undefined;
|
|
6984
|
-
/**
|
|
6985
|
-
* <p>A parameter that orders the response preview data.</p>
|
|
6986
|
-
* @public
|
|
6987
|
-
*/
|
|
6988
|
-
OrderBy?: string | undefined;
|
|
6989
|
-
/**
|
|
6990
|
-
* <p> List of fields that we want to fetch as part of preview data.</p>
|
|
6991
|
-
* @public
|
|
6992
|
-
*/
|
|
6993
|
-
SelectedFields?: string[] | undefined;
|
|
6994
|
-
}
|
|
6995
|
-
/**
|
|
6996
|
-
* @public
|
|
6997
|
-
*/
|
|
6998
|
-
export interface GetEntityRecordsResponse {
|
|
6999
|
-
/**
|
|
7000
|
-
* <p>A list of the requested objects.</p>
|
|
7001
|
-
* @public
|
|
7002
|
-
*/
|
|
7003
|
-
Records?: __DocumentType[] | undefined;
|
|
7004
|
-
/**
|
|
7005
|
-
* <p>A continuation token, present if the current segment is not the last.</p>
|
|
7006
|
-
* @public
|
|
7007
|
-
*/
|
|
7008
|
-
NextToken?: string | undefined;
|
|
7009
|
-
}
|
|
7010
|
-
/**
|
|
7011
|
-
* <p>Request to retrieve the Glue Identity Center configuration.</p>
|
|
7012
|
-
* @public
|
|
7013
|
-
*/
|
|
7014
|
-
export interface GetGlueIdentityCenterConfigurationRequest {
|
|
7015
|
-
}
|
|
7016
|
-
/**
|
|
7017
|
-
* <p>Response containing the Glue Identity Center configuration details.</p>
|
|
7018
|
-
* @public
|
|
7019
|
-
*/
|
|
7020
|
-
export interface GetGlueIdentityCenterConfigurationResponse {
|
|
7021
|
-
/**
|
|
7022
|
-
* <p>The Amazon Resource Name (ARN) of the Identity Center application associated with the Glue configuration.</p>
|
|
7023
|
-
* @public
|
|
7024
|
-
*/
|
|
7025
|
-
ApplicationArn?: string | undefined;
|
|
7026
|
-
/**
|
|
7027
|
-
* <p>The Amazon Resource Name (ARN) of the Identity Center instance associated with the Glue configuration.</p>
|
|
7028
|
-
* @public
|
|
7029
|
-
*/
|
|
7030
|
-
InstanceArn?: string | undefined;
|
|
7031
|
-
/**
|
|
7032
|
-
* <p>A list of Identity Center scopes that define the permissions and access levels for the Glue configuration.</p>
|
|
7033
|
-
* @public
|
|
7034
|
-
*/
|
|
7035
|
-
Scopes?: string[] | undefined;
|
|
7036
|
-
/**
|
|
7037
|
-
* <p>Indicates whether users can run background sessions when using Identity Center authentication with Glue services.</p>
|
|
7038
|
-
* @public
|
|
7039
|
-
*/
|
|
7040
|
-
UserBackgroundSessionsEnabled?: boolean | undefined;
|
|
7041
|
-
}
|
|
7042
|
-
/**
|
|
7043
|
-
* @public
|
|
7044
|
-
*/
|
|
7045
|
-
export interface GetIntegrationResourcePropertyRequest {
|
|
7046
|
-
/**
|
|
7047
|
-
* <p>The connection ARN of the source, or the database ARN of the target.</p>
|
|
7048
|
-
* @public
|
|
7049
|
-
*/
|
|
7050
|
-
ResourceArn: string | undefined;
|
|
7051
|
-
}
|
|
7052
|
-
/**
|
|
7053
|
-
* @public
|
|
7054
|
-
*/
|
|
7055
|
-
export interface GetIntegrationResourcePropertyResponse {
|
|
7056
|
-
/**
|
|
7057
|
-
* <p>The connection ARN of the source, or the database ARN of the target.</p>
|
|
7058
|
-
* @public
|
|
7059
|
-
*/
|
|
7060
|
-
ResourceArn?: string | undefined;
|
|
7061
|
-
/**
|
|
7062
|
-
* <p>The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*</p>
|
|
7063
|
-
* @public
|
|
7064
|
-
*/
|
|
7065
|
-
ResourcePropertyArn?: string | undefined;
|
|
7066
|
-
/**
|
|
7067
|
-
* <p>The resource properties associated with the integration source.</p>
|
|
7068
|
-
* @public
|
|
7069
|
-
*/
|
|
7070
|
-
SourceProcessingProperties?: SourceProcessingProperties | undefined;
|
|
7071
|
-
/**
|
|
7072
|
-
* <p>The resource properties associated with the integration target.</p>
|
|
7073
|
-
* @public
|
|
7074
|
-
*/
|
|
7075
|
-
TargetProcessingProperties?: TargetProcessingProperties | undefined;
|
|
7076
|
-
}
|
|
7077
|
-
/**
|
|
7078
|
-
* @public
|
|
7079
|
-
*/
|
|
7080
|
-
export interface GetIntegrationTablePropertiesRequest {
|
|
7081
|
-
/**
|
|
7082
|
-
* <p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving
|
|
7083
|
-
* properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration
|
|
7084
|
-
* table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.
|
|
7085
|
-
* </p>
|
|
7086
|
-
* @public
|
|
7087
|
-
*/
|
|
7088
|
-
ResourceArn: string | undefined;
|
|
7089
|
-
/**
|
|
7090
|
-
* <p>The name of the table to be replicated.</p>
|
|
7091
|
-
* @public
|
|
7092
|
-
*/
|
|
7093
|
-
TableName: string | undefined;
|
|
7094
|
-
}
|
|
7095
|
-
/**
|
|
7096
|
-
* @public
|
|
7097
|
-
*/
|
|
7098
|
-
export interface GetIntegrationTablePropertiesResponse {
|
|
7099
|
-
/**
|
|
7100
|
-
* <p>The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving
|
|
7101
|
-
* properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration
|
|
7102
|
-
* table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.
|
|
7103
|
-
* </p>
|
|
7104
|
-
* @public
|
|
7105
|
-
*/
|
|
7106
|
-
ResourceArn?: string | undefined;
|
|
7107
|
-
/**
|
|
7108
|
-
* <p>The name of the table to be replicated.</p>
|
|
7109
|
-
* @public
|
|
7110
|
-
*/
|
|
7111
|
-
TableName?: string | undefined;
|
|
7112
|
-
/**
|
|
7113
|
-
* <p>A structure for the source table configuration.</p>
|
|
7114
|
-
* @public
|
|
7115
|
-
*/
|
|
7116
|
-
SourceTableConfig?: SourceTableConfig | undefined;
|
|
7117
|
-
/**
|
|
7118
|
-
* <p>A structure for the target table configuration.</p>
|
|
7119
|
-
* @public
|
|
7120
|
-
*/
|
|
7121
|
-
TargetTableConfig?: TargetTableConfig | undefined;
|
|
7122
|
-
}
|
|
7123
|
-
/**
|
|
7124
|
-
* @public
|
|
7125
|
-
*/
|
|
7126
|
-
export interface GetJobRequest {
|
|
7127
|
-
/**
|
|
7128
|
-
* <p>The name of the job definition to retrieve.</p>
|
|
7129
|
-
* @public
|
|
7130
|
-
*/
|
|
7131
|
-
JobName: string | undefined;
|
|
7132
|
-
}
|
|
7133
|
-
/**
|
|
7134
|
-
* @public
|
|
7135
|
-
*/
|
|
7136
|
-
export interface GetJobBookmarkRequest {
|
|
7137
|
-
/**
|
|
7138
|
-
* <p>The name of the job in question.</p>
|
|
7139
|
-
* @public
|
|
7140
|
-
*/
|
|
7141
|
-
JobName: string | undefined;
|
|
7142
|
-
/**
|
|
7143
|
-
* <p>The unique run identifier associated with this job run.</p>
|
|
7144
|
-
* @public
|
|
7145
|
-
*/
|
|
7146
|
-
RunId?: string | undefined;
|
|
7147
|
-
}
|
|
7148
|
-
/**
|
|
7149
|
-
* <p>Defines a point that a job can resume processing.</p>
|
|
7150
|
-
* @public
|
|
7151
|
-
*/
|
|
7152
|
-
export interface JobBookmarkEntry {
|
|
7153
|
-
/**
|
|
7154
|
-
* <p>The name of the job in question.</p>
|
|
7155
|
-
* @public
|
|
7156
|
-
*/
|
|
7157
|
-
JobName?: string | undefined;
|
|
7158
|
-
/**
|
|
7159
|
-
* <p>The version of the job.</p>
|
|
7160
|
-
* @public
|
|
7161
|
-
*/
|
|
7162
|
-
Version?: number | undefined;
|
|
7163
|
-
/**
|
|
7164
|
-
* <p>The run ID number.</p>
|
|
7165
|
-
* @public
|
|
7166
|
-
*/
|
|
7167
|
-
Run?: number | undefined;
|
|
7168
|
-
/**
|
|
7169
|
-
* <p>The attempt ID number.</p>
|
|
7170
|
-
* @public
|
|
7171
|
-
*/
|
|
7172
|
-
Attempt?: number | undefined;
|
|
7173
|
-
/**
|
|
7174
|
-
* <p>The unique run identifier associated with the previous job run.</p>
|
|
7175
|
-
* @public
|
|
7176
|
-
*/
|
|
7177
|
-
PreviousRunId?: string | undefined;
|
|
7178
|
-
/**
|
|
7179
|
-
* <p>The run ID number.</p>
|
|
7180
|
-
* @public
|
|
7181
|
-
*/
|
|
7182
|
-
RunId?: string | undefined;
|
|
7183
|
-
/**
|
|
7184
|
-
* <p>The bookmark itself.</p>
|
|
7185
|
-
* @public
|
|
7186
|
-
*/
|
|
7187
|
-
JobBookmark?: string | undefined;
|
|
7188
|
-
}
|
|
7189
|
-
/**
|
|
7190
|
-
* @public
|
|
7191
|
-
*/
|
|
7192
|
-
export interface GetJobBookmarkResponse {
|
|
7193
|
-
/**
|
|
7194
|
-
* <p>A structure that defines a point that a job can resume processing.</p>
|
|
7195
|
-
* @public
|
|
7196
|
-
*/
|
|
7197
|
-
JobBookmarkEntry?: JobBookmarkEntry | undefined;
|
|
7198
|
-
}
|
|
7199
|
-
/**
|
|
7200
|
-
* @public
|
|
7201
|
-
*/
|
|
7202
|
-
export interface GetJobRunRequest {
|
|
7203
|
-
/**
|
|
7204
|
-
* <p>Name of the job definition being run.</p>
|
|
7205
|
-
* @public
|
|
7206
|
-
*/
|
|
7207
|
-
JobName: string | undefined;
|
|
7208
|
-
/**
|
|
7209
|
-
* <p>The ID of the job run.</p>
|
|
7210
|
-
* @public
|
|
7211
|
-
*/
|
|
7212
|
-
RunId: string | undefined;
|
|
7213
|
-
/**
|
|
7214
|
-
* <p>True if a list of predecessor runs should be returned.</p>
|
|
7215
|
-
* @public
|
|
7216
|
-
*/
|
|
7217
|
-
PredecessorsIncluded?: boolean | undefined;
|
|
7218
|
-
}
|
|
7219
|
-
/**
|
|
7220
|
-
* @public
|
|
7221
|
-
*/
|
|
7222
|
-
export interface GetJobRunResponse {
|
|
7223
|
-
/**
|
|
7224
|
-
* <p>The requested job-run metadata.</p>
|
|
7225
|
-
* @public
|
|
7226
|
-
*/
|
|
7227
|
-
JobRun?: JobRun | undefined;
|
|
7228
|
-
}
|
|
7229
|
-
/**
|
|
7230
|
-
* @public
|
|
7231
|
-
*/
|
|
7232
|
-
export interface GetJobRunsRequest {
|
|
7233
|
-
/**
|
|
7234
|
-
* <p>The name of the job definition for which to retrieve all job runs.</p>
|
|
7235
|
-
* @public
|
|
7236
|
-
*/
|
|
7237
|
-
JobName: string | undefined;
|
|
7238
|
-
/**
|
|
7239
|
-
* <p>A continuation token, if this is a continuation call.</p>
|
|
7240
|
-
* @public
|
|
7241
|
-
*/
|
|
7242
|
-
NextToken?: string | undefined;
|
|
7243
|
-
/**
|
|
7244
|
-
* <p>The maximum size of the response.</p>
|
|
7245
|
-
* @public
|
|
7246
|
-
*/
|
|
7247
|
-
MaxResults?: number | undefined;
|
|
7248
|
-
}
|
|
7249
|
-
/**
|
|
7250
|
-
* @public
|
|
7251
|
-
*/
|
|
7252
|
-
export interface GetJobRunsResponse {
|
|
7253
|
-
/**
|
|
7254
|
-
* <p>A list of job-run metadata objects.</p>
|
|
7255
|
-
* @public
|
|
7256
|
-
*/
|
|
7257
|
-
JobRuns?: JobRun[] | undefined;
|
|
7258
|
-
/**
|
|
7259
|
-
* <p>A continuation token, if not all requested job runs have been returned.</p>
|
|
7260
|
-
* @public
|
|
7261
|
-
*/
|
|
7262
|
-
NextToken?: string | undefined;
|
|
7263
|
-
}
|
|
7264
|
-
/**
|
|
7265
|
-
* @public
|
|
7266
|
-
*/
|
|
7267
|
-
export interface GetJobsRequest {
|
|
7268
|
-
/**
|
|
7269
|
-
* <p>A continuation token, if this is a continuation call.</p>
|
|
7270
|
-
* @public
|
|
7271
|
-
*/
|
|
7272
|
-
NextToken?: string | undefined;
|
|
7273
|
-
/**
|
|
7274
|
-
* <p>The maximum size of the response.</p>
|
|
7275
|
-
* @public
|
|
7276
|
-
*/
|
|
7277
|
-
MaxResults?: number | undefined;
|
|
7278
|
-
}
|
|
7279
|
-
/**
|
|
7280
|
-
* <p>The location of resources.</p>
|
|
7281
|
-
* @public
|
|
7282
|
-
*/
|
|
7283
|
-
export interface Location {
|
|
7284
|
-
/**
|
|
7285
|
-
* <p>A JDBC location.</p>
|
|
7286
|
-
* @public
|
|
7287
|
-
*/
|
|
7288
|
-
Jdbc?: CodeGenNodeArg[] | undefined;
|
|
7289
|
-
/**
|
|
7290
|
-
* <p>An Amazon Simple Storage Service (Amazon S3) location.</p>
|
|
7291
|
-
* @public
|
|
7292
|
-
*/
|
|
7293
|
-
S3?: CodeGenNodeArg[] | undefined;
|
|
7294
|
-
/**
|
|
7295
|
-
* <p>An Amazon DynamoDB table location.</p>
|
|
7296
|
-
* @public
|
|
7297
|
-
*/
|
|
7298
|
-
DynamoDB?: CodeGenNodeArg[] | undefined;
|
|
7299
|
-
}
|
|
7300
|
-
/**
|
|
7301
|
-
* <p>Specifies a table definition in the Glue Data Catalog.</p>
|
|
7302
|
-
* @public
|
|
7303
|
-
*/
|
|
7304
|
-
export interface CatalogEntry {
|
|
7305
|
-
/**
|
|
7306
|
-
* <p>The database in which the table metadata resides.</p>
|
|
7307
|
-
* @public
|
|
7308
|
-
*/
|
|
7309
|
-
DatabaseName: string | undefined;
|
|
7310
|
-
/**
|
|
7311
|
-
* <p>The name of the table in question.</p>
|
|
7312
|
-
* @public
|
|
7313
|
-
*/
|
|
7314
|
-
TableName: string | undefined;
|
|
7315
|
-
}
|
|
7316
|
-
/**
|
|
7317
|
-
* @public
|
|
7318
|
-
*/
|
|
7319
|
-
export interface GetMappingRequest {
|
|
7320
|
-
/**
|
|
7321
|
-
* <p>Specifies the source table.</p>
|
|
7322
|
-
* @public
|
|
7323
|
-
*/
|
|
7324
|
-
Source: CatalogEntry | undefined;
|
|
7325
|
-
/**
|
|
7326
|
-
* <p>A list of target tables.</p>
|
|
7327
|
-
* @public
|
|
7328
|
-
*/
|
|
7329
|
-
Sinks?: CatalogEntry[] | undefined;
|
|
7330
|
-
/**
|
|
7331
|
-
* <p>Parameters for the mapping.</p>
|
|
7332
|
-
* @public
|
|
7333
|
-
*/
|
|
7334
|
-
Location?: Location | undefined;
|
|
7335
|
-
}
|
|
7336
|
-
/**
|
|
7337
|
-
* <p>Defines a mapping.</p>
|
|
7338
|
-
* @public
|
|
7339
|
-
*/
|
|
7340
|
-
export interface MappingEntry {
|
|
7341
|
-
/**
|
|
7342
|
-
* <p>The name of the source table.</p>
|
|
7343
|
-
* @public
|
|
7344
|
-
*/
|
|
7345
|
-
SourceTable?: string | undefined;
|
|
7346
|
-
/**
|
|
7347
|
-
* <p>The source path.</p>
|
|
7348
|
-
* @public
|
|
7349
|
-
*/
|
|
7350
|
-
SourcePath?: string | undefined;
|
|
7351
|
-
/**
|
|
7352
|
-
* <p>The source type.</p>
|
|
7353
|
-
* @public
|
|
7354
|
-
*/
|
|
7355
|
-
SourceType?: string | undefined;
|
|
7356
|
-
/**
|
|
7357
|
-
* <p>The target table.</p>
|
|
7358
|
-
* @public
|
|
7359
|
-
*/
|
|
7360
|
-
TargetTable?: string | undefined;
|
|
7361
|
-
/**
|
|
7362
|
-
* <p>The target path.</p>
|
|
7363
|
-
* @public
|
|
7364
|
-
*/
|
|
7365
|
-
TargetPath?: string | undefined;
|
|
7366
|
-
/**
|
|
7367
|
-
* <p>The target type.</p>
|
|
7368
|
-
* @public
|
|
7369
|
-
*/
|
|
7370
|
-
TargetType?: string | undefined;
|
|
7371
|
-
}
|
|
7372
|
-
/**
|
|
7373
|
-
* @public
|
|
7374
|
-
*/
|
|
7375
|
-
export interface GetMappingResponse {
|
|
7376
|
-
/**
|
|
7377
|
-
* <p>A list of mappings to the specified targets.</p>
|
|
7378
|
-
* @public
|
|
7379
|
-
*/
|
|
7380
|
-
Mapping: MappingEntry[] | undefined;
|
|
7381
|
-
}
|
|
7382
|
-
/**
|
|
7383
|
-
* @public
|
|
7384
|
-
*/
|
|
7385
|
-
export interface GetMaterializedViewRefreshTaskRunRequest {
|
|
7386
|
-
/**
|
|
7387
|
-
* <p>The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.</p>
|
|
7388
|
-
* @public
|
|
7389
|
-
*/
|
|
7390
|
-
CatalogId: string | undefined;
|
|
7391
|
-
/**
|
|
7392
|
-
* <p>The identifier for the particular materialized view refresh task run.</p>
|
|
7393
|
-
* @public
|
|
7394
|
-
*/
|
|
7395
|
-
MaterializedViewRefreshTaskRunId: string | undefined;
|
|
7396
|
-
}
|
|
7397
|
-
/**
|
|
7398
|
-
* <p>The object that shows the details of the materialized view refresh task run.</p>
|
|
7399
|
-
* @public
|
|
7400
|
-
*/
|
|
7401
|
-
export interface MaterializedViewRefreshTaskRun {
|
|
7402
|
-
/**
|
|
7403
|
-
* <p>The Amazon Web Services account ID.</p>
|
|
7404
|
-
* @public
|
|
7405
|
-
*/
|
|
7406
|
-
CustomerId?: string | undefined;
|
|
7407
|
-
/**
|
|
7408
|
-
* <p>The identifier of the materialized view refresh task run.</p>
|
|
7409
|
-
* @public
|
|
7410
|
-
*/
|
|
7411
|
-
MaterializedViewRefreshTaskRunId?: string | undefined;
|
|
7412
|
-
/**
|
|
7413
|
-
* <p>The database where the table resides.</p>
|
|
7414
|
-
* @public
|
|
7415
|
-
*/
|
|
7416
|
-
DatabaseName?: string | undefined;
|
|
7417
|
-
/**
|
|
7418
|
-
* <p>The name of the table for which statistics is generated.</p>
|
|
7419
|
-
* @public
|
|
7420
|
-
*/
|
|
7421
|
-
TableName?: string | undefined;
|
|
7422
|
-
/**
|
|
7423
|
-
* <p>The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.</p>
|
|
7424
|
-
* @public
|
|
7425
|
-
*/
|
|
7426
|
-
CatalogId?: string | undefined;
|
|
7427
|
-
/**
|
|
7428
|
-
* <p>The IAM role that the service assumes to generate statistics.</p>
|
|
7429
|
-
* @public
|
|
7430
|
-
*/
|
|
7431
|
-
Role?: string | undefined;
|
|
7432
|
-
/**
|
|
7433
|
-
* <p>The status of the task run.</p>
|
|
7434
|
-
* @public
|
|
7435
|
-
*/
|
|
7436
|
-
Status?: MaterializedViewRefreshState | undefined;
|
|
7437
|
-
/**
|
|
7438
|
-
* <p>The time that this task was created.</p>
|
|
7439
|
-
* @public
|
|
7440
|
-
*/
|
|
7441
|
-
CreationTime?: Date | undefined;
|
|
7442
|
-
/**
|
|
7443
|
-
* <p>The last point in time when this task was modified.</p>
|
|
7444
|
-
* @public
|
|
7445
|
-
*/
|
|
7446
|
-
LastUpdated?: Date | undefined;
|
|
7447
|
-
/**
|
|
7448
|
-
* <p>The start time of the task.</p>
|
|
7449
|
-
* @public
|
|
7450
|
-
*/
|
|
7451
|
-
StartTime?: Date | undefined;
|
|
7452
|
-
/**
|
|
7453
|
-
* <p>The end time of the task.</p>
|
|
7454
|
-
* @public
|
|
7455
|
-
*/
|
|
7456
|
-
EndTime?: Date | undefined;
|
|
7457
|
-
/**
|
|
7458
|
-
* <p>The error message for the job.</p>
|
|
7459
|
-
* @public
|
|
7460
|
-
*/
|
|
7461
|
-
ErrorMessage?: string | undefined;
|
|
7462
|
-
/**
|
|
7463
|
-
* <p>The calculated DPU usage in seconds for all autoscaled workers.</p>
|
|
7464
|
-
* @public
|
|
7465
|
-
*/
|
|
7466
|
-
DPUSeconds?: number | undefined;
|
|
7467
|
-
/**
|
|
7468
|
-
* <p>The type of the refresh task run. Either FULL or INCREMENTAL.</p>
|
|
7469
|
-
* @public
|
|
7470
|
-
*/
|
|
7471
|
-
RefreshType?: MaterializedViewRefreshType | undefined;
|
|
7472
|
-
/**
|
|
7473
|
-
* <p>The number of bytes the refresh task run has scanned to refresh the materialized view.</p>
|
|
7474
|
-
* @public
|
|
7475
|
-
*/
|
|
7476
|
-
ProcessedBytes?: number | undefined;
|
|
7477
|
-
}
|
|
7478
|
-
/**
|
|
7479
|
-
* @public
|
|
7480
|
-
*/
|
|
7481
|
-
export interface GetMaterializedViewRefreshTaskRunResponse {
|
|
7482
|
-
/**
|
|
7483
|
-
* <p>A MaterializedViewRefreshTaskRun object representing the details of the task run.</p>
|
|
7484
|
-
* @public
|
|
7485
|
-
*/
|
|
7486
|
-
MaterializedViewRefreshTaskRun?: MaterializedViewRefreshTaskRun | undefined;
|
|
7487
|
-
}
|