@aws-sdk/client-glue 3.1071.0 → 3.1073.0

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.
Files changed (40) hide show
  1. package/README.md +2 -2
  2. package/dist-cjs/index.js +10 -10
  3. package/dist-cjs/schemas/schemas_0.js +30 -29
  4. package/dist-es/Glue.js +4 -4
  5. package/dist-es/commands/{SearchCommand.js → SearchAssetsCommand.js} +5 -5
  6. package/dist-es/commands/index.js +1 -1
  7. package/dist-es/pagination/SearchAssetsPaginator.js +4 -0
  8. package/dist-es/pagination/index.js +1 -1
  9. package/dist-es/schemas/schemas_0.js +28 -27
  10. package/dist-types/Glue.d.ts +9 -9
  11. package/dist-types/GlueClient.d.ts +3 -3
  12. package/dist-types/commands/AssociateGlossaryTermsCommand.d.ts +2 -2
  13. package/dist-types/commands/DeleteAttachmentCommand.d.ts +4 -2
  14. package/dist-types/commands/DisassociateGlossaryTermsCommand.d.ts +2 -2
  15. package/dist-types/commands/PutAttachmentCommand.d.ts +1 -1
  16. package/dist-types/commands/{SearchCommand.d.ts → SearchAssetsCommand.d.ts} +23 -23
  17. package/dist-types/commands/index.d.ts +1 -1
  18. package/dist-types/models/models_0.d.ts +2 -2
  19. package/dist-types/models/models_1.d.ts +14 -4
  20. package/dist-types/models/models_2.d.ts +2 -2
  21. package/dist-types/models/models_3.d.ts +1 -1
  22. package/dist-types/pagination/SearchAssetsPaginator.d.ts +7 -0
  23. package/dist-types/pagination/index.d.ts +1 -1
  24. package/dist-types/schemas/schemas_0.d.ts +3 -3
  25. package/dist-types/ts3.4/Glue.d.ts +16 -16
  26. package/dist-types/ts3.4/GlueClient.d.ts +5 -5
  27. package/dist-types/ts3.4/commands/SearchAssetsCommand.d.ts +50 -0
  28. package/dist-types/ts3.4/commands/index.d.ts +1 -1
  29. package/dist-types/ts3.4/models/models_0.d.ts +2 -2
  30. package/dist-types/ts3.4/models/models_1.d.ts +6 -4
  31. package/dist-types/ts3.4/models/models_2.d.ts +2 -2
  32. package/dist-types/ts3.4/models/models_3.d.ts +1 -1
  33. package/dist-types/ts3.4/pagination/SearchAssetsPaginator.d.ts +11 -0
  34. package/dist-types/ts3.4/pagination/index.d.ts +1 -1
  35. package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -3
  36. package/package.json +1 -1
  37. package/dist-es/pagination/SearchPaginator.js +0 -4
  38. package/dist-types/pagination/SearchPaginator.d.ts +0 -7
  39. package/dist-types/ts3.4/commands/SearchCommand.d.ts +0 -46
  40. package/dist-types/ts3.4/pagination/SearchPaginator.d.ts +0 -11
package/README.md CHANGED
@@ -1841,10 +1841,10 @@ RunStatement
1841
1841
  </details>
1842
1842
  <details>
1843
1843
  <summary>
1844
- Search
1844
+ SearchAssets
1845
1845
  </summary>
1846
1846
 
1847
- [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/SearchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/SearchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/SearchCommandOutput/)
1847
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/glue/command/SearchAssetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/SearchAssetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-glue/Interface/SearchAssetsCommandOutput/)
1848
1848
  </details>
1849
1849
  <details>
1850
1850
  <summary>
package/dist-cjs/index.js CHANGED
@@ -11,7 +11,7 @@ const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
11
11
  const { getSchemaSerdePlugin } = require("@smithy/core/schema");
