@aws-sdk/client-datazone 3.699.0 → 3.709.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/README.md +112 -0
- package/dist-cjs/index.js +2077 -405
- package/dist-es/DataZone.js +28 -0
- package/dist-es/commands/CreateAssetFilterCommand.js +1 -1
- package/dist-es/commands/CreateConnectionCommand.js +23 -0
- package/dist-es/commands/CreateProjectProfileCommand.js +23 -0
- package/dist-es/commands/CreateSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/CreateSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/CreateUserProfileCommand.js +1 -1
- package/dist-es/commands/DeleteConnectionCommand.js +22 -0
- package/dist-es/commands/DeleteDataSourceCommand.js +1 -1
- package/dist-es/commands/DeleteProjectProfileCommand.js +22 -0
- package/dist-es/commands/GetAssetFilterCommand.js +1 -1
- package/dist-es/commands/GetConnectionCommand.js +23 -0
- package/dist-es/commands/GetDataProductCommand.js +1 -1
- package/dist-es/commands/GetDataSourceCommand.js +1 -1
- package/dist-es/commands/GetJobRunCommand.js +22 -0
- package/dist-es/commands/GetLineageEventCommand.js +23 -0
- package/dist-es/commands/GetProjectProfileCommand.js +23 -0
- package/dist-es/commands/ListConnectionsCommand.js +23 -0
- package/dist-es/commands/ListDataSourcesCommand.js +1 -1
- package/dist-es/commands/ListJobRunsCommand.js +22 -0
- package/dist-es/commands/ListLineageEventsCommand.js +22 -0
- package/dist-es/commands/ListProjectProfilesCommand.js +23 -0
- package/dist-es/commands/SearchCommand.js +1 -1
- package/dist-es/commands/SearchGroupProfilesCommand.js +1 -1
- package/dist-es/commands/SearchListingsCommand.js +1 -1
- package/dist-es/commands/SearchTypesCommand.js +1 -1
- package/dist-es/commands/SearchUserProfilesCommand.js +1 -1
- package/dist-es/commands/UpdateAssetFilterCommand.js +1 -1
- package/dist-es/commands/UpdateConnectionCommand.js +23 -0
- package/dist-es/commands/UpdateDataSourceCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentProfileCommand.js +1 -1
- package/dist-es/commands/UpdateGroupProfileCommand.js +1 -1
- package/dist-es/commands/UpdateProjectCommand.js +1 -1
- package/dist-es/commands/UpdateProjectProfileCommand.js +23 -0
- package/dist-es/commands/UpdateSubscriptionRequestCommand.js +1 -1
- package/dist-es/commands/UpdateSubscriptionTargetCommand.js +1 -1
- package/dist-es/commands/UpdateUserProfileCommand.js +1 -1
- package/dist-es/commands/index.js +14 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +389 -206
- package/dist-es/models/models_1.js +313 -277
- package/dist-es/models/models_2.js +308 -0
- package/dist-es/pagination/ListConnectionsPaginator.js +4 -0
- package/dist-es/pagination/ListJobRunsPaginator.js +4 -0
- package/dist-es/pagination/ListLineageEventsPaginator.js +4 -0
- package/dist-es/pagination/ListProjectProfilesPaginator.js +4 -0
- package/dist-es/pagination/index.js +4 -0
- package/dist-es/protocols/Aws_restJson1.js +746 -11
- package/dist-types/DataZone.d.ts +98 -0
- package/dist-types/DataZoneClient.d.ts +16 -2
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +8 -1
- package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +386 -0
- package/dist-types/commands/CreateDataSourceCommand.d.ts +22 -2
- package/dist-types/commands/CreateDomainCommand.d.ts +4 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/commands/CreateProjectProfileCommand.d.ts +177 -0
- package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +91 -0
- package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +13 -2
- package/dist-types/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +1 -1
- package/dist-types/commands/DeleteProjectProfileCommand.d.ts +88 -0
- package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
- package/dist-types/commands/GetAssetFilterCommand.d.ts +2 -1
- package/dist-types/commands/GetConnectionCommand.d.ts +258 -0
- package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/commands/GetDataSourceCommand.d.ts +13 -2
- package/dist-types/commands/GetDataSourceRunCommand.d.ts +4 -1
- package/dist-types/commands/GetDomainCommand.d.ts +3 -1
- package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/GetJobRunCommand.d.ts +115 -0
- package/dist-types/commands/GetLineageEventCommand.d.ts +103 -0
- package/dist-types/commands/GetProjectCommand.d.ts +23 -0
- package/dist-types/commands/GetProjectProfileCommand.d.ts +133 -0
- package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +258 -0
- package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +5 -0
- package/dist-types/commands/ListDataSourceRunsCommand.d.ts +4 -1
- package/dist-types/commands/ListDataSourcesCommand.d.ts +5 -2
- package/dist-types/commands/ListDomainsCommand.d.ts +2 -2
- package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +1 -0
- package/dist-types/commands/ListJobRunsCommand.d.ts +111 -0
- package/dist-types/commands/ListLineageEventsCommand.d.ts +124 -0
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +8 -1
- package/dist-types/commands/ListProjectProfilesCommand.d.ts +104 -0
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +6 -3
- package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
- package/dist-types/commands/SearchCommand.d.ts +1 -1
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/commands/SearchListingsCommand.d.ts +1 -1
- package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/commands/StartDataSourceRunCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +317 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +21 -2
- package/dist-types/commands/UpdateDomainCommand.d.ts +2 -0
- package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGroupProfileCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +35 -1
- package/dist-types/commands/UpdateProjectProfileCommand.d.ts +178 -0
- package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -2
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +14 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +3318 -3340
- package/dist-types/models/models_1.d.ts +5464 -4163
- package/dist-types/models/models_2.d.ts +2605 -0
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListLineageEventsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +126 -0
- package/dist-types/ts3.4/DataZone.d.ts +238 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +84 -0
- package/dist-types/ts3.4/commands/CreateAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTimeSeriesDataPointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetAssetFilterCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobRunCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetLineageEventCommand.d.ts +57 -0
- package/dist-types/ts3.4/commands/GetProjectProfileCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListJobRunsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/ListLineageEventsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListProjectProfilesCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAssetFilterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectProfileCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +14 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1030 -675
- package/dist-types/ts3.4/models/models_1.d.ts +1881 -1611
- package/dist-types/ts3.4/models/models_2.d.ts +843 -0
- package/dist-types/ts3.4/pagination/ListConnectionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListLineageEventsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListProjectProfilesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +168 -0
- package/package.json +36 -35
|
@@ -0,0 +1,2605 @@
|
|
|
1
|
+
import { ActionParameters, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, ConnectionPropertiesOutput, ConnectionPropertiesPatch, ConnectionType, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Model, PhysicalEndpoint, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, Status, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, TermRelations } from "./models_0";
|
|
2
|
+
import { DataProductListingItem, DataProductResultItem, Filter, Import, SearchOutputAdditionalAttribute, SortOrder, SubscriptionTargetForm, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>The details of the search.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface SearchInItem {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The search attribute.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
attribute: string | undefined;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* @public
|
|
16
|
+
* @enum
|
|
17
|
+
*/
|
|
18
|
+
export declare const InventorySearchScope: {
|
|
19
|
+
readonly ASSET: "ASSET";
|
|
20
|
+
readonly DATA_PRODUCT: "DATA_PRODUCT";
|
|
21
|
+
readonly GLOSSARY: "GLOSSARY";
|
|
22
|
+
readonly GLOSSARY_TERM: "GLOSSARY_TERM";
|
|
23
|
+
};
|
|
24
|
+
/**
|
|
25
|
+
* @public
|
|
26
|
+
*/
|
|
27
|
+
export type InventorySearchScope = (typeof InventorySearchScope)[keyof typeof InventorySearchScope];
|
|
28
|
+
/**
|
|
29
|
+
* <p>The details of the way to sort search results.</p>
|
|
30
|
+
* @public
|
|
31
|
+
*/
|
|
32
|
+
export interface SearchSort {
|
|
33
|
+
/**
|
|
34
|
+
* <p>The attribute detail of the way to sort search results.</p>
|
|
35
|
+
* @public
|
|
36
|
+
*/
|
|
37
|
+
attribute: string | undefined;
|
|
38
|
+
/**
|
|
39
|
+
* <p>The order detail of the wya to sort search results.</p>
|
|
40
|
+
* @public
|
|
41
|
+
*/
|
|
42
|
+
order?: SortOrder | undefined;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* <p>The details of a business glossary.</p>
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
export interface GlossaryItem {
|
|
49
|
+
/**
|
|
50
|
+
* <p>The identifier of the Amazon DataZone domain in which the business glossary exists.</p>
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
domainId: string | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* <p>The identifier of the glossary.</p>
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
id: string | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* <p>The name of the glossary.</p>
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
name: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The identifier of the project that owns the business glosary.</p>
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
owningProjectId: string | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* <p>The business glossary description.</p>
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
description?: string | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* <p>The business glossary status.</p>
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
status: GlossaryStatus | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* <p>The timestamp of when the glossary was created.</p>
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
createdAt?: Date | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* <p>The Amazon DataZone user who created the glossary.</p>
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
createdBy?: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* <p>The timestamp of when the business glossary was updated.</p>
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
updatedAt?: Date | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* <p>The Amazon DataZone user who updated the business glossary.</p>
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
updatedBy?: string | undefined;
|
|
99
|
+
}
|
|
100
|
+
/**
|
|
101
|
+
* <p>The details of a business glossary term.</p>
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
export interface GlossaryTermItem {
|
|
105
|
+
/**
|
|
106
|
+
* <p>The identifier of the Amazon DataZone domain in which the business glossary exists.</p>
|
|
107
|
+
* @public
|
|
108
|
+
*/
|
|
109
|
+
domainId: string | undefined;
|
|
110
|
+
/**
|
|
111
|
+
* <p>The identifier of the business glossary to which the term belongs.</p>
|
|
112
|
+
* @public
|
|
113
|
+
*/
|
|
114
|
+
glossaryId: string | undefined;
|
|
115
|
+
/**
|
|
116
|
+
* <p>The identifier of the business glossary term.</p>
|
|
117
|
+
* @public
|
|
118
|
+
*/
|
|
119
|
+
id: string | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* <p>The name of the business glossary term.</p>
|
|
122
|
+
* @public
|
|
123
|
+
*/
|
|
124
|
+
name: string | undefined;
|
|
125
|
+
/**
|
|
126
|
+
* <p>The short description of the business glossary term.</p>
|
|
127
|
+
* @public
|
|
128
|
+
*/
|
|
129
|
+
shortDescription?: string | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* <p>The long description of the business glossary term.</p>
|
|
132
|
+
* @public
|
|
133
|
+
*/
|
|
134
|
+
longDescription?: string | undefined;
|
|
135
|
+
/**
|
|
136
|
+
* <p>The relations of the business glossary term.</p>
|
|
137
|
+
* @public
|
|
138
|
+
*/
|
|
139
|
+
termRelations?: TermRelations | undefined;
|
|
140
|
+
/**
|
|
141
|
+
* <p>The status of the business glossary term.</p>
|
|
142
|
+
* @public
|
|
143
|
+
*/
|
|
144
|
+
status: GlossaryTermStatus | undefined;
|
|
145
|
+
/**
|
|
146
|
+
* <p>The timestamp of when a business glossary term was created.</p>
|
|
147
|
+
* @public
|
|
148
|
+
*/
|
|
149
|
+
createdAt?: Date | undefined;
|
|
150
|
+
/**
|
|
151
|
+
* <p>The Amazon DataZone user who created the business glossary.</p>
|
|
152
|
+
* @public
|
|
153
|
+
*/
|
|
154
|
+
createdBy?: string | undefined;
|
|
155
|
+
/**
|
|
156
|
+
* <p>The timestamp of when a business glossary term was updated.</p>
|
|
157
|
+
* @public
|
|
158
|
+
*/
|
|
159
|
+
updatedAt?: Date | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The Amazon DataZone user who updated the business glossary term.</p>
|
|
162
|
+
* @public
|
|
163
|
+
*/
|
|
164
|
+
updatedBy?: string | undefined;
|
|
165
|
+
}
|
|
166
|
+
/**
|
|
167
|
+
* <p>The details of the search results.</p>
|
|
168
|
+
* @public
|
|
169
|
+
*/
|
|
170
|
+
export type SearchInventoryResultItem = SearchInventoryResultItem.AssetItemMember | SearchInventoryResultItem.DataProductItemMember | SearchInventoryResultItem.GlossaryItemMember | SearchInventoryResultItem.GlossaryTermItemMember | SearchInventoryResultItem.$UnknownMember;
|
|
171
|
+
/**
|
|
172
|
+
* @public
|
|
173
|
+
*/
|
|
174
|
+
export declare namespace SearchInventoryResultItem {
|
|
175
|
+
/**
|
|
176
|
+
* <p>The glossary item included in the search results.</p>
|
|
177
|
+
* @public
|
|
178
|
+
*/
|
|
179
|
+
interface GlossaryItemMember {
|
|
180
|
+
glossaryItem: GlossaryItem;
|
|
181
|
+
glossaryTermItem?: never;
|
|
182
|
+
assetItem?: never;
|
|
183
|
+
dataProductItem?: never;
|
|
184
|
+
$unknown?: never;
|
|
185
|
+
}
|
|
186
|
+
/**
|
|
187
|
+
* <p>The glossary term item included in the search results.</p>
|
|
188
|
+
* @public
|
|
189
|
+
*/
|
|
190
|
+
interface GlossaryTermItemMember {
|
|
191
|
+
glossaryItem?: never;
|
|
192
|
+
glossaryTermItem: GlossaryTermItem;
|
|
193
|
+
assetItem?: never;
|
|
194
|
+
dataProductItem?: never;
|
|
195
|
+
$unknown?: never;
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* <p>The asset item included in the search results.</p>
|
|
199
|
+
* @public
|
|
200
|
+
*/
|
|
201
|
+
interface AssetItemMember {
|
|
202
|
+
glossaryItem?: never;
|
|
203
|
+
glossaryTermItem?: never;
|
|
204
|
+
assetItem: AssetItem;
|
|
205
|
+
dataProductItem?: never;
|
|
206
|
+
$unknown?: never;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* <p>The data product.</p>
|
|
210
|
+
* @public
|
|
211
|
+
*/
|
|
212
|
+
interface DataProductItemMember {
|
|
213
|
+
glossaryItem?: never;
|
|
214
|
+
glossaryTermItem?: never;
|
|
215
|
+
assetItem?: never;
|
|
216
|
+
dataProductItem: DataProductResultItem;
|
|
217
|
+
$unknown?: never;
|
|
218
|
+
}
|
|
219
|
+
/**
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
interface $UnknownMember {
|
|
223
|
+
glossaryItem?: never;
|
|
224
|
+
glossaryTermItem?: never;
|
|
225
|
+
assetItem?: never;
|
|
226
|
+
dataProductItem?: never;
|
|
227
|
+
$unknown: [string, any];
|
|
228
|
+
}
|
|
229
|
+
interface Visitor<T> {
|
|
230
|
+
glossaryItem: (value: GlossaryItem) => T;
|
|
231
|
+
glossaryTermItem: (value: GlossaryTermItem) => T;
|
|
232
|
+
assetItem: (value: AssetItem) => T;
|
|
233
|
+
dataProductItem: (value: DataProductResultItem) => T;
|
|
234
|
+
_: (name: string, value: any) => T;
|
|
235
|
+
}
|
|
236
|
+
const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
|
|
237
|
+
}
|
|
238
|
+
/**
|
|
239
|
+
* @public
|
|
240
|
+
*/
|
|
241
|
+
export interface SearchOutput {
|
|
242
|
+
/**
|
|
243
|
+
* <p>The results of the <code>Search</code> action.</p>
|
|
244
|
+
* @public
|
|
245
|
+
*/
|
|
246
|
+
items?: SearchInventoryResultItem[] | undefined;
|
|
247
|
+
/**
|
|
248
|
+
* <p>When the number of results is greater than the default value for the
|
|
249
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
250
|
+
* <code>MaxResults</code> that is less than the number of results, the response includes a
|
|
251
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
252
|
+
* value in a subsequent call to <code>Search</code> to list the next set of results.</p>
|
|
253
|
+
* @public
|
|
254
|
+
*/
|
|
255
|
+
nextToken?: string | undefined;
|
|
256
|
+
/**
|
|
257
|
+
* <p>Total number of search results.</p>
|
|
258
|
+
* @public
|
|
259
|
+
*/
|
|
260
|
+
totalMatchCount?: number | undefined;
|
|
261
|
+
}
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
* @enum
|
|
265
|
+
*/
|
|
266
|
+
export declare const GroupSearchType: {
|
|
267
|
+
readonly DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP";
|
|
268
|
+
readonly SSO_GROUP: "SSO_GROUP";
|
|
269
|
+
};
|
|
270
|
+
/**
|
|
271
|
+
* @public
|
|
272
|
+
*/
|
|
273
|
+
export type GroupSearchType = (typeof GroupSearchType)[keyof typeof GroupSearchType];
|
|
274
|
+
/**
|
|
275
|
+
* @public
|
|
276
|
+
*/
|
|
277
|
+
export interface SearchGroupProfilesInput {
|
|
278
|
+
/**
|
|
279
|
+
* <p>The identifier of the Amazon DataZone domain in which you want to search group
|
|
280
|
+
* profiles.</p>
|
|
281
|
+
* @public
|
|
282
|
+
*/
|
|
283
|
+
domainIdentifier: string | undefined;
|
|
284
|
+
/**
|
|
285
|
+
* <p>The group type for which to search.</p>
|
|
286
|
+
* @public
|
|
287
|
+
*/
|
|
288
|
+
groupType: GroupSearchType | undefined;
|
|
289
|
+
/**
|
|
290
|
+
* <p>Specifies the text for which to search.</p>
|
|
291
|
+
* @public
|
|
292
|
+
*/
|
|
293
|
+
searchText?: string | undefined;
|
|
294
|
+
/**
|
|
295
|
+
* <p>The maximum number of results to return in a single call to
|
|
296
|
+
* <code>SearchGroupProfiles</code>. When the number of results to be listed is greater
|
|
297
|
+
* than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code>
|
|
298
|
+
* value that you can use in a subsequent call to <code>SearchGroupProfiles</code> to list the
|
|
299
|
+
* next set of results. </p>
|
|
300
|
+
* @public
|
|
301
|
+
*/
|
|
302
|
+
maxResults?: number | undefined;
|
|
303
|
+
/**
|
|
304
|
+
* <p>When the number of results is greater than the default value for the
|
|
305
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
306
|
+
* <code>MaxResults</code> that is less than the number of results, the response includes a
|
|
307
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
308
|
+
* value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of
|
|
309
|
+
* results.</p>
|
|
310
|
+
* @public
|
|
311
|
+
*/
|
|
312
|
+
nextToken?: string | undefined;
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* <p>The details of a group profile.</p>
|
|
316
|
+
* @public
|
|
317
|
+
*/
|
|
318
|
+
export interface GroupProfileSummary {
|
|
319
|
+
/**
|
|
320
|
+
* <p>The ID of the Amazon DataZone domain of a group profile.</p>
|
|
321
|
+
* @public
|
|
322
|
+
*/
|
|
323
|
+
domainId?: string | undefined;
|
|
324
|
+
/**
|
|
325
|
+
* <p>The ID of a group profile.</p>
|
|
326
|
+
* @public
|
|
327
|
+
*/
|
|
328
|
+
id?: string | undefined;
|
|
329
|
+
/**
|
|
330
|
+
* <p>The status of a group profile.</p>
|
|
331
|
+
* @public
|
|
332
|
+
*/
|
|
333
|
+
status?: GroupProfileStatus | undefined;
|
|
334
|
+
/**
|
|
335
|
+
* <p>The group name of a group profile.</p>
|
|
336
|
+
* @public
|
|
337
|
+
*/
|
|
338
|
+
groupName?: string | undefined;
|
|
339
|
+
}
|
|
340
|
+
/**
|
|
341
|
+
* @public
|
|
342
|
+
*/
|
|
343
|
+
export interface SearchGroupProfilesOutput {
|
|
344
|
+
/**
|
|
345
|
+
* <p>The results of the <code>SearchGroupProfiles</code> action.</p>
|
|
346
|
+
* @public
|
|
347
|
+
*/
|
|
348
|
+
items?: GroupProfileSummary[] | undefined;
|
|
349
|
+
/**
|
|
350
|
+
* <p>When the number of results is greater than the default value for the
|
|
351
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
352
|
+
* <code>MaxResults</code> that is less than the number of results, the response includes a
|
|
353
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
354
|
+
* value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of
|
|
355
|
+
* results.</p>
|
|
356
|
+
* @public
|
|
357
|
+
*/
|
|
358
|
+
nextToken?: string | undefined;
|
|
359
|
+
}
|
|
360
|
+
/**
|
|
361
|
+
* <p>The details of the results of the <code>SearchListings</code> action.</p>
|
|
362
|
+
* @public
|
|
363
|
+
*/
|
|
364
|
+
export type SearchResultItem = SearchResultItem.AssetListingMember | SearchResultItem.DataProductListingMember | SearchResultItem.$UnknownMember;
|
|
365
|
+
/**
|
|
366
|
+
* @public
|
|
367
|
+
*/
|
|
368
|
+
export declare namespace SearchResultItem {
|
|
369
|
+
/**
|
|
370
|
+
* <p>The asset listing included in the results of the <code>SearchListings</code>
|
|
371
|
+
* action.</p>
|
|
372
|
+
* @public
|
|
373
|
+
*/
|
|
374
|
+
interface AssetListingMember {
|
|
375
|
+
assetListing: AssetListingItem;
|
|
376
|
+
dataProductListing?: never;
|
|
377
|
+
$unknown?: never;
|
|
378
|
+
}
|
|
379
|
+
/**
|
|
380
|
+
* <p>The data product listing.</p>
|
|
381
|
+
* @public
|
|
382
|
+
*/
|
|
383
|
+
interface DataProductListingMember {
|
|
384
|
+
assetListing?: never;
|
|
385
|
+
dataProductListing: DataProductListingItem;
|
|
386
|
+
$unknown?: never;
|
|
387
|
+
}
|
|
388
|
+
/**
|
|
389
|
+
* @public
|
|
390
|
+
*/
|
|
391
|
+
interface $UnknownMember {
|
|
392
|
+
assetListing?: never;
|
|
393
|
+
dataProductListing?: never;
|
|
394
|
+
$unknown: [string, any];
|
|
395
|
+
}
|
|
396
|
+
interface Visitor<T> {
|
|
397
|
+
assetListing: (value: AssetListingItem) => T;
|
|
398
|
+
dataProductListing: (value: DataProductListingItem) => T;
|
|
399
|
+
_: (name: string, value: any) => T;
|
|
400
|
+
}
|
|
401
|
+
const visit: <T>(value: SearchResultItem, visitor: Visitor<T>) => T;
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* @public
|
|
405
|
+
*/
|
|
406
|
+
export interface SearchListingsOutput {
|
|
407
|
+
/**
|
|
408
|
+
* <p>The results of the <code>SearchListings</code> action.</p>
|
|
409
|
+
* @public
|
|
410
|
+
*/
|
|
411
|
+
items?: SearchResultItem[] | undefined;
|
|
412
|
+
/**
|
|
413
|
+
* <p>When the number of results is greater than the default value for the
|
|
414
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
415
|
+
* <code>MaxResults</code> that is less than the number of results, the response includes a
|
|
416
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
417
|
+
* value in a subsequent call to <code>SearchListings</code> to list the next set of
|
|
418
|
+
* results.</p>
|
|
419
|
+
* @public
|
|
420
|
+
*/
|
|
421
|
+
nextToken?: string | undefined;
|
|
422
|
+
/**
|
|
423
|
+
* <p>Total number of search results.</p>
|
|
424
|
+
* @public
|
|
425
|
+
*/
|
|
426
|
+
totalMatchCount?: number | undefined;
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* @public
|
|
430
|
+
* @enum
|
|
431
|
+
*/
|
|
432
|
+
export declare const TypesSearchScope: {
|
|
433
|
+
readonly ASSET_TYPE: "ASSET_TYPE";
|
|
434
|
+
readonly FORM_TYPE: "FORM_TYPE";
|
|
435
|
+
readonly LINEAGE_NODE_TYPE: "LINEAGE_NODE_TYPE";
|
|
436
|
+
};
|
|
437
|
+
/**
|
|
438
|
+
* @public
|
|
439
|
+
*/
|
|
440
|
+
export type TypesSearchScope = (typeof TypesSearchScope)[keyof typeof TypesSearchScope];
|
|
441
|
+
/**
|
|
442
|
+
* <p>The details of the metadata form type.</p>
|
|
443
|
+
* @public
|
|
444
|
+
*/
|
|
445
|
+
export interface FormTypeData {
|
|
446
|
+
/**
|
|
447
|
+
* <p>The identifier of the Amazon DataZone domain in which the form type exists.</p>
|
|
448
|
+
* @public
|
|
449
|
+
*/
|
|
450
|
+
domainId: string | undefined;
|
|
451
|
+
/**
|
|
452
|
+
* <p>The name of the form type.</p>
|
|
453
|
+
* @public
|
|
454
|
+
*/
|
|
455
|
+
name: string | undefined;
|
|
456
|
+
/**
|
|
457
|
+
* <p>The revision of the form type.</p>
|
|
458
|
+
* @public
|
|
459
|
+
*/
|
|
460
|
+
revision: string | undefined;
|
|
461
|
+
/**
|
|
462
|
+
* <p>The model of the form type.</p>
|
|
463
|
+
* @public
|
|
464
|
+
*/
|
|
465
|
+
model?: Model | undefined;
|
|
466
|
+
/**
|
|
467
|
+
* <p>The status of the form type.</p>
|
|
468
|
+
* @public
|
|
469
|
+
*/
|
|
470
|
+
status?: FormTypeStatus | undefined;
|
|
471
|
+
/**
|
|
472
|
+
* <p>The identifier of the project that owns the form type.</p>
|
|
473
|
+
* @public
|
|
474
|
+
*/
|
|
475
|
+
owningProjectId?: string | undefined;
|
|
476
|
+
/**
|
|
477
|
+
* <p>The identifier of the Amazon DataZone domain in which the form type was originally
|
|
478
|
+
* created.</p>
|
|
479
|
+
* @public
|
|
480
|
+
*/
|
|
481
|
+
originDomainId?: string | undefined;
|
|
482
|
+
/**
|
|
483
|
+
* <p>The identifier of the project in which the form type was originally created.</p>
|
|
484
|
+
* @public
|
|
485
|
+
*/
|
|
486
|
+
originProjectId?: string | undefined;
|
|
487
|
+
/**
|
|
488
|
+
* <p>The timestamp of when the metadata form type was created.</p>
|
|
489
|
+
* @public
|
|
490
|
+
*/
|
|
491
|
+
createdAt?: Date | undefined;
|
|
492
|
+
/**
|
|
493
|
+
* <p>The Amazon DataZone user who created teh metadata form type.</p>
|
|
494
|
+
* @public
|
|
495
|
+
*/
|
|
496
|
+
createdBy?: string | undefined;
|
|
497
|
+
/**
|
|
498
|
+
* <p>The description of the metadata form type.</p>
|
|
499
|
+
* @public
|
|
500
|
+
*/
|
|
501
|
+
description?: string | undefined;
|
|
502
|
+
/**
|
|
503
|
+
* <p>The imports specified in the form type.</p>
|
|
504
|
+
* @public
|
|
505
|
+
*/
|
|
506
|
+
imports?: Import[] | undefined;
|
|
507
|
+
}
|
|
508
|
+
/**
|
|
509
|
+
* <p>The details of a data lineage node type.</p>
|
|
510
|
+
* @public
|
|
511
|
+
*/
|
|
512
|
+
export interface LineageNodeTypeItem {
|
|
513
|
+
/**
|
|
514
|
+
* <p>The ID of the domain where the data lineage node type lives.</p>
|
|
515
|
+
* @public
|
|
516
|
+
*/
|
|
517
|
+
domainId: string | undefined;
|
|
518
|
+
/**
|
|
519
|
+
* <p>The name of the data lineage node type.</p>
|
|
520
|
+
* @public
|
|
521
|
+
*/
|
|
522
|
+
name?: string | undefined;
|
|
523
|
+
/**
|
|
524
|
+
* <p>The description of the data lineage node type.</p>
|
|
525
|
+
* @public
|
|
526
|
+
*/
|
|
527
|
+
description?: string | undefined;
|
|
528
|
+
/**
|
|
529
|
+
* <p>The timestamp at which the data lineage node type was created.</p>
|
|
530
|
+
* @public
|
|
531
|
+
*/
|
|
532
|
+
createdAt?: Date | undefined;
|
|
533
|
+
/**
|
|
534
|
+
* <p>The user who created the data lineage node type.</p>
|
|
535
|
+
* @public
|
|
536
|
+
*/
|
|
537
|
+
createdBy?: string | undefined;
|
|
538
|
+
/**
|
|
539
|
+
* <p>The timestamp at which the data lineage node type was updated.</p>
|
|
540
|
+
* @public
|
|
541
|
+
*/
|
|
542
|
+
updatedAt?: Date | undefined;
|
|
543
|
+
/**
|
|
544
|
+
* <p>The user who updated the data lineage node type.</p>
|
|
545
|
+
* @public
|
|
546
|
+
*/
|
|
547
|
+
updatedBy?: string | undefined;
|
|
548
|
+
/**
|
|
549
|
+
* <p>The revision of the data lineage node type.</p>
|
|
550
|
+
* @public
|
|
551
|
+
*/
|
|
552
|
+
revision: string | undefined;
|
|
553
|
+
/**
|
|
554
|
+
* <p>The forms output of the data lineage node type.</p>
|
|
555
|
+
* @public
|
|
556
|
+
*/
|
|
557
|
+
formsOutput: Record<string, FormEntryOutput> | undefined;
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
* <p>The details of the results of the <code>SearchTypes</code> action.</p>
|
|
561
|
+
* @public
|
|
562
|
+
*/
|
|
563
|
+
export type SearchTypesResultItem = SearchTypesResultItem.AssetTypeItemMember | SearchTypesResultItem.FormTypeItemMember | SearchTypesResultItem.LineageNodeTypeItemMember | SearchTypesResultItem.$UnknownMember;
|
|
564
|
+
/**
|
|
565
|
+
* @public
|
|
566
|
+
*/
|
|
567
|
+
export declare namespace SearchTypesResultItem {
|
|
568
|
+
/**
|
|
569
|
+
* <p>The asset type included in the results of the <code>SearchTypes</code> action.</p>
|
|
570
|
+
* @public
|
|
571
|
+
*/
|
|
572
|
+
interface AssetTypeItemMember {
|
|
573
|
+
assetTypeItem: AssetTypeItem;
|
|
574
|
+
formTypeItem?: never;
|
|
575
|
+
lineageNodeTypeItem?: never;
|
|
576
|
+
$unknown?: never;
|
|
577
|
+
}
|
|
578
|
+
/**
|
|
579
|
+
* <p>The form type included in the results of the <code>SearchTypes</code> action.</p>
|
|
580
|
+
* @public
|
|
581
|
+
*/
|
|
582
|
+
interface FormTypeItemMember {
|
|
583
|
+
assetTypeItem?: never;
|
|
584
|
+
formTypeItem: FormTypeData;
|
|
585
|
+
lineageNodeTypeItem?: never;
|
|
586
|
+
$unknown?: never;
|
|
587
|
+
}
|
|
588
|
+
/**
|
|
589
|
+
* <p>The details of a data lineage node type.</p>
|
|
590
|
+
* @public
|
|
591
|
+
*/
|
|
592
|
+
interface LineageNodeTypeItemMember {
|
|
593
|
+
assetTypeItem?: never;
|
|
594
|
+
formTypeItem?: never;
|
|
595
|
+
lineageNodeTypeItem: LineageNodeTypeItem;
|
|
596
|
+
$unknown?: never;
|
|
597
|
+
}
|
|
598
|
+
/**
|
|
599
|
+
* @public
|
|
600
|
+
*/
|
|
601
|
+
interface $UnknownMember {
|
|
602
|
+
assetTypeItem?: never;
|
|
603
|
+
formTypeItem?: never;
|
|
604
|
+
lineageNodeTypeItem?: never;
|
|
605
|
+
$unknown: [string, any];
|
|
606
|
+
}
|
|
607
|
+
interface Visitor<T> {
|
|
608
|
+
assetTypeItem: (value: AssetTypeItem) => T;
|
|
609
|
+
formTypeItem: (value: FormTypeData) => T;
|
|
610
|
+
lineageNodeTypeItem: (value: LineageNodeTypeItem) => T;
|
|
611
|
+
_: (name: string, value: any) => T;
|
|
612
|
+
}
|
|
613
|
+
const visit: <T>(value: SearchTypesResultItem, visitor: Visitor<T>) => T;
|
|
614
|
+
}
|
|
615
|
+
/**
|
|
616
|
+
* @public
|
|
617
|
+
*/
|
|
618
|
+
export interface SearchTypesOutput {
|
|
619
|
+
/**
|
|
620
|
+
* <p>The results of the <code>SearchTypes</code> action.</p>
|
|
621
|
+
* @public
|
|
622
|
+
*/
|
|
623
|
+
items?: SearchTypesResultItem[] | undefined;
|
|
624
|
+
/**
|
|
625
|
+
* <p>When the number of results is greater than the default value for the
|
|
626
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
627
|
+
* <code>MaxResults</code> that is less than the number of results, the response includes a
|
|
628
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
629
|
+
* value in a subsequent call to <code>SearchTypes</code> to list the next set of
|
|
630
|
+
* results.</p>
|
|
631
|
+
* @public
|
|
632
|
+
*/
|
|
633
|
+
nextToken?: string | undefined;
|
|
634
|
+
/**
|
|
635
|
+
* <p>Total number of search results.</p>
|
|
636
|
+
* @public
|
|
637
|
+
*/
|
|
638
|
+
totalMatchCount?: number | undefined;
|
|
639
|
+
}
|
|
640
|
+
/**
|
|
641
|
+
* @public
|
|
642
|
+
* @enum
|
|
643
|
+
*/
|
|
644
|
+
export declare const UserSearchType: {
|
|
645
|
+
readonly DATAZONE_IAM_USER: "DATAZONE_IAM_USER";
|
|
646
|
+
readonly DATAZONE_SSO_USER: "DATAZONE_SSO_USER";
|
|
647
|
+
readonly DATAZONE_USER: "DATAZONE_USER";
|
|
648
|
+
readonly SSO_USER: "SSO_USER";
|
|
649
|
+
};
|
|
650
|
+
/**
|
|
651
|
+
* @public
|
|
652
|
+
*/
|
|
653
|
+
export type UserSearchType = (typeof UserSearchType)[keyof typeof UserSearchType];
|
|
654
|
+
/**
|
|
655
|
+
* @public
|
|
656
|
+
*/
|
|
657
|
+
export interface SearchUserProfilesInput {
|
|
658
|
+
/**
|
|
659
|
+
* <p>The identifier of the Amazon DataZone domain in which you want to search user
|
|
660
|
+
* profiles.</p>
|
|
661
|
+
* @public
|
|
662
|
+
*/
|
|
663
|
+
domainIdentifier: string | undefined;
|
|
664
|
+
/**
|
|
665
|
+
* <p>Specifies the user type for the <code>SearchUserProfiles</code> action.</p>
|
|
666
|
+
* @public
|
|
667
|
+
*/
|
|
668
|
+
userType: UserSearchType | undefined;
|
|
669
|
+
/**
|
|
670
|
+
* <p>Specifies the text for which to search.</p>
|
|
671
|
+
* @public
|
|
672
|
+
*/
|
|
673
|
+
searchText?: string | undefined;
|
|
674
|
+
/**
|
|
675
|
+
* <p>The maximum number of results to return in a single call to
|
|
676
|
+
* <code>SearchUserProfiles</code>. When the number of results to be listed is greater than
|
|
677
|
+
* the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value
|
|
678
|
+
* that you can use in a subsequent call to <code>SearchUserProfiles</code> to list the next
|
|
679
|
+
* set of results. </p>
|
|
680
|
+
* @public
|
|
681
|
+
*/
|
|
682
|
+
maxResults?: number | undefined;
|
|
683
|
+
/**
|
|
684
|
+
* <p>When the number of results is greater than the default value for the
|
|
685
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
686
|
+
* <code>MaxResults</code> that is less than the number of results, the response includes a
|
|
687
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
688
|
+
* value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of
|
|
689
|
+
* results.</p>
|
|
690
|
+
* @public
|
|
691
|
+
*/
|
|
692
|
+
nextToken?: string | undefined;
|
|
693
|
+
}
|
|
694
|
+
/**
|
|
695
|
+
* <p>The details of the user profile.</p>
|
|
696
|
+
* @public
|
|
697
|
+
*/
|
|
698
|
+
export interface UserProfileSummary {
|
|
699
|
+
/**
|
|
700
|
+
* <p>The ID of the Amazon DataZone domain of the user profile.</p>
|
|
701
|
+
* @public
|
|
702
|
+
*/
|
|
703
|
+
domainId?: string | undefined;
|
|
704
|
+
/**
|
|
705
|
+
* <p>The ID of the user profile.</p>
|
|
706
|
+
* @public
|
|
707
|
+
*/
|
|
708
|
+
id?: string | undefined;
|
|
709
|
+
/**
|
|
710
|
+
* <p>The type of the user profile.</p>
|
|
711
|
+
* @public
|
|
712
|
+
*/
|
|
713
|
+
type?: UserProfileType | undefined;
|
|
714
|
+
/**
|
|
715
|
+
* <p>The status of the user profile.</p>
|
|
716
|
+
* @public
|
|
717
|
+
*/
|
|
718
|
+
status?: UserProfileStatus | undefined;
|
|
719
|
+
/**
|
|
720
|
+
* <p>The details of the user profile.</p>
|
|
721
|
+
* @public
|
|
722
|
+
*/
|
|
723
|
+
details?: UserProfileDetails | undefined;
|
|
724
|
+
}
|
|
725
|
+
/**
|
|
726
|
+
* @public
|
|
727
|
+
*/
|
|
728
|
+
export interface SearchUserProfilesOutput {
|
|
729
|
+
/**
|
|
730
|
+
* <p>The results of the <code>SearchUserProfiles</code> action.</p>
|
|
731
|
+
* @public
|
|
732
|
+
*/
|
|
733
|
+
items?: UserProfileSummary[] | undefined;
|
|
734
|
+
/**
|
|
735
|
+
* <p>When the number of results is greater than the default value for the
|
|
736
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
737
|
+
* <code>MaxResults</code> that is less than the number of results, the response includes a
|
|
738
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
739
|
+
* value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of
|
|
740
|
+
* results.</p>
|
|
741
|
+
* @public
|
|
742
|
+
*/
|
|
743
|
+
nextToken?: string | undefined;
|
|
744
|
+
}
|
|
745
|
+
/**
|
|
746
|
+
* @public
|
|
747
|
+
*/
|
|
748
|
+
export interface TagResourceRequest {
|
|
749
|
+
/**
|
|
750
|
+
* <p>The ARN of the resource to be tagged in Amazon DataZone.</p>
|
|
751
|
+
* @public
|
|
752
|
+
*/
|
|
753
|
+
resourceArn: string | undefined;
|
|
754
|
+
/**
|
|
755
|
+
* <p>Specifies the tags for the <code>TagResource</code> action.</p>
|
|
756
|
+
* @public
|
|
757
|
+
*/
|
|
758
|
+
tags: Record<string, string> | undefined;
|
|
759
|
+
}
|
|
760
|
+
/**
|
|
761
|
+
* @public
|
|
762
|
+
*/
|
|
763
|
+
export interface TagResourceResponse {
|
|
764
|
+
}
|
|
765
|
+
/**
|
|
766
|
+
* @public
|
|
767
|
+
*/
|
|
768
|
+
export interface UntagResourceRequest {
|
|
769
|
+
/**
|
|
770
|
+
* <p>The ARN of the resource to be untagged in Amazon DataZone.</p>
|
|
771
|
+
* @public
|
|
772
|
+
*/
|
|
773
|
+
resourceArn: string | undefined;
|
|
774
|
+
/**
|
|
775
|
+
* <p>Specifies the tag keys for the <code>UntagResource</code> action.</p>
|
|
776
|
+
* @public
|
|
777
|
+
*/
|
|
778
|
+
tagKeys: string[] | undefined;
|
|
779
|
+
}
|
|
780
|
+
/**
|
|
781
|
+
* @public
|
|
782
|
+
*/
|
|
783
|
+
export interface UntagResourceResponse {
|
|
784
|
+
}
|
|
785
|
+
/**
|
|
786
|
+
* @public
|
|
787
|
+
*/
|
|
788
|
+
export interface UpdateConnectionInput {
|
|
789
|
+
/**
|
|
790
|
+
* <p>The ID of the domain where a connection is to be updated.</p>
|
|
791
|
+
* @public
|
|
792
|
+
*/
|
|
793
|
+
domainIdentifier: string | undefined;
|
|
794
|
+
/**
|
|
795
|
+
* <p>The ID of the connection to be updated.</p>
|
|
796
|
+
* @public
|
|
797
|
+
*/
|
|
798
|
+
identifier: string | undefined;
|
|
799
|
+
/**
|
|
800
|
+
* <p>The description of a connection.</p>
|
|
801
|
+
* @public
|
|
802
|
+
*/
|
|
803
|
+
description?: string | undefined;
|
|
804
|
+
/**
|
|
805
|
+
* <p>The location where a connection is to be updated.</p>
|
|
806
|
+
* @public
|
|
807
|
+
*/
|
|
808
|
+
awsLocation?: AwsLocation | undefined;
|
|
809
|
+
/**
|
|
810
|
+
* <p>The connection props.</p>
|
|
811
|
+
* @public
|
|
812
|
+
*/
|
|
813
|
+
props?: ConnectionPropertiesPatch | undefined;
|
|
814
|
+
}
|
|
815
|
+
/**
|
|
816
|
+
* @public
|
|
817
|
+
*/
|
|
818
|
+
export interface UpdateConnectionOutput {
|
|
819
|
+
/**
|
|
820
|
+
* <p>The ID of the connection.</p>
|
|
821
|
+
* @public
|
|
822
|
+
*/
|
|
823
|
+
connectionId: string | undefined;
|
|
824
|
+
/**
|
|
825
|
+
* <p>The connection description.</p>
|
|
826
|
+
* @public
|
|
827
|
+
*/
|
|
828
|
+
description?: string | undefined;
|
|
829
|
+
/**
|
|
830
|
+
* <p>The ID of the domain where a connection is to be updated.</p>
|
|
831
|
+
* @public
|
|
832
|
+
*/
|
|
833
|
+
domainId: string | undefined;
|
|
834
|
+
/**
|
|
835
|
+
* <p>The ID of the domain unit where a connection is to be updated.</p>
|
|
836
|
+
* @public
|
|
837
|
+
*/
|
|
838
|
+
domainUnitId: string | undefined;
|
|
839
|
+
/**
|
|
840
|
+
* <p>The ID of the environment where a connection is to be updated.</p>
|
|
841
|
+
* @public
|
|
842
|
+
*/
|
|
843
|
+
environmentId?: string | undefined;
|
|
844
|
+
/**
|
|
845
|
+
* <p>The name of the connection.</p>
|
|
846
|
+
* @public
|
|
847
|
+
*/
|
|
848
|
+
name: string | undefined;
|
|
849
|
+
/**
|
|
850
|
+
* <p>The physical endpoints of the connection.</p>
|
|
851
|
+
* @public
|
|
852
|
+
*/
|
|
853
|
+
physicalEndpoints: PhysicalEndpoint[] | undefined;
|
|
854
|
+
/**
|
|
855
|
+
* <p>The project ID of the connection.</p>
|
|
856
|
+
* @public
|
|
857
|
+
*/
|
|
858
|
+
projectId?: string | undefined;
|
|
859
|
+
/**
|
|
860
|
+
* <p>The connection props.</p>
|
|
861
|
+
* @public
|
|
862
|
+
*/
|
|
863
|
+
props?: ConnectionPropertiesOutput | undefined;
|
|
864
|
+
/**
|
|
865
|
+
* <p>The connection type.</p>
|
|
866
|
+
* @public
|
|
867
|
+
*/
|
|
868
|
+
type: ConnectionType | undefined;
|
|
869
|
+
}
|
|
870
|
+
/**
|
|
871
|
+
* @public
|
|
872
|
+
*/
|
|
873
|
+
export interface UpdateEnvironmentInput {
|
|
874
|
+
/**
|
|
875
|
+
* <p>The identifier of the domain in which the environment is to be updated.</p>
|
|
876
|
+
* @public
|
|
877
|
+
*/
|
|
878
|
+
domainIdentifier: string | undefined;
|
|
879
|
+
/**
|
|
880
|
+
* <p>The identifier of the environment that is to be updated.</p>
|
|
881
|
+
* @public
|
|
882
|
+
*/
|
|
883
|
+
identifier: string | undefined;
|
|
884
|
+
/**
|
|
885
|
+
* <p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
886
|
+
* @public
|
|
887
|
+
*/
|
|
888
|
+
name?: string | undefined;
|
|
889
|
+
/**
|
|
890
|
+
* <p>The description to be updated as part of the <code>UpdateEnvironment</code>
|
|
891
|
+
* action.</p>
|
|
892
|
+
* @public
|
|
893
|
+
*/
|
|
894
|
+
description?: string | undefined;
|
|
895
|
+
/**
|
|
896
|
+
* <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code>
|
|
897
|
+
* action.</p>
|
|
898
|
+
* @public
|
|
899
|
+
*/
|
|
900
|
+
glossaryTerms?: string[] | undefined;
|
|
901
|
+
}
|
|
902
|
+
/**
|
|
903
|
+
* @public
|
|
904
|
+
*/
|
|
905
|
+
export interface UpdateEnvironmentOutput {
|
|
906
|
+
/**
|
|
907
|
+
* <p>The project identifier of the environment.</p>
|
|
908
|
+
* @public
|
|
909
|
+
*/
|
|
910
|
+
projectId: string | undefined;
|
|
911
|
+
/**
|
|
912
|
+
* <p>The identifier of the environment that is to be updated.</p>
|
|
913
|
+
* @public
|
|
914
|
+
*/
|
|
915
|
+
id?: string | undefined;
|
|
916
|
+
/**
|
|
917
|
+
* <p>The identifier of the domain in which the environment is to be updated.</p>
|
|
918
|
+
* @public
|
|
919
|
+
*/
|
|
920
|
+
domainId: string | undefined;
|
|
921
|
+
/**
|
|
922
|
+
* <p>The Amazon DataZone user who created the environment.</p>
|
|
923
|
+
* @public
|
|
924
|
+
*/
|
|
925
|
+
createdBy: string | undefined;
|
|
926
|
+
/**
|
|
927
|
+
* <p>The timestamp of when the environment was created.</p>
|
|
928
|
+
* @public
|
|
929
|
+
*/
|
|
930
|
+
createdAt?: Date | undefined;
|
|
931
|
+
/**
|
|
932
|
+
* <p>The timestamp of when the environment was updated.</p>
|
|
933
|
+
* @public
|
|
934
|
+
*/
|
|
935
|
+
updatedAt?: Date | undefined;
|
|
936
|
+
/**
|
|
937
|
+
* <p>The name to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
938
|
+
* @public
|
|
939
|
+
*/
|
|
940
|
+
name: string | undefined;
|
|
941
|
+
/**
|
|
942
|
+
* <p>The description to be updated as part of the <code>UpdateEnvironment</code>
|
|
943
|
+
* action.</p>
|
|
944
|
+
* @public
|
|
945
|
+
*/
|
|
946
|
+
description?: string | undefined;
|
|
947
|
+
/**
|
|
948
|
+
* <p>The profile identifier of the environment.</p>
|
|
949
|
+
* @public
|
|
950
|
+
*/
|
|
951
|
+
environmentProfileId?: string | undefined;
|
|
952
|
+
/**
|
|
953
|
+
* <p>The identifier of the Amazon Web Services account in which the environment is to be
|
|
954
|
+
* updated.</p>
|
|
955
|
+
* @public
|
|
956
|
+
*/
|
|
957
|
+
awsAccountId?: string | undefined;
|
|
958
|
+
/**
|
|
959
|
+
* <p>The Amazon Web Services Region in which the environment is updated.</p>
|
|
960
|
+
* @public
|
|
961
|
+
*/
|
|
962
|
+
awsAccountRegion?: string | undefined;
|
|
963
|
+
/**
|
|
964
|
+
* <p>The provider identifier of the environment.</p>
|
|
965
|
+
* @public
|
|
966
|
+
*/
|
|
967
|
+
provider: string | undefined;
|
|
968
|
+
/**
|
|
969
|
+
* <p>The provisioned resources to be updated as part of the <code>UpdateEnvironment</code>
|
|
970
|
+
* action.</p>
|
|
971
|
+
* @public
|
|
972
|
+
*/
|
|
973
|
+
provisionedResources?: Resource[] | undefined;
|
|
974
|
+
/**
|
|
975
|
+
* <p>The status to be updated as part of the <code>UpdateEnvironment</code> action.</p>
|
|
976
|
+
* @public
|
|
977
|
+
*/
|
|
978
|
+
status?: EnvironmentStatus | undefined;
|
|
979
|
+
/**
|
|
980
|
+
* <p>The environment actions to be updated as part of the <code>UpdateEnvironment</code>
|
|
981
|
+
* action.</p>
|
|
982
|
+
* @public
|
|
983
|
+
*/
|
|
984
|
+
environmentActions?: ConfigurableEnvironmentAction[] | undefined;
|
|
985
|
+
/**
|
|
986
|
+
* <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code>
|
|
987
|
+
* action.</p>
|
|
988
|
+
* @public
|
|
989
|
+
*/
|
|
990
|
+
glossaryTerms?: string[] | undefined;
|
|
991
|
+
/**
|
|
992
|
+
* <p>The user parameters to be updated as part of the <code>UpdateEnvironment</code>
|
|
993
|
+
* action.</p>
|
|
994
|
+
* @public
|
|
995
|
+
*/
|
|
996
|
+
userParameters?: CustomParameter[] | undefined;
|
|
997
|
+
/**
|
|
998
|
+
* <p>The last deployment of the environment.</p>
|
|
999
|
+
* @public
|
|
1000
|
+
*/
|
|
1001
|
+
lastDeployment?: Deployment | undefined;
|
|
1002
|
+
/**
|
|
1003
|
+
* <p>The provisioning properties to be updated as part of the <code>UpdateEnvironment</code>
|
|
1004
|
+
* action.</p>
|
|
1005
|
+
* @public
|
|
1006
|
+
*/
|
|
1007
|
+
provisioningProperties?: ProvisioningProperties | undefined;
|
|
1008
|
+
/**
|
|
1009
|
+
* <p>The deployment properties to be updated as part of the <code>UpdateEnvironment</code>
|
|
1010
|
+
* action.</p>
|
|
1011
|
+
* @public
|
|
1012
|
+
*/
|
|
1013
|
+
deploymentProperties?: DeploymentProperties | undefined;
|
|
1014
|
+
/**
|
|
1015
|
+
* <p>The blueprint identifier of the environment.</p>
|
|
1016
|
+
* @public
|
|
1017
|
+
*/
|
|
1018
|
+
environmentBlueprintId?: string | undefined;
|
|
1019
|
+
}
|
|
1020
|
+
/**
|
|
1021
|
+
* @public
|
|
1022
|
+
*/
|
|
1023
|
+
export interface UpdateEnvironmentActionInput {
|
|
1024
|
+
/**
|
|
1025
|
+
* <p>The domain ID of the environment action.</p>
|
|
1026
|
+
* @public
|
|
1027
|
+
*/
|
|
1028
|
+
domainIdentifier: string | undefined;
|
|
1029
|
+
/**
|
|
1030
|
+
* <p>The environment ID of the environment action.</p>
|
|
1031
|
+
* @public
|
|
1032
|
+
*/
|
|
1033
|
+
environmentIdentifier: string | undefined;
|
|
1034
|
+
/**
|
|
1035
|
+
* <p>The ID of the environment action.</p>
|
|
1036
|
+
* @public
|
|
1037
|
+
*/
|
|
1038
|
+
identifier: string | undefined;
|
|
1039
|
+
/**
|
|
1040
|
+
* <p>The parameters of the environment action.</p>
|
|
1041
|
+
* @public
|
|
1042
|
+
*/
|
|
1043
|
+
parameters?: ActionParameters | undefined;
|
|
1044
|
+
/**
|
|
1045
|
+
* <p>The name of the environment action.</p>
|
|
1046
|
+
* @public
|
|
1047
|
+
*/
|
|
1048
|
+
name?: string | undefined;
|
|
1049
|
+
/**
|
|
1050
|
+
* <p>The description of the environment action.</p>
|
|
1051
|
+
* @public
|
|
1052
|
+
*/
|
|
1053
|
+
description?: string | undefined;
|
|
1054
|
+
}
|
|
1055
|
+
/**
|
|
1056
|
+
* @public
|
|
1057
|
+
*/
|
|
1058
|
+
export interface UpdateEnvironmentActionOutput {
|
|
1059
|
+
/**
|
|
1060
|
+
* <p>The domain ID of the environment action.</p>
|
|
1061
|
+
* @public
|
|
1062
|
+
*/
|
|
1063
|
+
domainId: string | undefined;
|
|
1064
|
+
/**
|
|
1065
|
+
* <p>The environment ID of the environment action.</p>
|
|
1066
|
+
* @public
|
|
1067
|
+
*/
|
|
1068
|
+
environmentId: string | undefined;
|
|
1069
|
+
/**
|
|
1070
|
+
* <p>The ID of the environment action.</p>
|
|
1071
|
+
* @public
|
|
1072
|
+
*/
|
|
1073
|
+
id: string | undefined;
|
|
1074
|
+
/**
|
|
1075
|
+
* <p>The name of the environment action.</p>
|
|
1076
|
+
* @public
|
|
1077
|
+
*/
|
|
1078
|
+
name: string | undefined;
|
|
1079
|
+
/**
|
|
1080
|
+
* <p>The parameters of the environment action.</p>
|
|
1081
|
+
* @public
|
|
1082
|
+
*/
|
|
1083
|
+
parameters: ActionParameters | undefined;
|
|
1084
|
+
/**
|
|
1085
|
+
* <p>The description of the environment action.</p>
|
|
1086
|
+
* @public
|
|
1087
|
+
*/
|
|
1088
|
+
description?: string | undefined;
|
|
1089
|
+
}
|
|
1090
|
+
/**
|
|
1091
|
+
* @public
|
|
1092
|
+
*/
|
|
1093
|
+
export interface UpdateEnvironmentProfileInput {
|
|
1094
|
+
/**
|
|
1095
|
+
* <p>The identifier of the Amazon DataZone domain in which an environment profile is to be
|
|
1096
|
+
* updated.</p>
|
|
1097
|
+
* @public
|
|
1098
|
+
*/
|
|
1099
|
+
domainIdentifier: string | undefined;
|
|
1100
|
+
/**
|
|
1101
|
+
* <p>The identifier of the environment profile that is to be updated.</p>
|
|
1102
|
+
* @public
|
|
1103
|
+
*/
|
|
1104
|
+
identifier: string | undefined;
|
|
1105
|
+
/**
|
|
1106
|
+
* <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code>
|
|
1107
|
+
* action.</p>
|
|
1108
|
+
* @public
|
|
1109
|
+
*/
|
|
1110
|
+
name?: string | undefined;
|
|
1111
|
+
/**
|
|
1112
|
+
* <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code>
|
|
1113
|
+
* action.</p>
|
|
1114
|
+
* @public
|
|
1115
|
+
*/
|
|
1116
|
+
description?: string | undefined;
|
|
1117
|
+
/**
|
|
1118
|
+
* <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code>
|
|
1119
|
+
* action.</p>
|
|
1120
|
+
* @public
|
|
1121
|
+
*/
|
|
1122
|
+
userParameters?: EnvironmentParameter[] | undefined;
|
|
1123
|
+
/**
|
|
1124
|
+
* <p>The Amazon Web Services account in which a specified environment profile is to be
|
|
1125
|
+
* udpated.</p>
|
|
1126
|
+
* @public
|
|
1127
|
+
*/
|
|
1128
|
+
awsAccountId?: string | undefined;
|
|
1129
|
+
/**
|
|
1130
|
+
* <p>The Amazon Web Services Region in which a specified environment profile is to be
|
|
1131
|
+
* updated.</p>
|
|
1132
|
+
* @public
|
|
1133
|
+
*/
|
|
1134
|
+
awsAccountRegion?: string | undefined;
|
|
1135
|
+
}
|
|
1136
|
+
/**
|
|
1137
|
+
* @public
|
|
1138
|
+
*/
|
|
1139
|
+
export interface UpdateEnvironmentProfileOutput {
|
|
1140
|
+
/**
|
|
1141
|
+
* <p>The identifier of the environment profile that is to be udpated.</p>
|
|
1142
|
+
* @public
|
|
1143
|
+
*/
|
|
1144
|
+
id: string | undefined;
|
|
1145
|
+
/**
|
|
1146
|
+
* <p>The identifier of the Amazon DataZone domain in which the environment profile is to be
|
|
1147
|
+
* updated.</p>
|
|
1148
|
+
* @public
|
|
1149
|
+
*/
|
|
1150
|
+
domainId: string | undefined;
|
|
1151
|
+
/**
|
|
1152
|
+
* <p>The Amazon Web Services account in which a specified environment profile is to be
|
|
1153
|
+
* udpated.</p>
|
|
1154
|
+
* @public
|
|
1155
|
+
*/
|
|
1156
|
+
awsAccountId?: string | undefined;
|
|
1157
|
+
/**
|
|
1158
|
+
* <p>The Amazon Web Services Region in which a specified environment profile is to be
|
|
1159
|
+
* updated.</p>
|
|
1160
|
+
* @public
|
|
1161
|
+
*/
|
|
1162
|
+
awsAccountRegion?: string | undefined;
|
|
1163
|
+
/**
|
|
1164
|
+
* <p>The Amazon DataZone user who created the environment profile.</p>
|
|
1165
|
+
* @public
|
|
1166
|
+
*/
|
|
1167
|
+
createdBy: string | undefined;
|
|
1168
|
+
/**
|
|
1169
|
+
* <p>The timestamp of when the environment profile was created.</p>
|
|
1170
|
+
* @public
|
|
1171
|
+
*/
|
|
1172
|
+
createdAt?: Date | undefined;
|
|
1173
|
+
/**
|
|
1174
|
+
* <p>The timestamp of when the environment profile was updated.</p>
|
|
1175
|
+
* @public
|
|
1176
|
+
*/
|
|
1177
|
+
updatedAt?: Date | undefined;
|
|
1178
|
+
/**
|
|
1179
|
+
* <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code>
|
|
1180
|
+
* action.</p>
|
|
1181
|
+
* @public
|
|
1182
|
+
*/
|
|
1183
|
+
name: string | undefined;
|
|
1184
|
+
/**
|
|
1185
|
+
* <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code>
|
|
1186
|
+
* action.</p>
|
|
1187
|
+
* @public
|
|
1188
|
+
*/
|
|
1189
|
+
description?: string | undefined;
|
|
1190
|
+
/**
|
|
1191
|
+
* <p>The identifier of the blueprint of the environment profile that is to be updated.</p>
|
|
1192
|
+
* @public
|
|
1193
|
+
*/
|
|
1194
|
+
environmentBlueprintId: string | undefined;
|
|
1195
|
+
/**
|
|
1196
|
+
* <p>The identifier of the project of the environment profile that is to be updated.</p>
|
|
1197
|
+
* @public
|
|
1198
|
+
*/
|
|
1199
|
+
projectId?: string | undefined;
|
|
1200
|
+
/**
|
|
1201
|
+
* <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code>
|
|
1202
|
+
* action.</p>
|
|
1203
|
+
* @public
|
|
1204
|
+
*/
|
|
1205
|
+
userParameters?: CustomParameter[] | undefined;
|
|
1206
|
+
}
|
|
1207
|
+
/**
|
|
1208
|
+
* @public
|
|
1209
|
+
*/
|
|
1210
|
+
export interface UpdateGroupProfileInput {
|
|
1211
|
+
/**
|
|
1212
|
+
* <p>The identifier of the Amazon DataZone domain in which a group profile is updated.</p>
|
|
1213
|
+
* @public
|
|
1214
|
+
*/
|
|
1215
|
+
domainIdentifier: string | undefined;
|
|
1216
|
+
/**
|
|
1217
|
+
* <p>The identifier of the group profile that is updated.</p>
|
|
1218
|
+
* @public
|
|
1219
|
+
*/
|
|
1220
|
+
groupIdentifier: string | undefined;
|
|
1221
|
+
/**
|
|
1222
|
+
* <p>The status of the group profile that is updated.</p>
|
|
1223
|
+
* @public
|
|
1224
|
+
*/
|
|
1225
|
+
status: GroupProfileStatus | undefined;
|
|
1226
|
+
}
|
|
1227
|
+
/**
|
|
1228
|
+
* @public
|
|
1229
|
+
*/
|
|
1230
|
+
export interface UpdateGroupProfileOutput {
|
|
1231
|
+
/**
|
|
1232
|
+
* <p>The identifier of the Amazon DataZone domain in which a group profile is updated.</p>
|
|
1233
|
+
* @public
|
|
1234
|
+
*/
|
|
1235
|
+
domainId?: string | undefined;
|
|
1236
|
+
/**
|
|
1237
|
+
* <p>The identifier of the group profile that is updated.</p>
|
|
1238
|
+
* @public
|
|
1239
|
+
*/
|
|
1240
|
+
id?: string | undefined;
|
|
1241
|
+
/**
|
|
1242
|
+
* <p>The status of the group profile that is updated.</p>
|
|
1243
|
+
* @public
|
|
1244
|
+
*/
|
|
1245
|
+
status?: GroupProfileStatus | undefined;
|
|
1246
|
+
/**
|
|
1247
|
+
* <p>The name of the group profile that is updated.</p>
|
|
1248
|
+
* @public
|
|
1249
|
+
*/
|
|
1250
|
+
groupName?: string | undefined;
|
|
1251
|
+
}
|
|
1252
|
+
/**
|
|
1253
|
+
* @public
|
|
1254
|
+
*/
|
|
1255
|
+
export interface UpdateProjectInput {
|
|
1256
|
+
/**
|
|
1257
|
+
* <p>The ID of the Amazon DataZone domain where a project is being updated.</p>
|
|
1258
|
+
* @public
|
|
1259
|
+
*/
|
|
1260
|
+
domainIdentifier: string | undefined;
|
|
1261
|
+
/**
|
|
1262
|
+
* <p>The identifier of the project that is to be updated.</p>
|
|
1263
|
+
* @public
|
|
1264
|
+
*/
|
|
1265
|
+
identifier: string | undefined;
|
|
1266
|
+
/**
|
|
1267
|
+
* <p>The name to be updated as part of the <code>UpdateProject</code> action.</p>
|
|
1268
|
+
* @public
|
|
1269
|
+
*/
|
|
1270
|
+
name?: string | undefined;
|
|
1271
|
+
/**
|
|
1272
|
+
* <p>The description to be updated as part of the <code>UpdateProject</code> action.</p>
|
|
1273
|
+
* @public
|
|
1274
|
+
*/
|
|
1275
|
+
description?: string | undefined;
|
|
1276
|
+
/**
|
|
1277
|
+
* <p>The glossary terms to be updated as part of the <code>UpdateProject</code>
|
|
1278
|
+
* action.</p>
|
|
1279
|
+
* @public
|
|
1280
|
+
*/
|
|
1281
|
+
glossaryTerms?: string[] | undefined;
|
|
1282
|
+
/**
|
|
1283
|
+
* <p>The environment deployment details of the project.</p>
|
|
1284
|
+
* @public
|
|
1285
|
+
*/
|
|
1286
|
+
environmentDeploymentDetails?: EnvironmentDeploymentDetails | undefined;
|
|
1287
|
+
}
|
|
1288
|
+
/**
|
|
1289
|
+
* @public
|
|
1290
|
+
*/
|
|
1291
|
+
export interface UpdateProjectOutput {
|
|
1292
|
+
/**
|
|
1293
|
+
* <p>The identifier of the Amazon DataZone domain in which a project is updated.</p>
|
|
1294
|
+
* @public
|
|
1295
|
+
*/
|
|
1296
|
+
domainId: string | undefined;
|
|
1297
|
+
/**
|
|
1298
|
+
* <p>The identifier of the project that is to be updated.</p>
|
|
1299
|
+
* @public
|
|
1300
|
+
*/
|
|
1301
|
+
id: string | undefined;
|
|
1302
|
+
/**
|
|
1303
|
+
* <p>The name of the project that is to be updated.</p>
|
|
1304
|
+
* @public
|
|
1305
|
+
*/
|
|
1306
|
+
name: string | undefined;
|
|
1307
|
+
/**
|
|
1308
|
+
* <p>The description of the project that is to be updated.</p>
|
|
1309
|
+
* @public
|
|
1310
|
+
*/
|
|
1311
|
+
description?: string | undefined;
|
|
1312
|
+
/**
|
|
1313
|
+
* <p>The status of the project.</p>
|
|
1314
|
+
* @public
|
|
1315
|
+
*/
|
|
1316
|
+
projectStatus?: ProjectStatus | undefined;
|
|
1317
|
+
/**
|
|
1318
|
+
* <p>Specifies the error message that is returned if the operation cannot be successfully
|
|
1319
|
+
* completed.</p>
|
|
1320
|
+
* @public
|
|
1321
|
+
*/
|
|
1322
|
+
failureReasons?: ProjectDeletionError[] | undefined;
|
|
1323
|
+
/**
|
|
1324
|
+
* <p>The Amazon DataZone user who created the project.</p>
|
|
1325
|
+
* @public
|
|
1326
|
+
*/
|
|
1327
|
+
createdBy: string | undefined;
|
|
1328
|
+
/**
|
|
1329
|
+
* <p>The timestamp of when the project was created.</p>
|
|
1330
|
+
* @public
|
|
1331
|
+
*/
|
|
1332
|
+
createdAt?: Date | undefined;
|
|
1333
|
+
/**
|
|
1334
|
+
* <p>The timestamp of when the project was last updated.</p>
|
|
1335
|
+
* @public
|
|
1336
|
+
*/
|
|
1337
|
+
lastUpdatedAt?: Date | undefined;
|
|
1338
|
+
/**
|
|
1339
|
+
* <p>The glossary terms of the project that are to be updated.</p>
|
|
1340
|
+
* @public
|
|
1341
|
+
*/
|
|
1342
|
+
glossaryTerms?: string[] | undefined;
|
|
1343
|
+
/**
|
|
1344
|
+
* <p>The ID of the domain unit.</p>
|
|
1345
|
+
* @public
|
|
1346
|
+
*/
|
|
1347
|
+
domainUnitId?: string | undefined;
|
|
1348
|
+
/**
|
|
1349
|
+
* <p>The ID of the project profile.</p>
|
|
1350
|
+
* @public
|
|
1351
|
+
*/
|
|
1352
|
+
projectProfileId?: string | undefined;
|
|
1353
|
+
/**
|
|
1354
|
+
* <p>The user parameters of the project.</p>
|
|
1355
|
+
* @public
|
|
1356
|
+
*/
|
|
1357
|
+
userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
|
|
1358
|
+
/**
|
|
1359
|
+
* <p>The environment deployment details of the project.</p>
|
|
1360
|
+
* @public
|
|
1361
|
+
*/
|
|
1362
|
+
environmentDeploymentDetails?: EnvironmentDeploymentDetails | undefined;
|
|
1363
|
+
}
|
|
1364
|
+
/**
|
|
1365
|
+
* @public
|
|
1366
|
+
*/
|
|
1367
|
+
export interface UpdateProjectProfileInput {
|
|
1368
|
+
/**
|
|
1369
|
+
* <p>The ID of the domain where a project profile is to be updated.</p>
|
|
1370
|
+
* @public
|
|
1371
|
+
*/
|
|
1372
|
+
domainIdentifier: string | undefined;
|
|
1373
|
+
/**
|
|
1374
|
+
* <p>The ID of a project profile that is to be updated.</p>
|
|
1375
|
+
* @public
|
|
1376
|
+
*/
|
|
1377
|
+
identifier: string | undefined;
|
|
1378
|
+
/**
|
|
1379
|
+
* <p>The name of a project profile.</p>
|
|
1380
|
+
* @public
|
|
1381
|
+
*/
|
|
1382
|
+
name?: string | undefined;
|
|
1383
|
+
/**
|
|
1384
|
+
* <p>The description of a project profile.</p>
|
|
1385
|
+
* @public
|
|
1386
|
+
*/
|
|
1387
|
+
description?: string | undefined;
|
|
1388
|
+
/**
|
|
1389
|
+
* <p>The status of a project profile.</p>
|
|
1390
|
+
* @public
|
|
1391
|
+
*/
|
|
1392
|
+
status?: Status | undefined;
|
|
1393
|
+
/**
|
|
1394
|
+
* <p>The environment configurations of a project profile.</p>
|
|
1395
|
+
* @public
|
|
1396
|
+
*/
|
|
1397
|
+
environmentConfigurations?: EnvironmentConfiguration[] | undefined;
|
|
1398
|
+
/**
|
|
1399
|
+
* <p>The ID of the domain unit where a project profile is to be updated.</p>
|
|
1400
|
+
* @public
|
|
1401
|
+
*/
|
|
1402
|
+
domainUnitIdentifier?: string | undefined;
|
|
1403
|
+
}
|
|
1404
|
+
/**
|
|
1405
|
+
* @public
|
|
1406
|
+
*/
|
|
1407
|
+
export interface UpdateProjectProfileOutput {
|
|
1408
|
+
/**
|
|
1409
|
+
* <p>The ID of the domain where project profile is to be updated.</p>
|
|
1410
|
+
* @public
|
|
1411
|
+
*/
|
|
1412
|
+
domainId: string | undefined;
|
|
1413
|
+
/**
|
|
1414
|
+
* <p>The ID of the project profile.</p>
|
|
1415
|
+
* @public
|
|
1416
|
+
*/
|
|
1417
|
+
id: string | undefined;
|
|
1418
|
+
/**
|
|
1419
|
+
* <p>The name of the project profile.</p>
|
|
1420
|
+
* @public
|
|
1421
|
+
*/
|
|
1422
|
+
name: string | undefined;
|
|
1423
|
+
/**
|
|
1424
|
+
* <p>The description of a project profile.</p>
|
|
1425
|
+
* @public
|
|
1426
|
+
*/
|
|
1427
|
+
description?: string | undefined;
|
|
1428
|
+
/**
|
|
1429
|
+
* <p>The status of the project profile.</p>
|
|
1430
|
+
* @public
|
|
1431
|
+
*/
|
|
1432
|
+
status?: Status | undefined;
|
|
1433
|
+
/**
|
|
1434
|
+
* <p>The environment configurations of a project profile.</p>
|
|
1435
|
+
* @public
|
|
1436
|
+
*/
|
|
1437
|
+
environmentConfigurations?: EnvironmentConfiguration[] | undefined;
|
|
1438
|
+
/**
|
|
1439
|
+
* <p>The user who created a project profile.</p>
|
|
1440
|
+
* @public
|
|
1441
|
+
*/
|
|
1442
|
+
createdBy: string | undefined;
|
|
1443
|
+
/**
|
|
1444
|
+
* <p>The timestamp at which a project profile is created.</p>
|
|
1445
|
+
* @public
|
|
1446
|
+
*/
|
|
1447
|
+
createdAt?: Date | undefined;
|
|
1448
|
+
/**
|
|
1449
|
+
* <p>The timestamp at which a project profile was last updated.</p>
|
|
1450
|
+
* @public
|
|
1451
|
+
*/
|
|
1452
|
+
lastUpdatedAt?: Date | undefined;
|
|
1453
|
+
/**
|
|
1454
|
+
* <p>The domain unit ID of the project profile to be updated.</p>
|
|
1455
|
+
* @public
|
|
1456
|
+
*/
|
|
1457
|
+
domainUnitId?: string | undefined;
|
|
1458
|
+
}
|
|
1459
|
+
/**
|
|
1460
|
+
* @public
|
|
1461
|
+
*/
|
|
1462
|
+
export interface UpdateSubscriptionGrantStatusInput {
|
|
1463
|
+
/**
|
|
1464
|
+
* <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be
|
|
1465
|
+
* updated.</p>
|
|
1466
|
+
* @public
|
|
1467
|
+
*/
|
|
1468
|
+
domainIdentifier: string | undefined;
|
|
1469
|
+
/**
|
|
1470
|
+
* <p>The identifier of the subscription grant the status of which is to be updated.</p>
|
|
1471
|
+
* @public
|
|
1472
|
+
*/
|
|
1473
|
+
identifier: string | undefined;
|
|
1474
|
+
/**
|
|
1475
|
+
* <p>The identifier of the asset the subscription grant status of which is to be
|
|
1476
|
+
* updated.</p>
|
|
1477
|
+
* @public
|
|
1478
|
+
*/
|
|
1479
|
+
assetIdentifier: string | undefined;
|
|
1480
|
+
/**
|
|
1481
|
+
* <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
|
|
1482
|
+
* action.</p>
|
|
1483
|
+
* @public
|
|
1484
|
+
*/
|
|
1485
|
+
status: SubscriptionGrantStatus | undefined;
|
|
1486
|
+
/**
|
|
1487
|
+
* <p>Specifies the error message that is returned if the operation cannot be successfully
|
|
1488
|
+
* completed.</p>
|
|
1489
|
+
* @public
|
|
1490
|
+
*/
|
|
1491
|
+
failureCause?: FailureCause | undefined;
|
|
1492
|
+
/**
|
|
1493
|
+
* <p>The target name to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
|
|
1494
|
+
* action.</p>
|
|
1495
|
+
* @public
|
|
1496
|
+
*/
|
|
1497
|
+
targetName?: string | undefined;
|
|
1498
|
+
}
|
|
1499
|
+
/**
|
|
1500
|
+
* @public
|
|
1501
|
+
*/
|
|
1502
|
+
export interface UpdateSubscriptionGrantStatusOutput {
|
|
1503
|
+
/**
|
|
1504
|
+
* <p>The identifier of the subscription grant.</p>
|
|
1505
|
+
* @public
|
|
1506
|
+
*/
|
|
1507
|
+
id: string | undefined;
|
|
1508
|
+
/**
|
|
1509
|
+
* <p>The Amazon DataZone domain user who created the subscription grant status.</p>
|
|
1510
|
+
* @public
|
|
1511
|
+
*/
|
|
1512
|
+
createdBy: string | undefined;
|
|
1513
|
+
/**
|
|
1514
|
+
* <p>The Amazon DataZone user who updated the subscription grant status.</p>
|
|
1515
|
+
* @public
|
|
1516
|
+
*/
|
|
1517
|
+
updatedBy?: string | undefined;
|
|
1518
|
+
/**
|
|
1519
|
+
* <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be
|
|
1520
|
+
* updated.</p>
|
|
1521
|
+
* @public
|
|
1522
|
+
*/
|
|
1523
|
+
domainId: string | undefined;
|
|
1524
|
+
/**
|
|
1525
|
+
* <p>The timestamp of when the subscription grant status was created.</p>
|
|
1526
|
+
* @public
|
|
1527
|
+
*/
|
|
1528
|
+
createdAt: Date | undefined;
|
|
1529
|
+
/**
|
|
1530
|
+
* <p>The timestamp of when the subscription grant status is to be updated.</p>
|
|
1531
|
+
* @public
|
|
1532
|
+
*/
|
|
1533
|
+
updatedAt: Date | undefined;
|
|
1534
|
+
/**
|
|
1535
|
+
* <p>The identifier of the subscription target whose subscription grant status is to be
|
|
1536
|
+
* updated.</p>
|
|
1537
|
+
* @public
|
|
1538
|
+
*/
|
|
1539
|
+
subscriptionTargetId: string | undefined;
|
|
1540
|
+
/**
|
|
1541
|
+
* <p>The granted entity to be updated as part of the
|
|
1542
|
+
* <code>UpdateSubscriptionGrantStatus</code> action.</p>
|
|
1543
|
+
* @public
|
|
1544
|
+
*/
|
|
1545
|
+
grantedEntity: GrantedEntity | undefined;
|
|
1546
|
+
/**
|
|
1547
|
+
* <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
|
|
1548
|
+
* action.</p>
|
|
1549
|
+
* @public
|
|
1550
|
+
*/
|
|
1551
|
+
status: SubscriptionGrantOverallStatus | undefined;
|
|
1552
|
+
/**
|
|
1553
|
+
* <p>The details of the asset for which the subscription grant is created.</p>
|
|
1554
|
+
* @public
|
|
1555
|
+
*/
|
|
1556
|
+
assets?: SubscribedAsset[] | undefined;
|
|
1557
|
+
/**
|
|
1558
|
+
* @deprecated
|
|
1559
|
+
*
|
|
1560
|
+
* <p>The identifier of the subscription.</p>
|
|
1561
|
+
* @public
|
|
1562
|
+
*/
|
|
1563
|
+
subscriptionId?: string | undefined;
|
|
1564
|
+
}
|
|
1565
|
+
/**
|
|
1566
|
+
* @public
|
|
1567
|
+
*/
|
|
1568
|
+
export interface UpdateSubscriptionRequestInput {
|
|
1569
|
+
/**
|
|
1570
|
+
* <p>The identifier of the Amazon DataZone domain in which a subscription request is to be
|
|
1571
|
+
* updated.</p>
|
|
1572
|
+
* @public
|
|
1573
|
+
*/
|
|
1574
|
+
domainIdentifier: string | undefined;
|
|
1575
|
+
/**
|
|
1576
|
+
* <p>The identifier of the subscription request that is to be updated.</p>
|
|
1577
|
+
* @public
|
|
1578
|
+
*/
|
|
1579
|
+
identifier: string | undefined;
|
|
1580
|
+
/**
|
|
1581
|
+
* <p>The reason for the <code>UpdateSubscriptionRequest</code> action.</p>
|
|
1582
|
+
* @public
|
|
1583
|
+
*/
|
|
1584
|
+
requestReason: string | undefined;
|
|
1585
|
+
}
|
|
1586
|
+
/**
|
|
1587
|
+
* @public
|
|
1588
|
+
*/
|
|
1589
|
+
export interface UpdateSubscriptionRequestOutput {
|
|
1590
|
+
/**
|
|
1591
|
+
* <p>The identifier of the subscription request that is to be updated.</p>
|
|
1592
|
+
* @public
|
|
1593
|
+
*/
|
|
1594
|
+
id: string | undefined;
|
|
1595
|
+
/**
|
|
1596
|
+
* <p>The Amazon DataZone user who created the subscription request.</p>
|
|
1597
|
+
* @public
|
|
1598
|
+
*/
|
|
1599
|
+
createdBy: string | undefined;
|
|
1600
|
+
/**
|
|
1601
|
+
* <p>The Amazon DataZone user who updated the subscription request.</p>
|
|
1602
|
+
* @public
|
|
1603
|
+
*/
|
|
1604
|
+
updatedBy?: string | undefined;
|
|
1605
|
+
/**
|
|
1606
|
+
* <p>The identifier of the Amazon DataZone domain in which a subscription request is to be
|
|
1607
|
+
* updated.</p>
|
|
1608
|
+
* @public
|
|
1609
|
+
*/
|
|
1610
|
+
domainId: string | undefined;
|
|
1611
|
+
/**
|
|
1612
|
+
* <p>The status of the subscription request.</p>
|
|
1613
|
+
* @public
|
|
1614
|
+
*/
|
|
1615
|
+
status: SubscriptionRequestStatus | undefined;
|
|
1616
|
+
/**
|
|
1617
|
+
* <p>The timestamp of when the subscription request was created.</p>
|
|
1618
|
+
* @public
|
|
1619
|
+
*/
|
|
1620
|
+
createdAt: Date | undefined;
|
|
1621
|
+
/**
|
|
1622
|
+
* <p>The timestamp of when the subscription request was updated.</p>
|
|
1623
|
+
* @public
|
|
1624
|
+
*/
|
|
1625
|
+
updatedAt: Date | undefined;
|
|
1626
|
+
/**
|
|
1627
|
+
* <p>The reason for the <code>UpdateSubscriptionRequest</code> action.</p>
|
|
1628
|
+
* @public
|
|
1629
|
+
*/
|
|
1630
|
+
requestReason: string | undefined;
|
|
1631
|
+
/**
|
|
1632
|
+
* <p>The subscribed principals of the subscription request.</p>
|
|
1633
|
+
* @public
|
|
1634
|
+
*/
|
|
1635
|
+
subscribedPrincipals: SubscribedPrincipal[] | undefined;
|
|
1636
|
+
/**
|
|
1637
|
+
* <p>The subscribed listings of the subscription request.</p>
|
|
1638
|
+
* @public
|
|
1639
|
+
*/
|
|
1640
|
+
subscribedListings: SubscribedListing[] | undefined;
|
|
1641
|
+
/**
|
|
1642
|
+
* <p>The identifier of the Amazon DataZone user who reviews the subscription request.</p>
|
|
1643
|
+
* @public
|
|
1644
|
+
*/
|
|
1645
|
+
reviewerId?: string | undefined;
|
|
1646
|
+
/**
|
|
1647
|
+
* <p>The decision comment of the <code>UpdateSubscriptionRequest</code> action.</p>
|
|
1648
|
+
* @public
|
|
1649
|
+
*/
|
|
1650
|
+
decisionComment?: string | undefined;
|
|
1651
|
+
/**
|
|
1652
|
+
* <p>The ID of the existing subscription.</p>
|
|
1653
|
+
* @public
|
|
1654
|
+
*/
|
|
1655
|
+
existingSubscriptionId?: string | undefined;
|
|
1656
|
+
/**
|
|
1657
|
+
* <p>Metadata forms included in the subscription request.</p>
|
|
1658
|
+
* @public
|
|
1659
|
+
*/
|
|
1660
|
+
metadataForms?: FormOutput[] | undefined;
|
|
1661
|
+
}
|
|
1662
|
+
/**
|
|
1663
|
+
* @public
|
|
1664
|
+
*/
|
|
1665
|
+
export interface UpdateSubscriptionTargetInput {
|
|
1666
|
+
/**
|
|
1667
|
+
* <p>The identifier of the Amazon DataZone domain in which a subscription target is to be
|
|
1668
|
+
* updated.</p>
|
|
1669
|
+
* @public
|
|
1670
|
+
*/
|
|
1671
|
+
domainIdentifier: string | undefined;
|
|
1672
|
+
/**
|
|
1673
|
+
* <p>The identifier of the environment in which a subscription target is to be
|
|
1674
|
+
* updated.</p>
|
|
1675
|
+
* @public
|
|
1676
|
+
*/
|
|
1677
|
+
environmentIdentifier: string | undefined;
|
|
1678
|
+
/**
|
|
1679
|
+
* <p>Identifier of the subscription target that is to be updated.</p>
|
|
1680
|
+
* @public
|
|
1681
|
+
*/
|
|
1682
|
+
identifier: string | undefined;
|
|
1683
|
+
/**
|
|
1684
|
+
* <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code>
|
|
1685
|
+
* action.</p>
|
|
1686
|
+
* @public
|
|
1687
|
+
*/
|
|
1688
|
+
name?: string | undefined;
|
|
1689
|
+
/**
|
|
1690
|
+
* <p>The authorized principals to be updated as part of the
|
|
1691
|
+
* <code>UpdateSubscriptionTarget</code> action.</p>
|
|
1692
|
+
* @public
|
|
1693
|
+
*/
|
|
1694
|
+
authorizedPrincipals?: string[] | undefined;
|
|
1695
|
+
/**
|
|
1696
|
+
* <p>The applicable asset types to be updated as part of the
|
|
1697
|
+
* <code>UpdateSubscriptionTarget</code> action.</p>
|
|
1698
|
+
* @public
|
|
1699
|
+
*/
|
|
1700
|
+
applicableAssetTypes?: string[] | undefined;
|
|
1701
|
+
/**
|
|
1702
|
+
* <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code>
|
|
1703
|
+
* action.</p>
|
|
1704
|
+
* @public
|
|
1705
|
+
*/
|
|
1706
|
+
subscriptionTargetConfig?: SubscriptionTargetForm[] | undefined;
|
|
1707
|
+
/**
|
|
1708
|
+
* <p>The manage access role to be updated as part of the
|
|
1709
|
+
* <code>UpdateSubscriptionTarget</code> action.</p>
|
|
1710
|
+
* @public
|
|
1711
|
+
*/
|
|
1712
|
+
manageAccessRole?: string | undefined;
|
|
1713
|
+
/**
|
|
1714
|
+
* <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code>
|
|
1715
|
+
* action.</p>
|
|
1716
|
+
* @public
|
|
1717
|
+
*/
|
|
1718
|
+
provider?: string | undefined;
|
|
1719
|
+
}
|
|
1720
|
+
/**
|
|
1721
|
+
* @public
|
|
1722
|
+
*/
|
|
1723
|
+
export interface UpdateSubscriptionTargetOutput {
|
|
1724
|
+
/**
|
|
1725
|
+
* <p>Identifier of the subscription target that is to be updated.</p>
|
|
1726
|
+
* @public
|
|
1727
|
+
*/
|
|
1728
|
+
id: string | undefined;
|
|
1729
|
+
/**
|
|
1730
|
+
* <p>The authorized principals to be updated as part of the
|
|
1731
|
+
* <code>UpdateSubscriptionTarget</code> action.</p>
|
|
1732
|
+
* @public
|
|
1733
|
+
*/
|
|
1734
|
+
authorizedPrincipals: string[] | undefined;
|
|
1735
|
+
/**
|
|
1736
|
+
* <p>The identifier of the Amazon DataZone domain in which a subscription target is to be
|
|
1737
|
+
* updated.</p>
|
|
1738
|
+
* @public
|
|
1739
|
+
*/
|
|
1740
|
+
domainId: string | undefined;
|
|
1741
|
+
/**
|
|
1742
|
+
* <p>The identifier of the project in which a subscription target is to be updated.</p>
|
|
1743
|
+
* @public
|
|
1744
|
+
*/
|
|
1745
|
+
projectId: string | undefined;
|
|
1746
|
+
/**
|
|
1747
|
+
* <p>The identifier of the environment in which a subscription target is to be
|
|
1748
|
+
* updated.</p>
|
|
1749
|
+
* @public
|
|
1750
|
+
*/
|
|
1751
|
+
environmentId: string | undefined;
|
|
1752
|
+
/**
|
|
1753
|
+
* <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code>
|
|
1754
|
+
* action.</p>
|
|
1755
|
+
* @public
|
|
1756
|
+
*/
|
|
1757
|
+
name: string | undefined;
|
|
1758
|
+
/**
|
|
1759
|
+
* <p>The type to be updated as part of the <code>UpdateSubscriptionTarget</code>
|
|
1760
|
+
* action.</p>
|
|
1761
|
+
* @public
|
|
1762
|
+
*/
|
|
1763
|
+
type: string | undefined;
|
|
1764
|
+
/**
|
|
1765
|
+
* <p>The Amazon DataZone user who created the subscription target.</p>
|
|
1766
|
+
* @public
|
|
1767
|
+
*/
|
|
1768
|
+
createdBy: string | undefined;
|
|
1769
|
+
/**
|
|
1770
|
+
* <p>The Amazon DataZone user who updated the subscription target.</p>
|
|
1771
|
+
* @public
|
|
1772
|
+
*/
|
|
1773
|
+
updatedBy?: string | undefined;
|
|
1774
|
+
/**
|
|
1775
|
+
* <p>The timestamp of when a subscription target was created.</p>
|
|
1776
|
+
* @public
|
|
1777
|
+
*/
|
|
1778
|
+
createdAt: Date | undefined;
|
|
1779
|
+
/**
|
|
1780
|
+
* <p>The timestamp of when the subscription target was updated.</p>
|
|
1781
|
+
* @public
|
|
1782
|
+
*/
|
|
1783
|
+
updatedAt?: Date | undefined;
|
|
1784
|
+
/**
|
|
1785
|
+
* <p>The manage access role to be updated as part of the
|
|
1786
|
+
* <code>UpdateSubscriptionTarget</code> action.</p>
|
|
1787
|
+
* @public
|
|
1788
|
+
*/
|
|
1789
|
+
manageAccessRole?: string | undefined;
|
|
1790
|
+
/**
|
|
1791
|
+
* <p>The applicable asset types to be updated as part of the
|
|
1792
|
+
* <code>UpdateSubscriptionTarget</code> action.</p>
|
|
1793
|
+
* @public
|
|
1794
|
+
*/
|
|
1795
|
+
applicableAssetTypes: string[] | undefined;
|
|
1796
|
+
/**
|
|
1797
|
+
* <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code>
|
|
1798
|
+
* action.</p>
|
|
1799
|
+
* @public
|
|
1800
|
+
*/
|
|
1801
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
1802
|
+
/**
|
|
1803
|
+
* <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code>
|
|
1804
|
+
* action.</p>
|
|
1805
|
+
* @public
|
|
1806
|
+
*/
|
|
1807
|
+
provider: string | undefined;
|
|
1808
|
+
}
|
|
1809
|
+
/**
|
|
1810
|
+
* @public
|
|
1811
|
+
*/
|
|
1812
|
+
export interface UpdateUserProfileInput {
|
|
1813
|
+
/**
|
|
1814
|
+
* <p>The identifier of the Amazon DataZone domain in which a user profile is updated.</p>
|
|
1815
|
+
* @public
|
|
1816
|
+
*/
|
|
1817
|
+
domainIdentifier: string | undefined;
|
|
1818
|
+
/**
|
|
1819
|
+
* <p>The identifier of the user whose user profile is to be updated.</p>
|
|
1820
|
+
* @public
|
|
1821
|
+
*/
|
|
1822
|
+
userIdentifier: string | undefined;
|
|
1823
|
+
/**
|
|
1824
|
+
* <p>The type of the user profile that are to be updated.</p>
|
|
1825
|
+
* @public
|
|
1826
|
+
*/
|
|
1827
|
+
type?: UserProfileType | undefined;
|
|
1828
|
+
/**
|
|
1829
|
+
* <p>The status of the user profile that are to be updated.</p>
|
|
1830
|
+
* @public
|
|
1831
|
+
*/
|
|
1832
|
+
status: UserProfileStatus | undefined;
|
|
1833
|
+
}
|
|
1834
|
+
/**
|
|
1835
|
+
* @public
|
|
1836
|
+
*/
|
|
1837
|
+
export interface UpdateUserProfileOutput {
|
|
1838
|
+
/**
|
|
1839
|
+
* <p>The identifier of the Amazon DataZone domain in which a user profile is updated.</p>
|
|
1840
|
+
* @public
|
|
1841
|
+
*/
|
|
1842
|
+
domainId?: string | undefined;
|
|
1843
|
+
/**
|
|
1844
|
+
* <p>The identifier of the user profile.</p>
|
|
1845
|
+
* @public
|
|
1846
|
+
*/
|
|
1847
|
+
id?: string | undefined;
|
|
1848
|
+
/**
|
|
1849
|
+
* <p>The type of the user profile.</p>
|
|
1850
|
+
* @public
|
|
1851
|
+
*/
|
|
1852
|
+
type?: UserProfileType | undefined;
|
|
1853
|
+
/**
|
|
1854
|
+
* <p>The status of the user profile.</p>
|
|
1855
|
+
* @public
|
|
1856
|
+
*/
|
|
1857
|
+
status?: UserProfileStatus | undefined;
|
|
1858
|
+
/**
|
|
1859
|
+
* <p>The details of the user profile in Amazon DataZone.</p>
|
|
1860
|
+
* @public
|
|
1861
|
+
*/
|
|
1862
|
+
details?: UserProfileDetails | undefined;
|
|
1863
|
+
}
|
|
1864
|
+
/**
|
|
1865
|
+
* <p>A search filter clause in Amazon DataZone.</p>
|
|
1866
|
+
* @public
|
|
1867
|
+
*/
|
|
1868
|
+
export type FilterClause = FilterClause.AndMember | FilterClause.FilterMember | FilterClause.OrMember | FilterClause.$UnknownMember;
|
|
1869
|
+
/**
|
|
1870
|
+
* @public
|
|
1871
|
+
*/
|
|
1872
|
+
export declare namespace FilterClause {
|
|
1873
|
+
/**
|
|
1874
|
+
* <p>A search filter in Amazon DataZone.</p>
|
|
1875
|
+
* @public
|
|
1876
|
+
*/
|
|
1877
|
+
interface FilterMember {
|
|
1878
|
+
filter: Filter;
|
|
1879
|
+
and?: never;
|
|
1880
|
+
or?: never;
|
|
1881
|
+
$unknown?: never;
|
|
1882
|
+
}
|
|
1883
|
+
/**
|
|
1884
|
+
* <p>The 'and' search filter clause in Amazon DataZone.</p>
|
|
1885
|
+
* @public
|
|
1886
|
+
*/
|
|
1887
|
+
interface AndMember {
|
|
1888
|
+
filter?: never;
|
|
1889
|
+
and: FilterClause[];
|
|
1890
|
+
or?: never;
|
|
1891
|
+
$unknown?: never;
|
|
1892
|
+
}
|
|
1893
|
+
/**
|
|
1894
|
+
* <p>The 'or' search filter clause in Amazon DataZone.</p>
|
|
1895
|
+
* @public
|
|
1896
|
+
*/
|
|
1897
|
+
interface OrMember {
|
|
1898
|
+
filter?: never;
|
|
1899
|
+
and?: never;
|
|
1900
|
+
or: FilterClause[];
|
|
1901
|
+
$unknown?: never;
|
|
1902
|
+
}
|
|
1903
|
+
/**
|
|
1904
|
+
* @public
|
|
1905
|
+
*/
|
|
1906
|
+
interface $UnknownMember {
|
|
1907
|
+
filter?: never;
|
|
1908
|
+
and?: never;
|
|
1909
|
+
or?: never;
|
|
1910
|
+
$unknown: [string, any];
|
|
1911
|
+
}
|
|
1912
|
+
interface Visitor<T> {
|
|
1913
|
+
filter: (value: Filter) => T;
|
|
1914
|
+
and: (value: FilterClause[]) => T;
|
|
1915
|
+
or: (value: FilterClause[]) => T;
|
|
1916
|
+
_: (name: string, value: any) => T;
|
|
1917
|
+
}
|
|
1918
|
+
const visit: <T>(value: FilterClause, visitor: Visitor<T>) => T;
|
|
1919
|
+
}
|
|
1920
|
+
/**
|
|
1921
|
+
* <p>The row filter.</p>
|
|
1922
|
+
* @public
|
|
1923
|
+
*/
|
|
1924
|
+
export type RowFilter = RowFilter.AndMember | RowFilter.ExpressionMember | RowFilter.OrMember | RowFilter.$UnknownMember;
|
|
1925
|
+
/**
|
|
1926
|
+
* @public
|
|
1927
|
+
*/
|
|
1928
|
+
export declare namespace RowFilter {
|
|
1929
|
+
/**
|
|
1930
|
+
* <p>The expression of the row filter.</p>
|
|
1931
|
+
* @public
|
|
1932
|
+
*/
|
|
1933
|
+
interface ExpressionMember {
|
|
1934
|
+
expression: RowFilterExpression;
|
|
1935
|
+
and?: never;
|
|
1936
|
+
or?: never;
|
|
1937
|
+
$unknown?: never;
|
|
1938
|
+
}
|
|
1939
|
+
/**
|
|
1940
|
+
* <p>The 'and' clause of the row filter.</p>
|
|
1941
|
+
* @public
|
|
1942
|
+
*/
|
|
1943
|
+
interface AndMember {
|
|
1944
|
+
expression?: never;
|
|
1945
|
+
and: RowFilter[];
|
|
1946
|
+
or?: never;
|
|
1947
|
+
$unknown?: never;
|
|
1948
|
+
}
|
|
1949
|
+
/**
|
|
1950
|
+
* <p>The 'or' clause of the row filter.</p>
|
|
1951
|
+
* @public
|
|
1952
|
+
*/
|
|
1953
|
+
interface OrMember {
|
|
1954
|
+
expression?: never;
|
|
1955
|
+
and?: never;
|
|
1956
|
+
or: RowFilter[];
|
|
1957
|
+
$unknown?: never;
|
|
1958
|
+
}
|
|
1959
|
+
/**
|
|
1960
|
+
* @public
|
|
1961
|
+
*/
|
|
1962
|
+
interface $UnknownMember {
|
|
1963
|
+
expression?: never;
|
|
1964
|
+
and?: never;
|
|
1965
|
+
or?: never;
|
|
1966
|
+
$unknown: [string, any];
|
|
1967
|
+
}
|
|
1968
|
+
interface Visitor<T> {
|
|
1969
|
+
expression: (value: RowFilterExpression) => T;
|
|
1970
|
+
and: (value: RowFilter[]) => T;
|
|
1971
|
+
or: (value: RowFilter[]) => T;
|
|
1972
|
+
_: (name: string, value: any) => T;
|
|
1973
|
+
}
|
|
1974
|
+
const visit: <T>(value: RowFilter, visitor: Visitor<T>) => T;
|
|
1975
|
+
}
|
|
1976
|
+
/**
|
|
1977
|
+
* <p>The row filter configuration details.</p>
|
|
1978
|
+
* @public
|
|
1979
|
+
*/
|
|
1980
|
+
export interface RowFilterConfiguration {
|
|
1981
|
+
/**
|
|
1982
|
+
* <p>The row filter.</p>
|
|
1983
|
+
* @public
|
|
1984
|
+
*/
|
|
1985
|
+
rowFilter: RowFilter | undefined;
|
|
1986
|
+
/**
|
|
1987
|
+
* <p>Specifies whether the row filter is sensitive.</p>
|
|
1988
|
+
* @public
|
|
1989
|
+
*/
|
|
1990
|
+
sensitive?: boolean | undefined;
|
|
1991
|
+
}
|
|
1992
|
+
/**
|
|
1993
|
+
* @public
|
|
1994
|
+
*/
|
|
1995
|
+
export interface SearchInput {
|
|
1996
|
+
/**
|
|
1997
|
+
* <p>The identifier of the Amazon DataZone domain.</p>
|
|
1998
|
+
* @public
|
|
1999
|
+
*/
|
|
2000
|
+
domainIdentifier: string | undefined;
|
|
2001
|
+
/**
|
|
2002
|
+
* <p>The identifier of the owning project specified for the search.</p>
|
|
2003
|
+
* @public
|
|
2004
|
+
*/
|
|
2005
|
+
owningProjectIdentifier?: string | undefined;
|
|
2006
|
+
/**
|
|
2007
|
+
* <p>The maximum number of results to return in a single call to <code>Search</code>. When
|
|
2008
|
+
* the number of results to be listed is greater than the value of <code>MaxResults</code>,
|
|
2009
|
+
* the response contains a <code>NextToken</code> value that you can use in a subsequent call
|
|
2010
|
+
* to <code>Search</code> to list the next set of results.</p>
|
|
2011
|
+
* @public
|
|
2012
|
+
*/
|
|
2013
|
+
maxResults?: number | undefined;
|
|
2014
|
+
/**
|
|
2015
|
+
* <p>When the number of results is greater than the default value for the
|
|
2016
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
2017
|
+
* <code>MaxResults</code> that is less than the number of results, the response includes a
|
|
2018
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
2019
|
+
* value in a subsequent call to <code>Search</code> to list the next set of results.</p>
|
|
2020
|
+
* @public
|
|
2021
|
+
*/
|
|
2022
|
+
nextToken?: string | undefined;
|
|
2023
|
+
/**
|
|
2024
|
+
* <p>The scope of the search.</p>
|
|
2025
|
+
* @public
|
|
2026
|
+
*/
|
|
2027
|
+
searchScope: InventorySearchScope | undefined;
|
|
2028
|
+
/**
|
|
2029
|
+
* <p>Specifies the text for which to search.</p>
|
|
2030
|
+
* @public
|
|
2031
|
+
*/
|
|
2032
|
+
searchText?: string | undefined;
|
|
2033
|
+
/**
|
|
2034
|
+
* <p>The details of the search.</p>
|
|
2035
|
+
* @public
|
|
2036
|
+
*/
|
|
2037
|
+
searchIn?: SearchInItem[] | undefined;
|
|
2038
|
+
/**
|
|
2039
|
+
* <p>Specifies the search filters.</p>
|
|
2040
|
+
* @public
|
|
2041
|
+
*/
|
|
2042
|
+
filters?: FilterClause | undefined;
|
|
2043
|
+
/**
|
|
2044
|
+
* <p>Specifies the way in which the search results are to be sorted.</p>
|
|
2045
|
+
* @public
|
|
2046
|
+
*/
|
|
2047
|
+
sort?: SearchSort | undefined;
|
|
2048
|
+
/**
|
|
2049
|
+
* <p>Specifies additional attributes for the <code>Search</code> action.</p>
|
|
2050
|
+
* @public
|
|
2051
|
+
*/
|
|
2052
|
+
additionalAttributes?: SearchOutputAdditionalAttribute[] | undefined;
|
|
2053
|
+
}
|
|
2054
|
+
/**
|
|
2055
|
+
* @public
|
|
2056
|
+
*/
|
|
2057
|
+
export interface SearchListingsInput {
|
|
2058
|
+
/**
|
|
2059
|
+
* <p>The identifier of the domain in which to search listings.</p>
|
|
2060
|
+
* @public
|
|
2061
|
+
*/
|
|
2062
|
+
domainIdentifier: string | undefined;
|
|
2063
|
+
/**
|
|
2064
|
+
* <p>Specifies the text for which to search.</p>
|
|
2065
|
+
* @public
|
|
2066
|
+
*/
|
|
2067
|
+
searchText?: string | undefined;
|
|
2068
|
+
/**
|
|
2069
|
+
* <p>The details of the search.</p>
|
|
2070
|
+
* @public
|
|
2071
|
+
*/
|
|
2072
|
+
searchIn?: SearchInItem[] | undefined;
|
|
2073
|
+
/**
|
|
2074
|
+
* <p>The maximum number of results to return in a single call to <code>SearchListings</code>.
|
|
2075
|
+
* When the number of results to be listed is greater than the value of
|
|
2076
|
+
* <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you
|
|
2077
|
+
* can use in a subsequent call to <code>SearchListings</code> to list the next set of
|
|
2078
|
+
* results. </p>
|
|
2079
|
+
* @public
|
|
2080
|
+
*/
|
|
2081
|
+
maxResults?: number | undefined;
|
|
2082
|
+
/**
|
|
2083
|
+
* <p>When the number of results is greater than the default value for the
|
|
2084
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
2085
|
+
* <code>MaxResults</code> that is less than the number of results, the response includes a
|
|
2086
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
2087
|
+
* value in a subsequent call to <code>SearchListings</code> to list the next set of
|
|
2088
|
+
* results.</p>
|
|
2089
|
+
* @public
|
|
2090
|
+
*/
|
|
2091
|
+
nextToken?: string | undefined;
|
|
2092
|
+
/**
|
|
2093
|
+
* <p>Specifies the filters for the search of listings.</p>
|
|
2094
|
+
* @public
|
|
2095
|
+
*/
|
|
2096
|
+
filters?: FilterClause | undefined;
|
|
2097
|
+
/**
|
|
2098
|
+
* <p>Specifies the way for sorting the search results.</p>
|
|
2099
|
+
* @public
|
|
2100
|
+
*/
|
|
2101
|
+
sort?: SearchSort | undefined;
|
|
2102
|
+
/**
|
|
2103
|
+
* <p>Specifies additional attributes for the search.</p>
|
|
2104
|
+
* @public
|
|
2105
|
+
*/
|
|
2106
|
+
additionalAttributes?: SearchOutputAdditionalAttribute[] | undefined;
|
|
2107
|
+
}
|
|
2108
|
+
/**
|
|
2109
|
+
* @public
|
|
2110
|
+
*/
|
|
2111
|
+
export interface SearchTypesInput {
|
|
2112
|
+
/**
|
|
2113
|
+
* <p>The identifier of the Amazon DataZone domain in which to invoke the <code>SearchTypes</code>
|
|
2114
|
+
* action.</p>
|
|
2115
|
+
* @public
|
|
2116
|
+
*/
|
|
2117
|
+
domainIdentifier: string | undefined;
|
|
2118
|
+
/**
|
|
2119
|
+
* <p>The maximum number of results to return in a single call to <code>SearchTypes</code>.
|
|
2120
|
+
* When the number of results to be listed is greater than the value of
|
|
2121
|
+
* <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you
|
|
2122
|
+
* can use in a subsequent call to <code>SearchTypes</code> to list the next set of results.
|
|
2123
|
+
* </p>
|
|
2124
|
+
* @public
|
|
2125
|
+
*/
|
|
2126
|
+
maxResults?: number | undefined;
|
|
2127
|
+
/**
|
|
2128
|
+
* <p>When the number of results is greater than the default value for the
|
|
2129
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
2130
|
+
* <code>MaxResults</code> that is less than the number of results, the response includes a
|
|
2131
|
+
* pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
|
|
2132
|
+
* value in a subsequent call to <code>SearchTypes</code> to list the next set of
|
|
2133
|
+
* results.</p>
|
|
2134
|
+
* @public
|
|
2135
|
+
*/
|
|
2136
|
+
nextToken?: string | undefined;
|
|
2137
|
+
/**
|
|
2138
|
+
* <p>Specifies the scope of the search for types.</p>
|
|
2139
|
+
* @public
|
|
2140
|
+
*/
|
|
2141
|
+
searchScope: TypesSearchScope | undefined;
|
|
2142
|
+
/**
|
|
2143
|
+
* <p>Specifies the text for which to search.</p>
|
|
2144
|
+
* @public
|
|
2145
|
+
*/
|
|
2146
|
+
searchText?: string | undefined;
|
|
2147
|
+
/**
|
|
2148
|
+
* <p>The details of the search.</p>
|
|
2149
|
+
* @public
|
|
2150
|
+
*/
|
|
2151
|
+
searchIn?: SearchInItem[] | undefined;
|
|
2152
|
+
/**
|
|
2153
|
+
* <p>The filters for the <code>SearchTypes</code> action.</p>
|
|
2154
|
+
* @public
|
|
2155
|
+
*/
|
|
2156
|
+
filters?: FilterClause | undefined;
|
|
2157
|
+
/**
|
|
2158
|
+
* <p>The specifies the way to sort the <code>SearchTypes</code> results.</p>
|
|
2159
|
+
* @public
|
|
2160
|
+
*/
|
|
2161
|
+
sort?: SearchSort | undefined;
|
|
2162
|
+
/**
|
|
2163
|
+
* <p>Specifies whether the search is managed.</p>
|
|
2164
|
+
* @public
|
|
2165
|
+
*/
|
|
2166
|
+
managed: boolean | undefined;
|
|
2167
|
+
}
|
|
2168
|
+
/**
|
|
2169
|
+
* <p>The configuration details of the asset filter.</p>
|
|
2170
|
+
* @public
|
|
2171
|
+
*/
|
|
2172
|
+
export type AssetFilterConfiguration = AssetFilterConfiguration.ColumnConfigurationMember | AssetFilterConfiguration.RowConfigurationMember | AssetFilterConfiguration.$UnknownMember;
|
|
2173
|
+
/**
|
|
2174
|
+
* @public
|
|
2175
|
+
*/
|
|
2176
|
+
export declare namespace AssetFilterConfiguration {
|
|
2177
|
+
/**
|
|
2178
|
+
* <p>The column configuration of the asset filter.</p>
|
|
2179
|
+
* @public
|
|
2180
|
+
*/
|
|
2181
|
+
interface ColumnConfigurationMember {
|
|
2182
|
+
columnConfiguration: ColumnFilterConfiguration;
|
|
2183
|
+
rowConfiguration?: never;
|
|
2184
|
+
$unknown?: never;
|
|
2185
|
+
}
|
|
2186
|
+
/**
|
|
2187
|
+
* <p>The row configuration of the asset filter.</p>
|
|
2188
|
+
* @public
|
|
2189
|
+
*/
|
|
2190
|
+
interface RowConfigurationMember {
|
|
2191
|
+
columnConfiguration?: never;
|
|
2192
|
+
rowConfiguration: RowFilterConfiguration;
|
|
2193
|
+
$unknown?: never;
|
|
2194
|
+
}
|
|
2195
|
+
/**
|
|
2196
|
+
* @public
|
|
2197
|
+
*/
|
|
2198
|
+
interface $UnknownMember {
|
|
2199
|
+
columnConfiguration?: never;
|
|
2200
|
+
rowConfiguration?: never;
|
|
2201
|
+
$unknown: [string, any];
|
|
2202
|
+
}
|
|
2203
|
+
interface Visitor<T> {
|
|
2204
|
+
columnConfiguration: (value: ColumnFilterConfiguration) => T;
|
|
2205
|
+
rowConfiguration: (value: RowFilterConfiguration) => T;
|
|
2206
|
+
_: (name: string, value: any) => T;
|
|
2207
|
+
}
|
|
2208
|
+
const visit: <T>(value: AssetFilterConfiguration, visitor: Visitor<T>) => T;
|
|
2209
|
+
}
|
|
2210
|
+
/**
|
|
2211
|
+
* @public
|
|
2212
|
+
*/
|
|
2213
|
+
export interface CreateAssetFilterInput {
|
|
2214
|
+
/**
|
|
2215
|
+
* <p>The ID of the domain in which you want to create an asset filter.</p>
|
|
2216
|
+
* @public
|
|
2217
|
+
*/
|
|
2218
|
+
domainIdentifier: string | undefined;
|
|
2219
|
+
/**
|
|
2220
|
+
* <p>The ID of the data asset.</p>
|
|
2221
|
+
* @public
|
|
2222
|
+
*/
|
|
2223
|
+
assetIdentifier: string | undefined;
|
|
2224
|
+
/**
|
|
2225
|
+
* <p>The name of the asset filter.</p>
|
|
2226
|
+
* @public
|
|
2227
|
+
*/
|
|
2228
|
+
name: string | undefined;
|
|
2229
|
+
/**
|
|
2230
|
+
* <p>The description of the asset filter.</p>
|
|
2231
|
+
* @public
|
|
2232
|
+
*/
|
|
2233
|
+
description?: string | undefined;
|
|
2234
|
+
/**
|
|
2235
|
+
* <p>The configuration of the asset filter.</p>
|
|
2236
|
+
* @public
|
|
2237
|
+
*/
|
|
2238
|
+
configuration: AssetFilterConfiguration | undefined;
|
|
2239
|
+
/**
|
|
2240
|
+
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
|
|
2241
|
+
* request.</p>
|
|
2242
|
+
* @public
|
|
2243
|
+
*/
|
|
2244
|
+
clientToken?: string | undefined;
|
|
2245
|
+
}
|
|
2246
|
+
/**
|
|
2247
|
+
* @public
|
|
2248
|
+
*/
|
|
2249
|
+
export interface CreateAssetFilterOutput {
|
|
2250
|
+
/**
|
|
2251
|
+
* <p>The ID of the asset filter.</p>
|
|
2252
|
+
* @public
|
|
2253
|
+
*/
|
|
2254
|
+
id: string | undefined;
|
|
2255
|
+
/**
|
|
2256
|
+
* <p>The ID of the domain where the asset filter is created.</p>
|
|
2257
|
+
* @public
|
|
2258
|
+
*/
|
|
2259
|
+
domainId: string | undefined;
|
|
2260
|
+
/**
|
|
2261
|
+
* <p>The ID of the asset.</p>
|
|
2262
|
+
* @public
|
|
2263
|
+
*/
|
|
2264
|
+
assetId: string | undefined;
|
|
2265
|
+
/**
|
|
2266
|
+
* <p>The name of the asset filter.</p>
|
|
2267
|
+
* @public
|
|
2268
|
+
*/
|
|
2269
|
+
name: string | undefined;
|
|
2270
|
+
/**
|
|
2271
|
+
* <p>The description of the asset filter.</p>
|
|
2272
|
+
* @public
|
|
2273
|
+
*/
|
|
2274
|
+
description?: string | undefined;
|
|
2275
|
+
/**
|
|
2276
|
+
* <p>The status of the asset filter.</p>
|
|
2277
|
+
* @public
|
|
2278
|
+
*/
|
|
2279
|
+
status?: FilterStatus | undefined;
|
|
2280
|
+
/**
|
|
2281
|
+
* <p>The configuration of the asset filter.</p>
|
|
2282
|
+
* @public
|
|
2283
|
+
*/
|
|
2284
|
+
configuration: AssetFilterConfiguration | undefined;
|
|
2285
|
+
/**
|
|
2286
|
+
* <p>The timestamp at which the asset filter was created.</p>
|
|
2287
|
+
* @public
|
|
2288
|
+
*/
|
|
2289
|
+
createdAt?: Date | undefined;
|
|
2290
|
+
/**
|
|
2291
|
+
* <p>The error message that is displayed if the asset filter is not created
|
|
2292
|
+
* successfully.</p>
|
|
2293
|
+
* @public
|
|
2294
|
+
*/
|
|
2295
|
+
errorMessage?: string | undefined;
|
|
2296
|
+
/**
|
|
2297
|
+
* <p>The column names in the asset filter.</p>
|
|
2298
|
+
* @public
|
|
2299
|
+
*/
|
|
2300
|
+
effectiveColumnNames?: string[] | undefined;
|
|
2301
|
+
/**
|
|
2302
|
+
* <p>The row filter in the asset filter.</p>
|
|
2303
|
+
* @public
|
|
2304
|
+
*/
|
|
2305
|
+
effectiveRowFilter?: string | undefined;
|
|
2306
|
+
}
|
|
2307
|
+
/**
|
|
2308
|
+
* @public
|
|
2309
|
+
*/
|
|
2310
|
+
export interface GetAssetFilterOutput {
|
|
2311
|
+
/**
|
|
2312
|
+
* <p>The ID of the asset filter.</p>
|
|
2313
|
+
* @public
|
|
2314
|
+
*/
|
|
2315
|
+
id: string | undefined;
|
|
2316
|
+
/**
|
|
2317
|
+
* <p>The ID of the domain where you want to get an asset filter.</p>
|
|
2318
|
+
* @public
|
|
2319
|
+
*/
|
|
2320
|
+
domainId: string | undefined;
|
|
2321
|
+
/**
|
|
2322
|
+
* <p>The ID of the data asset.</p>
|
|
2323
|
+
* @public
|
|
2324
|
+
*/
|
|
2325
|
+
assetId: string | undefined;
|
|
2326
|
+
/**
|
|
2327
|
+
* <p>The name of the asset filter.</p>
|
|
2328
|
+
* @public
|
|
2329
|
+
*/
|
|
2330
|
+
name: string | undefined;
|
|
2331
|
+
/**
|
|
2332
|
+
* <p>The description of the asset filter.</p>
|
|
2333
|
+
* @public
|
|
2334
|
+
*/
|
|
2335
|
+
description?: string | undefined;
|
|
2336
|
+
/**
|
|
2337
|
+
* <p>The status of the asset filter.</p>
|
|
2338
|
+
* @public
|
|
2339
|
+
*/
|
|
2340
|
+
status?: FilterStatus | undefined;
|
|
2341
|
+
/**
|
|
2342
|
+
* <p>The configuration of the asset filter.</p>
|
|
2343
|
+
* @public
|
|
2344
|
+
*/
|
|
2345
|
+
configuration: AssetFilterConfiguration | undefined;
|
|
2346
|
+
/**
|
|
2347
|
+
* <p>The timestamp at which the asset filter was created.</p>
|
|
2348
|
+
* @public
|
|
2349
|
+
*/
|
|
2350
|
+
createdAt?: Date | undefined;
|
|
2351
|
+
/**
|
|
2352
|
+
* <p>The error message that is displayed if the action does not complete successfully.</p>
|
|
2353
|
+
* @public
|
|
2354
|
+
*/
|
|
2355
|
+
errorMessage?: string | undefined;
|
|
2356
|
+
/**
|
|
2357
|
+
* <p>The column names of the asset filter.</p>
|
|
2358
|
+
* @public
|
|
2359
|
+
*/
|
|
2360
|
+
effectiveColumnNames?: string[] | undefined;
|
|
2361
|
+
/**
|
|
2362
|
+
* <p>The row filter of the asset filter.</p>
|
|
2363
|
+
* @public
|
|
2364
|
+
*/
|
|
2365
|
+
effectiveRowFilter?: string | undefined;
|
|
2366
|
+
}
|
|
2367
|
+
/**
|
|
2368
|
+
* @public
|
|
2369
|
+
*/
|
|
2370
|
+
export interface UpdateAssetFilterInput {
|
|
2371
|
+
/**
|
|
2372
|
+
* <p>The ID of the domain where you want to update an asset filter.</p>
|
|
2373
|
+
* @public
|
|
2374
|
+
*/
|
|
2375
|
+
domainIdentifier: string | undefined;
|
|
2376
|
+
/**
|
|
2377
|
+
* <p>The ID of the data asset.</p>
|
|
2378
|
+
* @public
|
|
2379
|
+
*/
|
|
2380
|
+
assetIdentifier: string | undefined;
|
|
2381
|
+
/**
|
|
2382
|
+
* <p>The ID of the asset filter.</p>
|
|
2383
|
+
* @public
|
|
2384
|
+
*/
|
|
2385
|
+
identifier: string | undefined;
|
|
2386
|
+
/**
|
|
2387
|
+
* <p>The name of the asset filter.</p>
|
|
2388
|
+
* @public
|
|
2389
|
+
*/
|
|
2390
|
+
name?: string | undefined;
|
|
2391
|
+
/**
|
|
2392
|
+
* <p>The description of the asset filter.</p>
|
|
2393
|
+
* @public
|
|
2394
|
+
*/
|
|
2395
|
+
description?: string | undefined;
|
|
2396
|
+
/**
|
|
2397
|
+
* <p>The configuration of the asset filter.</p>
|
|
2398
|
+
* @public
|
|
2399
|
+
*/
|
|
2400
|
+
configuration?: AssetFilterConfiguration | undefined;
|
|
2401
|
+
}
|
|
2402
|
+
/**
|
|
2403
|
+
* @public
|
|
2404
|
+
*/
|
|
2405
|
+
export interface UpdateAssetFilterOutput {
|
|
2406
|
+
/**
|
|
2407
|
+
* <p>The ID of the asset filter.</p>
|
|
2408
|
+
* @public
|
|
2409
|
+
*/
|
|
2410
|
+
id: string | undefined;
|
|
2411
|
+
/**
|
|
2412
|
+
* <p>The ID of the domain where the asset filter was created.</p>
|
|
2413
|
+
* @public
|
|
2414
|
+
*/
|
|
2415
|
+
domainId: string | undefined;
|
|
2416
|
+
/**
|
|
2417
|
+
* <p>The ID of the data asset.</p>
|
|
2418
|
+
* @public
|
|
2419
|
+
*/
|
|
2420
|
+
assetId: string | undefined;
|
|
2421
|
+
/**
|
|
2422
|
+
* <p>The name of the asset filter.</p>
|
|
2423
|
+
* @public
|
|
2424
|
+
*/
|
|
2425
|
+
name: string | undefined;
|
|
2426
|
+
/**
|
|
2427
|
+
* <p>The description of the asset filter.</p>
|
|
2428
|
+
* @public
|
|
2429
|
+
*/
|
|
2430
|
+
description?: string | undefined;
|
|
2431
|
+
/**
|
|
2432
|
+
* <p>The status of the asset filter.</p>
|
|
2433
|
+
* @public
|
|
2434
|
+
*/
|
|
2435
|
+
status?: FilterStatus | undefined;
|
|
2436
|
+
/**
|
|
2437
|
+
* <p>The configuration of the asset filter.</p>
|
|
2438
|
+
* @public
|
|
2439
|
+
*/
|
|
2440
|
+
configuration: AssetFilterConfiguration | undefined;
|
|
2441
|
+
/**
|
|
2442
|
+
* <p>The timestamp at which the asset filter was created.</p>
|
|
2443
|
+
* @public
|
|
2444
|
+
*/
|
|
2445
|
+
createdAt?: Date | undefined;
|
|
2446
|
+
/**
|
|
2447
|
+
* <p>The error message that is displayed if the action is not completed successfully.</p>
|
|
2448
|
+
* @public
|
|
2449
|
+
*/
|
|
2450
|
+
errorMessage?: string | undefined;
|
|
2451
|
+
/**
|
|
2452
|
+
* <p>The column names of the asset filter.</p>
|
|
2453
|
+
* @public
|
|
2454
|
+
*/
|
|
2455
|
+
effectiveColumnNames?: string[] | undefined;
|
|
2456
|
+
/**
|
|
2457
|
+
* <p>The row filter of the asset filter.</p>
|
|
2458
|
+
* @public
|
|
2459
|
+
*/
|
|
2460
|
+
effectiveRowFilter?: string | undefined;
|
|
2461
|
+
}
|
|
2462
|
+
/**
|
|
2463
|
+
* @internal
|
|
2464
|
+
*/
|
|
2465
|
+
export declare const GlossaryItemFilterSensitiveLog: (obj: GlossaryItem) => any;
|
|
2466
|
+
/**
|
|
2467
|
+
* @internal
|
|
2468
|
+
*/
|
|
2469
|
+
export declare const GlossaryTermItemFilterSensitiveLog: (obj: GlossaryTermItem) => any;
|
|
2470
|
+
/**
|
|
2471
|
+
* @internal
|
|
2472
|
+
*/
|
|
2473
|
+
export declare const SearchInventoryResultItemFilterSensitiveLog: (obj: SearchInventoryResultItem) => any;
|
|
2474
|
+
/**
|
|
2475
|
+
* @internal
|
|
2476
|
+
*/
|
|
2477
|
+
export declare const SearchOutputFilterSensitiveLog: (obj: SearchOutput) => any;
|
|
2478
|
+
/**
|
|
2479
|
+
* @internal
|
|
2480
|
+
*/
|
|
2481
|
+
export declare const SearchGroupProfilesInputFilterSensitiveLog: (obj: SearchGroupProfilesInput) => any;
|
|
2482
|
+
/**
|
|
2483
|
+
* @internal
|
|
2484
|
+
*/
|
|
2485
|
+
export declare const GroupProfileSummaryFilterSensitiveLog: (obj: GroupProfileSummary) => any;
|
|
2486
|
+
/**
|
|
2487
|
+
* @internal
|
|
2488
|
+
*/
|
|
2489
|
+
export declare const SearchGroupProfilesOutputFilterSensitiveLog: (obj: SearchGroupProfilesOutput) => any;
|
|
2490
|
+
/**
|
|
2491
|
+
* @internal
|
|
2492
|
+
*/
|
|
2493
|
+
export declare const SearchResultItemFilterSensitiveLog: (obj: SearchResultItem) => any;
|
|
2494
|
+
/**
|
|
2495
|
+
* @internal
|
|
2496
|
+
*/
|
|
2497
|
+
export declare const SearchListingsOutputFilterSensitiveLog: (obj: SearchListingsOutput) => any;
|
|
2498
|
+
/**
|
|
2499
|
+
* @internal
|
|
2500
|
+
*/
|
|
2501
|
+
export declare const FormTypeDataFilterSensitiveLog: (obj: FormTypeData) => any;
|
|
2502
|
+
/**
|
|
2503
|
+
* @internal
|
|
2504
|
+
*/
|
|
2505
|
+
export declare const LineageNodeTypeItemFilterSensitiveLog: (obj: LineageNodeTypeItem) => any;
|
|
2506
|
+
/**
|
|
2507
|
+
* @internal
|
|
2508
|
+
*/
|
|
2509
|
+
export declare const SearchTypesResultItemFilterSensitiveLog: (obj: SearchTypesResultItem) => any;
|
|
2510
|
+
/**
|
|
2511
|
+
* @internal
|
|
2512
|
+
*/
|
|
2513
|
+
export declare const SearchTypesOutputFilterSensitiveLog: (obj: SearchTypesOutput) => any;
|
|
2514
|
+
/**
|
|
2515
|
+
* @internal
|
|
2516
|
+
*/
|
|
2517
|
+
export declare const SearchUserProfilesInputFilterSensitiveLog: (obj: SearchUserProfilesInput) => any;
|
|
2518
|
+
/**
|
|
2519
|
+
* @internal
|
|
2520
|
+
*/
|
|
2521
|
+
export declare const UserProfileSummaryFilterSensitiveLog: (obj: UserProfileSummary) => any;
|
|
2522
|
+
/**
|
|
2523
|
+
* @internal
|
|
2524
|
+
*/
|
|
2525
|
+
export declare const SearchUserProfilesOutputFilterSensitiveLog: (obj: SearchUserProfilesOutput) => any;
|
|
2526
|
+
/**
|
|
2527
|
+
* @internal
|
|
2528
|
+
*/
|
|
2529
|
+
export declare const UpdateConnectionInputFilterSensitiveLog: (obj: UpdateConnectionInput) => any;
|
|
2530
|
+
/**
|
|
2531
|
+
* @internal
|
|
2532
|
+
*/
|
|
2533
|
+
export declare const UpdateConnectionOutputFilterSensitiveLog: (obj: UpdateConnectionOutput) => any;
|
|
2534
|
+
/**
|
|
2535
|
+
* @internal
|
|
2536
|
+
*/
|
|
2537
|
+
export declare const UpdateEnvironmentOutputFilterSensitiveLog: (obj: UpdateEnvironmentOutput) => any;
|
|
2538
|
+
/**
|
|
2539
|
+
* @internal
|
|
2540
|
+
*/
|
|
2541
|
+
export declare const UpdateEnvironmentProfileInputFilterSensitiveLog: (obj: UpdateEnvironmentProfileInput) => any;
|
|
2542
|
+
/**
|
|
2543
|
+
* @internal
|
|
2544
|
+
*/
|
|
2545
|
+
export declare const UpdateEnvironmentProfileOutputFilterSensitiveLog: (obj: UpdateEnvironmentProfileOutput) => any;
|
|
2546
|
+
/**
|
|
2547
|
+
* @internal
|
|
2548
|
+
*/
|
|
2549
|
+
export declare const UpdateGroupProfileOutputFilterSensitiveLog: (obj: UpdateGroupProfileOutput) => any;
|
|
2550
|
+
/**
|
|
2551
|
+
* @internal
|
|
2552
|
+
*/
|
|
2553
|
+
export declare const UpdateProjectInputFilterSensitiveLog: (obj: UpdateProjectInput) => any;
|
|
2554
|
+
/**
|
|
2555
|
+
* @internal
|
|
2556
|
+
*/
|
|
2557
|
+
export declare const UpdateProjectOutputFilterSensitiveLog: (obj: UpdateProjectOutput) => any;
|
|
2558
|
+
/**
|
|
2559
|
+
* @internal
|
|
2560
|
+
*/
|
|
2561
|
+
export declare const UpdateProjectProfileInputFilterSensitiveLog: (obj: UpdateProjectProfileInput) => any;
|
|
2562
|
+
/**
|
|
2563
|
+
* @internal
|
|
2564
|
+
*/
|
|
2565
|
+
export declare const UpdateProjectProfileOutputFilterSensitiveLog: (obj: UpdateProjectProfileOutput) => any;
|
|
2566
|
+
/**
|
|
2567
|
+
* @internal
|
|
2568
|
+
*/
|
|
2569
|
+
export declare const UpdateSubscriptionRequestInputFilterSensitiveLog: (obj: UpdateSubscriptionRequestInput) => any;
|
|
2570
|
+
/**
|
|
2571
|
+
* @internal
|
|
2572
|
+
*/
|
|
2573
|
+
export declare const UpdateSubscriptionRequestOutputFilterSensitiveLog: (obj: UpdateSubscriptionRequestOutput) => any;
|
|
2574
|
+
/**
|
|
2575
|
+
* @internal
|
|
2576
|
+
*/
|
|
2577
|
+
export declare const UpdateSubscriptionTargetInputFilterSensitiveLog: (obj: UpdateSubscriptionTargetInput) => any;
|
|
2578
|
+
/**
|
|
2579
|
+
* @internal
|
|
2580
|
+
*/
|
|
2581
|
+
export declare const UpdateSubscriptionTargetOutputFilterSensitiveLog: (obj: UpdateSubscriptionTargetOutput) => any;
|
|
2582
|
+
/**
|
|
2583
|
+
* @internal
|
|
2584
|
+
*/
|
|
2585
|
+
export declare const UpdateUserProfileOutputFilterSensitiveLog: (obj: UpdateUserProfileOutput) => any;
|
|
2586
|
+
/**
|
|
2587
|
+
* @internal
|
|
2588
|
+
*/
|
|
2589
|
+
export declare const CreateAssetFilterInputFilterSensitiveLog: (obj: CreateAssetFilterInput) => any;
|
|
2590
|
+
/**
|
|
2591
|
+
* @internal
|
|
2592
|
+
*/
|
|
2593
|
+
export declare const CreateAssetFilterOutputFilterSensitiveLog: (obj: CreateAssetFilterOutput) => any;
|
|
2594
|
+
/**
|
|
2595
|
+
* @internal
|
|
2596
|
+
*/
|
|
2597
|
+
export declare const GetAssetFilterOutputFilterSensitiveLog: (obj: GetAssetFilterOutput) => any;
|
|
2598
|
+
/**
|
|
2599
|
+
* @internal
|
|
2600
|
+
*/
|
|
2601
|
+
export declare const UpdateAssetFilterInputFilterSensitiveLog: (obj: UpdateAssetFilterInput) => any;
|
|
2602
|
+
/**
|
|
2603
|
+
* @internal
|
|
2604
|
+
*/
|
|
2605
|
+
export declare const UpdateAssetFilterOutputFilterSensitiveLog: (obj: UpdateAssetFilterOutput) => any;
|