@aws-sdk/client-datazone 3.970.0 → 3.971.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.
- package/dist-cjs/index.js +13 -2
- package/dist-es/models/enums.js +8 -0
- package/dist-es/schemas/schemas_0.js +4 -2
- package/dist-types/commands/SearchCommand.d.ts +7 -3
- package/dist-types/commands/SearchListingsCommand.d.ts +7 -3
- package/dist-types/commands/SearchTypesCommand.d.ts +6 -2
- package/dist-types/models/enums.d.ts +16 -0
- package/dist-types/models/models_1.d.ts +13 -3
- package/dist-types/ts3.4/models/enums.d.ts +10 -0
- package/dist-types/ts3.4/models/models_1.d.ts +4 -1
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -1476,6 +1476,7 @@ const _iT = "itemType";
|
|
|
1476
1476
|
const _iTd = "idempotencyToken";
|
|
1477
1477
|
const _iTdl = "idleTimeout";
|
|
1478
1478
|
const _iUS = "isUpdateSupported";
|
|
1479
|
+
const _iV = "intValue";
|
|
1479
1480
|
const _iVE = "isValueEditable";
|
|
1480
1481
|
const _ia = "iam";
|
|
1481
1482
|
const _id = "id";
|
|
@@ -1581,6 +1582,7 @@ const _oPIwn = "ownerProjectId";
|
|
|
1581
1582
|
const _oPN = "ownerProjectName";
|
|
1582
1583
|
const _oPO = "overrideProjectOwners";
|
|
1583
1584
|
const _oUI = "owningUserId";
|
|
1585
|
+
const _op = "operator";
|
|
1584
1586
|
const _or = "orchestrator";
|
|
1585
1587
|
const _or_ = "or";
|
|
1586
1588
|
const _ord = "order";
|
|
@@ -2967,8 +2969,8 @@ var FailureCause$ = [3, n0, _FC,
|
|
|
2967
2969
|
];
|
|
2968
2970
|
var Filter$ = [3, n0, _F,
|
|
2969
2971
|
0,
|
|
2970
|
-
[_a, _v],
|
|
2971
|
-
[0, 0],
|
|
2972
|
+
[_a, _v, _iV, _op],
|
|
2973
|
+
[0, 0, 1, 0], 1
|
|
2972
2974
|
];
|
|
2973
2975
|
var FilterExpression$ = [3, n0, _FE,
|
|
2974
2976
|
0,
|
|
@@ -8876,6 +8878,14 @@ const SearchOutputAdditionalAttribute = {
|
|
|
8876
8878
|
TEXT_MATCH_RATIONALE: "TEXT_MATCH_RATIONALE",
|
|
8877
8879
|
TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS",
|
|
8878
8880
|
};
|
|
8881
|
+
const FilterOperator = {
|
|
8882
|
+
EQ: "EQ",
|
|
8883
|
+
GE: "GE",
|
|
8884
|
+
GT: "GT",
|
|
8885
|
+
LE: "LE",
|
|
8886
|
+
LT: "LT",
|
|
8887
|
+
TEXT_SEARCH: "TEXT_SEARCH",
|
|
8888
|
+
};
|
|
8879
8889
|
const InventorySearchScope = {
|
|
8880
8890
|
ASSET: "ASSET",
|
|
8881
8891
|
DATA_PRODUCT: "DATA_PRODUCT",
|
|
@@ -9312,6 +9322,7 @@ exports.Filter$ = Filter$;
|
|
|
9312
9322
|
exports.FilterClause$ = FilterClause$;
|
|
9313
9323
|
exports.FilterExpression$ = FilterExpression$;
|
|
9314
9324
|
exports.FilterExpressionType = FilterExpressionType;
|
|
9325
|
+
exports.FilterOperator = FilterOperator;
|
|
9315
9326
|
exports.FilterStatus = FilterStatus;
|
|
9316
9327
|
exports.FormEntryInput$ = FormEntryInput$;
|
|
9317
9328
|
exports.FormEntryOutput$ = FormEntryOutput$;
|
package/dist-es/models/enums.js
CHANGED
|
@@ -557,6 +557,14 @@ export const SearchOutputAdditionalAttribute = {
|
|
|
557
557
|
TEXT_MATCH_RATIONALE: "TEXT_MATCH_RATIONALE",
|
|
558
558
|
TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS",
|
|
559
559
|
};
|
|
560
|
+
export const FilterOperator = {
|
|
561
|
+
EQ: "EQ",
|
|
562
|
+
GE: "GE",
|
|
563
|
+
GT: "GT",
|
|
564
|
+
LE: "LE",
|
|
565
|
+
LT: "LT",
|
|
566
|
+
TEXT_SEARCH: "TEXT_SEARCH",
|
|
567
|
+
};
|
|
560
568
|
export const InventorySearchScope = {
|
|
561
569
|
ASSET: "ASSET",
|
|
562
570
|
DATA_PRODUCT: "DATA_PRODUCT",
|
|
@@ -1260,6 +1260,7 @@ const _iT = "itemType";
|
|
|
1260
1260
|
const _iTd = "idempotencyToken";
|
|
1261
1261
|
const _iTdl = "idleTimeout";
|
|
1262
1262
|
const _iUS = "isUpdateSupported";
|
|
1263
|
+
const _iV = "intValue";
|
|
1263
1264
|
const _iVE = "isValueEditable";
|
|
1264
1265
|
const _ia = "iam";
|
|
1265
1266
|
const _id = "id";
|
|
@@ -1365,6 +1366,7 @@ const _oPIwn = "ownerProjectId";
|
|
|
1365
1366
|
const _oPN = "ownerProjectName";
|
|
1366
1367
|
const _oPO = "overrideProjectOwners";
|
|
1367
1368
|
const _oUI = "owningUserId";
|
|
1369
|
+
const _op = "operator";
|
|
1368
1370
|
const _or = "orchestrator";
|
|
1369
1371
|
const _or_ = "or";
|
|
1370
1372
|
const _ord = "order";
|
|
@@ -2754,8 +2756,8 @@ export var FailureCause$ = [3, n0, _FC,
|
|
|
2754
2756
|
];
|
|
2755
2757
|
export var Filter$ = [3, n0, _F,
|
|
2756
2758
|
0,
|
|
2757
|
-
[_a, _v],
|
|
2758
|
-
[0, 0],
|
|
2759
|
+
[_a, _v, _iV, _op],
|
|
2760
|
+
[0, 0, 1, 0], 1
|
|
2759
2761
|
];
|
|
2760
2762
|
export var FilterExpression$ = [3, n0, _FE,
|
|
2761
2763
|
0,
|
|
@@ -28,7 +28,7 @@ declare const SearchCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <p>Searches for assets in Amazon DataZone.</p> <p>Search in Amazon DataZone is a powerful capability that enables users to discover and explore data assets, glossary terms, and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. Search can be scoped to specific types of resources (like assets, glossary terms, or data products) and can be filtered using various criteria such as creation date, owner, or status. The search functionality is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.</p> <p>Many search commands in Amazon DataZone are paginated, including <code>search</code> and <code>search-types</code>. When the result set is large, Amazon DataZone returns a <code>nextToken</code> in the response. This token can be used to retrieve the next page of results. </p> <p>Prerequisites:</p> <ul> <li> <p>The --domain-identifier must refer to an existing Amazon DataZone domain. </p> </li> <li> <p>--search-scope must be one of: ASSET, GLOSSARY_TERM, DATA_PRODUCT, or GLOSSARY.</p> </li> <li> <p>The user must have search permissions in the specified domain.</p> </li> <li> <p>If using --filters, ensure that the JSON is well-formed and that each filter includes valid attribute and value keys. </p> </li> <li> <p>For paginated results, be prepared to use --next-token to fetch additional pages.</p> </li> </ul>
|
|
31
|
+
* <p>Searches for assets in Amazon DataZone.</p> <p>Search in Amazon DataZone is a powerful capability that enables users to discover and explore data assets, glossary terms, and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. Search can be scoped to specific types of resources (like assets, glossary terms, or data products) and can be filtered using various criteria such as creation date, owner, or status. The search functionality is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.</p> <p>Many search commands in Amazon DataZone are paginated, including <code>search</code> and <code>search-types</code>. When the result set is large, Amazon DataZone returns a <code>nextToken</code> in the response. This token can be used to retrieve the next page of results. </p> <p>Prerequisites:</p> <ul> <li> <p>The --domain-identifier must refer to an existing Amazon DataZone domain. </p> </li> <li> <p>--search-scope must be one of: ASSET, GLOSSARY_TERM, DATA_PRODUCT, or GLOSSARY.</p> </li> <li> <p>The user must have search permissions in the specified domain.</p> </li> <li> <p>If using --filters, ensure that the JSON is well-formed and that each filter includes valid attribute and value keys. </p> </li> <li> <p>For paginated results, be prepared to use --next-token to fetch additional pages.</p> </li> </ul> <p>To run a standard free-text search, the <code>searchText</code> parameter must be supplied. By default, all searchable fields are indexed for semantic search and will return semantic matches for SearchListings queries. To prevent semantic search indexing for a custom form attribute, see the <a href="https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateFormType.html">CreateFormType API documentation</a>. To run a lexical search query, enclose the query with double quotes (""). This will disable semantic search even for fields that have semantic search enabled and will only return results that contain the keywords wrapped by double quotes (order of tokens in the query is not enforced). Free-text search is supported for all attributes annotated with @amazon.datazone#searchable.</p> <p>To run a filtered search, provide filter clause using the <code>filters</code> parameter. To filter on glossary terms, use the special attribute <code>__DataZoneGlossaryTerms</code>. To filter on an indexed numeric attribute (i.e., a numeric attribute annotated with <code>@amazon.datazone#sortable</code>), provide a filter using the <code>intValue</code> parameter. The filters parameter can also be used to run more advanced free-text searches that target specific attributes (attributes must be annotated with <code>@amazon.datazone#searchable</code> for free-text search). Create/update timestamp filtering is supported using the special <code>creationTime</code>/<code>lastUpdatedTime</code> attributes. Filter types can be mixed and matched to power complex queries.</p> <p> To find out whether an attribute has been annotated and indexed for a given search type, use the GetFormType API to retrieve the form containing the attribute.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -52,13 +52,17 @@ declare const SearchCommand_base: {
|
|
|
52
52
|
* filters: { // FilterClause Union: only one key present
|
|
53
53
|
* filter: { // Filter
|
|
54
54
|
* attribute: "STRING_VALUE", // required
|
|
55
|
-
* value: "STRING_VALUE",
|
|
55
|
+
* value: "STRING_VALUE",
|
|
56
|
+
* intValue: Number("long"),
|
|
57
|
+
* operator: "EQ" || "LE" || "LT" || "GE" || "GT" || "TEXT_SEARCH",
|
|
56
58
|
* },
|
|
57
59
|
* and: [ // FilterList
|
|
58
60
|
* {// Union: only one key present
|
|
59
61
|
* filter: {
|
|
60
62
|
* attribute: "STRING_VALUE", // required
|
|
61
|
-
* value: "STRING_VALUE",
|
|
63
|
+
* value: "STRING_VALUE",
|
|
64
|
+
* intValue: Number("long"),
|
|
65
|
+
* operator: "EQ" || "LE" || "LT" || "GE" || "GT" || "TEXT_SEARCH",
|
|
62
66
|
* },
|
|
63
67
|
* and: [
|
|
64
68
|
* "<FilterClause>",
|
|
@@ -28,7 +28,7 @@ declare const SearchListingsCommand_base: {
|
|
|
28
28
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
29
|
};
|
|
30
30
|
/**
|
|
31
|
-
* <p>Searches listings in Amazon DataZone.</p> <p>SearchListings is a powerful capability that enables users to discover and explore published assets and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. SearchListings also supports filtering using various criteria such as creation date, owner, or status. This API is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.</p> <p>SearchListings returns results in a paginated format. When the result set is large, the response will include a nextToken, which can be used to retrieve the next page of results.</p> <p>The SearchListings API gives users flexibility in specifying what kind of search is run.</p> <p>To run a free-text search, the <code>searchText</code> parameter must be supplied. By default, all searchable fields are indexed for semantic search and will return semantic matches for SearchListings queries. To prevent semantic search indexing for a custom form attribute, see the <a href="https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateFormType.html">CreateFormType API documentation</a>. To run a lexical search query, enclose the query with double quotes (""). This will disable semantic search even for fields that have semantic search enabled and will only return results that contain the keywords wrapped by double quotes (order of tokens in the query is not enforced). Free-text search is supported for all attributes annotated with @amazon.datazone#searchable.</p> <p>To run a filtered search, provide filter clause using the filters parameter. To filter on glossary terms, use the special attribute <code>__DataZoneGlossaryTerms</code
|
|
31
|
+
* <p>Searches listings in Amazon DataZone.</p> <p>SearchListings is a powerful capability that enables users to discover and explore published assets and data products across their organization. It provides both basic and advanced search functionality, allowing users to find resources based on names, descriptions, metadata, and other attributes. SearchListings also supports filtering using various criteria such as creation date, owner, or status. This API is essential for making the wealth of data resources in an organization discoverable and usable, helping users find the right data for their needs quickly and efficiently.</p> <p>SearchListings returns results in a paginated format. When the result set is large, the response will include a nextToken, which can be used to retrieve the next page of results.</p> <p>The SearchListings API gives users flexibility in specifying what kind of search is run.</p> <p>To run a standard free-text search, the <code>searchText</code> parameter must be supplied. By default, all searchable fields are indexed for semantic search and will return semantic matches for SearchListings queries. To prevent semantic search indexing for a custom form attribute, see the <a href="https://docs.aws.amazon.com/datazone/latest/APIReference/API_CreateFormType.html">CreateFormType API documentation</a>. To run a lexical search query, enclose the query with double quotes (""). This will disable semantic search even for fields that have semantic search enabled and will only return results that contain the keywords wrapped by double quotes (order of tokens in the query is not enforced). Free-text search is supported for all attributes annotated with @amazon.datazone#searchable.</p> <p>To run a filtered search, provide filter clause using the <code>filters</code> parameter. To filter on glossary terms, use the special attribute <code>__DataZoneGlossaryTerms</code>. To filter on an indexed numeric attribute (i.e., a numeric attribute annotated with <code>@amazon.datazone#sortable</code>), provide a filter using the <code>intValue</code> parameter. The filters parameter can also be used to run more advanced free-text searches that target specific attributes (attributes must be annotated with <code>@amazon.datazone#searchable</code> for free-text search). Create/update timestamp filtering is supported using the special <code>creationTime</code>/<code>lastUpdatedTime</code> attributes. Filter types can be mixed and matched to power complex queries.</p> <p> To find out whether an attribute has been annotated and indexed for a given search type, use the GetFormType API to retrieve the form containing the attribute.</p>
|
|
32
32
|
* @example
|
|
33
33
|
* Use a bare-bones client and the command you need to make an API call.
|
|
34
34
|
* ```javascript
|
|
@@ -50,13 +50,17 @@ declare const SearchListingsCommand_base: {
|
|
|
50
50
|
* filters: { // FilterClause Union: only one key present
|
|
51
51
|
* filter: { // Filter
|
|
52
52
|
* attribute: "STRING_VALUE", // required
|
|
53
|
-
* value: "STRING_VALUE",
|
|
53
|
+
* value: "STRING_VALUE",
|
|
54
|
+
* intValue: Number("long"),
|
|
55
|
+
* operator: "EQ" || "LE" || "LT" || "GE" || "GT" || "TEXT_SEARCH",
|
|
54
56
|
* },
|
|
55
57
|
* and: [ // FilterList
|
|
56
58
|
* {// Union: only one key present
|
|
57
59
|
* filter: {
|
|
58
60
|
* attribute: "STRING_VALUE", // required
|
|
59
|
-
* value: "STRING_VALUE",
|
|
61
|
+
* value: "STRING_VALUE",
|
|
62
|
+
* intValue: Number("long"),
|
|
63
|
+
* operator: "EQ" || "LE" || "LT" || "GE" || "GT" || "TEXT_SEARCH",
|
|
60
64
|
* },
|
|
61
65
|
* and: [
|
|
62
66
|
* "<FilterClause>",
|
|
@@ -51,13 +51,17 @@ declare const SearchTypesCommand_base: {
|
|
|
51
51
|
* filters: { // FilterClause Union: only one key present
|
|
52
52
|
* filter: { // Filter
|
|
53
53
|
* attribute: "STRING_VALUE", // required
|
|
54
|
-
* value: "STRING_VALUE",
|
|
54
|
+
* value: "STRING_VALUE",
|
|
55
|
+
* intValue: Number("long"),
|
|
56
|
+
* operator: "EQ" || "LE" || "LT" || "GE" || "GT" || "TEXT_SEARCH",
|
|
55
57
|
* },
|
|
56
58
|
* and: [ // FilterList
|
|
57
59
|
* {// Union: only one key present
|
|
58
60
|
* filter: {
|
|
59
61
|
* attribute: "STRING_VALUE", // required
|
|
60
|
-
* value: "STRING_VALUE",
|
|
62
|
+
* value: "STRING_VALUE",
|
|
63
|
+
* intValue: Number("long"),
|
|
64
|
+
* operator: "EQ" || "LE" || "LT" || "GE" || "GT" || "TEXT_SEARCH",
|
|
61
65
|
* },
|
|
62
66
|
* and: [
|
|
63
67
|
* "<FilterClause>",
|
|
@@ -1269,6 +1269,22 @@ export declare const SearchOutputAdditionalAttribute: {
|
|
|
1269
1269
|
* @public
|
|
1270
1270
|
*/
|
|
1271
1271
|
export type SearchOutputAdditionalAttribute = (typeof SearchOutputAdditionalAttribute)[keyof typeof SearchOutputAdditionalAttribute];
|
|
1272
|
+
/**
|
|
1273
|
+
* @public
|
|
1274
|
+
* @enum
|
|
1275
|
+
*/
|
|
1276
|
+
export declare const FilterOperator: {
|
|
1277
|
+
readonly EQ: "EQ";
|
|
1278
|
+
readonly GE: "GE";
|
|
1279
|
+
readonly GT: "GT";
|
|
1280
|
+
readonly LE: "LE";
|
|
1281
|
+
readonly LT: "LT";
|
|
1282
|
+
readonly TEXT_SEARCH: "TEXT_SEARCH";
|
|
1283
|
+
};
|
|
1284
|
+
/**
|
|
1285
|
+
* @public
|
|
1286
|
+
*/
|
|
1287
|
+
export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator];
|
|
1272
1288
|
/**
|
|
1273
1289
|
* @public
|
|
1274
1290
|
* @enum
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
1
|
+
import { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
2
|
import { type AccountSource, type ActionParameters, type ConnectionCredentials, type ConnectionPropertiesOutput, type DataSourceConfigurationInput, type DataSourceConfigurationOutput, type DataSourceErrorMessage, type Deployment, type DeploymentProperties, type EnvironmentDeploymentDetails, type GrantedEntity, type Member, type Model, type OwnerProperties, type PolicyGrantDetail, type PolicyGrantPrincipal, type ProvisioningProperties, type RecommendationConfiguration, type RuleDetail, type RuleScope, type RuleTarget, type ScheduleConfiguration, type SingleSignOn, type TermRelations, type UserProfileDetails, AccountInfo, AccountPoolSummary, AggregationOutput, AssetFilterSummary, AssetItem, AssetListing, AssetListingItem, AssetRevision, AssetTypeItem, ConfigurableEnvironmentAction, ConnectionSummary, CustomParameter, DataProductItem, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, FormEntryOutput, FormInput, FormOutput, MatchRationaleItem, PhysicalEndpoint, ProjectDeletionError, Resource, ResourceTag, ResourceTagParameter, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, TimeSeriesDataPointSummaryFormOutput } from "./models_0";
|
|
3
3
|
/**
|
|
4
4
|
* @public
|
|
@@ -8822,10 +8822,20 @@ export interface Filter {
|
|
|
8822
8822
|
*/
|
|
8823
8823
|
attribute: string | undefined;
|
|
8824
8824
|
/**
|
|
8825
|
-
* <p>A search filter value in Amazon DataZone.</p>
|
|
8825
|
+
* <p>A search filter string value in Amazon DataZone.</p>
|
|
8826
8826
|
* @public
|
|
8827
8827
|
*/
|
|
8828
|
-
value
|
|
8828
|
+
value?: string | undefined;
|
|
8829
|
+
/**
|
|
8830
|
+
* <p>A search filter integer value in Amazon DataZone.</p>
|
|
8831
|
+
* @public
|
|
8832
|
+
*/
|
|
8833
|
+
intValue?: number | undefined;
|
|
8834
|
+
/**
|
|
8835
|
+
* <p>Specifies the search filter operator.</p>
|
|
8836
|
+
* @public
|
|
8837
|
+
*/
|
|
8838
|
+
operator?: FilterOperator | undefined;
|
|
8829
8839
|
}
|
|
8830
8840
|
/**
|
|
8831
8841
|
* <p>The details of the search.</p>
|
|
@@ -712,6 +712,16 @@ export declare const SearchOutputAdditionalAttribute: {
|
|
|
712
712
|
};
|
|
713
713
|
export type SearchOutputAdditionalAttribute =
|
|
714
714
|
(typeof SearchOutputAdditionalAttribute)[keyof typeof SearchOutputAdditionalAttribute];
|
|
715
|
+
export declare const FilterOperator: {
|
|
716
|
+
readonly EQ: "EQ";
|
|
717
|
+
readonly GE: "GE";
|
|
718
|
+
readonly GT: "GT";
|
|
719
|
+
readonly LE: "LE";
|
|
720
|
+
readonly LT: "LT";
|
|
721
|
+
readonly TEXT_SEARCH: "TEXT_SEARCH";
|
|
722
|
+
};
|
|
723
|
+
export type FilterOperator =
|
|
724
|
+
(typeof FilterOperator)[keyof typeof FilterOperator];
|
|
715
725
|
export declare const InventorySearchScope: {
|
|
716
726
|
readonly ASSET: "ASSET";
|
|
717
727
|
readonly DATA_PRODUCT: "DATA_PRODUCT";
|
|
@@ -13,6 +13,7 @@ import {
|
|
|
13
13
|
EdgeDirection,
|
|
14
14
|
EnableSetting,
|
|
15
15
|
EnvironmentStatus,
|
|
16
|
+
FilterOperator,
|
|
16
17
|
FilterStatus,
|
|
17
18
|
FormTypeStatus,
|
|
18
19
|
GlossaryStatus,
|
|
@@ -2218,7 +2219,9 @@ export interface UpdateRuleOutput {
|
|
|
2218
2219
|
}
|
|
2219
2220
|
export interface Filter {
|
|
2220
2221
|
attribute: string | undefined;
|
|
2221
|
-
value
|
|
2222
|
+
value?: string | undefined;
|
|
2223
|
+
intValue?: number | undefined;
|
|
2224
|
+
operator?: FilterOperator | undefined;
|
|
2222
2225
|
}
|
|
2223
2226
|
export interface SearchInItem {
|
|
2224
2227
|
attribute: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datazone",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.971.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datazone",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.970.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.971.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.969.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.969.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.969.0",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@aws-sdk/types": "3.969.0",
|
|
32
32
|
"@aws-sdk/util-endpoints": "3.970.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.969.0",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.971.0",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
36
|
"@smithy/core": "^3.20.6",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.9",
|