12
12
  const { resolveHttpAuthSchemeConfig, defaultGlueHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
13
13
  const { getRuntimeConfig } = require("./runtimeConfig");
14
- const { AssociateGlossaryTerms$, BatchCreatePartition$, BatchDeleteConnection$, BatchDeletePartition$, BatchDeleteTable$, BatchDeleteTableVersion$, BatchGetBlueprints$, BatchGetCrawlers$, BatchGetCustomEntityTypes$, BatchGetDataQualityResult$, BatchGetDevEndpoints$, BatchGetIterableForms$, BatchGetJobs$, BatchGetPartition$, BatchGetTableOptimizer$, BatchGetTriggers$, BatchGetWorkflows$, BatchPutDataQualityStatisticAnnotation$, BatchStopJobRun$, BatchUpdatePartition$, CancelDataQualityRuleRecommendationRun$, CancelDataQualityRulesetEvaluationRun$, CancelMLTaskRun$, CancelStatement$, CheckSchemaVersionValidity$, CreateBlueprint$, CreateCatalog$, CreateClassifier$, CreateColumnStatisticsTaskSettings$, CreateConnection$, CreateCrawler$, CreateCustomEntityType$, CreateDatabase$, CreateDataQualityRuleset$, CreateDevEndpoint$, CreateGlossary$, CreateGlossaryTerm$, CreateGlueIdentityCenterConfiguration$, CreateIntegration$, CreateIntegrationResourceProperty$, CreateIntegrationTableProperties$, CreateJob$, CreateMLTransform$, CreatePartition$, CreatePartitionIndex$, CreateRegistry$, CreateSchema$, CreateScript$, CreateSecurityConfiguration$, CreateSession$, CreateTable$, CreateTableOptimizer$, CreateTrigger$, CreateUsageProfile$, CreateUserDefinedFunction$, CreateWorkflow$, DeleteAsset$, DeleteAssetType$, DeleteAttachment$, DeleteBlueprint$, DeleteCatalog$, DeleteClassifier$, DeleteColumnStatisticsForPartition$, DeleteColumnStatisticsForTable$, DeleteColumnStatisticsTaskSettings$, DeleteConnection$, DeleteConnectionType$, DeleteCrawler$, DeleteCustomEntityType$, DeleteDatabase$, DeleteDataQualityRuleset$, DeleteDevEndpoint$, DeleteFormType$, DeleteGlossary$, DeleteGlossaryTerm$, DeleteGlueIdentityCenterConfiguration$, DeleteIntegration$, DeleteIntegrationResourceProperty$, DeleteIntegrationTableProperties$, DeleteJob$, DeleteMLTransform$, DeletePartition$, DeletePartitionIndex$, DeleteRegistry$, DeleteResourcePolicy$, DeleteSchema$, DeleteSchemaVersions$, DeleteSecurityConfiguration$, DeleteSession$, DeleteTable$, DeleteTableOptimizer$, DeleteTableVersion$, DeleteTrigger$, DeleteUsageProfile$, DeleteUserDefinedFunction$, DeleteWorkflow$, DescribeConnectionType$, DescribeEntity$, DescribeInboundIntegrations$, DescribeIntegrations$, DisassociateGlossaryTerms$, GetAsset$, GetAssetType$, GetBlueprint$, GetBlueprintRun$, GetBlueprintRuns$, GetCatalog$, GetCatalogImportStatus$, GetCatalogs$, GetClassifier$, GetClassifiers$, GetColumnStatisticsForPartition$, GetColumnStatisticsForTable$, GetColumnStatisticsTaskRun$, GetColumnStatisticsTaskRuns$, GetColumnStatisticsTaskSettings$, GetConnection$, GetConnections$, GetCrawler$, GetCrawlerMetrics$, GetCrawlers$, GetCustomEntityType$, GetDashboardUrl$, GetDatabase$, GetDatabases$, GetDataCatalogEncryptionSettings$, GetDataflowGraph$, GetDataQualityModel$, GetDataQualityModelResult$, GetDataQualityResult$, GetDataQualityRuleRecommendationRun$, GetDataQualityRuleset$, GetDataQualityRulesetEvaluationRun$, GetDevEndpoint$, GetDevEndpoints$, GetEntityRecords$, GetFormType$, GetGlossary$, GetGlossaryTerm$, GetGlueIdentityCenterConfiguration$, GetIntegrationResourceProperty$, GetIntegrationTableProperties$, GetJobBookmark$, GetJob$, GetJobRun$, GetJobRuns$, GetJobs$, GetMapping$, GetMaterializedViewRefreshTaskRun$, GetMLTaskRun$, GetMLTaskRuns$, GetMLTransform$, GetMLTransforms$, GetPartition$, GetPartitionIndexes$, GetPartitions$, GetPlan$, GetRegistry$, GetResourcePolicies$, GetResourcePolicy$, GetSchemaByDefinition$, GetSchema$, GetSchemaVersion$, GetSchemaVersionsDiff$, GetSecurityConfiguration$, GetSecurityConfigurations$, GetSession$, GetSessionEndpoint$, GetStatement$, GetTable$, GetTableOptimizer$, GetTables$, GetTableVersion$, GetTableVersions$, GetTags$, GetTrigger$, GetTriggers$, GetUnfilteredPartitionMetadata$, GetUnfilteredPartitionsMetadata$, GetUnfilteredTableMetadata$, GetUsageProfile$, GetUserDefinedFunction$, GetUserDefinedFunctions$, GetWorkflow$, GetWorkflowRun$, GetWorkflowRunProperties$, GetWorkflowRuns$, ImportCatalogToGlue$, ListAssetTypes$, ListBlueprints$, ListColumnStatisticsTaskRuns$, ListConnectionTypes$, ListCrawlers$, ListCrawls$, ListCustomEntityTypes$, ListDataQualityResults$, ListDataQualityRuleRecommendationRuns$, ListDataQualityRulesetEvaluationRuns$, ListDataQualityRulesets$, ListDataQualityStatisticAnnotations$, ListDataQualityStatistics$, ListDevEndpoints$, ListEntities$, ListFormTypes$, ListGlossaries$, ListGlossaryTerms$, ListIntegrationResourceProperties$, ListIterableForms$, ListJobs$, ListMaterializedViewRefreshTaskRuns$, ListMLTransforms$, ListRegistries$, ListSchemas$, ListSchemaVersions$, ListSessions$, ListStatements$, ListTableOptimizerRuns$, ListTriggers$, ListUsageProfiles$, ListWorkflows$, ModifyIntegration$, PutAsset$, PutAssetType$, PutAttachment$, PutDataCatalogEncryptionSettings$, PutDataQualityProfileAnnotation$, PutFormType$, PutResourcePolicy$, PutSchemaVersionMetadata$, PutWorkflowRunProperties$, QuerySchemaVersionMetadata$, RegisterConnectionType$, RegisterSchemaVersion$, RemoveSchemaVersionMetadata$, ResetJobBookmark$, ResumeWorkflowRun$, RunStatement$, Search$, SearchTables$, StartBlueprintRun$, StartColumnStatisticsTaskRun$, StartColumnStatisticsTaskRunSchedule$, StartCrawler$, StartCrawlerSchedule$, StartDataQualityRuleRecommendationRun$, StartDataQualityRulesetEvaluationRun$, StartExportLabelsTaskRun$, StartImportLabelsTaskRun$, StartJobRun$, StartMaterializedViewRefreshTaskRun$, StartMLEvaluationTaskRun$, StartMLLabelingSetGenerationTaskRun$, StartTrigger$, StartWorkflowRun$, StopColumnStatisticsTaskRun$, StopColumnStatisticsTaskRunSchedule$, StopCrawler$, StopCrawlerSchedule$, StopMaterializedViewRefreshTaskRun$, StopSession$, StopTrigger$, StopWorkflowRun$, TagResource$, TestConnection$, UntagResource$, UpdateBlueprint$, UpdateCatalog$, UpdateClassifier$, UpdateColumnStatisticsForPartition$, UpdateColumnStatisticsForTable$, UpdateColumnStatisticsTaskSettings$, UpdateConnection$, UpdateCrawler$, UpdateCrawlerSchedule$, UpdateDatabase$, UpdateDataQualityRuleset$, UpdateDevEndpoint$, UpdateGlossary$, UpdateGlossaryTerm$, UpdateGlueIdentityCenterConfiguration$, UpdateIntegrationResourceProperty$, UpdateIntegrationTableProperties$, UpdateJob$, UpdateJobFromSourceControl$, UpdateMLTransform$, UpdatePartition$, UpdateRegistry$, UpdateSchema$, UpdateSourceControlFromJob$, UpdateTable$, UpdateTableOptimizer$, UpdateTrigger$, UpdateUsageProfile$, UpdateUserDefinedFunction$, UpdateWorkflow$ } = require("./schemas/schemas_0");
14
+ const { AssociateGlossaryTerms$, BatchCreatePartition$, BatchDeleteConnection$, BatchDeletePartition$, BatchDeleteTable$, BatchDeleteTableVersion$, BatchGetBlueprints$, BatchGetCrawlers$, BatchGetCustomEntityTypes$, BatchGetDataQualityResult$, BatchGetDevEndpoints$, BatchGetIterableForms$, BatchGetJobs$, BatchGetPartition$, BatchGetTableOptimizer$, BatchGetTriggers$, BatchGetWorkflows$, BatchPutDataQualityStatisticAnnotation$, BatchStopJobRun$, BatchUpdatePartition$, CancelDataQualityRuleRecommendationRun$, CancelDataQualityRulesetEvaluationRun$, CancelMLTaskRun$, CancelStatement$, CheckSchemaVersionValidity$, CreateBlueprint$, CreateCatalog$, CreateClassifier$, CreateColumnStatisticsTaskSettings$, CreateConnection$, CreateCrawler$, CreateCustomEntityType$, CreateDatabase$, CreateDataQualityRuleset$, CreateDevEndpoint$, CreateGlossary$, CreateGlossaryTerm$, CreateGlueIdentityCenterConfiguration$, CreateIntegration$, CreateIntegrationResourceProperty$, CreateIntegrationTableProperties$, CreateJob$, CreateMLTransform$, CreatePartition$, CreatePartitionIndex$, CreateRegistry$, CreateSchema$, CreateScript$, CreateSecurityConfiguration$, CreateSession$, CreateTable$, CreateTableOptimizer$, CreateTrigger$, CreateUsageProfile$, CreateUserDefinedFunction$, CreateWorkflow$, DeleteAsset$, DeleteAssetType$, DeleteAttachment$, DeleteBlueprint$, DeleteCatalog$, DeleteClassifier$, DeleteColumnStatisticsForPartition$, DeleteColumnStatisticsForTable$, DeleteColumnStatisticsTaskSettings$, DeleteConnection$, DeleteConnectionType$, DeleteCrawler$, DeleteCustomEntityType$, DeleteDatabase$, DeleteDataQualityRuleset$, DeleteDevEndpoint$, DeleteFormType$, DeleteGlossary$, DeleteGlossaryTerm$, DeleteGlueIdentityCenterConfiguration$, DeleteIntegration$, DeleteIntegrationResourceProperty$, DeleteIntegrationTableProperties$, DeleteJob$, DeleteMLTransform$, DeletePartition$, DeletePartitionIndex$, DeleteRegistry$, DeleteResourcePolicy$, DeleteSchema$, DeleteSchemaVersions$, DeleteSecurityConfiguration$, DeleteSession$, DeleteTable$, DeleteTableOptimizer$, DeleteTableVersion$, DeleteTrigger$, DeleteUsageProfile$, DeleteUserDefinedFunction$, DeleteWorkflow$, DescribeConnectionType$, DescribeEntity$, DescribeInboundIntegrations$, DescribeIntegrations$, DisassociateGlossaryTerms$, GetAsset$, GetAssetType$, GetBlueprint$, GetBlueprintRun$, GetBlueprintRuns$, GetCatalog$, GetCatalogImportStatus$, GetCatalogs$, GetClassifier$, GetClassifiers$, GetColumnStatisticsForPartition$, GetColumnStatisticsForTable$, GetColumnStatisticsTaskRun$, GetColumnStatisticsTaskRuns$, GetColumnStatisticsTaskSettings$, GetConnection$, GetConnections$, GetCrawler$, GetCrawlerMetrics$, GetCrawlers$, GetCustomEntityType$, GetDashboardUrl$, GetDatabase$, GetDatabases$, GetDataCatalogEncryptionSettings$, GetDataflowGraph$, GetDataQualityModel$, GetDataQualityModelResult$, GetDataQualityResult$, GetDataQualityRuleRecommendationRun$, GetDataQualityRuleset$, GetDataQualityRulesetEvaluationRun$, GetDevEndpoint$, GetDevEndpoints$, GetEntityRecords$, GetFormType$, GetGlossary$, GetGlossaryTerm$, GetGlueIdentityCenterConfiguration$, GetIntegrationResourceProperty$, GetIntegrationTableProperties$, GetJobBookmark$, GetJob$, GetJobRun$, GetJobRuns$, GetJobs$, GetMapping$, GetMaterializedViewRefreshTaskRun$, GetMLTaskRun$, GetMLTaskRuns$, GetMLTransform$, GetMLTransforms$, GetPartition$, GetPartitionIndexes$, GetPartitions$, GetPlan$, GetRegistry$, GetResourcePolicies$, GetResourcePolicy$, GetSchemaByDefinition$, GetSchema$, GetSchemaVersion$, GetSchemaVersionsDiff$, GetSecurityConfiguration$, GetSecurityConfigurations$, GetSession$, GetSessionEndpoint$, GetStatement$, GetTable$, GetTableOptimizer$, GetTables$, GetTableVersion$, GetTableVersions$, GetTags$, GetTrigger$, GetTriggers$, GetUnfilteredPartitionMetadata$, GetUnfilteredPartitionsMetadata$, GetUnfilteredTableMetadata$, GetUsageProfile$, GetUserDefinedFunction$, GetUserDefinedFunctions$, GetWorkflow$, GetWorkflowRun$, GetWorkflowRunProperties$, GetWorkflowRuns$, ImportCatalogToGlue$, ListAssetTypes$, ListBlueprints$, ListColumnStatisticsTaskRuns$, ListConnectionTypes$, ListCrawlers$, ListCrawls$, ListCustomEntityTypes$, ListDataQualityResults$, ListDataQualityRuleRecommendationRuns$, ListDataQualityRulesetEvaluationRuns$, ListDataQualityRulesets$, ListDataQualityStatisticAnnotations$, ListDataQualityStatistics$, ListDevEndpoints$, ListEntities$, ListFormTypes$, ListGlossaries$, ListGlossaryTerms$, ListIntegrationResourceProperties$, ListIterableForms$, ListJobs$, ListMaterializedViewRefreshTaskRuns$, ListMLTransforms$, ListRegistries$, ListSchemas$, ListSchemaVersions$, ListSessions$, ListStatements$, ListTableOptimizerRuns$, ListTriggers$, ListUsageProfiles$, ListWorkflows$, ModifyIntegration$, PutAsset$, PutAssetType$, PutAttachment$, PutDataCatalogEncryptionSettings$, PutDataQualityProfileAnnotation$, PutFormType$, PutResourcePolicy$, PutSchemaVersionMetadata$, PutWorkflowRunProperties$, QuerySchemaVersionMetadata$, RegisterConnectionType$, RegisterSchemaVersion$, RemoveSchemaVersionMetadata$, ResetJobBookmark$, ResumeWorkflowRun$, RunStatement$, SearchAssets$, SearchTables$, StartBlueprintRun$, StartColumnStatisticsTaskRun$, StartColumnStatisticsTaskRunSchedule$, StartCrawler$, StartCrawlerSchedule$, StartDataQualityRuleRecommendationRun$, StartDataQualityRulesetEvaluationRun$, StartExportLabelsTaskRun$, StartImportLabelsTaskRun$, StartJobRun$, StartMaterializedViewRefreshTaskRun$, StartMLEvaluationTaskRun$, StartMLLabelingSetGenerationTaskRun$, StartTrigger$, StartWorkflowRun$, StopColumnStatisticsTaskRun$, StopColumnStatisticsTaskRunSchedule$, StopCrawler$, StopCrawlerSchedule$, StopMaterializedViewRefreshTaskRun$, StopSession$, StopTrigger$, StopWorkflowRun$, TagResource$, TestConnection$, UntagResource$, UpdateBlueprint$, UpdateCatalog$, UpdateClassifier$, UpdateColumnStatisticsForPartition$, UpdateColumnStatisticsForTable$, UpdateColumnStatisticsTaskSettings$, UpdateConnection$, UpdateCrawler$, UpdateCrawlerSchedule$, UpdateDatabase$, UpdateDataQualityRuleset$, UpdateDevEndpoint$, UpdateGlossary$, UpdateGlossaryTerm$, UpdateGlueIdentityCenterConfiguration$, UpdateIntegrationResourceProperty$, UpdateIntegrationTableProperties$, UpdateJob$, UpdateJobFromSourceControl$, UpdateMLTransform$, UpdatePartition$, UpdateRegistry$, UpdateSchema$, UpdateSourceControlFromJob$, UpdateTable$, UpdateTableOptimizer$, UpdateTrigger$, UpdateUsageProfile$, UpdateUserDefinedFunction$, UpdateWorkflow$ } = require("./schemas/schemas_0");
15
15
  __exportStar(require("./schemas/schemas_0"), exports);
16
16
  __exportStar(require("./models/errors"), exports);
17
17
  const { GlueServiceException } = require("./models/GlueServiceException");
@@ -2955,15 +2955,15 @@ class RunStatementCommand extends Command
2955
2955
  .build() {
2956
2956
  }
2957
2957
 
2958
- class SearchCommand extends Command
2958
+ class SearchAssetsCommand extends Command
2959
2959
  .classBuilder()
2960
2960
  .ep(commonParams)
2961
2961
  .m(function (Command, cs, config, o) {
2962
2962
  return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2963
2963
  })
2964
- .s("AWSGlue", "Search", {})
2965
- .n("GlueClient", "SearchCommand")
2966
- .sc(Search$)
2964
+ .s("AWSGlue", "SearchAssets", {})
2965
+ .n("GlueClient", "SearchAssetsCommand")
2966
+ .sc(SearchAssets$)
2967
2967
  .build() {
2968
2968
  }
2969
2969
 
@@ -3751,7 +3751,7 @@ const paginateListUsageProfiles = createPaginator(GlueClient, ListUsageProfilesC
3751
3751
 
3752
3752
  const paginateListWorkflows = createPaginator(GlueClient, ListWorkflowsCommand, "NextToken", "NextToken", "MaxResults");
3753
3753
 
3754
- const paginateSearch = createPaginator(GlueClient, SearchCommand, "NextToken", "NextToken", "MaxResults");
3754
+ const paginateSearchAssets = createPaginator(GlueClient, SearchAssetsCommand, "NextToken", "NextToken", "MaxResults");
3755
3755
 
3756
3756
  const paginateSearchTables = createPaginator(GlueClient, SearchTablesCommand, "NextToken", "NextToken", "MaxResults");
3757
3757
 
@@ -3993,7 +3993,7 @@ const commands = {
3993
3993
  ResetJobBookmarkCommand,
3994
3994
  ResumeWorkflowRunCommand,
3995
3995
  RunStatementCommand,
3996
- SearchCommand,
3996
+ SearchAssetsCommand,
3997
3997
  SearchTablesCommand,
3998
3998
  StartBlueprintRunCommand,
3999
3999
  StartColumnStatisticsTaskRunCommand,
@@ -4103,7 +4103,7 @@ const paginators = {
4103
4103
  paginateListTriggers,
4104
4104
  paginateListUsageProfiles,
4105
4105
  paginateListWorkflows,
4106
- paginateSearch,
4106
+ paginateSearchAssets,
4107
4107
  paginateSearchTables,
4108
4108
  };
4109
4109
  class Glue extends GlueClient {
@@ -5451,7 +5451,7 @@ exports.ScheduleType = ScheduleType;
5451
5451
  exports.SchemaDiffType = SchemaDiffType;
5452
5452
  exports.SchemaStatus = SchemaStatus;
5453
5453
  exports.SchemaVersionStatus = SchemaVersionStatus;
5454
- exports.SearchCommand = SearchCommand;
5454
+ exports.SearchAssetsCommand = SearchAssetsCommand;
5455
5455
  exports.SearchFilterOperator = SearchFilterOperator;
5456
5456
  exports.SearchSortOrder = SearchSortOrder;
5457
5457
  exports.SearchTablesCommand = SearchTablesCommand;
@@ -5592,5 +5592,5 @@ exports.paginateListTableOptimizerRuns = paginateListTableOptimizerRuns;
5592
5592
  exports.paginateListTriggers = paginateListTriggers;
5593
5593
  exports.paginateListUsageProfiles = paginateListUsageProfiles;
5594
5594
  exports.paginateListWorkflows = paginateListWorkflows;
5595
- exports.paginateSearch = paginateSearch;
5595
+ exports.paginateSearchAssets = paginateSearchAssets;
5596
5596
  exports.paginateSearchTables = paginateSearchTables;
@@ -41,7 +41,6 @@ const _AI = "AssetIdentifier";
41
41
  const _AIO = "AdditionalIcebergOptions";
42
42
  const _AITBR = "AddIdleTimeBetweenReads";
43
43
  const _AIc = "AccountId";
44
- const _AIs = "AssetId";
45
44
  const _AKKI = "AwsKmsKeyId";
46
45
  const _AL = "AverageLength";
47
46
  const _ALc = "ActionList";
@@ -1965,11 +1964,14 @@ const _Runt = "Runtime";
1965
1964
  const _S = "Schema";
1966
1965
  const _SA = "SecretArn";
1967
1966
  const _SAF = "SearchAttributeFilter";
1967
+ const _SAI = "SearchAssetsInput";
1968
1968
  const _SAKKI = "SseAwsKmsKeyId";
1969
+ const _SAO = "SearchAssetsOutput";
1969
1970
  const _SASD = "StoredAsSubDirectories";
1970
1971
  const _SAT = "SupportedAuthenticationTypes";
1971
1972
  const _SAc = "SchemaArn";
1972
1973
  const _SAca = "ScanAll";
1974
+ const _SAe = "SearchAssets";
1973
1975
  const _SAk = "SkipArchive";
1974
1976
  const _SAo = "SourceArn";
1975
1977
  const _SAq = "SqlAliases";
@@ -2099,7 +2101,6 @@ const _SILTRR = "StartImportLabelsTaskRunRequest";
2099
2101
  const _SILTRRt = "StartImportLabelsTaskRunResponse";
2100
2102
  const _SIc = "SchemaId";
2101
2103
  const _SIe = "SessionId";
2102
- const _SIea = "SearchInput";
2103
2104
  const _SIer = "SerdeInfo";
2104
2105
  const _SIk = "SkewedInfo";
2105
2106
  const _SIo = "SourceId";
@@ -2144,7 +2145,6 @@ const _SO = "StartedOn";
2144
2145
  const _SOC = "StartOnCreation";
2145
2146
  const _SOD = "StatementOutputData";
2146
2147
  const _SOVI = "SubObjectVersionIds";
2147
- const _SOe = "SearchOutput";
2148
2148
  const _SOo = "SortOrders";
2149
2149
  const _SOor = "SortOrder";
2150
2150
  const _SOt = "StreamingOptions";
@@ -2235,7 +2235,6 @@ const _Sche = "Schemas";
2235
2235
  const _Sco = "Scopes";
2236
2236
  const _Scor = "Score";
2237
2237
  const _Se = "Serde";
2238
- const _Sea = "Search";
2239
2238
  const _Seg = "Segment";
2240
2239
  const _Sep = "Separator";
2241
2240
  const _Ses = "Session";
@@ -2574,6 +2573,8 @@ const _h = "http";
2574
2573
  const _hE = "httpError";
2575
2574
  const _hQ = "httpQuery";
2576
2575
  const _iC = "icebergConfiguration";
2576
+ const _iFN = "iterableFormName";
2577
+ const _iI = "itemIdentifier";
2577
2578
  const _jN = "jsonName";
2578
2579
  const _k = "key";
2579
2580
  const _l = "location";
@@ -3049,13 +3050,13 @@ const AssetTypeItem$ = [3, n0, _ATI,
3049
3050
  exports.AssetTypeItem$ = AssetTypeItem$;
3050
3051
  const AssociateGlossaryTermsRequest$ = [3, n0, _AGTR,
3051
3052
  0,
3052
- [_Ide, _GTI, _CTl],
3053
+ [_AI, _GTI, _CTl],
3053
3054
  [[0, 1], 64 | 0, [0, 4]], 2
3054
3055
  ];
3055
3056
  exports.AssociateGlossaryTermsRequest$ = AssociateGlossaryTermsRequest$;
3056
3057
  const AssociateGlossaryTermsResponse$ = [3, n0, _AGTRs,
3057
3058
  0,
3058
- [_Ide, _GT],
3059
+ [_AI, _GT],
3059
3060
  [0, 64 | 0]
3060
3061
  ];
3061
3062
  exports.AssociateGlossaryTermsResponse$ = AssociateGlossaryTermsResponse$;
@@ -4489,13 +4490,13 @@ const DeleteAssetTypeResponse$ = [3, n0, _DATRe,
4489
4490
  exports.DeleteAssetTypeResponse$ = DeleteAssetTypeResponse$;
4490
4491
  const DeleteAttachmentRequest$ = [3, n0, _DARel,
4491
4492
  0,
4492
- [_Ide, _AN],
4493
- [[0, 1], [0, 1]], 2
4493
+ [_AI, _AN, _IFN, _IIt],
4494
+ [[0, 1], [0, 1], [0, { [_hQ]: _iFN }], [0, { [_hQ]: _iI }]], 2
4494
4495
  ];
4495
4496
  exports.DeleteAttachmentRequest$ = DeleteAttachmentRequest$;
4496
4497
  const DeleteAttachmentResponse$ = [3, n0, _DARele,
4497
4498
  0,
4498
- [_Ide],
4499
+ [_AI],
4499
4500
  [0]
4500
4501
  ];
4501
4502
  exports.DeleteAttachmentResponse$ = DeleteAttachmentResponse$;
@@ -5035,13 +5036,13 @@ const DirectSchemaChangePolicy$ = [3, n0, _DSCP,
5035
5036
  exports.DirectSchemaChangePolicy$ = DirectSchemaChangePolicy$;
5036
5037
  const DisassociateGlossaryTermsRequest$ = [3, n0, _DGTRi,
5037
5038
  0,
5038
- [_Ide, _GTI, _CTl],
5039
+ [_AI, _GTI, _CTl],
5039
5040
  [[0, 1], 64 | 0, [0, 4]], 2
5040
5041
  ];
5041
5042
  exports.DisassociateGlossaryTermsRequest$ = DisassociateGlossaryTermsRequest$;
5042
5043
  const DisassociateGlossaryTermsResponse$ = [3, n0, _DGTRis,
5043
5044
  0,
5044
- [_Ide, _GT],
5045
+ [_AI, _GT],
5045
5046
  [0, 64 | 0]
5046
5047
  ];
5047
5048
  exports.DisassociateGlossaryTermsResponse$ = DisassociateGlossaryTermsResponse$;
@@ -7447,7 +7448,7 @@ const PutAttachmentRequest$ = [3, n0, _PARut,
7447
7448
  exports.PutAttachmentRequest$ = PutAttachmentRequest$;
7448
7449
  const PutAttachmentResponse$ = [3, n0, _PARutt,
7449
7450
  0,
7450
- [_AIs, _IFN, _IIt, _AN, _FTI],
7451
+ [_AI, _IFN, _IIt, _AN, _FTI],
7451
7452
  [0, 0, 0, 0, 0]
7452
7453
  ];
7453
7454
  exports.PutAttachmentResponse$ = PutAttachmentResponse$;
@@ -7931,30 +7932,30 @@ const SchemaVersionNumber$ = [3, n0, _SVN,
7931
7932
  [2, 1]
7932
7933
  ];
7933
7934
  exports.SchemaVersionNumber$ = SchemaVersionNumber$;
7935
+ const SearchAssetsInput$ = [3, n0, _SAI,
7936
+ 0,
7937
+ [_STea, _MRax, _NTe, _Sor, _FCi],
7938
+ [0, 1, 0, () => SearchSort$, () => SearchFilterClause$]
7939
+ ];
7940
+ exports.SearchAssetsInput$ = SearchAssetsInput$;
7941
+ const SearchAssetsOutput$ = [3, n0, _SAO,
7942
+ 0,
7943
+ [_It, _NTe],
7944
+ [() => SearchResultItemList, 0]
7945
+ ];
7946
+ exports.SearchAssetsOutput$ = SearchAssetsOutput$;
7934
7947
  const SearchAttributeFilter$ = [3, n0, _SAF,
7935
7948
  0,
7936
7949
  [_Attr, _Ope, _V],
7937
7950
  [0, 0, () => SearchFilterValue$], 2
7938
7951
  ];
7939
7952
  exports.SearchAttributeFilter$ = SearchAttributeFilter$;
7940
- const SearchInput$ = [3, n0, _SIea,
7941
- 0,
7942
- [_STea, _MRax, _NTe, _Sor, _FCi],
7943
- [0, 1, 0, () => SearchSort$, () => SearchFilterClause$]
7944
- ];
7945
- exports.SearchInput$ = SearchInput$;
7946
7953
  const SearchMapFilter$ = [3, n0, _SMF,
7947
7954
  0,
7948
7955
  [_Attr, _K, _V],
7949
7956
  [0, 0, () => SearchMapFilterValue$], 3
7950
7957
  ];
7951
7958
  exports.SearchMapFilter$ = SearchMapFilter$;
7952
- const SearchOutput$ = [3, n0, _SOe,
7953
- 0,
7954
- [_It, _NTe],
7955
- [() => SearchResultItemList, 0]
7956
- ];
7957
- exports.SearchOutput$ = SearchOutput$;
7958
7959
  const SearchResultItem$ = [3, n0, _SRI,
7959
7960
  0,
7960
7961
  [_Id, _ANs, _AD, _UA, _ATIs],
@@ -9815,7 +9816,7 @@ const TableOptimizerVpcConfiguration$ = [4, n0, _TOVC,
9815
9816
  ];
9816
9817
  exports.TableOptimizerVpcConfiguration$ = TableOptimizerVpcConfiguration$;
9817
9818
  exports.AssociateGlossaryTerms$ = [9, n0, _AGT,
9818
- { [_h]: ["POST", "/assets/{Identifier}/associate-glossary-terms", 200] }, () => AssociateGlossaryTermsRequest$, () => AssociateGlossaryTermsResponse$
9819
+ { [_h]: ["POST", "/assets/{AssetIdentifier}/associate-glossary-terms", 200] }, () => AssociateGlossaryTermsRequest$, () => AssociateGlossaryTermsResponse$
9819
9820
  ];
9820
9821
  exports.BatchCreatePartition$ = [9, n0, _BCP,
9821
9822
  0, () => BatchCreatePartitionRequest$, () => BatchCreatePartitionResponse$
@@ -9989,7 +9990,7 @@ exports.DeleteAssetType$ = [9, n0, _DAT,
9989
9990
  { [_h]: ["DELETE", "/asset-types/{Identifier}", 200] }, () => DeleteAssetTypeRequest$, () => DeleteAssetTypeResponse$
9990
9991
  ];
9991
9992
  exports.DeleteAttachment$ = [9, n0, _DAele,
9992
- { [_h]: ["DELETE", "/assets/{Identifier}/attachments/{AttachmentName}", 200] }, () => DeleteAttachmentRequest$, () => DeleteAttachmentResponse$
9993
+ { [_h]: ["DELETE", "/assets/{AssetIdentifier}/attachments/{AttachmentName}", 200] }, () => DeleteAttachmentRequest$, () => DeleteAttachmentResponse$
9993
9994
  ];
9994
9995
  exports.DeleteBlueprint$ = [9, n0, _DBe,
9995
9996
  0, () => DeleteBlueprintRequest$, () => DeleteBlueprintResponse$
@@ -10115,7 +10116,7 @@ exports.DescribeIntegrations$ = [9, n0, _DIes,
10115
10116
  0, () => DescribeIntegrationsRequest$, () => DescribeIntegrationsResponse$
10116
10117
  ];
10117
10118
  exports.DisassociateGlossaryTerms$ = [9, n0, _DGTi,
10118
- { [_h]: ["POST", "/assets/{Identifier}/disassociate-glossary-terms", 200] }, () => DisassociateGlossaryTermsRequest$, () => DisassociateGlossaryTermsResponse$
10119
+ { [_h]: ["POST", "/assets/{AssetIdentifier}/disassociate-glossary-terms", 200] }, () => DisassociateGlossaryTermsRequest$, () => DisassociateGlossaryTermsResponse$
10119
10120
  ];
10120
10121
  exports.GetAsset$ = [9, n0, _GA,
10121
10122
  { [_h]: ["GET", "/assets/{Identifier}", 200] }, () => GetAssetInput$, () => GetAssetOutput$
@@ -10525,8 +10526,8 @@ exports.ResumeWorkflowRun$ = [9, n0, _RWR,
10525
10526
  exports.RunStatement$ = [9, n0, _RSu,
10526
10527
  0, () => RunStatementRequest$, () => RunStatementResponse$
10527
10528
  ];
10528
- exports.Search$ = [9, n0, _Sea,
10529
- { [_h]: ["POST", "/search", 200] }, () => SearchInput$, () => SearchOutput$
10529
+ exports.SearchAssets$ = [9, n0, _SAe,
10530
+ { [_h]: ["POST", "/search-assets", 200] }, () => SearchAssetsInput$, () => SearchAssetsOutput$
10530
10531
  ];
10531
10532
  exports.SearchTables$ = [9, n0, _STear,
10532
10533
  0, () => SearchTablesRequest$, () => SearchTablesResponse$
package/dist-es/Glue.js CHANGED
@@ -236,7 +236,7 @@ import { RemoveSchemaVersionMetadataCommand, } from "./commands/RemoveSchemaVers
236
236
  import { ResetJobBookmarkCommand, } from "./commands/ResetJobBookmarkCommand";
237
237
  import { ResumeWorkflowRunCommand, } from "./commands/ResumeWorkflowRunCommand";
238
238
  import { RunStatementCommand, } from "./commands/RunStatementCommand";
239
- import { SearchCommand } from "./commands/SearchCommand";
239
+ import { SearchAssetsCommand, } from "./commands/SearchAssetsCommand";
240
240
  import { SearchTablesCommand, } from "./commands/SearchTablesCommand";
241
241
  import { StartBlueprintRunCommand, } from "./commands/StartBlueprintRunCommand";
242
242
  import { StartColumnStatisticsTaskRunCommand, } from "./commands/StartColumnStatisticsTaskRunCommand";
@@ -345,7 +345,7 @@ import { paginateListTableOptimizerRuns } from "./pagination/ListTableOptimizerR
345
345
  import { paginateListTriggers } from "./pagination/ListTriggersPaginator";
346
346
  import { paginateListUsageProfiles } from "./pagination/ListUsageProfilesPaginator";
347
347
  import { paginateListWorkflows } from "./pagination/ListWorkflowsPaginator";
348
- import { paginateSearch } from "./pagination/SearchPaginator";
348
+ import { paginateSearchAssets } from "./pagination/SearchAssetsPaginator";
349
349
  import { paginateSearchTables } from "./pagination/SearchTablesPaginator";
350
350
  const commands = {
351
351
  AssociateGlossaryTermsCommand,
@@ -585,7 +585,7 @@ const commands = {
585
585
  ResetJobBookmarkCommand,
586
586
  ResumeWorkflowRunCommand,
587
587
  RunStatementCommand,
588
- SearchCommand,
588
+ SearchAssetsCommand,
589
589
  SearchTablesCommand,
590
590
  StartBlueprintRunCommand,
591
591
  StartColumnStatisticsTaskRunCommand,
@@ -695,7 +695,7 @@ const paginators = {
695
695
  paginateListTriggers,
696
696
  paginateListUsageProfiles,
697
697
  paginateListWorkflows,
698
- paginateSearch,
698
+ paginateSearchAssets,
699
699
  paginateSearchTables,
700
700
  };
701
701
  export class Glue extends GlueClient {
@@ -1,16 +1,16 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import { getEndpointPlugin } from "@smithy/core/endpoints";
3
3
  import { commonParams } from "../endpoint/EndpointParameters";
4
- import { Search$ } from "../schemas/schemas_0";
4
+ import { SearchAssets$ } from "../schemas/schemas_0";
5
5
  export { $Command };
6
- export class SearchCommand extends $Command
6
+ export class SearchAssetsCommand extends $Command
7
7
  .classBuilder()
8
8
  .ep(commonParams)
9
9
  .m(function (Command, cs, config, o) {
10
10
  return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
11
  })
12
- .s("AWSGlue", "Search", {})
13
- .n("GlueClient", "SearchCommand")
14
- .sc(Search$)
12
+ .s("AWSGlue", "SearchAssets", {})
13
+ .n("GlueClient", "SearchAssetsCommand")
14
+ .sc(SearchAssets$)
15
15
  .build() {
16
16
  }
@@ -235,7 +235,7 @@ export * from "./RemoveSchemaVersionMetadataCommand";
235
235
  export * from "./ResetJobBookmarkCommand";
236
236
  export * from "./ResumeWorkflowRunCommand";
237
237
  export * from "./RunStatementCommand";
238
- export * from "./SearchCommand";
238
+ export * from "./SearchAssetsCommand";
239
239
  export * from "./SearchTablesCommand";
240
240
  export * from "./StartBlueprintRunCommand";
241
241
  export * from "./StartColumnStatisticsTaskRunCommand";
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { SearchAssetsCommand, } from "../commands/SearchAssetsCommand";
3
+ import { GlueClient } from "../GlueClient";
4
+ export const paginateSearchAssets = createPaginator(GlueClient, SearchAssetsCommand, "NextToken", "NextToken", "MaxResults");
@@ -49,5 +49,5 @@ export * from "./ListTableOptimizerRunsPaginator";
49
49
  export * from "./ListTriggersPaginator";
50
50
  export * from "./ListUsageProfilesPaginator";
51
51
  export * from "./ListWorkflowsPaginator";
52
- export * from "./SearchPaginator";
52
+ export * from "./SearchAssetsPaginator";
53
53
  export * from "./SearchTablesPaginator";
@@ -41,7 +41,6 @@ const _AI = "AssetIdentifier";
41
41
  const _AIO = "AdditionalIcebergOptions";
42
42
  const _AITBR = "AddIdleTimeBetweenReads";
43
43
  const _AIc = "AccountId";
44
- const _AIs = "AssetId";
45
44
  const _AKKI = "AwsKmsKeyId";
46
45
  const _AL = "AverageLength";
47
46
  const _ALc = "ActionList";
@@ -1965,11 +1964,14 @@ const _Runt = "Runtime";
1965
1964
  const _S = "Schema";
1966
1965
  const _SA = "SecretArn";
1967
1966
  const _SAF = "SearchAttributeFilter";
1967
+ const _SAI = "SearchAssetsInput";
1968
1968
  const _SAKKI = "SseAwsKmsKeyId";
1969
+ const _SAO = "SearchAssetsOutput";
1969
1970
  const _SASD = "StoredAsSubDirectories";
1970
1971
  const _SAT = "SupportedAuthenticationTypes";
1971
1972
  const _SAc = "SchemaArn";
1972
1973
  const _SAca = "ScanAll";
1974
+ const _SAe = "SearchAssets";
1973
1975
  const _SAk = "SkipArchive";
1974
1976
  const _SAo = "SourceArn";
1975
1977
  const _SAq = "SqlAliases";
@@ -2099,7 +2101,6 @@ const _SILTRR = "StartImportLabelsTaskRunRequest";
2099
2101
  const _SILTRRt = "StartImportLabelsTaskRunResponse";
2100
2102
  const _SIc = "SchemaId";
2101
2103
  const _SIe = "SessionId";
2102
- const _SIea = "SearchInput";
2103
2104
  const _SIer = "SerdeInfo";
2104
2105
  const _SIk = "SkewedInfo";
2105
2106
  const _SIo = "SourceId";
@@ -2144,7 +2145,6 @@ const _SO = "StartedOn";
2144
2145
  const _SOC = "StartOnCreation";
2145
2146
  const _SOD = "StatementOutputData";
2146
2147
  const _SOVI = "SubObjectVersionIds";
2147
- const _SOe = "SearchOutput";
2148
2148
  const _SOo = "SortOrders";
2149
2149
  const _SOor = "SortOrder";
2150
2150
  const _SOt = "StreamingOptions";
@@ -2235,7 +2235,6 @@ const _Sche = "Schemas";
2235
2235
  const _Sco = "Scopes";
2236
2236
  const _Scor = "Score";
2237
2237
  const _Se = "Serde";
2238
- const _Sea = "Search";
2239
2238
  const _Seg = "Segment";
2240
2239
  const _Sep = "Separator";
2241
2240
  const _Ses = "Session";
@@ -2574,6 +2573,8 @@ const _h = "http";
2574
2573
  const _hE = "httpError";
2575
2574
  const _hQ = "httpQuery";
2576
2575
  const _iC = "icebergConfiguration";
2576
+ const _iFN = "iterableFormName";
2577
+ const _iI = "itemIdentifier";
2577
2578
  const _jN = "jsonName";
2578
2579
  const _k = "key";
2579
2580
  const _l = "location";
@@ -2986,12 +2987,12 @@ export var AssetTypeItem$ = [3, n0, _ATI,
2986
2987
  ];
2987
2988
  export var AssociateGlossaryTermsRequest$ = [3, n0, _AGTR,
2988
2989
  0,
2989
- [_Ide, _GTI, _CTl],
2990
+ [_AI, _GTI, _CTl],
2990
2991
  [[0, 1], 64 | 0, [0, 4]], 2
2991
2992
  ];
2992
2993
  export var AssociateGlossaryTermsResponse$ = [3, n0, _AGTRs,
2993
2994
  0,
2994
- [_Ide, _GT],
2995
+ [_AI, _GT],
2995
2996
  [0, 64 | 0]
2996
2997
  ];
2997
2998
  export var AthenaConnectorSource$ = [3, n0, _ACS,
@@ -4186,12 +4187,12 @@ export var DeleteAssetTypeResponse$ = [3, n0, _DATRe,
4186
4187
  ];
4187
4188
  export var DeleteAttachmentRequest$ = [3, n0, _DARel,
4188
4189
  0,
4189
- [_Ide, _AN],
4190
- [[0, 1], [0, 1]], 2
4190
+ [_AI, _AN, _IFN, _IIt],
4191
+ [[0, 1], [0, 1], [0, { [_hQ]: _iFN }], [0, { [_hQ]: _iI }]], 2
4191
4192
  ];
4192
4193
  export var DeleteAttachmentResponse$ = [3, n0, _DARele,
4193
4194
  0,
4194
- [_Ide],
4195
+ [_AI],
4195
4196
  [0]
4196
4197
  ];
4197
4198
  export var DeleteBlueprintRequest$ = [3, n0, _DBR,
@@ -4641,12 +4642,12 @@ export var DirectSchemaChangePolicy$ = [3, n0, _DSCP,
4641
4642
  ];
4642
4643
  export var DisassociateGlossaryTermsRequest$ = [3, n0, _DGTRi,
4643
4644
  0,
4644
- [_Ide, _GTI, _CTl],
4645
+ [_AI, _GTI, _CTl],
4645
4646
  [[0, 1], 64 | 0, [0, 4]], 2
4646
4647
  ];
4647
4648
  export var DisassociateGlossaryTermsResponse$ = [3, n0, _DGTRis,
4648
4649
  0,
4649
- [_Ide, _GT],
4650
+ [_AI, _GT],
4650
4651
  [0, 64 | 0]
4651
4652
  ];
4652
4653
  export var DoubleColumnStatisticsData$ = [3, n0, _DCSDo,
@@ -6651,7 +6652,7 @@ export var PutAttachmentRequest$ = [3, n0, _PARut,
6651
6652
  ];
6652
6653
  export var PutAttachmentResponse$ = [3, n0, _PARutt,
6653
6654
  0,
6654
- [_AIs, _IFN, _IIt, _AN, _FTI],
6655
+ [_AI, _IFN, _IIt, _AN, _FTI],
6655
6656
  [0, 0, 0, 0, 0]
6656
6657
  ];
6657
6658
  export var PutDataCatalogEncryptionSettingsRequest$ = [3, n0, _PDCESR,
@@ -7054,26 +7055,26 @@ export var SchemaVersionNumber$ = [3, n0, _SVN,
7054
7055
  [_LV, _VN],
7055
7056
  [2, 1]
7056
7057
  ];
7058
+ export var SearchAssetsInput$ = [3, n0, _SAI,
7059
+ 0,
7060
+ [_STea, _MRax, _NTe, _Sor, _FCi],
7061
+ [0, 1, 0, () => SearchSort$, () => SearchFilterClause$]
7062
+ ];
7063
+ export var SearchAssetsOutput$ = [3, n0, _SAO,
7064
+ 0,
7065
+ [_It, _NTe],
7066
+ [() => SearchResultItemList, 0]
7067
+ ];
7057
7068
  export var SearchAttributeFilter$ = [3, n0, _SAF,
7058
7069
  0,
7059
7070
  [_Attr, _Ope, _V],
7060
7071
  [0, 0, () => SearchFilterValue$], 2
7061
7072
  ];
7062
- export var SearchInput$ = [3, n0, _SIea,
7063
- 0,
7064
- [_STea, _MRax, _NTe, _Sor, _FCi],
7065
- [0, 1, 0, () => SearchSort$, () => SearchFilterClause$]
7066
- ];
7067
7073
  export var SearchMapFilter$ = [3, n0, _SMF,
7068
7074
  0,
7069
7075
  [_Attr, _K, _V],
7070
7076
  [0, 0, () => SearchMapFilterValue$], 3
7071
7077
  ];
7072
- export var SearchOutput$ = [3, n0, _SOe,
7073
- 0,
7074
- [_It, _NTe],
7075
- [() => SearchResultItemList, 0]
7076
- ];
7077
7078
  export var SearchResultItem$ = [3, n0, _SRI,
7078
7079
  0,
7079
7080
  [_Id, _ANs, _AD, _UA, _ATIs],
@@ -8727,7 +8728,7 @@ export var TableOptimizerVpcConfiguration$ = [4, n0, _TOVC,
8727
8728
  [0]
8728
8729
  ];
8729
8730
  export var AssociateGlossaryTerms$ = [9, n0, _AGT,
8730
- { [_h]: ["POST", "/assets/{Identifier}/associate-glossary-terms", 200] }, () => AssociateGlossaryTermsRequest$, () => AssociateGlossaryTermsResponse$
8731
+ { [_h]: ["POST", "/assets/{AssetIdentifier}/associate-glossary-terms", 200] }, () => AssociateGlossaryTermsRequest$, () => AssociateGlossaryTermsResponse$
8731
8732
  ];
8732
8733
  export var BatchCreatePartition$ = [9, n0, _BCP,
8733
8734
  0, () => BatchCreatePartitionRequest$, () => BatchCreatePartitionResponse$
@@ -8901,7 +8902,7 @@ export var DeleteAssetType$ = [9, n0, _DAT,
8901
8902
  { [_h]: ["DELETE", "/asset-types/{Identifier}", 200] }, () => DeleteAssetTypeRequest$, () => DeleteAssetTypeResponse$
8902
8903
  ];
8903
8904
  export var DeleteAttachment$ = [9, n0, _DAele,
8904
- { [_h]: ["DELETE", "/assets/{Identifier}/attachments/{AttachmentName}", 200] }, () => DeleteAttachmentRequest$, () => DeleteAttachmentResponse$
8905
+ { [_h]: ["DELETE", "/assets/{AssetIdentifier}/attachments/{AttachmentName}", 200] }, () => DeleteAttachmentRequest$, () => DeleteAttachmentResponse$
8905
8906
  ];
8906
8907
  export var DeleteBlueprint$ = [9, n0, _DBe,
8907
8908
  0, () => DeleteBlueprintRequest$, () => DeleteBlueprintResponse$
@@ -9027,7 +9028,7 @@ export var DescribeIntegrations$ = [9, n0, _DIes,
9027
9028
  0, () => DescribeIntegrationsRequest$, () => DescribeIntegrationsResponse$
9028
9029
  ];
9029
9030
  export var DisassociateGlossaryTerms$ = [9, n0, _DGTi,
9030
- { [_h]: ["POST", "/assets/{Identifier}/disassociate-glossary-terms", 200] }, () => DisassociateGlossaryTermsRequest$, () => DisassociateGlossaryTermsResponse$
9031
+ { [_h]: ["POST", "/assets/{AssetIdentifier}/disassociate-glossary-terms", 200] }, () => DisassociateGlossaryTermsRequest$, () => DisassociateGlossaryTermsResponse$
9031
9032
  ];
9032
9033
  export var GetAsset$ = [9, n0, _GA,
9033
9034
  { [_h]: ["GET", "/assets/{Identifier}", 200] }, () => GetAssetInput$, () => GetAssetOutput$
@@ -9437,8 +9438,8 @@ export var ResumeWorkflowRun$ = [9, n0, _RWR,
9437
9438
  export var RunStatement$ = [9, n0, _RSu,
9438
9439
  0, () => RunStatementRequest$, () => RunStatementResponse$
9439
9440
  ];
9440
- export var Search$ = [9, n0, _Sea,
9441
- { [_h]: ["POST", "/search", 200] }, () => SearchInput$, () => SearchOutput$
9441
+ export var SearchAssets$ = [9, n0, _SAe,
9442
+ { [_h]: ["POST", "/search-assets", 200] }, () => SearchAssetsInput$, () => SearchAssetsOutput$
9442
9443
  ];
9443
9444
  export var SearchTables$ = [9, n0, _STear,
9444
9445
  0, () => SearchTablesRequest$, () => SearchTablesResponse$
@@ -236,7 +236,7 @@ import { type RemoveSchemaVersionMetadataCommandInput, type RemoveSchemaVersionM
236
236
  import { type ResetJobBookmarkCommandInput, type ResetJobBookmarkCommandOutput } from "./commands/ResetJobBookmarkCommand";
237
237
  import { type ResumeWorkflowRunCommandInput, type ResumeWorkflowRunCommandOutput } from "./commands/ResumeWorkflowRunCommand";
238
238
  import { type RunStatementCommandInput, type RunStatementCommandOutput } from "./commands/RunStatementCommand";
239
- import { type SearchCommandInput, type SearchCommandOutput } from "./commands/SearchCommand";
239
+ import { type SearchAssetsCommandInput, type SearchAssetsCommandOutput } from "./commands/SearchAssetsCommand";
240
240
  import { type SearchTablesCommandInput, type SearchTablesCommandOutput } from "./commands/SearchTablesCommand";
241
241
  import { type StartBlueprintRunCommandInput, type StartBlueprintRunCommandOutput } from "./commands/StartBlueprintRunCommand";
242
242
  import { type StartColumnStatisticsTaskRunCommandInput, type StartColumnStatisticsTaskRunCommandOutput } from "./commands/StartColumnStatisticsTaskRunCommand";
@@ -1770,12 +1770,12 @@ export interface Glue {
1770
1770
  runStatement(args: RunStatementCommandInput, cb: (err: any, data?: RunStatementCommandOutput) => void): void;
1771
1771
  runStatement(args: RunStatementCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RunStatementCommandOutput) => void): void;
1772
1772
  /**
1773
- * @see {@link SearchCommand}
1773
+ * @see {@link SearchAssetsCommand}
1774
1774
  */
1775
- search(): Promise<SearchCommandOutput>;
1776
- search(args: SearchCommandInput, options?: __HttpHandlerOptions): Promise<SearchCommandOutput>;
1777
- search(args: SearchCommandInput, cb: (err: any, data?: SearchCommandOutput) => void): void;
1778
- search(args: SearchCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchCommandOutput) => void): void;
1775
+ searchAssets(): Promise<SearchAssetsCommandOutput>;
1776
+ searchAssets(args: SearchAssetsCommandInput, options?: __HttpHandlerOptions): Promise<SearchAssetsCommandOutput>;
1777
+ searchAssets(args: SearchAssetsCommandInput, cb: (err: any, data?: SearchAssetsCommandOutput) => void): void;
1778
+ searchAssets(args: SearchAssetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAssetsCommandOutput) => void): void;
1779
1779
  /**
1780
1780
  * @see {@link SearchTablesCommand}
1781
1781
  */
@@ -2475,12 +2475,12 @@ export interface Glue {
2475
2475
  */
2476
2476
  paginateListWorkflows(args?: ListWorkflowsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<ListWorkflowsCommandOutput>;
2477
2477
  /**
2478
- * @see {@link SearchCommand}
2478
+ * @see {@link SearchAssetsCommand}
2479
2479
  * @param args - command input.
2480
2480
  * @param paginationConfig - optional pagination config.
2481
- * @returns AsyncIterable of {@link SearchCommandOutput}.
2481
+ * @returns AsyncIterable of {@link SearchAssetsCommandOutput}.
2482
2482
  */
2483
- paginateSearch(args?: SearchCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchCommandOutput>;
2483
+ paginateSearchAssets(args?: SearchAssetsCommandInput, paginationConfig?: Omit<PaginationConfiguration, "client">): Paginator<SearchAssetsCommandOutput>;
2484
2484
  /**
2485
2485
  * @see {@link SearchTablesCommand}
2486
2486
  * @param args - command input.