@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
package/dist-cjs/index.js
CHANGED
|
@@ -41,12 +41,29 @@ __export(src_exports, {
|
|
|
41
41
|
AssetTypeItemFilterSensitiveLog: () => AssetTypeItemFilterSensitiveLog,
|
|
42
42
|
AssociateEnvironmentRoleCommand: () => AssociateEnvironmentRoleCommand,
|
|
43
43
|
AuthType: () => AuthType,
|
|
44
|
+
AuthenticationConfigurationFilterSensitiveLog: () => AuthenticationConfigurationFilterSensitiveLog,
|
|
45
|
+
AuthenticationConfigurationInputFilterSensitiveLog: () => AuthenticationConfigurationInputFilterSensitiveLog,
|
|
46
|
+
AuthenticationConfigurationPatchFilterSensitiveLog: () => AuthenticationConfigurationPatchFilterSensitiveLog,
|
|
47
|
+
AuthenticationType: () => AuthenticationType,
|
|
48
|
+
AwsAccount: () => AwsAccount,
|
|
49
|
+
BasicAuthenticationCredentialsFilterSensitiveLog: () => BasicAuthenticationCredentialsFilterSensitiveLog,
|
|
44
50
|
CancelMetadataGenerationRunCommand: () => CancelMetadataGenerationRunCommand,
|
|
45
51
|
CancelSubscriptionCommand: () => CancelSubscriptionCommand,
|
|
46
52
|
CancelSubscriptionOutputFilterSensitiveLog: () => CancelSubscriptionOutputFilterSensitiveLog,
|
|
47
53
|
ChangeAction: () => ChangeAction,
|
|
54
|
+
ComputeEnvironments: () => ComputeEnvironments,
|
|
48
55
|
ConfigurableActionTypeAuthorization: () => ConfigurableActionTypeAuthorization,
|
|
49
56
|
ConflictException: () => ConflictException,
|
|
57
|
+
ConnectionCredentialsFilterSensitiveLog: () => ConnectionCredentialsFilterSensitiveLog,
|
|
58
|
+
ConnectionPropertiesInput: () => ConnectionPropertiesInput,
|
|
59
|
+
ConnectionPropertiesInputFilterSensitiveLog: () => ConnectionPropertiesInputFilterSensitiveLog,
|
|
60
|
+
ConnectionPropertiesOutput: () => ConnectionPropertiesOutput,
|
|
61
|
+
ConnectionPropertiesOutputFilterSensitiveLog: () => ConnectionPropertiesOutputFilterSensitiveLog,
|
|
62
|
+
ConnectionPropertiesPatch: () => ConnectionPropertiesPatch,
|
|
63
|
+
ConnectionPropertiesPatchFilterSensitiveLog: () => ConnectionPropertiesPatchFilterSensitiveLog,
|
|
64
|
+
ConnectionStatus: () => ConnectionStatus,
|
|
65
|
+
ConnectionSummaryFilterSensitiveLog: () => ConnectionSummaryFilterSensitiveLog,
|
|
66
|
+
ConnectionType: () => ConnectionType,
|
|
50
67
|
CreateAssetCommand: () => CreateAssetCommand,
|
|
51
68
|
CreateAssetFilterCommand: () => CreateAssetFilterCommand,
|
|
52
69
|
CreateAssetFilterInputFilterSensitiveLog: () => CreateAssetFilterInputFilterSensitiveLog,
|
|
@@ -59,6 +76,9 @@ __export(src_exports, {
|
|
|
59
76
|
CreateAssetTypeCommand: () => CreateAssetTypeCommand,
|
|
60
77
|
CreateAssetTypeInputFilterSensitiveLog: () => CreateAssetTypeInputFilterSensitiveLog,
|
|
61
78
|
CreateAssetTypeOutputFilterSensitiveLog: () => CreateAssetTypeOutputFilterSensitiveLog,
|
|
79
|
+
CreateConnectionCommand: () => CreateConnectionCommand,
|
|
80
|
+
CreateConnectionInputFilterSensitiveLog: () => CreateConnectionInputFilterSensitiveLog,
|
|
81
|
+
CreateConnectionOutputFilterSensitiveLog: () => CreateConnectionOutputFilterSensitiveLog,
|
|
62
82
|
CreateDataProductCommand: () => CreateDataProductCommand,
|
|
63
83
|
CreateDataProductInputFilterSensitiveLog: () => CreateDataProductInputFilterSensitiveLog,
|
|
64
84
|
CreateDataProductOutputFilterSensitiveLog: () => CreateDataProductOutputFilterSensitiveLog,
|
|
@@ -94,6 +114,9 @@ __export(src_exports, {
|
|
|
94
114
|
CreateProjectInputFilterSensitiveLog: () => CreateProjectInputFilterSensitiveLog,
|
|
95
115
|
CreateProjectMembershipCommand: () => CreateProjectMembershipCommand,
|
|
96
116
|
CreateProjectOutputFilterSensitiveLog: () => CreateProjectOutputFilterSensitiveLog,
|
|
117
|
+
CreateProjectProfileCommand: () => CreateProjectProfileCommand,
|
|
118
|
+
CreateProjectProfileInputFilterSensitiveLog: () => CreateProjectProfileInputFilterSensitiveLog,
|
|
119
|
+
CreateProjectProfileOutputFilterSensitiveLog: () => CreateProjectProfileOutputFilterSensitiveLog,
|
|
97
120
|
CreateRuleCommand: () => CreateRuleCommand,
|
|
98
121
|
CreateRuleInputFilterSensitiveLog: () => CreateRuleInputFilterSensitiveLog,
|
|
99
122
|
CreateRuleOutputFilterSensitiveLog: () => CreateRuleOutputFilterSensitiveLog,
|
|
@@ -128,6 +151,7 @@ __export(src_exports, {
|
|
|
128
151
|
DeleteAssetCommand: () => DeleteAssetCommand,
|
|
129
152
|
DeleteAssetFilterCommand: () => DeleteAssetFilterCommand,
|
|
130
153
|
DeleteAssetTypeCommand: () => DeleteAssetTypeCommand,
|
|
154
|
+
DeleteConnectionCommand: () => DeleteConnectionCommand,
|
|
131
155
|
DeleteDataProductCommand: () => DeleteDataProductCommand,
|
|
132
156
|
DeleteDataSourceCommand: () => DeleteDataSourceCommand,
|
|
133
157
|
DeleteDataSourceOutputFilterSensitiveLog: () => DeleteDataSourceOutputFilterSensitiveLog,
|
|
@@ -143,11 +167,13 @@ __export(src_exports, {
|
|
|
143
167
|
DeleteListingCommand: () => DeleteListingCommand,
|
|
144
168
|
DeleteProjectCommand: () => DeleteProjectCommand,
|
|
145
169
|
DeleteProjectMembershipCommand: () => DeleteProjectMembershipCommand,
|
|
170
|
+
DeleteProjectProfileCommand: () => DeleteProjectProfileCommand,
|
|
146
171
|
DeleteRuleCommand: () => DeleteRuleCommand,
|
|
147
172
|
DeleteSubscriptionGrantCommand: () => DeleteSubscriptionGrantCommand,
|
|
148
173
|
DeleteSubscriptionRequestCommand: () => DeleteSubscriptionRequestCommand,
|
|
149
174
|
DeleteSubscriptionTargetCommand: () => DeleteSubscriptionTargetCommand,
|
|
150
175
|
DeleteTimeSeriesDataPointsCommand: () => DeleteTimeSeriesDataPointsCommand,
|
|
176
|
+
DeploymentMode: () => DeploymentMode,
|
|
151
177
|
DeploymentStatus: () => DeploymentStatus,
|
|
152
178
|
DeploymentType: () => DeploymentType,
|
|
153
179
|
DetailedGlossaryTermFilterSensitiveLog: () => DetailedGlossaryTermFilterSensitiveLog,
|
|
@@ -157,13 +183,17 @@ __export(src_exports, {
|
|
|
157
183
|
DomainUnitDesignation: () => DomainUnitDesignation,
|
|
158
184
|
DomainUnitGrantFilter: () => DomainUnitGrantFilter,
|
|
159
185
|
DomainUnitOwnerProperties: () => DomainUnitOwnerProperties,
|
|
186
|
+
DomainVersion: () => DomainVersion,
|
|
160
187
|
EdgeDirection: () => EdgeDirection,
|
|
161
188
|
EnableSetting: () => EnableSetting,
|
|
162
189
|
EntityType: () => EntityType,
|
|
163
190
|
EnvironmentBlueprintSummaryFilterSensitiveLog: () => EnvironmentBlueprintSummaryFilterSensitiveLog,
|
|
191
|
+
EnvironmentConfigurationFilterSensitiveLog: () => EnvironmentConfigurationFilterSensitiveLog,
|
|
192
|
+
EnvironmentConfigurationUserParameterFilterSensitiveLog: () => EnvironmentConfigurationUserParameterFilterSensitiveLog,
|
|
164
193
|
EnvironmentProfileSummaryFilterSensitiveLog: () => EnvironmentProfileSummaryFilterSensitiveLog,
|
|
165
194
|
EnvironmentStatus: () => EnvironmentStatus,
|
|
166
195
|
EnvironmentSummaryFilterSensitiveLog: () => EnvironmentSummaryFilterSensitiveLog,
|
|
196
|
+
EventSummary: () => EventSummary,
|
|
167
197
|
FilterClause: () => FilterClause,
|
|
168
198
|
FilterExpressionType: () => FilterExpressionType,
|
|
169
199
|
FilterStatus: () => FilterStatus,
|
|
@@ -178,6 +208,8 @@ __export(src_exports, {
|
|
|
178
208
|
GetAssetOutputFilterSensitiveLog: () => GetAssetOutputFilterSensitiveLog,
|
|
179
209
|
GetAssetTypeCommand: () => GetAssetTypeCommand,
|
|
180
210
|
GetAssetTypeOutputFilterSensitiveLog: () => GetAssetTypeOutputFilterSensitiveLog,
|
|
211
|
+
GetConnectionCommand: () => GetConnectionCommand,
|
|
212
|
+
GetConnectionOutputFilterSensitiveLog: () => GetConnectionOutputFilterSensitiveLog,
|
|
181
213
|
GetDataProductCommand: () => GetDataProductCommand,
|
|
182
214
|
GetDataProductOutputFilterSensitiveLog: () => GetDataProductOutputFilterSensitiveLog,
|
|
183
215
|
GetDataSourceCommand: () => GetDataSourceCommand,
|
|
@@ -205,6 +237,9 @@ __export(src_exports, {
|
|
|
205
237
|
GetGroupProfileCommand: () => GetGroupProfileCommand,
|
|
206
238
|
GetGroupProfileOutputFilterSensitiveLog: () => GetGroupProfileOutputFilterSensitiveLog,
|
|
207
239
|
GetIamPortalLoginUrlCommand: () => GetIamPortalLoginUrlCommand,
|
|
240
|
+
GetJobRunCommand: () => GetJobRunCommand,
|
|
241
|
+
GetLineageEventCommand: () => GetLineageEventCommand,
|
|
242
|
+
GetLineageEventOutputFilterSensitiveLog: () => GetLineageEventOutputFilterSensitiveLog,
|
|
208
243
|
GetLineageNodeCommand: () => GetLineageNodeCommand,
|
|
209
244
|
GetLineageNodeOutputFilterSensitiveLog: () => GetLineageNodeOutputFilterSensitiveLog,
|
|
210
245
|
GetListingCommand: () => GetListingCommand,
|
|
@@ -212,6 +247,8 @@ __export(src_exports, {
|
|
|
212
247
|
GetMetadataGenerationRunCommand: () => GetMetadataGenerationRunCommand,
|
|
213
248
|
GetProjectCommand: () => GetProjectCommand,
|
|
214
249
|
GetProjectOutputFilterSensitiveLog: () => GetProjectOutputFilterSensitiveLog,
|
|
250
|
+
GetProjectProfileCommand: () => GetProjectProfileCommand,
|
|
251
|
+
GetProjectProfileOutputFilterSensitiveLog: () => GetProjectProfileOutputFilterSensitiveLog,
|
|
215
252
|
GetRuleCommand: () => GetRuleCommand,
|
|
216
253
|
GetRuleOutputFilterSensitiveLog: () => GetRuleOutputFilterSensitiveLog,
|
|
217
254
|
GetSubscriptionCommand: () => GetSubscriptionCommand,
|
|
@@ -228,19 +265,36 @@ __export(src_exports, {
|
|
|
228
265
|
GlossaryStatus: () => GlossaryStatus,
|
|
229
266
|
GlossaryTermItemFilterSensitiveLog: () => GlossaryTermItemFilterSensitiveLog,
|
|
230
267
|
GlossaryTermStatus: () => GlossaryTermStatus,
|
|
268
|
+
GlueConnectionFilterSensitiveLog: () => GlueConnectionFilterSensitiveLog,
|
|
269
|
+
GlueConnectionInputFilterSensitiveLog: () => GlueConnectionInputFilterSensitiveLog,
|
|
270
|
+
GlueConnectionPatchFilterSensitiveLog: () => GlueConnectionPatchFilterSensitiveLog,
|
|
271
|
+
GlueConnectionType: () => GlueConnectionType,
|
|
272
|
+
GlueOAuth2CredentialsFilterSensitiveLog: () => GlueOAuth2CredentialsFilterSensitiveLog,
|
|
273
|
+
GluePropertiesInputFilterSensitiveLog: () => GluePropertiesInputFilterSensitiveLog,
|
|
274
|
+
GluePropertiesPatchFilterSensitiveLog: () => GluePropertiesPatchFilterSensitiveLog,
|
|
275
|
+
GovernanceType: () => GovernanceType,
|
|
231
276
|
GrantedEntity: () => GrantedEntity,
|
|
232
277
|
GrantedEntityInput: () => GrantedEntityInput,
|
|
233
278
|
GroupPolicyGrantPrincipal: () => GroupPolicyGrantPrincipal,
|
|
234
279
|
GroupProfileStatus: () => GroupProfileStatus,
|
|
235
280
|
GroupProfileSummaryFilterSensitiveLog: () => GroupProfileSummaryFilterSensitiveLog,
|
|
236
281
|
GroupSearchType: () => GroupSearchType,
|
|
282
|
+
HyperPodOrchestrator: () => HyperPodOrchestrator,
|
|
237
283
|
ImportFilterSensitiveLog: () => ImportFilterSensitiveLog,
|
|
238
284
|
InternalServerException: () => InternalServerException,
|
|
239
285
|
InventorySearchScope: () => InventorySearchScope,
|
|
286
|
+
JobRunDetails: () => JobRunDetails,
|
|
287
|
+
JobRunMode: () => JobRunMode,
|
|
288
|
+
JobRunStatus: () => JobRunStatus,
|
|
289
|
+
JobType: () => JobType,
|
|
290
|
+
LineageEventProcessingStatus: () => LineageEventProcessingStatus,
|
|
291
|
+
LineageImportStatus: () => LineageImportStatus,
|
|
240
292
|
LineageNodeTypeItemFilterSensitiveLog: () => LineageNodeTypeItemFilterSensitiveLog,
|
|
241
293
|
ListAssetFiltersCommand: () => ListAssetFiltersCommand,
|
|
242
294
|
ListAssetFiltersOutputFilterSensitiveLog: () => ListAssetFiltersOutputFilterSensitiveLog,
|
|
243
295
|
ListAssetRevisionsCommand: () => ListAssetRevisionsCommand,
|
|
296
|
+
ListConnectionsCommand: () => ListConnectionsCommand,
|
|
297
|
+
ListConnectionsOutputFilterSensitiveLog: () => ListConnectionsOutputFilterSensitiveLog,
|
|
244
298
|
ListDataProductRevisionsCommand: () => ListDataProductRevisionsCommand,
|
|
245
299
|
ListDataSourceRunActivitiesCommand: () => ListDataSourceRunActivitiesCommand,
|
|
246
300
|
ListDataSourceRunActivitiesOutputFilterSensitiveLog: () => ListDataSourceRunActivitiesOutputFilterSensitiveLog,
|
|
@@ -261,12 +315,17 @@ __export(src_exports, {
|
|
|
261
315
|
ListEnvironmentProfilesOutputFilterSensitiveLog: () => ListEnvironmentProfilesOutputFilterSensitiveLog,
|
|
262
316
|
ListEnvironmentsCommand: () => ListEnvironmentsCommand,
|
|
263
317
|
ListEnvironmentsOutputFilterSensitiveLog: () => ListEnvironmentsOutputFilterSensitiveLog,
|
|
318
|
+
ListJobRunsCommand: () => ListJobRunsCommand,
|
|
319
|
+
ListLineageEventsCommand: () => ListLineageEventsCommand,
|
|
264
320
|
ListLineageNodeHistoryCommand: () => ListLineageNodeHistoryCommand,
|
|
265
321
|
ListMetadataGenerationRunsCommand: () => ListMetadataGenerationRunsCommand,
|
|
266
322
|
ListNotificationsCommand: () => ListNotificationsCommand,
|
|
267
323
|
ListNotificationsOutputFilterSensitiveLog: () => ListNotificationsOutputFilterSensitiveLog,
|
|
268
324
|
ListPolicyGrantsCommand: () => ListPolicyGrantsCommand,
|
|
269
325
|
ListProjectMembershipsCommand: () => ListProjectMembershipsCommand,
|
|
326
|
+
ListProjectProfilesCommand: () => ListProjectProfilesCommand,
|
|
327
|
+
ListProjectProfilesInputFilterSensitiveLog: () => ListProjectProfilesInputFilterSensitiveLog,
|
|
328
|
+
ListProjectProfilesOutputFilterSensitiveLog: () => ListProjectProfilesOutputFilterSensitiveLog,
|
|
270
329
|
ListProjectsCommand: () => ListProjectsCommand,
|
|
271
330
|
ListProjectsInputFilterSensitiveLog: () => ListProjectsInputFilterSensitiveLog,
|
|
272
331
|
ListProjectsOutputFilterSensitiveLog: () => ListProjectsOutputFilterSensitiveLog,
|
|
@@ -299,8 +358,13 @@ __export(src_exports, {
|
|
|
299
358
|
NotificationResourceType: () => NotificationResourceType,
|
|
300
359
|
NotificationRole: () => NotificationRole,
|
|
301
360
|
NotificationType: () => NotificationType,
|
|
361
|
+
OAuth2GrantType: () => OAuth2GrantType,
|
|
362
|
+
OAuth2PropertiesFilterSensitiveLog: () => OAuth2PropertiesFilterSensitiveLog,
|
|
363
|
+
OpenLineageRunState: () => OpenLineageRunState,
|
|
364
|
+
OverallDeploymentStatus: () => OverallDeploymentStatus,
|
|
302
365
|
OwnerProperties: () => OwnerProperties,
|
|
303
366
|
OwnerPropertiesOutput: () => OwnerPropertiesOutput,
|
|
367
|
+
PhysicalEndpointFilterSensitiveLog: () => PhysicalEndpointFilterSensitiveLog,
|
|
304
368
|
PolicyGrantDetail: () => PolicyGrantDetail,
|
|
305
369
|
PolicyGrantPrincipal: () => PolicyGrantPrincipal,
|
|
306
370
|
PostLineageEventCommand: () => PostLineageEventCommand,
|
|
@@ -308,12 +372,21 @@ __export(src_exports, {
|
|
|
308
372
|
PostTimeSeriesDataPointsCommand: () => PostTimeSeriesDataPointsCommand,
|
|
309
373
|
ProjectDesignation: () => ProjectDesignation,
|
|
310
374
|
ProjectGrantFilter: () => ProjectGrantFilter,
|
|
375
|
+
ProjectProfileSummaryFilterSensitiveLog: () => ProjectProfileSummaryFilterSensitiveLog,
|
|
311
376
|
ProjectStatus: () => ProjectStatus,
|
|
312
377
|
ProjectSummaryFilterSensitiveLog: () => ProjectSummaryFilterSensitiveLog,
|
|
378
|
+
Protocol: () => Protocol,
|
|
313
379
|
ProvisioningConfiguration: () => ProvisioningConfiguration,
|
|
314
380
|
ProvisioningProperties: () => ProvisioningProperties,
|
|
315
381
|
PutEnvironmentBlueprintConfigurationCommand: () => PutEnvironmentBlueprintConfigurationCommand,
|
|
382
|
+
RedshiftCredentials: () => RedshiftCredentials,
|
|
383
|
+
RedshiftCredentialsFilterSensitiveLog: () => RedshiftCredentialsFilterSensitiveLog,
|
|
384
|
+
RedshiftPropertiesInputFilterSensitiveLog: () => RedshiftPropertiesInputFilterSensitiveLog,
|
|
385
|
+
RedshiftPropertiesOutputFilterSensitiveLog: () => RedshiftPropertiesOutputFilterSensitiveLog,
|
|
386
|
+
RedshiftPropertiesPatchFilterSensitiveLog: () => RedshiftPropertiesPatchFilterSensitiveLog,
|
|
316
387
|
RedshiftStorage: () => RedshiftStorage,
|
|
388
|
+
RedshiftStorageProperties: () => RedshiftStorageProperties,
|
|
389
|
+
Region: () => Region,
|
|
317
390
|
RejectPredictionsCommand: () => RejectPredictionsCommand,
|
|
318
391
|
RejectRuleBehavior: () => RejectRuleBehavior,
|
|
319
392
|
RejectSubscriptionRequestCommand: () => RejectSubscriptionRequestCommand,
|
|
@@ -356,12 +429,15 @@ __export(src_exports, {
|
|
|
356
429
|
SelfGrantStatus: () => SelfGrantStatus,
|
|
357
430
|
SelfGrantStatusOutput: () => SelfGrantStatusOutput,
|
|
358
431
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
432
|
+
SortFieldConnection: () => SortFieldConnection,
|
|
359
433
|
SortFieldProject: () => SortFieldProject,
|
|
360
434
|
SortKey: () => SortKey,
|
|
361
435
|
SortOrder: () => SortOrder,
|
|
436
|
+
SparkEmrPropertiesOutputFilterSensitiveLog: () => SparkEmrPropertiesOutputFilterSensitiveLog,
|
|
362
437
|
SsoUserProfileDetailsFilterSensitiveLog: () => SsoUserProfileDetailsFilterSensitiveLog,
|
|
363
438
|
StartDataSourceRunCommand: () => StartDataSourceRunCommand,
|
|
364
439
|
StartMetadataGenerationRunCommand: () => StartMetadataGenerationRunCommand,
|
|
440
|
+
Status: () => Status,
|
|
365
441
|
SubscribedAssetListingFilterSensitiveLog: () => SubscribedAssetListingFilterSensitiveLog,
|
|
366
442
|
SubscribedListingFilterSensitiveLog: () => SubscribedListingFilterSensitiveLog,
|
|
367
443
|
SubscribedListingItem: () => SubscribedListingItem,
|
|
@@ -390,6 +466,9 @@ __export(src_exports, {
|
|
|
390
466
|
UpdateAssetFilterCommand: () => UpdateAssetFilterCommand,
|
|
391
467
|
UpdateAssetFilterInputFilterSensitiveLog: () => UpdateAssetFilterInputFilterSensitiveLog,
|
|
392
468
|
UpdateAssetFilterOutputFilterSensitiveLog: () => UpdateAssetFilterOutputFilterSensitiveLog,
|
|
469
|
+
UpdateConnectionCommand: () => UpdateConnectionCommand,
|
|
470
|
+
UpdateConnectionInputFilterSensitiveLog: () => UpdateConnectionInputFilterSensitiveLog,
|
|
471
|
+
UpdateConnectionOutputFilterSensitiveLog: () => UpdateConnectionOutputFilterSensitiveLog,
|
|
393
472
|
UpdateDataSourceCommand: () => UpdateDataSourceCommand,
|
|
394
473
|
UpdateDataSourceInputFilterSensitiveLog: () => UpdateDataSourceInputFilterSensitiveLog,
|
|
395
474
|
UpdateDataSourceOutputFilterSensitiveLog: () => UpdateDataSourceOutputFilterSensitiveLog,
|
|
@@ -414,6 +493,9 @@ __export(src_exports, {
|
|
|
414
493
|
UpdateProjectCommand: () => UpdateProjectCommand,
|
|
415
494
|
UpdateProjectInputFilterSensitiveLog: () => UpdateProjectInputFilterSensitiveLog,
|
|
416
495
|
UpdateProjectOutputFilterSensitiveLog: () => UpdateProjectOutputFilterSensitiveLog,
|
|
496
|
+
UpdateProjectProfileCommand: () => UpdateProjectProfileCommand,
|
|
497
|
+
UpdateProjectProfileInputFilterSensitiveLog: () => UpdateProjectProfileInputFilterSensitiveLog,
|
|
498
|
+
UpdateProjectProfileOutputFilterSensitiveLog: () => UpdateProjectProfileOutputFilterSensitiveLog,
|
|
417
499
|
UpdateRuleCommand: () => UpdateRuleCommand,
|
|
418
500
|
UpdateRuleInputFilterSensitiveLog: () => UpdateRuleInputFilterSensitiveLog,
|
|
419
501
|
UpdateRuleOutputFilterSensitiveLog: () => UpdateRuleOutputFilterSensitiveLog,
|
|
@@ -436,10 +518,12 @@ __export(src_exports, {
|
|
|
436
518
|
UserProfileType: () => UserProfileType,
|
|
437
519
|
UserSearchType: () => UserSearchType,
|
|
438
520
|
UserType: () => UserType,
|
|
521
|
+
UsernamePasswordFilterSensitiveLog: () => UsernamePasswordFilterSensitiveLog,
|
|
439
522
|
ValidationException: () => ValidationException,
|
|
440
523
|
__Client: () => import_smithy_client.Client,
|
|
441
524
|
paginateListAssetFilters: () => paginateListAssetFilters,
|
|
442
525
|
paginateListAssetRevisions: () => paginateListAssetRevisions,
|
|
526
|
+
paginateListConnections: () => paginateListConnections,
|
|
443
527
|
paginateListDataProductRevisions: () => paginateListDataProductRevisions,
|
|
444
528
|
paginateListDataSourceRunActivities: () => paginateListDataSourceRunActivities,
|
|
445
529
|
paginateListDataSourceRuns: () => paginateListDataSourceRuns,
|
|
@@ -452,11 +536,14 @@ __export(src_exports, {
|
|
|
452
536
|
paginateListEnvironmentBlueprints: () => paginateListEnvironmentBlueprints,
|
|
453
537
|
paginateListEnvironmentProfiles: () => paginateListEnvironmentProfiles,
|
|
454
538
|
paginateListEnvironments: () => paginateListEnvironments,
|
|
539
|
+
paginateListJobRuns: () => paginateListJobRuns,
|
|
540
|
+
paginateListLineageEvents: () => paginateListLineageEvents,
|
|
455
541
|
paginateListLineageNodeHistory: () => paginateListLineageNodeHistory,
|
|
456
542
|
paginateListMetadataGenerationRuns: () => paginateListMetadataGenerationRuns,
|
|
457
543
|
paginateListNotifications: () => paginateListNotifications,
|
|
458
544
|
paginateListPolicyGrants: () => paginateListPolicyGrants,
|
|
459
545
|
paginateListProjectMemberships: () => paginateListProjectMemberships,
|
|
546
|
+
paginateListProjectProfiles: () => paginateListProjectProfiles,
|
|
460
547
|
paginateListProjects: () => paginateListProjects,
|
|
461
548
|
paginateListRules: () => paginateListRules,
|
|
462
549
|
paginateListSubscriptionGrants: () => paginateListSubscriptionGrants,
|
|
@@ -774,16 +861,16 @@ var SubscribedListingItem;
|
|
|
774
861
|
}, "visit");
|
|
775
862
|
})(SubscribedListingItem || (SubscribedListingItem = {}));
|
|
776
863
|
var SubscribedPrincipal;
|
|
777
|
-
((
|
|
778
|
-
|
|
864
|
+
((SubscribedPrincipal4) => {
|
|
865
|
+
SubscribedPrincipal4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
779
866
|
if (value.project !== void 0)
|
|
780
867
|
return visitor.project(value.project);
|
|
781
868
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
782
869
|
}, "visit");
|
|
783
870
|
})(SubscribedPrincipal || (SubscribedPrincipal = {}));
|
|
784
871
|
var ActionParameters;
|
|
785
|
-
((
|
|
786
|
-
|
|
872
|
+
((ActionParameters5) => {
|
|
873
|
+
ActionParameters5.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
787
874
|
if (value.awsConsoleLink !== void 0)
|
|
788
875
|
return visitor.awsConsoleLink(value.awsConsoleLink);
|
|
789
876
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -844,6 +931,10 @@ var PolicyGrantDetail;
|
|
|
844
931
|
return visitor.delegateCreateEnvironmentProfile(value.delegateCreateEnvironmentProfile);
|
|
845
932
|
if (value.createEnvironment !== void 0)
|
|
846
933
|
return visitor.createEnvironment(value.createEnvironment);
|
|
934
|
+
if (value.createEnvironmentFromBlueprint !== void 0)
|
|
935
|
+
return visitor.createEnvironmentFromBlueprint(value.createEnvironmentFromBlueprint);
|
|
936
|
+
if (value.createProjectFromProjectProfile !== void 0)
|
|
937
|
+
return visitor.createProjectFromProjectProfile(value.createProjectFromProjectProfile);
|
|
847
938
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
848
939
|
}, "visit");
|
|
849
940
|
})(PolicyGrantDetail || (PolicyGrantDetail = {}));
|
|
@@ -857,10 +948,12 @@ var ManagedPolicyType = {
|
|
|
857
948
|
CREATE_ASSET_TYPE: "CREATE_ASSET_TYPE",
|
|
858
949
|
CREATE_DOMAIN_UNIT: "CREATE_DOMAIN_UNIT",
|
|
859
950
|
CREATE_ENVIRONMENT: "CREATE_ENVIRONMENT",
|
|
951
|
+
CREATE_ENVIRONMENT_FROM_BLUEPRINT: "CREATE_ENVIRONMENT_FROM_BLUEPRINT",
|
|
860
952
|
CREATE_ENVIRONMENT_PROFILE: "CREATE_ENVIRONMENT_PROFILE",
|
|
861
953
|
CREATE_FORM_TYPE: "CREATE_FORM_TYPE",
|
|
862
954
|
CREATE_GLOSSARY: "CREATE_GLOSSARY",
|
|
863
955
|
CREATE_PROJECT: "CREATE_PROJECT",
|
|
956
|
+
CREATE_PROJECT_FROM_PROJECT_PROFILE: "CREATE_PROJECT_FROM_PROJECT_PROFILE",
|
|
864
957
|
DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE",
|
|
865
958
|
OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS",
|
|
866
959
|
OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS"
|
|
@@ -964,10 +1057,30 @@ var RuleScopeSelectionMode = {
|
|
|
964
1057
|
ALL: "ALL",
|
|
965
1058
|
SPECIFIC: "SPECIFIC"
|
|
966
1059
|
};
|
|
1060
|
+
var AuthenticationType = {
|
|
1061
|
+
BASIC: "BASIC",
|
|
1062
|
+
CUSTOM: "CUSTOM",
|
|
1063
|
+
OAUTH2: "OAUTH2"
|
|
1064
|
+
};
|
|
1065
|
+
var OAuth2GrantType = {
|
|
1066
|
+
AUTHORIZATION_CODE: "AUTHORIZATION_CODE",
|
|
1067
|
+
CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS",
|
|
1068
|
+
JWT_BEARER: "JWT_BEARER"
|
|
1069
|
+
};
|
|
967
1070
|
var AuthType = {
|
|
968
1071
|
DISABLED: "DISABLED",
|
|
969
1072
|
IAM_IDC: "IAM_IDC"
|
|
970
1073
|
};
|
|
1074
|
+
var AwsAccount;
|
|
1075
|
+
((AwsAccount3) => {
|
|
1076
|
+
AwsAccount3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1077
|
+
if (value.awsAccountId !== void 0)
|
|
1078
|
+
return visitor.awsAccountId(value.awsAccountId);
|
|
1079
|
+
if (value.awsAccountIdPath !== void 0)
|
|
1080
|
+
return visitor.awsAccountIdPath(value.awsAccountIdPath);
|
|
1081
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1082
|
+
}, "visit");
|
|
1083
|
+
})(AwsAccount || (AwsAccount = {}));
|
|
971
1084
|
var SubscriptionStatus = {
|
|
972
1085
|
APPROVED: "APPROVED",
|
|
973
1086
|
CANCELLED: "CANCELLED",
|
|
@@ -977,10 +1090,154 @@ var ChangeAction = {
|
|
|
977
1090
|
PUBLISH: "PUBLISH",
|
|
978
1091
|
UNPUBLISH: "UNPUBLISH"
|
|
979
1092
|
};
|
|
1093
|
+
var ComputeEnvironments = {
|
|
1094
|
+
ATHENA: "ATHENA",
|
|
1095
|
+
PYTHON: "PYTHON",
|
|
1096
|
+
SPARK: "SPARK"
|
|
1097
|
+
};
|
|
980
1098
|
var ConfigurableActionTypeAuthorization = {
|
|
981
1099
|
HTTPS: "HTTPS",
|
|
982
1100
|
IAM: "IAM"
|
|
983
1101
|
};
|
|
1102
|
+
var GlueConnectionType = {
|
|
1103
|
+
BIGQUERY: "BIGQUERY",
|
|
1104
|
+
DOCUMENTDB: "DOCUMENTDB",
|
|
1105
|
+
DYNAMODB: "DYNAMODB",
|
|
1106
|
+
MYSQL: "MYSQL",
|
|
1107
|
+
OPENSEARCH: "OPENSEARCH",
|
|
1108
|
+
ORACLE: "ORACLE",
|
|
1109
|
+
POSTGRESQL: "POSTGRESQL",
|
|
1110
|
+
REDSHIFT: "REDSHIFT",
|
|
1111
|
+
SAPHANA: "SAPHANA",
|
|
1112
|
+
SNOWFLAKE: "SNOWFLAKE",
|
|
1113
|
+
SQLSERVER: "SQLSERVER",
|
|
1114
|
+
TERADATA: "TERADATA",
|
|
1115
|
+
VERTICA: "VERTICA"
|
|
1116
|
+
};
|
|
1117
|
+
var RedshiftCredentials;
|
|
1118
|
+
((RedshiftCredentials3) => {
|
|
1119
|
+
RedshiftCredentials3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1120
|
+
if (value.secretArn !== void 0)
|
|
1121
|
+
return visitor.secretArn(value.secretArn);
|
|
1122
|
+
if (value.usernamePassword !== void 0)
|
|
1123
|
+
return visitor.usernamePassword(value.usernamePassword);
|
|
1124
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1125
|
+
}, "visit");
|
|
1126
|
+
})(RedshiftCredentials || (RedshiftCredentials = {}));
|
|
1127
|
+
var RedshiftStorageProperties;
|
|
1128
|
+
((RedshiftStorageProperties3) => {
|
|
1129
|
+
RedshiftStorageProperties3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1130
|
+
if (value.clusterName !== void 0)
|
|
1131
|
+
return visitor.clusterName(value.clusterName);
|
|
1132
|
+
if (value.workgroupName !== void 0)
|
|
1133
|
+
return visitor.workgroupName(value.workgroupName);
|
|
1134
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1135
|
+
}, "visit");
|
|
1136
|
+
})(RedshiftStorageProperties || (RedshiftStorageProperties = {}));
|
|
1137
|
+
var ConnectionPropertiesInput;
|
|
1138
|
+
((ConnectionPropertiesInput3) => {
|
|
1139
|
+
ConnectionPropertiesInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1140
|
+
if (value.athenaProperties !== void 0)
|
|
1141
|
+
return visitor.athenaProperties(value.athenaProperties);
|
|
1142
|
+
if (value.glueProperties !== void 0)
|
|
1143
|
+
return visitor.glueProperties(value.glueProperties);
|
|
1144
|
+
if (value.hyperPodProperties !== void 0)
|
|
1145
|
+
return visitor.hyperPodProperties(value.hyperPodProperties);
|
|
1146
|
+
if (value.iamProperties !== void 0)
|
|
1147
|
+
return visitor.iamProperties(value.iamProperties);
|
|
1148
|
+
if (value.redshiftProperties !== void 0)
|
|
1149
|
+
return visitor.redshiftProperties(value.redshiftProperties);
|
|
1150
|
+
if (value.sparkEmrProperties !== void 0)
|
|
1151
|
+
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
1152
|
+
if (value.sparkGlueProperties !== void 0)
|
|
1153
|
+
return visitor.sparkGlueProperties(value.sparkGlueProperties);
|
|
1154
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1155
|
+
}, "visit");
|
|
1156
|
+
})(ConnectionPropertiesInput || (ConnectionPropertiesInput = {}));
|
|
1157
|
+
var ConnectionStatus = {
|
|
1158
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
1159
|
+
CREATING: "CREATING",
|
|
1160
|
+
DELETED: "DELETED",
|
|
1161
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
1162
|
+
DELETING: "DELETING",
|
|
1163
|
+
READY: "READY",
|
|
1164
|
+
UPDATE_FAILED: "UPDATE_FAILED",
|
|
1165
|
+
UPDATING: "UPDATING"
|
|
1166
|
+
};
|
|
1167
|
+
var HyperPodOrchestrator = {
|
|
1168
|
+
EKS: "EKS",
|
|
1169
|
+
SLURM: "SLURM"
|
|
1170
|
+
};
|
|
1171
|
+
var GovernanceType = {
|
|
1172
|
+
AWS_MANAGED: "AWS_MANAGED",
|
|
1173
|
+
USER_MANAGED: "USER_MANAGED"
|
|
1174
|
+
};
|
|
1175
|
+
var ConnectionPropertiesOutput;
|
|
1176
|
+
((ConnectionPropertiesOutput5) => {
|
|
1177
|
+
ConnectionPropertiesOutput5.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1178
|
+
if (value.athenaProperties !== void 0)
|
|
1179
|
+
return visitor.athenaProperties(value.athenaProperties);
|
|
1180
|
+
if (value.glueProperties !== void 0)
|
|
1181
|
+
return visitor.glueProperties(value.glueProperties);
|
|
1182
|
+
if (value.hyperPodProperties !== void 0)
|
|
1183
|
+
return visitor.hyperPodProperties(value.hyperPodProperties);
|
|
1184
|
+
if (value.iamProperties !== void 0)
|
|
1185
|
+
return visitor.iamProperties(value.iamProperties);
|
|
1186
|
+
if (value.redshiftProperties !== void 0)
|
|
1187
|
+
return visitor.redshiftProperties(value.redshiftProperties);
|
|
1188
|
+
if (value.sparkEmrProperties !== void 0)
|
|
1189
|
+
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
1190
|
+
if (value.sparkGlueProperties !== void 0)
|
|
1191
|
+
return visitor.sparkGlueProperties(value.sparkGlueProperties);
|
|
1192
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1193
|
+
}, "visit");
|
|
1194
|
+
})(ConnectionPropertiesOutput || (ConnectionPropertiesOutput = {}));
|
|
1195
|
+
var ConnectionPropertiesPatch;
|
|
1196
|
+
((ConnectionPropertiesPatch4) => {
|
|
1197
|
+
ConnectionPropertiesPatch4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1198
|
+
if (value.athenaProperties !== void 0)
|
|
1199
|
+
return visitor.athenaProperties(value.athenaProperties);
|
|
1200
|
+
if (value.glueProperties !== void 0)
|
|
1201
|
+
return visitor.glueProperties(value.glueProperties);
|
|
1202
|
+
if (value.iamProperties !== void 0)
|
|
1203
|
+
return visitor.iamProperties(value.iamProperties);
|
|
1204
|
+
if (value.redshiftProperties !== void 0)
|
|
1205
|
+
return visitor.redshiftProperties(value.redshiftProperties);
|
|
1206
|
+
if (value.sparkEmrProperties !== void 0)
|
|
1207
|
+
return visitor.sparkEmrProperties(value.sparkEmrProperties);
|
|
1208
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1209
|
+
}, "visit");
|
|
1210
|
+
})(ConnectionPropertiesPatch || (ConnectionPropertiesPatch = {}));
|
|
1211
|
+
var ConnectionType = {
|
|
1212
|
+
ATHENA: "ATHENA",
|
|
1213
|
+
BIGQUERY: "BIGQUERY",
|
|
1214
|
+
DATABRICKS: "DATABRICKS",
|
|
1215
|
+
DOCUMENTDB: "DOCUMENTDB",
|
|
1216
|
+
DYNAMODB: "DYNAMODB",
|
|
1217
|
+
HYPERPOD: "HYPERPOD",
|
|
1218
|
+
IAM: "IAM",
|
|
1219
|
+
MYSQL: "MYSQL",
|
|
1220
|
+
OPENSEARCH: "OPENSEARCH",
|
|
1221
|
+
ORACLE: "ORACLE",
|
|
1222
|
+
POSTGRESQL: "POSTGRESQL",
|
|
1223
|
+
REDSHIFT: "REDSHIFT",
|
|
1224
|
+
SAPHANA: "SAPHANA",
|
|
1225
|
+
SNOWFLAKE: "SNOWFLAKE",
|
|
1226
|
+
SPARK: "SPARK",
|
|
1227
|
+
SQLSERVER: "SQLSERVER",
|
|
1228
|
+
TERADATA: "TERADATA",
|
|
1229
|
+
VERTICA: "VERTICA",
|
|
1230
|
+
WORKFLOWS_MWAA: "WORKFLOWS_MWAA"
|
|
1231
|
+
};
|
|
1232
|
+
var Protocol = {
|
|
1233
|
+
ATHENA: "ATHENA",
|
|
1234
|
+
GLUE_INTERACTIVE_SESSION: "GLUE_INTERACTIVE_SESSION",
|
|
1235
|
+
HTTPS: "HTTPS",
|
|
1236
|
+
JDBC: "JDBC",
|
|
1237
|
+
LIVY: "LIVY",
|
|
1238
|
+
ODBC: "ODBC",
|
|
1239
|
+
PRISM: "PRISM"
|
|
1240
|
+
};
|
|
984
1241
|
var DataProductItemType = {
|
|
985
1242
|
ASSET: "ASSET"
|
|
986
1243
|
};
|
|
@@ -1004,12 +1261,14 @@ var RedshiftStorage;
|
|
|
1004
1261
|
}, "visit");
|
|
1005
1262
|
})(RedshiftStorage || (RedshiftStorage = {}));
|
|
1006
1263
|
var DataSourceConfigurationInput;
|
|
1007
|
-
((
|
|
1008
|
-
|
|
1264
|
+
((DataSourceConfigurationInput4) => {
|
|
1265
|
+
DataSourceConfigurationInput4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1009
1266
|
if (value.glueRunConfiguration !== void 0)
|
|
1010
1267
|
return visitor.glueRunConfiguration(value.glueRunConfiguration);
|
|
1011
1268
|
if (value.redshiftRunConfiguration !== void 0)
|
|
1012
1269
|
return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
|
|
1270
|
+
if (value.sageMakerRunConfiguration !== void 0)
|
|
1271
|
+
return visitor.sageMakerRunConfiguration(value.sageMakerRunConfiguration);
|
|
1013
1272
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1014
1273
|
}, "visit");
|
|
1015
1274
|
})(DataSourceConfigurationInput || (DataSourceConfigurationInput = {}));
|
|
@@ -1084,12 +1343,14 @@ var Timezone = {
|
|
|
1084
1343
|
UTC: "UTC"
|
|
1085
1344
|
};
|
|
1086
1345
|
var DataSourceConfigurationOutput;
|
|
1087
|
-
((
|
|
1088
|
-
|
|
1346
|
+
((DataSourceConfigurationOutput3) => {
|
|
1347
|
+
DataSourceConfigurationOutput3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1089
1348
|
if (value.glueRunConfiguration !== void 0)
|
|
1090
1349
|
return visitor.glueRunConfiguration(value.glueRunConfiguration);
|
|
1091
1350
|
if (value.redshiftRunConfiguration !== void 0)
|
|
1092
1351
|
return visitor.redshiftRunConfiguration(value.redshiftRunConfiguration);
|
|
1352
|
+
if (value.sageMakerRunConfiguration !== void 0)
|
|
1353
|
+
return visitor.sageMakerRunConfiguration(value.sageMakerRunConfiguration);
|
|
1093
1354
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1094
1355
|
}, "visit");
|
|
1095
1356
|
})(DataSourceConfigurationOutput || (DataSourceConfigurationOutput = {}));
|
|
@@ -1119,6 +1380,10 @@ var DataSourceStatus = {
|
|
|
1119
1380
|
RUNNING: "RUNNING",
|
|
1120
1381
|
UPDATING: "UPDATING"
|
|
1121
1382
|
};
|
|
1383
|
+
var DomainVersion = {
|
|
1384
|
+
V1: "V1",
|
|
1385
|
+
V2: "V2"
|
|
1386
|
+
};
|
|
1122
1387
|
var UserAssignment = {
|
|
1123
1388
|
AUTOMATIC: "AUTOMATIC",
|
|
1124
1389
|
MANUAL: "MANUAL"
|
|
@@ -1153,8 +1418,8 @@ var DeploymentType = {
|
|
|
1153
1418
|
UPDATE: "UPDATE"
|
|
1154
1419
|
};
|
|
1155
1420
|
var ProvisioningProperties;
|
|
1156
|
-
((
|
|
1157
|
-
|
|
1421
|
+
((ProvisioningProperties4) => {
|
|
1422
|
+
ProvisioningProperties4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1158
1423
|
if (value.cloudFormation !== void 0)
|
|
1159
1424
|
return visitor.cloudFormation(value.cloudFormation);
|
|
1160
1425
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -1176,8 +1441,8 @@ var EnvironmentStatus = {
|
|
|
1176
1441
|
VALIDATION_FAILED: "VALIDATION_FAILED"
|
|
1177
1442
|
};
|
|
1178
1443
|
var Model;
|
|
1179
|
-
((
|
|
1180
|
-
|
|
1444
|
+
((Model5) => {
|
|
1445
|
+
Model5.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1181
1446
|
if (value.smithy !== void 0)
|
|
1182
1447
|
return visitor.smithy(value.smithy);
|
|
1183
1448
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -1203,6 +1468,13 @@ var EntityType = {
|
|
|
1203
1468
|
ASSET: "ASSET",
|
|
1204
1469
|
DATA_PRODUCT: "DATA_PRODUCT"
|
|
1205
1470
|
};
|
|
1471
|
+
var OverallDeploymentStatus = {
|
|
1472
|
+
FAILED_DEPLOYMENT: "FAILED_DEPLOYMENT",
|
|
1473
|
+
FAILED_VALIDATION: "FAILED_VALIDATION",
|
|
1474
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
1475
|
+
PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT",
|
|
1476
|
+
SUCCESSFUL: "SUCCESSFUL"
|
|
1477
|
+
};
|
|
1206
1478
|
var ProjectStatus = {
|
|
1207
1479
|
ACTIVE: "ACTIVE",
|
|
1208
1480
|
DELETE_FAILED: "DELETE_FAILED",
|
|
@@ -1216,8 +1488,8 @@ var UserDesignation = {
|
|
|
1216
1488
|
PROJECT_OWNER: "PROJECT_OWNER"
|
|
1217
1489
|
};
|
|
1218
1490
|
var Member;
|
|
1219
|
-
((
|
|
1220
|
-
|
|
1491
|
+
((Member4) => {
|
|
1492
|
+
Member4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1221
1493
|
if (value.userIdentifier !== void 0)
|
|
1222
1494
|
return visitor.userIdentifier(value.userIdentifier);
|
|
1223
1495
|
if (value.groupIdentifier !== void 0)
|
|
@@ -1225,6 +1497,24 @@ var Member;
|
|
|
1225
1497
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1226
1498
|
}, "visit");
|
|
1227
1499
|
})(Member || (Member = {}));
|
|
1500
|
+
var Region;
|
|
1501
|
+
((Region3) => {
|
|
1502
|
+
Region3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1503
|
+
if (value.regionName !== void 0)
|
|
1504
|
+
return visitor.regionName(value.regionName);
|
|
1505
|
+
if (value.regionNamePath !== void 0)
|
|
1506
|
+
return visitor.regionNamePath(value.regionNamePath);
|
|
1507
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1508
|
+
}, "visit");
|
|
1509
|
+
})(Region || (Region = {}));
|
|
1510
|
+
var DeploymentMode = {
|
|
1511
|
+
ON_CREATE: "ON_CREATE",
|
|
1512
|
+
ON_DEMAND: "ON_DEMAND"
|
|
1513
|
+
};
|
|
1514
|
+
var Status = {
|
|
1515
|
+
DISABLED: "DISABLED",
|
|
1516
|
+
ENABLED: "ENABLED"
|
|
1517
|
+
};
|
|
1228
1518
|
var RuleAction = {
|
|
1229
1519
|
CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST"
|
|
1230
1520
|
};
|
|
@@ -1269,8 +1559,8 @@ var SubscriptionGrantStatus = {
|
|
|
1269
1559
|
REVOKE_PENDING: "REVOKE_PENDING"
|
|
1270
1560
|
};
|
|
1271
1561
|
var GrantedEntity;
|
|
1272
|
-
((
|
|
1273
|
-
|
|
1562
|
+
((GrantedEntity4) => {
|
|
1563
|
+
GrantedEntity4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1274
1564
|
if (value.listing !== void 0)
|
|
1275
1565
|
return visitor.listing(value.listing);
|
|
1276
1566
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
@@ -1285,76 +1575,6 @@ var SubscriptionGrantOverallStatus = {
|
|
|
1285
1575
|
PENDING: "PENDING",
|
|
1286
1576
|
REVOKE_FAILED: "REVOKE_FAILED"
|
|
1287
1577
|
};
|
|
1288
|
-
var SubscribedPrincipalInput;
|
|
1289
|
-
((SubscribedPrincipalInput3) => {
|
|
1290
|
-
SubscribedPrincipalInput3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1291
|
-
if (value.project !== void 0)
|
|
1292
|
-
return visitor.project(value.project);
|
|
1293
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1294
|
-
}, "visit");
|
|
1295
|
-
})(SubscribedPrincipalInput || (SubscribedPrincipalInput = {}));
|
|
1296
|
-
var UserType = {
|
|
1297
|
-
IAM_ROLE: "IAM_ROLE",
|
|
1298
|
-
IAM_USER: "IAM_USER",
|
|
1299
|
-
SSO_USER: "SSO_USER"
|
|
1300
|
-
};
|
|
1301
|
-
var UserProfileDetails;
|
|
1302
|
-
((UserProfileDetails3) => {
|
|
1303
|
-
UserProfileDetails3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1304
|
-
if (value.iam !== void 0)
|
|
1305
|
-
return visitor.iam(value.iam);
|
|
1306
|
-
if (value.sso !== void 0)
|
|
1307
|
-
return visitor.sso(value.sso);
|
|
1308
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1309
|
-
}, "visit");
|
|
1310
|
-
})(UserProfileDetails || (UserProfileDetails = {}));
|
|
1311
|
-
var UserProfileStatus = {
|
|
1312
|
-
ACTIVATED: "ACTIVATED",
|
|
1313
|
-
ASSIGNED: "ASSIGNED",
|
|
1314
|
-
DEACTIVATED: "DEACTIVATED",
|
|
1315
|
-
NOT_ASSIGNED: "NOT_ASSIGNED"
|
|
1316
|
-
};
|
|
1317
|
-
var UserProfileType = {
|
|
1318
|
-
IAM: "IAM",
|
|
1319
|
-
SSO: "SSO"
|
|
1320
|
-
};
|
|
1321
|
-
var DataAssetActivityStatus = {
|
|
1322
|
-
FAILED: "FAILED",
|
|
1323
|
-
PUBLISHING_FAILED: "PUBLISHING_FAILED",
|
|
1324
|
-
SKIPPED_ALREADY_IMPORTED: "SKIPPED_ALREADY_IMPORTED",
|
|
1325
|
-
SKIPPED_ARCHIVED: "SKIPPED_ARCHIVED",
|
|
1326
|
-
SKIPPED_NO_ACCESS: "SKIPPED_NO_ACCESS",
|
|
1327
|
-
SUCCEEDED_CREATED: "SUCCEEDED_CREATED",
|
|
1328
|
-
SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED",
|
|
1329
|
-
UNCHANGED: "UNCHANGED"
|
|
1330
|
-
};
|
|
1331
|
-
var SelfGrantStatus = {
|
|
1332
|
-
GRANTED: "GRANTED",
|
|
1333
|
-
GRANT_FAILED: "GRANT_FAILED",
|
|
1334
|
-
GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS",
|
|
1335
|
-
GRANT_PENDING: "GRANT_PENDING",
|
|
1336
|
-
REVOKE_FAILED: "REVOKE_FAILED",
|
|
1337
|
-
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
1338
|
-
REVOKE_PENDING: "REVOKE_PENDING"
|
|
1339
|
-
};
|
|
1340
|
-
var SelfGrantStatusOutput;
|
|
1341
|
-
((SelfGrantStatusOutput2) => {
|
|
1342
|
-
SelfGrantStatusOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1343
|
-
if (value.glueSelfGrantStatus !== void 0)
|
|
1344
|
-
return visitor.glueSelfGrantStatus(value.glueSelfGrantStatus);
|
|
1345
|
-
if (value.redshiftSelfGrantStatus !== void 0)
|
|
1346
|
-
return visitor.redshiftSelfGrantStatus(value.redshiftSelfGrantStatus);
|
|
1347
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1348
|
-
}, "visit");
|
|
1349
|
-
})(SelfGrantStatusOutput || (SelfGrantStatusOutput = {}));
|
|
1350
|
-
var DataSourceRunType = {
|
|
1351
|
-
PRIORITIZED: "PRIORITIZED",
|
|
1352
|
-
SCHEDULED: "SCHEDULED"
|
|
1353
|
-
};
|
|
1354
|
-
var TimeSeriesEntityType = {
|
|
1355
|
-
ASSET: "ASSET",
|
|
1356
|
-
LISTING: "LISTING"
|
|
1357
|
-
};
|
|
1358
1578
|
var AcceptChoiceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1359
1579
|
...obj,
|
|
1360
1580
|
...obj.editedValue && { editedValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1429,14 +1649,12 @@ var FormInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1429
1649
|
var CreateAssetInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1430
1650
|
...obj,
|
|
1431
1651
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1432
|
-
...obj.externalIdentifier && { externalIdentifier: import_smithy_client.SENSITIVE_STRING },
|
|
1433
1652
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1434
1653
|
...obj.formsInput && { formsInput: import_smithy_client.SENSITIVE_STRING }
|
|
1435
1654
|
}), "CreateAssetInputFilterSensitiveLog");
|
|
1436
1655
|
var CreateAssetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1437
1656
|
...obj,
|
|
1438
1657
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1439
|
-
...obj.externalIdentifier && { externalIdentifier: import_smithy_client.SENSITIVE_STRING },
|
|
1440
1658
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1441
1659
|
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) },
|
|
1442
1660
|
...obj.readOnlyFormsOutput && {
|
|
@@ -1452,7 +1670,6 @@ var CreateAssetRevisionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
1452
1670
|
var CreateAssetRevisionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1453
1671
|
...obj,
|
|
1454
1672
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1455
|
-
...obj.externalIdentifier && { externalIdentifier: import_smithy_client.SENSITIVE_STRING },
|
|
1456
1673
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1457
1674
|
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) },
|
|
1458
1675
|
...obj.readOnlyFormsOutput && {
|
|
@@ -1462,7 +1679,6 @@ var CreateAssetRevisionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
|
|
|
1462
1679
|
var GetAssetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1463
1680
|
...obj,
|
|
1464
1681
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1465
|
-
...obj.externalIdentifier && { externalIdentifier: import_smithy_client.SENSITIVE_STRING },
|
|
1466
1682
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1467
1683
|
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) },
|
|
1468
1684
|
...obj.readOnlyFormsOutput && {
|
|
@@ -1484,7 +1700,6 @@ var AssetItemAdditionalAttributesFilterSensitiveLog = /* @__PURE__ */ __name((ob
|
|
|
1484
1700
|
var AssetItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1485
1701
|
...obj,
|
|
1486
1702
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1487
|
-
...obj.externalIdentifier && { externalIdentifier: import_smithy_client.SENSITIVE_STRING },
|
|
1488
1703
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1489
1704
|
...obj.additionalAttributes && {
|
|
1490
1705
|
additionalAttributes: AssetItemAdditionalAttributesFilterSensitiveLog(obj.additionalAttributes)
|
|
@@ -1542,6 +1757,30 @@ var AssetTypeItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1542
1757
|
)
|
|
1543
1758
|
}
|
|
1544
1759
|
}), "AssetTypeItemFilterSensitiveLog");
|
|
1760
|
+
var GlueOAuth2CredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1761
|
+
...obj
|
|
1762
|
+
}), "GlueOAuth2CredentialsFilterSensitiveLog");
|
|
1763
|
+
var OAuth2PropertiesFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1764
|
+
...obj,
|
|
1765
|
+
...obj.oAuth2Credentials && { oAuth2Credentials: import_smithy_client.SENSITIVE_STRING }
|
|
1766
|
+
}), "OAuth2PropertiesFilterSensitiveLog");
|
|
1767
|
+
var AuthenticationConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1768
|
+
...obj,
|
|
1769
|
+
...obj.oAuth2Properties && { oAuth2Properties: OAuth2PropertiesFilterSensitiveLog(obj.oAuth2Properties) }
|
|
1770
|
+
}), "AuthenticationConfigurationFilterSensitiveLog");
|
|
1771
|
+
var BasicAuthenticationCredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1772
|
+
...obj
|
|
1773
|
+
}), "BasicAuthenticationCredentialsFilterSensitiveLog");
|
|
1774
|
+
var AuthenticationConfigurationInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1775
|
+
...obj,
|
|
1776
|
+
...obj.oAuth2Properties && { oAuth2Properties: OAuth2PropertiesFilterSensitiveLog(obj.oAuth2Properties) },
|
|
1777
|
+
...obj.basicAuthenticationCredentials && { basicAuthenticationCredentials: import_smithy_client.SENSITIVE_STRING },
|
|
1778
|
+
...obj.customAuthenticationCredentials && { customAuthenticationCredentials: import_smithy_client.SENSITIVE_STRING }
|
|
1779
|
+
}), "AuthenticationConfigurationInputFilterSensitiveLog");
|
|
1780
|
+
var AuthenticationConfigurationPatchFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1781
|
+
...obj,
|
|
1782
|
+
...obj.basicAuthenticationCredentials && { basicAuthenticationCredentials: import_smithy_client.SENSITIVE_STRING }
|
|
1783
|
+
}), "AuthenticationConfigurationPatchFilterSensitiveLog");
|
|
1545
1784
|
var CancelSubscriptionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1546
1785
|
...obj,
|
|
1547
1786
|
...obj.subscribedPrincipal && {
|
|
@@ -1549,6 +1788,144 @@ var CancelSubscriptionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
1549
1788
|
},
|
|
1550
1789
|
...obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }
|
|
1551
1790
|
}), "CancelSubscriptionOutputFilterSensitiveLog");
|
|
1791
|
+
var ConnectionCredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1792
|
+
...obj
|
|
1793
|
+
}), "ConnectionCredentialsFilterSensitiveLog");
|
|
1794
|
+
var GlueConnectionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1795
|
+
...obj,
|
|
1796
|
+
...obj.authenticationConfiguration && {
|
|
1797
|
+
authenticationConfiguration: AuthenticationConfigurationInputFilterSensitiveLog(obj.authenticationConfiguration)
|
|
1798
|
+
}
|
|
1799
|
+
}), "GlueConnectionInputFilterSensitiveLog");
|
|
1800
|
+
var GluePropertiesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1801
|
+
...obj,
|
|
1802
|
+
...obj.glueConnectionInput && {
|
|
1803
|
+
glueConnectionInput: GlueConnectionInputFilterSensitiveLog(obj.glueConnectionInput)
|
|
1804
|
+
}
|
|
1805
|
+
}), "GluePropertiesInputFilterSensitiveLog");
|
|
1806
|
+
var UsernamePasswordFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1807
|
+
...obj,
|
|
1808
|
+
...obj.password && { password: import_smithy_client.SENSITIVE_STRING }
|
|
1809
|
+
}), "UsernamePasswordFilterSensitiveLog");
|
|
1810
|
+
var RedshiftCredentialsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1811
|
+
if (obj.secretArn !== void 0)
|
|
1812
|
+
return { secretArn: obj.secretArn };
|
|
1813
|
+
if (obj.usernamePassword !== void 0)
|
|
1814
|
+
return { usernamePassword: import_smithy_client.SENSITIVE_STRING };
|
|
1815
|
+
if (obj.$unknown !== void 0)
|
|
1816
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1817
|
+
}, "RedshiftCredentialsFilterSensitiveLog");
|
|
1818
|
+
var RedshiftPropertiesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1819
|
+
...obj,
|
|
1820
|
+
...obj.storage && { storage: obj.storage },
|
|
1821
|
+
...obj.credentials && { credentials: import_smithy_client.SENSITIVE_STRING }
|
|
1822
|
+
}), "RedshiftPropertiesInputFilterSensitiveLog");
|
|
1823
|
+
var ConnectionPropertiesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1824
|
+
if (obj.athenaProperties !== void 0)
|
|
1825
|
+
return { athenaProperties: obj.athenaProperties };
|
|
1826
|
+
if (obj.glueProperties !== void 0)
|
|
1827
|
+
return { glueProperties: GluePropertiesInputFilterSensitiveLog(obj.glueProperties) };
|
|
1828
|
+
if (obj.hyperPodProperties !== void 0)
|
|
1829
|
+
return { hyperPodProperties: obj.hyperPodProperties };
|
|
1830
|
+
if (obj.iamProperties !== void 0)
|
|
1831
|
+
return { iamProperties: obj.iamProperties };
|
|
1832
|
+
if (obj.redshiftProperties !== void 0)
|
|
1833
|
+
return { redshiftProperties: RedshiftPropertiesInputFilterSensitiveLog(obj.redshiftProperties) };
|
|
1834
|
+
if (obj.sparkEmrProperties !== void 0)
|
|
1835
|
+
return { sparkEmrProperties: obj.sparkEmrProperties };
|
|
1836
|
+
if (obj.sparkGlueProperties !== void 0)
|
|
1837
|
+
return { sparkGlueProperties: obj.sparkGlueProperties };
|
|
1838
|
+
if (obj.$unknown !== void 0)
|
|
1839
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1840
|
+
}, "ConnectionPropertiesInputFilterSensitiveLog");
|
|
1841
|
+
var RedshiftPropertiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1842
|
+
...obj,
|
|
1843
|
+
...obj.storage && { storage: obj.storage },
|
|
1844
|
+
...obj.credentials && { credentials: import_smithy_client.SENSITIVE_STRING }
|
|
1845
|
+
}), "RedshiftPropertiesOutputFilterSensitiveLog");
|
|
1846
|
+
var SparkEmrPropertiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1847
|
+
...obj,
|
|
1848
|
+
...obj.credentials && { credentials: import_smithy_client.SENSITIVE_STRING }
|
|
1849
|
+
}), "SparkEmrPropertiesOutputFilterSensitiveLog");
|
|
1850
|
+
var ConnectionPropertiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1851
|
+
if (obj.athenaProperties !== void 0)
|
|
1852
|
+
return { athenaProperties: obj.athenaProperties };
|
|
1853
|
+
if (obj.glueProperties !== void 0)
|
|
1854
|
+
return { glueProperties: obj.glueProperties };
|
|
1855
|
+
if (obj.hyperPodProperties !== void 0)
|
|
1856
|
+
return { hyperPodProperties: obj.hyperPodProperties };
|
|
1857
|
+
if (obj.iamProperties !== void 0)
|
|
1858
|
+
return { iamProperties: obj.iamProperties };
|
|
1859
|
+
if (obj.redshiftProperties !== void 0)
|
|
1860
|
+
return { redshiftProperties: RedshiftPropertiesOutputFilterSensitiveLog(obj.redshiftProperties) };
|
|
1861
|
+
if (obj.sparkEmrProperties !== void 0)
|
|
1862
|
+
return { sparkEmrProperties: SparkEmrPropertiesOutputFilterSensitiveLog(obj.sparkEmrProperties) };
|
|
1863
|
+
if (obj.sparkGlueProperties !== void 0)
|
|
1864
|
+
return { sparkGlueProperties: obj.sparkGlueProperties };
|
|
1865
|
+
if (obj.$unknown !== void 0)
|
|
1866
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1867
|
+
}, "ConnectionPropertiesOutputFilterSensitiveLog");
|
|
1868
|
+
var GlueConnectionPatchFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1869
|
+
...obj,
|
|
1870
|
+
...obj.authenticationConfiguration && {
|
|
1871
|
+
authenticationConfiguration: AuthenticationConfigurationPatchFilterSensitiveLog(obj.authenticationConfiguration)
|
|
1872
|
+
}
|
|
1873
|
+
}), "GlueConnectionPatchFilterSensitiveLog");
|
|
1874
|
+
var GluePropertiesPatchFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1875
|
+
...obj,
|
|
1876
|
+
...obj.glueConnectionInput && {
|
|
1877
|
+
glueConnectionInput: GlueConnectionPatchFilterSensitiveLog(obj.glueConnectionInput)
|
|
1878
|
+
}
|
|
1879
|
+
}), "GluePropertiesPatchFilterSensitiveLog");
|
|
1880
|
+
var RedshiftPropertiesPatchFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1881
|
+
...obj,
|
|
1882
|
+
...obj.storage && { storage: obj.storage },
|
|
1883
|
+
...obj.credentials && { credentials: import_smithy_client.SENSITIVE_STRING }
|
|
1884
|
+
}), "RedshiftPropertiesPatchFilterSensitiveLog");
|
|
1885
|
+
var ConnectionPropertiesPatchFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1886
|
+
if (obj.athenaProperties !== void 0)
|
|
1887
|
+
return { athenaProperties: obj.athenaProperties };
|
|
1888
|
+
if (obj.glueProperties !== void 0)
|
|
1889
|
+
return { glueProperties: GluePropertiesPatchFilterSensitiveLog(obj.glueProperties) };
|
|
1890
|
+
if (obj.iamProperties !== void 0)
|
|
1891
|
+
return { iamProperties: obj.iamProperties };
|
|
1892
|
+
if (obj.redshiftProperties !== void 0)
|
|
1893
|
+
return { redshiftProperties: RedshiftPropertiesPatchFilterSensitiveLog(obj.redshiftProperties) };
|
|
1894
|
+
if (obj.sparkEmrProperties !== void 0)
|
|
1895
|
+
return { sparkEmrProperties: obj.sparkEmrProperties };
|
|
1896
|
+
if (obj.$unknown !== void 0)
|
|
1897
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1898
|
+
}, "ConnectionPropertiesPatchFilterSensitiveLog");
|
|
1899
|
+
var GlueConnectionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1900
|
+
...obj,
|
|
1901
|
+
...obj.authenticationConfiguration && {
|
|
1902
|
+
authenticationConfiguration: AuthenticationConfigurationFilterSensitiveLog(obj.authenticationConfiguration)
|
|
1903
|
+
}
|
|
1904
|
+
}), "GlueConnectionFilterSensitiveLog");
|
|
1905
|
+
var PhysicalEndpointFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1906
|
+
...obj,
|
|
1907
|
+
...obj.glueConnection && { glueConnection: GlueConnectionFilterSensitiveLog(obj.glueConnection) }
|
|
1908
|
+
}), "PhysicalEndpointFilterSensitiveLog");
|
|
1909
|
+
var ConnectionSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1910
|
+
...obj,
|
|
1911
|
+
...obj.physicalEndpoints && {
|
|
1912
|
+
physicalEndpoints: obj.physicalEndpoints.map((item) => PhysicalEndpointFilterSensitiveLog(item))
|
|
1913
|
+
},
|
|
1914
|
+
...obj.props && { props: ConnectionPropertiesOutputFilterSensitiveLog(obj.props) }
|
|
1915
|
+
}), "ConnectionSummaryFilterSensitiveLog");
|
|
1916
|
+
var CreateConnectionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1917
|
+
...obj,
|
|
1918
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1919
|
+
...obj.props && { props: ConnectionPropertiesInputFilterSensitiveLog(obj.props) }
|
|
1920
|
+
}), "CreateConnectionInputFilterSensitiveLog");
|
|
1921
|
+
var CreateConnectionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1922
|
+
...obj,
|
|
1923
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1924
|
+
...obj.physicalEndpoints && {
|
|
1925
|
+
physicalEndpoints: obj.physicalEndpoints.map((item) => PhysicalEndpointFilterSensitiveLog(item))
|
|
1926
|
+
},
|
|
1927
|
+
...obj.props && { props: ConnectionPropertiesOutputFilterSensitiveLog(obj.props) }
|
|
1928
|
+
}), "CreateConnectionOutputFilterSensitiveLog");
|
|
1552
1929
|
var CreateDataProductInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1553
1930
|
...obj,
|
|
1554
1931
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -1674,171 +2051,68 @@ var CreateGroupProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
1674
2051
|
...obj,
|
|
1675
2052
|
...obj.groupName && { groupName: import_smithy_client.SENSITIVE_STRING }
|
|
1676
2053
|
}), "CreateGroupProfileOutputFilterSensitiveLog");
|
|
2054
|
+
var EnvironmentConfigurationUserParameterFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2055
|
+
...obj,
|
|
2056
|
+
...obj.environmentConfigurationName && { environmentConfigurationName: import_smithy_client.SENSITIVE_STRING }
|
|
2057
|
+
}), "EnvironmentConfigurationUserParameterFilterSensitiveLog");
|
|
1677
2058
|
var CreateProjectInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1678
2059
|
...obj,
|
|
1679
2060
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1680
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
2061
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2062
|
+
...obj.userParameters && {
|
|
2063
|
+
userParameters: obj.userParameters.map((item) => EnvironmentConfigurationUserParameterFilterSensitiveLog(item))
|
|
2064
|
+
}
|
|
1681
2065
|
}), "CreateProjectInputFilterSensitiveLog");
|
|
1682
2066
|
var CreateProjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1683
2067
|
...obj,
|
|
1684
2068
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1685
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
2069
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2070
|
+
...obj.userParameters && {
|
|
2071
|
+
userParameters: obj.userParameters.map((item) => EnvironmentConfigurationUserParameterFilterSensitiveLog(item))
|
|
2072
|
+
}
|
|
1686
2073
|
}), "CreateProjectOutputFilterSensitiveLog");
|
|
1687
|
-
var
|
|
1688
|
-
...obj,
|
|
1689
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1690
|
-
...obj.target && { target: obj.target },
|
|
1691
|
-
...obj.detail && { detail: obj.detail },
|
|
1692
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1693
|
-
}), "CreateRuleInputFilterSensitiveLog");
|
|
1694
|
-
var CreateRuleOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2074
|
+
var EnvironmentConfigurationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1695
2075
|
...obj,
|
|
1696
2076
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1697
|
-
...obj.
|
|
1698
|
-
...obj.
|
|
1699
|
-
...obj.
|
|
1700
|
-
}
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
...obj.subscribedPrincipals && { subscribedPrincipals: obj.subscribedPrincipals.map((item) => item) },
|
|
1704
|
-
...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING },
|
|
1705
|
-
...obj.metadataForms && { metadataForms: import_smithy_client.SENSITIVE_STRING }
|
|
1706
|
-
}), "CreateSubscriptionRequestInputFilterSensitiveLog");
|
|
1707
|
-
var CreateSubscriptionRequestOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1708
|
-
...obj,
|
|
1709
|
-
...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING },
|
|
1710
|
-
...obj.subscribedPrincipals && {
|
|
1711
|
-
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item))
|
|
1712
|
-
},
|
|
1713
|
-
...obj.subscribedListings && {
|
|
1714
|
-
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
|
|
1715
|
-
},
|
|
1716
|
-
...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING },
|
|
1717
|
-
...obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }
|
|
1718
|
-
}), "CreateSubscriptionRequestOutputFilterSensitiveLog");
|
|
1719
|
-
var CreateSubscriptionTargetInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1720
|
-
...obj,
|
|
1721
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1722
|
-
}), "CreateSubscriptionTargetInputFilterSensitiveLog");
|
|
1723
|
-
var CreateSubscriptionTargetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1724
|
-
...obj,
|
|
1725
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1726
|
-
}), "CreateSubscriptionTargetOutputFilterSensitiveLog");
|
|
1727
|
-
var SsoUserProfileDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1728
|
-
...obj,
|
|
1729
|
-
...obj.username && { username: import_smithy_client.SENSITIVE_STRING },
|
|
1730
|
-
...obj.firstName && { firstName: import_smithy_client.SENSITIVE_STRING },
|
|
1731
|
-
...obj.lastName && { lastName: import_smithy_client.SENSITIVE_STRING }
|
|
1732
|
-
}), "SsoUserProfileDetailsFilterSensitiveLog");
|
|
1733
|
-
var UserProfileDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
1734
|
-
if (obj.iam !== void 0)
|
|
1735
|
-
return { iam: obj.iam };
|
|
1736
|
-
if (obj.sso !== void 0)
|
|
1737
|
-
return { sso: SsoUserProfileDetailsFilterSensitiveLog(obj.sso) };
|
|
1738
|
-
if (obj.$unknown !== void 0)
|
|
1739
|
-
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
1740
|
-
}, "UserProfileDetailsFilterSensitiveLog");
|
|
1741
|
-
var CreateUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1742
|
-
...obj,
|
|
1743
|
-
...obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }
|
|
1744
|
-
}), "CreateUserProfileOutputFilterSensitiveLog");
|
|
1745
|
-
var GetDataProductOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2077
|
+
...obj.id && { id: import_smithy_client.SENSITIVE_STRING },
|
|
2078
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2079
|
+
...obj.awsAccount && { awsAccount: obj.awsAccount },
|
|
2080
|
+
...obj.awsRegion && { awsRegion: obj.awsRegion }
|
|
2081
|
+
}), "EnvironmentConfigurationFilterSensitiveLog");
|
|
2082
|
+
var CreateProjectProfileInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1746
2083
|
...obj,
|
|
1747
2084
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1748
2085
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1749
|
-
...obj.
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
...obj.glossaryTerms && {
|
|
1754
|
-
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1755
|
-
}
|
|
1756
|
-
}), "ListingSummaryFilterSensitiveLog");
|
|
1757
|
-
var DataProductListingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1758
|
-
...obj,
|
|
1759
|
-
...obj.glossaryTerms && {
|
|
1760
|
-
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
1761
|
-
}
|
|
1762
|
-
}), "DataProductListingFilterSensitiveLog");
|
|
1763
|
-
var ListingSummaryItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1764
|
-
...obj,
|
|
1765
|
-
...obj.glossaryTerms && {
|
|
1766
|
-
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
2086
|
+
...obj.environmentConfigurations && {
|
|
2087
|
+
environmentConfigurations: obj.environmentConfigurations.map(
|
|
2088
|
+
(item) => EnvironmentConfigurationFilterSensitiveLog(item)
|
|
2089
|
+
)
|
|
1767
2090
|
}
|
|
1768
|
-
}), "
|
|
1769
|
-
var
|
|
2091
|
+
}), "CreateProjectProfileInputFilterSensitiveLog");
|
|
2092
|
+
var CreateProjectProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1770
2093
|
...obj,
|
|
1771
2094
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1772
2095
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1773
|
-
...obj.
|
|
1774
|
-
|
|
2096
|
+
...obj.environmentConfigurations && {
|
|
2097
|
+
environmentConfigurations: obj.environmentConfigurations.map(
|
|
2098
|
+
(item) => EnvironmentConfigurationFilterSensitiveLog(item)
|
|
2099
|
+
)
|
|
1775
2100
|
}
|
|
1776
|
-
}), "
|
|
1777
|
-
var
|
|
2101
|
+
}), "CreateProjectProfileOutputFilterSensitiveLog");
|
|
2102
|
+
var CreateRuleInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1778
2103
|
...obj,
|
|
1779
2104
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2105
|
+
...obj.target && { target: obj.target },
|
|
2106
|
+
...obj.detail && { detail: obj.detail },
|
|
1780
2107
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1781
|
-
}), "
|
|
1782
|
-
var
|
|
1783
|
-
...obj,
|
|
1784
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1785
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1786
|
-
...obj.configuration && { configuration: obj.configuration },
|
|
1787
|
-
...obj.assetFormsOutput && {
|
|
1788
|
-
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item))
|
|
1789
|
-
},
|
|
1790
|
-
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
1791
|
-
...obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }
|
|
1792
|
-
}), "DeleteDataSourceOutputFilterSensitiveLog");
|
|
1793
|
-
var GetDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2108
|
+
}), "CreateRuleInputFilterSensitiveLog");
|
|
2109
|
+
var CreateRuleOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1794
2110
|
...obj,
|
|
1795
2111
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1796
|
-
...obj.
|
|
1797
|
-
...obj.
|
|
1798
|
-
...obj.
|
|
1799
|
-
|
|
1800
|
-
},
|
|
1801
|
-
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
1802
|
-
...obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }
|
|
1803
|
-
}), "GetDataSourceOutputFilterSensitiveLog");
|
|
1804
|
-
var ListDataSourcesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1805
|
-
...obj,
|
|
1806
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1807
|
-
}), "ListDataSourcesInputFilterSensitiveLog");
|
|
1808
|
-
var DataSourceSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1809
|
-
...obj,
|
|
1810
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1811
|
-
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING }
|
|
1812
|
-
}), "DataSourceSummaryFilterSensitiveLog");
|
|
1813
|
-
var ListDataSourcesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1814
|
-
...obj,
|
|
1815
|
-
...obj.items && { items: obj.items.map((item) => DataSourceSummaryFilterSensitiveLog(item)) }
|
|
1816
|
-
}), "ListDataSourcesOutputFilterSensitiveLog");
|
|
1817
|
-
var UpdateDataSourceInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1818
|
-
...obj,
|
|
1819
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1820
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1821
|
-
...obj.assetFormsInput && { assetFormsInput: import_smithy_client.SENSITIVE_STRING },
|
|
1822
|
-
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
1823
|
-
...obj.configuration && { configuration: obj.configuration }
|
|
1824
|
-
}), "UpdateDataSourceInputFilterSensitiveLog");
|
|
1825
|
-
var UpdateDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1826
|
-
...obj,
|
|
1827
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1828
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
1829
|
-
...obj.configuration && { configuration: obj.configuration },
|
|
1830
|
-
...obj.assetFormsOutput && {
|
|
1831
|
-
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item))
|
|
1832
|
-
},
|
|
1833
|
-
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
1834
|
-
...obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }
|
|
1835
|
-
}), "UpdateDataSourceOutputFilterSensitiveLog");
|
|
1836
|
-
var DataSourceRunActivityFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1837
|
-
...obj,
|
|
1838
|
-
...obj.database && { database: import_smithy_client.SENSITIVE_STRING },
|
|
1839
|
-
...obj.technicalName && { technicalName: import_smithy_client.SENSITIVE_STRING },
|
|
1840
|
-
...obj.technicalDescription && { technicalDescription: import_smithy_client.SENSITIVE_STRING }
|
|
1841
|
-
}), "DataSourceRunActivityFilterSensitiveLog");
|
|
2112
|
+
...obj.target && { target: obj.target },
|
|
2113
|
+
...obj.detail && { detail: obj.detail },
|
|
2114
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
2115
|
+
}), "CreateRuleOutputFilterSensitiveLog");
|
|
1842
2116
|
|
|
1843
2117
|
// src/protocols/Aws_restJson1.ts
|
|
1844
2118
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1846,16 +2120,133 @@ var import_core2 = require("@aws-sdk/core");
|
|
|
1846
2120
|
|
|
1847
2121
|
var import_uuid = require("uuid");
|
|
1848
2122
|
|
|
2123
|
+
// src/models/models_2.ts
|
|
2124
|
+
|
|
2125
|
+
|
|
1849
2126
|
// src/models/models_1.ts
|
|
1850
2127
|
|
|
2128
|
+
var SubscribedPrincipalInput;
|
|
2129
|
+
((SubscribedPrincipalInput2) => {
|
|
2130
|
+
SubscribedPrincipalInput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2131
|
+
if (value.project !== void 0)
|
|
2132
|
+
return visitor.project(value.project);
|
|
2133
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2134
|
+
}, "visit");
|
|
2135
|
+
})(SubscribedPrincipalInput || (SubscribedPrincipalInput = {}));
|
|
2136
|
+
var UserType = {
|
|
2137
|
+
IAM_ROLE: "IAM_ROLE",
|
|
2138
|
+
IAM_USER: "IAM_USER",
|
|
2139
|
+
SSO_USER: "SSO_USER"
|
|
2140
|
+
};
|
|
2141
|
+
var UserProfileDetails;
|
|
2142
|
+
((UserProfileDetails3) => {
|
|
2143
|
+
UserProfileDetails3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2144
|
+
if (value.iam !== void 0)
|
|
2145
|
+
return visitor.iam(value.iam);
|
|
2146
|
+
if (value.sso !== void 0)
|
|
2147
|
+
return visitor.sso(value.sso);
|
|
2148
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2149
|
+
}, "visit");
|
|
2150
|
+
})(UserProfileDetails || (UserProfileDetails = {}));
|
|
2151
|
+
var UserProfileStatus = {
|
|
2152
|
+
ACTIVATED: "ACTIVATED",
|
|
2153
|
+
ASSIGNED: "ASSIGNED",
|
|
2154
|
+
DEACTIVATED: "DEACTIVATED",
|
|
2155
|
+
NOT_ASSIGNED: "NOT_ASSIGNED"
|
|
2156
|
+
};
|
|
2157
|
+
var UserProfileType = {
|
|
2158
|
+
IAM: "IAM",
|
|
2159
|
+
SSO: "SSO"
|
|
2160
|
+
};
|
|
2161
|
+
var DataAssetActivityStatus = {
|
|
2162
|
+
FAILED: "FAILED",
|
|
2163
|
+
PUBLISHING_FAILED: "PUBLISHING_FAILED",
|
|
2164
|
+
SKIPPED_ALREADY_IMPORTED: "SKIPPED_ALREADY_IMPORTED",
|
|
2165
|
+
SKIPPED_ARCHIVED: "SKIPPED_ARCHIVED",
|
|
2166
|
+
SKIPPED_NO_ACCESS: "SKIPPED_NO_ACCESS",
|
|
2167
|
+
SUCCEEDED_CREATED: "SUCCEEDED_CREATED",
|
|
2168
|
+
SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED",
|
|
2169
|
+
UNCHANGED: "UNCHANGED"
|
|
2170
|
+
};
|
|
2171
|
+
var SelfGrantStatus = {
|
|
2172
|
+
GRANTED: "GRANTED",
|
|
2173
|
+
GRANT_FAILED: "GRANT_FAILED",
|
|
2174
|
+
GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS",
|
|
2175
|
+
GRANT_PENDING: "GRANT_PENDING",
|
|
2176
|
+
REVOKE_FAILED: "REVOKE_FAILED",
|
|
2177
|
+
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
2178
|
+
REVOKE_PENDING: "REVOKE_PENDING"
|
|
2179
|
+
};
|
|
2180
|
+
var SelfGrantStatusOutput;
|
|
2181
|
+
((SelfGrantStatusOutput2) => {
|
|
2182
|
+
SelfGrantStatusOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2183
|
+
if (value.glueSelfGrantStatus !== void 0)
|
|
2184
|
+
return visitor.glueSelfGrantStatus(value.glueSelfGrantStatus);
|
|
2185
|
+
if (value.redshiftSelfGrantStatus !== void 0)
|
|
2186
|
+
return visitor.redshiftSelfGrantStatus(value.redshiftSelfGrantStatus);
|
|
2187
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2188
|
+
}, "visit");
|
|
2189
|
+
})(SelfGrantStatusOutput || (SelfGrantStatusOutput = {}));
|
|
2190
|
+
var LineageImportStatus = {
|
|
2191
|
+
FAILED: "FAILED",
|
|
2192
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
2193
|
+
PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED",
|
|
2194
|
+
SUCCESS: "SUCCESS"
|
|
2195
|
+
};
|
|
2196
|
+
var DataSourceRunType = {
|
|
2197
|
+
PRIORITIZED: "PRIORITIZED",
|
|
2198
|
+
SCHEDULED: "SCHEDULED"
|
|
2199
|
+
};
|
|
2200
|
+
var LineageEventProcessingStatus = {
|
|
2201
|
+
FAILED: "FAILED",
|
|
2202
|
+
PROCESSING: "PROCESSING",
|
|
2203
|
+
REQUESTED: "REQUESTED",
|
|
2204
|
+
SUCCESS: "SUCCESS"
|
|
2205
|
+
};
|
|
2206
|
+
var TimeSeriesEntityType = {
|
|
2207
|
+
ASSET: "ASSET",
|
|
2208
|
+
LISTING: "LISTING"
|
|
2209
|
+
};
|
|
1851
2210
|
var ProvisioningConfiguration;
|
|
1852
|
-
((
|
|
1853
|
-
|
|
2211
|
+
((ProvisioningConfiguration2) => {
|
|
2212
|
+
ProvisioningConfiguration2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1854
2213
|
if (value.lakeFormationConfiguration !== void 0)
|
|
1855
2214
|
return visitor.lakeFormationConfiguration(value.lakeFormationConfiguration);
|
|
1856
2215
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1857
2216
|
}, "visit");
|
|
1858
2217
|
})(ProvisioningConfiguration || (ProvisioningConfiguration = {}));
|
|
2218
|
+
var JobRunDetails;
|
|
2219
|
+
((JobRunDetails2) => {
|
|
2220
|
+
JobRunDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2221
|
+
if (value.lineageRunDetails !== void 0)
|
|
2222
|
+
return visitor.lineageRunDetails(value.lineageRunDetails);
|
|
2223
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2224
|
+
}, "visit");
|
|
2225
|
+
})(JobRunDetails || (JobRunDetails = {}));
|
|
2226
|
+
var JobType = {
|
|
2227
|
+
LINEAGE: "LINEAGE"
|
|
2228
|
+
};
|
|
2229
|
+
var JobRunMode = {
|
|
2230
|
+
ON_DEMAND: "ON_DEMAND",
|
|
2231
|
+
SCHEDULED: "SCHEDULED"
|
|
2232
|
+
};
|
|
2233
|
+
var JobRunStatus = {
|
|
2234
|
+
ABORTED: "ABORTED",
|
|
2235
|
+
CANCELED: "CANCELED",
|
|
2236
|
+
FAILED: "FAILED",
|
|
2237
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
2238
|
+
PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED",
|
|
2239
|
+
SCHEDULED: "SCHEDULED",
|
|
2240
|
+
SUCCESS: "SUCCESS",
|
|
2241
|
+
TIMED_OUT: "TIMED_OUT"
|
|
2242
|
+
};
|
|
2243
|
+
var SortFieldConnection = {
|
|
2244
|
+
NAME: "NAME"
|
|
2245
|
+
};
|
|
2246
|
+
var SortOrder = {
|
|
2247
|
+
ASCENDING: "ASCENDING",
|
|
2248
|
+
DESCENDING: "DESCENDING"
|
|
2249
|
+
};
|
|
1859
2250
|
var OwnerPropertiesOutput;
|
|
1860
2251
|
((OwnerPropertiesOutput2) => {
|
|
1861
2252
|
OwnerPropertiesOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
@@ -1867,8 +2258,8 @@ var OwnerPropertiesOutput;
|
|
|
1867
2258
|
}, "visit");
|
|
1868
2259
|
})(OwnerPropertiesOutput || (OwnerPropertiesOutput = {}));
|
|
1869
2260
|
var ListingItem;
|
|
1870
|
-
((
|
|
1871
|
-
|
|
2261
|
+
((ListingItem2) => {
|
|
2262
|
+
ListingItem2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1872
2263
|
if (value.assetListing !== void 0)
|
|
1873
2264
|
return visitor.assetListing(value.assetListing);
|
|
1874
2265
|
if (value.dataProductListing !== void 0)
|
|
@@ -1876,14 +2267,26 @@ var ListingItem;
|
|
|
1876
2267
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1877
2268
|
}, "visit");
|
|
1878
2269
|
})(ListingItem || (ListingItem = {}));
|
|
2270
|
+
var OpenLineageRunState = {
|
|
2271
|
+
ABORT: "ABORT",
|
|
2272
|
+
COMPLETE: "COMPLETE",
|
|
2273
|
+
FAIL: "FAIL",
|
|
2274
|
+
OTHER: "OTHER",
|
|
2275
|
+
RUNNING: "RUNNING",
|
|
2276
|
+
START: "START"
|
|
2277
|
+
};
|
|
2278
|
+
var EventSummary;
|
|
2279
|
+
((EventSummary2) => {
|
|
2280
|
+
EventSummary2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2281
|
+
if (value.openLineageRunEventSummary !== void 0)
|
|
2282
|
+
return visitor.openLineageRunEventSummary(value.openLineageRunEventSummary);
|
|
2283
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2284
|
+
}, "visit");
|
|
2285
|
+
})(EventSummary || (EventSummary = {}));
|
|
1879
2286
|
var EdgeDirection = {
|
|
1880
2287
|
DOWNSTREAM: "DOWNSTREAM",
|
|
1881
2288
|
UPSTREAM: "UPSTREAM"
|
|
1882
2289
|
};
|
|
1883
|
-
var SortOrder = {
|
|
1884
|
-
ASCENDING: "ASCENDING",
|
|
1885
|
-
DESCENDING: "DESCENDING"
|
|
1886
|
-
};
|
|
1887
2290
|
var TaskStatus = {
|
|
1888
2291
|
ACTIVE: "ACTIVE",
|
|
1889
2292
|
INACTIVE: "INACTIVE"
|
|
@@ -1940,97 +2343,148 @@ var SearchOutputAdditionalAttribute = {
|
|
|
1940
2343
|
FORMS: "FORMS",
|
|
1941
2344
|
TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS"
|
|
1942
2345
|
};
|
|
1943
|
-
var
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
};
|
|
1949
|
-
var
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
};
|
|
1982
|
-
|
|
1983
|
-
((
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
}
|
|
2023
|
-
})
|
|
2024
|
-
var
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
},
|
|
2033
|
-
|
|
2346
|
+
var CreateSubscriptionRequestInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2347
|
+
...obj,
|
|
2348
|
+
...obj.subscribedPrincipals && { subscribedPrincipals: obj.subscribedPrincipals.map((item) => item) },
|
|
2349
|
+
...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING },
|
|
2350
|
+
...obj.metadataForms && { metadataForms: import_smithy_client.SENSITIVE_STRING }
|
|
2351
|
+
}), "CreateSubscriptionRequestInputFilterSensitiveLog");
|
|
2352
|
+
var CreateSubscriptionRequestOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2353
|
+
...obj,
|
|
2354
|
+
...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING },
|
|
2355
|
+
...obj.subscribedPrincipals && {
|
|
2356
|
+
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item))
|
|
2357
|
+
},
|
|
2358
|
+
...obj.subscribedListings && {
|
|
2359
|
+
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
|
|
2360
|
+
},
|
|
2361
|
+
...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING },
|
|
2362
|
+
...obj.metadataForms && { metadataForms: obj.metadataForms.map((item) => FormOutputFilterSensitiveLog(item)) }
|
|
2363
|
+
}), "CreateSubscriptionRequestOutputFilterSensitiveLog");
|
|
2364
|
+
var CreateSubscriptionTargetInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2365
|
+
...obj,
|
|
2366
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
2367
|
+
}), "CreateSubscriptionTargetInputFilterSensitiveLog");
|
|
2368
|
+
var CreateSubscriptionTargetOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2369
|
+
...obj,
|
|
2370
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
2371
|
+
}), "CreateSubscriptionTargetOutputFilterSensitiveLog");
|
|
2372
|
+
var SsoUserProfileDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2373
|
+
...obj,
|
|
2374
|
+
...obj.username && { username: import_smithy_client.SENSITIVE_STRING },
|
|
2375
|
+
...obj.firstName && { firstName: import_smithy_client.SENSITIVE_STRING },
|
|
2376
|
+
...obj.lastName && { lastName: import_smithy_client.SENSITIVE_STRING }
|
|
2377
|
+
}), "SsoUserProfileDetailsFilterSensitiveLog");
|
|
2378
|
+
var UserProfileDetailsFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
2379
|
+
if (obj.iam !== void 0)
|
|
2380
|
+
return { iam: obj.iam };
|
|
2381
|
+
if (obj.sso !== void 0)
|
|
2382
|
+
return { sso: SsoUserProfileDetailsFilterSensitiveLog(obj.sso) };
|
|
2383
|
+
if (obj.$unknown !== void 0)
|
|
2384
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
2385
|
+
}, "UserProfileDetailsFilterSensitiveLog");
|
|
2386
|
+
var CreateUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2387
|
+
...obj,
|
|
2388
|
+
...obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }
|
|
2389
|
+
}), "CreateUserProfileOutputFilterSensitiveLog");
|
|
2390
|
+
var GetDataProductOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2391
|
+
...obj,
|
|
2392
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2393
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2394
|
+
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }
|
|
2395
|
+
}), "GetDataProductOutputFilterSensitiveLog");
|
|
2396
|
+
var ListingSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2397
|
+
...obj,
|
|
2398
|
+
...obj.glossaryTerms && {
|
|
2399
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
2400
|
+
}
|
|
2401
|
+
}), "ListingSummaryFilterSensitiveLog");
|
|
2402
|
+
var DataProductListingFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2403
|
+
...obj,
|
|
2404
|
+
...obj.glossaryTerms && {
|
|
2405
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
2406
|
+
}
|
|
2407
|
+
}), "DataProductListingFilterSensitiveLog");
|
|
2408
|
+
var ListingSummaryItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2409
|
+
...obj,
|
|
2410
|
+
...obj.glossaryTerms && {
|
|
2411
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
2412
|
+
}
|
|
2413
|
+
}), "ListingSummaryItemFilterSensitiveLog");
|
|
2414
|
+
var DataProductListingItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2415
|
+
...obj,
|
|
2416
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2417
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2418
|
+
...obj.glossaryTerms && {
|
|
2419
|
+
glossaryTerms: obj.glossaryTerms.map((item) => DetailedGlossaryTermFilterSensitiveLog(item))
|
|
2420
|
+
}
|
|
2421
|
+
}), "DataProductListingItemFilterSensitiveLog");
|
|
2422
|
+
var DataProductResultItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2423
|
+
...obj,
|
|
2424
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2425
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
2426
|
+
}), "DataProductResultItemFilterSensitiveLog");
|
|
2427
|
+
var DeleteDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2428
|
+
...obj,
|
|
2429
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2430
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2431
|
+
...obj.configuration && { configuration: obj.configuration },
|
|
2432
|
+
...obj.assetFormsOutput && {
|
|
2433
|
+
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item))
|
|
2434
|
+
},
|
|
2435
|
+
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
2436
|
+
...obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }
|
|
2437
|
+
}), "DeleteDataSourceOutputFilterSensitiveLog");
|
|
2438
|
+
var GetDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2439
|
+
...obj,
|
|
2440
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2441
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2442
|
+
...obj.configuration && { configuration: obj.configuration },
|
|
2443
|
+
...obj.assetFormsOutput && {
|
|
2444
|
+
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item))
|
|
2445
|
+
},
|
|
2446
|
+
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
2447
|
+
...obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }
|
|
2448
|
+
}), "GetDataSourceOutputFilterSensitiveLog");
|
|
2449
|
+
var ListDataSourcesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2450
|
+
...obj,
|
|
2451
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
2452
|
+
}), "ListDataSourcesInputFilterSensitiveLog");
|
|
2453
|
+
var DataSourceSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2454
|
+
...obj,
|
|
2455
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2456
|
+
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
2457
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
2458
|
+
}), "DataSourceSummaryFilterSensitiveLog");
|
|
2459
|
+
var ListDataSourcesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2460
|
+
...obj,
|
|
2461
|
+
...obj.items && { items: obj.items.map((item) => DataSourceSummaryFilterSensitiveLog(item)) }
|
|
2462
|
+
}), "ListDataSourcesOutputFilterSensitiveLog");
|
|
2463
|
+
var UpdateDataSourceInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2464
|
+
...obj,
|
|
2465
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2466
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2467
|
+
...obj.assetFormsInput && { assetFormsInput: import_smithy_client.SENSITIVE_STRING },
|
|
2468
|
+
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
2469
|
+
...obj.configuration && { configuration: obj.configuration }
|
|
2470
|
+
}), "UpdateDataSourceInputFilterSensitiveLog");
|
|
2471
|
+
var UpdateDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2472
|
+
...obj,
|
|
2473
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2474
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2475
|
+
...obj.configuration && { configuration: obj.configuration },
|
|
2476
|
+
...obj.assetFormsOutput && {
|
|
2477
|
+
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item))
|
|
2478
|
+
},
|
|
2479
|
+
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
2480
|
+
...obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }
|
|
2481
|
+
}), "UpdateDataSourceOutputFilterSensitiveLog");
|
|
2482
|
+
var DataSourceRunActivityFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2483
|
+
...obj,
|
|
2484
|
+
...obj.database && { database: import_smithy_client.SENSITIVE_STRING },
|
|
2485
|
+
...obj.technicalName && { technicalName: import_smithy_client.SENSITIVE_STRING },
|
|
2486
|
+
...obj.technicalDescription && { technicalDescription: import_smithy_client.SENSITIVE_STRING }
|
|
2487
|
+
}), "DataSourceRunActivityFilterSensitiveLog");
|
|
2034
2488
|
var DomainSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2035
2489
|
...obj,
|
|
2036
2490
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2068,6 +2522,15 @@ var GetFormTypeOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2068
2522
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2069
2523
|
...obj.imports && { imports: obj.imports.map((item) => ImportFilterSensitiveLog(item)) }
|
|
2070
2524
|
}), "GetFormTypeOutputFilterSensitiveLog");
|
|
2525
|
+
var GetConnectionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2526
|
+
...obj,
|
|
2527
|
+
...obj.connectionCredentials && { connectionCredentials: import_smithy_client.SENSITIVE_STRING },
|
|
2528
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2529
|
+
...obj.physicalEndpoints && {
|
|
2530
|
+
physicalEndpoints: obj.physicalEndpoints.map((item) => PhysicalEndpointFilterSensitiveLog(item))
|
|
2531
|
+
},
|
|
2532
|
+
...obj.props && { props: ConnectionPropertiesOutputFilterSensitiveLog(obj.props) }
|
|
2533
|
+
}), "GetConnectionOutputFilterSensitiveLog");
|
|
2071
2534
|
var GetEnvironmentOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2072
2535
|
...obj,
|
|
2073
2536
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2100,6 +2563,10 @@ var GetGroupProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2100
2563
|
...obj,
|
|
2101
2564
|
...obj.groupName && { groupName: import_smithy_client.SENSITIVE_STRING }
|
|
2102
2565
|
}), "GetGroupProfileOutputFilterSensitiveLog");
|
|
2566
|
+
var GetLineageEventOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2567
|
+
...obj,
|
|
2568
|
+
...obj.event && { event: import_smithy_client.SENSITIVE_STRING }
|
|
2569
|
+
}), "GetLineageEventOutputFilterSensitiveLog");
|
|
2103
2570
|
var GetLineageNodeOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2104
2571
|
...obj,
|
|
2105
2572
|
...obj.formsOutput && { formsOutput: obj.formsOutput.map((item) => FormOutputFilterSensitiveLog(item)) }
|
|
@@ -2107,8 +2574,21 @@ var GetLineageNodeOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2107
2574
|
var GetProjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2108
2575
|
...obj,
|
|
2109
2576
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2110
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
2577
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2578
|
+
...obj.userParameters && {
|
|
2579
|
+
userParameters: obj.userParameters.map((item) => EnvironmentConfigurationUserParameterFilterSensitiveLog(item))
|
|
2580
|
+
}
|
|
2111
2581
|
}), "GetProjectOutputFilterSensitiveLog");
|
|
2582
|
+
var GetProjectProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2583
|
+
...obj,
|
|
2584
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2585
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
2586
|
+
...obj.environmentConfigurations && {
|
|
2587
|
+
environmentConfigurations: obj.environmentConfigurations.map(
|
|
2588
|
+
(item) => EnvironmentConfigurationFilterSensitiveLog(item)
|
|
2589
|
+
)
|
|
2590
|
+
}
|
|
2591
|
+
}), "GetProjectProfileOutputFilterSensitiveLog");
|
|
2112
2592
|
var GetSubscriptionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2113
2593
|
...obj,
|
|
2114
2594
|
...obj.subscribedPrincipal && {
|
|
@@ -2173,6 +2653,10 @@ var ListAssetFiltersOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
2173
2653
|
...obj,
|
|
2174
2654
|
...obj.items && { items: obj.items.map((item) => AssetFilterSummaryFilterSensitiveLog(item)) }
|
|
2175
2655
|
}), "ListAssetFiltersOutputFilterSensitiveLog");
|
|
2656
|
+
var ListConnectionsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2657
|
+
...obj,
|
|
2658
|
+
...obj.items && { items: obj.items.map((item) => ConnectionSummaryFilterSensitiveLog(item)) }
|
|
2659
|
+
}), "ListConnectionsOutputFilterSensitiveLog");
|
|
2176
2660
|
var ListDataSourceRunActivitiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2177
2661
|
...obj,
|
|
2178
2662
|
...obj.items && { items: obj.items.map((item) => DataSourceRunActivityFilterSensitiveLog(item)) }
|
|
@@ -2233,6 +2717,19 @@ var ListNotificationsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
2233
2717
|
notifications: obj.notifications.map((item) => NotificationOutputFilterSensitiveLog(item))
|
|
2234
2718
|
}
|
|
2235
2719
|
}), "ListNotificationsOutputFilterSensitiveLog");
|
|
2720
|
+
var ListProjectProfilesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2721
|
+
...obj,
|
|
2722
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
2723
|
+
}), "ListProjectProfilesInputFilterSensitiveLog");
|
|
2724
|
+
var ProjectProfileSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2725
|
+
...obj,
|
|
2726
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2727
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
2728
|
+
}), "ProjectProfileSummaryFilterSensitiveLog");
|
|
2729
|
+
var ListProjectProfilesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2730
|
+
...obj,
|
|
2731
|
+
...obj.items && { items: obj.items.map((item) => ProjectProfileSummaryFilterSensitiveLog(item)) }
|
|
2732
|
+
}), "ListProjectProfilesOutputFilterSensitiveLog");
|
|
2236
2733
|
var ListProjectsInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2237
2734
|
...obj,
|
|
2238
2735
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2343,6 +2840,99 @@ var UpdateRuleOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2343
2840
|
...obj.detail && { detail: obj.detail },
|
|
2344
2841
|
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
2345
2842
|
}), "UpdateRuleOutputFilterSensitiveLog");
|
|
2843
|
+
|
|
2844
|
+
// src/models/models_2.ts
|
|
2845
|
+
var InventorySearchScope = {
|
|
2846
|
+
ASSET: "ASSET",
|
|
2847
|
+
DATA_PRODUCT: "DATA_PRODUCT",
|
|
2848
|
+
GLOSSARY: "GLOSSARY",
|
|
2849
|
+
GLOSSARY_TERM: "GLOSSARY_TERM"
|
|
2850
|
+
};
|
|
2851
|
+
var SearchInventoryResultItem;
|
|
2852
|
+
((SearchInventoryResultItem3) => {
|
|
2853
|
+
SearchInventoryResultItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2854
|
+
if (value.glossaryItem !== void 0)
|
|
2855
|
+
return visitor.glossaryItem(value.glossaryItem);
|
|
2856
|
+
if (value.glossaryTermItem !== void 0)
|
|
2857
|
+
return visitor.glossaryTermItem(value.glossaryTermItem);
|
|
2858
|
+
if (value.assetItem !== void 0)
|
|
2859
|
+
return visitor.assetItem(value.assetItem);
|
|
2860
|
+
if (value.dataProductItem !== void 0)
|
|
2861
|
+
return visitor.dataProductItem(value.dataProductItem);
|
|
2862
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2863
|
+
}, "visit");
|
|
2864
|
+
})(SearchInventoryResultItem || (SearchInventoryResultItem = {}));
|
|
2865
|
+
var GroupSearchType = {
|
|
2866
|
+
DATAZONE_SSO_GROUP: "DATAZONE_SSO_GROUP",
|
|
2867
|
+
SSO_GROUP: "SSO_GROUP"
|
|
2868
|
+
};
|
|
2869
|
+
var SearchResultItem;
|
|
2870
|
+
((SearchResultItem3) => {
|
|
2871
|
+
SearchResultItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2872
|
+
if (value.assetListing !== void 0)
|
|
2873
|
+
return visitor.assetListing(value.assetListing);
|
|
2874
|
+
if (value.dataProductListing !== void 0)
|
|
2875
|
+
return visitor.dataProductListing(value.dataProductListing);
|
|
2876
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2877
|
+
}, "visit");
|
|
2878
|
+
})(SearchResultItem || (SearchResultItem = {}));
|
|
2879
|
+
var TypesSearchScope = {
|
|
2880
|
+
ASSET_TYPE: "ASSET_TYPE",
|
|
2881
|
+
FORM_TYPE: "FORM_TYPE",
|
|
2882
|
+
LINEAGE_NODE_TYPE: "LINEAGE_NODE_TYPE"
|
|
2883
|
+
};
|
|
2884
|
+
var SearchTypesResultItem;
|
|
2885
|
+
((SearchTypesResultItem3) => {
|
|
2886
|
+
SearchTypesResultItem3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2887
|
+
if (value.assetTypeItem !== void 0)
|
|
2888
|
+
return visitor.assetTypeItem(value.assetTypeItem);
|
|
2889
|
+
if (value.formTypeItem !== void 0)
|
|
2890
|
+
return visitor.formTypeItem(value.formTypeItem);
|
|
2891
|
+
if (value.lineageNodeTypeItem !== void 0)
|
|
2892
|
+
return visitor.lineageNodeTypeItem(value.lineageNodeTypeItem);
|
|
2893
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2894
|
+
}, "visit");
|
|
2895
|
+
})(SearchTypesResultItem || (SearchTypesResultItem = {}));
|
|
2896
|
+
var UserSearchType = {
|
|
2897
|
+
DATAZONE_IAM_USER: "DATAZONE_IAM_USER",
|
|
2898
|
+
DATAZONE_SSO_USER: "DATAZONE_SSO_USER",
|
|
2899
|
+
DATAZONE_USER: "DATAZONE_USER",
|
|
2900
|
+
SSO_USER: "SSO_USER"
|
|
2901
|
+
};
|
|
2902
|
+
var FilterClause;
|
|
2903
|
+
((FilterClause2) => {
|
|
2904
|
+
FilterClause2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2905
|
+
if (value.filter !== void 0)
|
|
2906
|
+
return visitor.filter(value.filter);
|
|
2907
|
+
if (value.and !== void 0)
|
|
2908
|
+
return visitor.and(value.and);
|
|
2909
|
+
if (value.or !== void 0)
|
|
2910
|
+
return visitor.or(value.or);
|
|
2911
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2912
|
+
}, "visit");
|
|
2913
|
+
})(FilterClause || (FilterClause = {}));
|
|
2914
|
+
var RowFilter;
|
|
2915
|
+
((RowFilter2) => {
|
|
2916
|
+
RowFilter2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2917
|
+
if (value.expression !== void 0)
|
|
2918
|
+
return visitor.expression(value.expression);
|
|
2919
|
+
if (value.and !== void 0)
|
|
2920
|
+
return visitor.and(value.and);
|
|
2921
|
+
if (value.or !== void 0)
|
|
2922
|
+
return visitor.or(value.or);
|
|
2923
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2924
|
+
}, "visit");
|
|
2925
|
+
})(RowFilter || (RowFilter = {}));
|
|
2926
|
+
var AssetFilterConfiguration;
|
|
2927
|
+
((AssetFilterConfiguration2) => {
|
|
2928
|
+
AssetFilterConfiguration2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
2929
|
+
if (value.columnConfiguration !== void 0)
|
|
2930
|
+
return visitor.columnConfiguration(value.columnConfiguration);
|
|
2931
|
+
if (value.rowConfiguration !== void 0)
|
|
2932
|
+
return visitor.rowConfiguration(value.rowConfiguration);
|
|
2933
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
2934
|
+
}, "visit");
|
|
2935
|
+
})(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
|
|
2346
2936
|
var GlossaryItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2347
2937
|
...obj,
|
|
2348
2938
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2436,6 +3026,19 @@ var SearchUserProfilesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
2436
3026
|
...obj,
|
|
2437
3027
|
...obj.items && { items: obj.items.map((item) => UserProfileSummaryFilterSensitiveLog(item)) }
|
|
2438
3028
|
}), "SearchUserProfilesOutputFilterSensitiveLog");
|
|
3029
|
+
var UpdateConnectionInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3030
|
+
...obj,
|
|
3031
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
3032
|
+
...obj.props && { props: ConnectionPropertiesPatchFilterSensitiveLog(obj.props) }
|
|
3033
|
+
}), "UpdateConnectionInputFilterSensitiveLog");
|
|
3034
|
+
var UpdateConnectionOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3035
|
+
...obj,
|
|
3036
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
3037
|
+
...obj.physicalEndpoints && {
|
|
3038
|
+
physicalEndpoints: obj.physicalEndpoints.map((item) => PhysicalEndpointFilterSensitiveLog(item))
|
|
3039
|
+
},
|
|
3040
|
+
...obj.props && { props: ConnectionPropertiesOutputFilterSensitiveLog(obj.props) }
|
|
3041
|
+
}), "UpdateConnectionOutputFilterSensitiveLog");
|
|
2439
3042
|
var UpdateEnvironmentOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2440
3043
|
...obj,
|
|
2441
3044
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
@@ -2469,8 +3072,31 @@ var UpdateProjectInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
2469
3072
|
var UpdateProjectOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2470
3073
|
...obj,
|
|
2471
3074
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
2472
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
3075
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
3076
|
+
...obj.userParameters && {
|
|
3077
|
+
userParameters: obj.userParameters.map((item) => EnvironmentConfigurationUserParameterFilterSensitiveLog(item))
|
|
3078
|
+
}
|
|
2473
3079
|
}), "UpdateProjectOutputFilterSensitiveLog");
|
|
3080
|
+
var UpdateProjectProfileInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3081
|
+
...obj,
|
|
3082
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
3083
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
3084
|
+
...obj.environmentConfigurations && {
|
|
3085
|
+
environmentConfigurations: obj.environmentConfigurations.map(
|
|
3086
|
+
(item) => EnvironmentConfigurationFilterSensitiveLog(item)
|
|
3087
|
+
)
|
|
3088
|
+
}
|
|
3089
|
+
}), "UpdateProjectProfileInputFilterSensitiveLog");
|
|
3090
|
+
var UpdateProjectProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
3091
|
+
...obj,
|
|
3092
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
3093
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
|
|
3094
|
+
...obj.environmentConfigurations && {
|
|
3095
|
+
environmentConfigurations: obj.environmentConfigurations.map(
|
|
3096
|
+
(item) => EnvironmentConfigurationFilterSensitiveLog(item)
|
|
3097
|
+
)
|
|
3098
|
+
}
|
|
3099
|
+
}), "UpdateProjectProfileOutputFilterSensitiveLog");
|
|
2474
3100
|
var UpdateSubscriptionRequestInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2475
3101
|
...obj,
|
|
2476
3102
|
...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -2728,6 +3354,27 @@ var se_CreateAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2728
3354
|
b.m("POST").h(headers).b(body);
|
|
2729
3355
|
return b.build();
|
|
2730
3356
|
}, "se_CreateAssetTypeCommand");
|
|
3357
|
+
var se_CreateConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3358
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3359
|
+
const headers = {
|
|
3360
|
+
"content-type": "application/json"
|
|
3361
|
+
};
|
|
3362
|
+
b.bp("/v2/domains/{domainIdentifier}/connections");
|
|
3363
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3364
|
+
let body;
|
|
3365
|
+
body = JSON.stringify(
|
|
3366
|
+
(0, import_smithy_client.take)(input, {
|
|
3367
|
+
awsLocation: (_) => (0, import_smithy_client._json)(_),
|
|
3368
|
+
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
3369
|
+
description: [],
|
|
3370
|
+
environmentIdentifier: [],
|
|
3371
|
+
name: [],
|
|
3372
|
+
props: (_) => (0, import_smithy_client._json)(_)
|
|
3373
|
+
})
|
|
3374
|
+
);
|
|
3375
|
+
b.m("POST").h(headers).b(body);
|
|
3376
|
+
return b.build();
|
|
3377
|
+
}, "se_CreateConnectionCommand");
|
|
2731
3378
|
var se_CreateDataProductCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2732
3379
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2733
3380
|
const headers = {
|
|
@@ -2785,6 +3432,7 @@ var se_CreateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2785
3432
|
assetFormsInput: (_) => (0, import_smithy_client._json)(_),
|
|
2786
3433
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2787
3434
|
configuration: (_) => (0, import_smithy_client._json)(_),
|
|
3435
|
+
connectionIdentifier: [],
|
|
2788
3436
|
description: [],
|
|
2789
3437
|
enableSetting: [],
|
|
2790
3438
|
environmentIdentifier: [],
|
|
@@ -2811,8 +3459,10 @@ var se_CreateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2811
3459
|
clientToken: [true, (_) => _ ?? (0, import_uuid.v4)()],
|
|
2812
3460
|
description: [],
|
|
2813
3461
|
domainExecutionRole: [],
|
|
3462
|
+
domainVersion: [],
|
|
2814
3463
|
kmsKeyIdentifier: [],
|
|
2815
3464
|
name: [],
|
|
3465
|
+
serviceRole: [],
|
|
2816
3466
|
singleSignOn: (_) => (0, import_smithy_client._json)(_),
|
|
2817
3467
|
tags: (_) => (0, import_smithy_client._json)(_)
|
|
2818
3468
|
})
|
|
@@ -2849,10 +3499,12 @@ var se_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2849
3499
|
let body;
|
|
2850
3500
|
body = JSON.stringify(
|
|
2851
3501
|
(0, import_smithy_client.take)(input, {
|
|
3502
|
+
deploymentOrder: [],
|
|
2852
3503
|
description: [],
|
|
2853
3504
|
environmentAccountIdentifier: [],
|
|
2854
3505
|
environmentAccountRegion: [],
|
|
2855
3506
|
environmentBlueprintIdentifier: [],
|
|
3507
|
+
environmentConfigurationId: [],
|
|
2856
3508
|
environmentProfileIdentifier: [],
|
|
2857
3509
|
glossaryTerms: (_) => (0, import_smithy_client._json)(_),
|
|
2858
3510
|
name: [],
|
|
@@ -3016,7 +3668,9 @@ var se_CreateProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3016
3668
|
description: [],
|
|
3017
3669
|
domainUnitId: [],
|
|
3018
3670
|
glossaryTerms: (_) => (0, import_smithy_client._json)(_),
|
|
3019
|
-
name: []
|
|
3671
|
+
name: [],
|
|
3672
|
+
projectProfileId: [],
|
|
3673
|
+
userParameters: (_) => (0, import_smithy_client._json)(_)
|
|
3020
3674
|
})
|
|
3021
3675
|
);
|
|
3022
3676
|
b.m("POST").h(headers).b(body);
|
|
@@ -3040,6 +3694,26 @@ var se_CreateProjectMembershipCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
3040
3694
|
b.m("POST").h(headers).b(body);
|
|
3041
3695
|
return b.build();
|
|
3042
3696
|
}, "se_CreateProjectMembershipCommand");
|
|
3697
|
+
var se_CreateProjectProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3698
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3699
|
+
const headers = {
|
|
3700
|
+
"content-type": "application/json"
|
|
3701
|
+
};
|
|
3702
|
+
b.bp("/v2/domains/{domainIdentifier}/project-profiles");
|
|
3703
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3704
|
+
let body;
|
|
3705
|
+
body = JSON.stringify(
|
|
3706
|
+
(0, import_smithy_client.take)(input, {
|
|
3707
|
+
description: [],
|
|
3708
|
+
domainUnitIdentifier: [],
|
|
3709
|
+
environmentConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
3710
|
+
name: [],
|
|
3711
|
+
status: []
|
|
3712
|
+
})
|
|
3713
|
+
);
|
|
3714
|
+
b.m("POST").h(headers).b(body);
|
|
3715
|
+
return b.build();
|
|
3716
|
+
}, "se_CreateProjectProfileCommand");
|
|
3043
3717
|
var se_CreateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3044
3718
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3045
3719
|
const headers = {
|
|
@@ -3175,6 +3849,16 @@ var se_DeleteAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3175
3849
|
b.m("DELETE").h(headers).b(body);
|
|
3176
3850
|
return b.build();
|
|
3177
3851
|
}, "se_DeleteAssetTypeCommand");
|
|
3852
|
+
var se_DeleteConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3853
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3854
|
+
const headers = {};
|
|
3855
|
+
b.bp("/v2/domains/{domainIdentifier}/connections/{identifier}");
|
|
3856
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3857
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
3858
|
+
let body;
|
|
3859
|
+
b.m("DELETE").h(headers).b(body);
|
|
3860
|
+
return b.build();
|
|
3861
|
+
}, "se_DeleteConnectionCommand");
|
|
3178
3862
|
var se_DeleteDataProductCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3179
3863
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3180
3864
|
const headers = {};
|
|
@@ -3338,6 +4022,16 @@ var se_DeleteProjectMembershipCommand = /* @__PURE__ */ __name(async (input, con
|
|
|
3338
4022
|
b.m("POST").h(headers).b(body);
|
|
3339
4023
|
return b.build();
|
|
3340
4024
|
}, "se_DeleteProjectMembershipCommand");
|
|
4025
|
+
var se_DeleteProjectProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4026
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4027
|
+
const headers = {};
|
|
4028
|
+
b.bp("/v2/domains/{domainIdentifier}/project-profiles/{identifier}");
|
|
4029
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4030
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
4031
|
+
let body;
|
|
4032
|
+
b.m("DELETE").h(headers).b(body);
|
|
4033
|
+
return b.build();
|
|
4034
|
+
}, "se_DeleteProjectProfileCommand");
|
|
3341
4035
|
var se_DeleteRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3342
4036
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3343
4037
|
const headers = {};
|
|
@@ -3442,6 +4136,19 @@ var se_GetAssetTypeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3442
4136
|
b.m("GET").h(headers).q(query).b(body);
|
|
3443
4137
|
return b.build();
|
|
3444
4138
|
}, "se_GetAssetTypeCommand");
|
|
4139
|
+
var se_GetConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4140
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4141
|
+
const headers = {};
|
|
4142
|
+
b.bp("/v2/domains/{domainIdentifier}/connections/{identifier}");
|
|
4143
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4144
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
4145
|
+
const query = (0, import_smithy_client.map)({
|
|
4146
|
+
[_wS]: [() => input.withSecret !== void 0, () => input[_wS].toString()]
|
|
4147
|
+
});
|
|
4148
|
+
let body;
|
|
4149
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
4150
|
+
return b.build();
|
|
4151
|
+
}, "se_GetConnectionCommand");
|
|
3445
4152
|
var se_GetDataProductCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3446
4153
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3447
4154
|
const headers = {};
|
|
@@ -3612,6 +4319,26 @@ var se_GetIamPortalLoginUrlCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
3612
4319
|
b.m("POST").h(headers).b(body);
|
|
3613
4320
|
return b.build();
|
|
3614
4321
|
}, "se_GetIamPortalLoginUrlCommand");
|
|
4322
|
+
var se_GetJobRunCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4323
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4324
|
+
const headers = {};
|
|
4325
|
+
b.bp("/v2/domains/{domainIdentifier}/jobRuns/{identifier}");
|
|
4326
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4327
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
4328
|
+
let body;
|
|
4329
|
+
b.m("GET").h(headers).b(body);
|
|
4330
|
+
return b.build();
|
|
4331
|
+
}, "se_GetJobRunCommand");
|
|
4332
|
+
var se_GetLineageEventCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4333
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4334
|
+
const headers = {};
|
|
4335
|
+
b.bp("/v2/domains/{domainIdentifier}/lineage/events/{identifier}");
|
|
4336
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4337
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
4338
|
+
let body;
|
|
4339
|
+
b.m("GET").h(headers).b(body);
|
|
4340
|
+
return b.build();
|
|
4341
|
+
}, "se_GetLineageEventCommand");
|
|
3615
4342
|
var se_GetLineageNodeCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3616
4343
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3617
4344
|
const headers = {};
|
|
@@ -3658,6 +4385,16 @@ var se_GetProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
3658
4385
|
b.m("GET").h(headers).b(body);
|
|
3659
4386
|
return b.build();
|
|
3660
4387
|
}, "se_GetProjectCommand");
|
|
4388
|
+
var se_GetProjectProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4389
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4390
|
+
const headers = {};
|
|
4391
|
+
b.bp("/v2/domains/{domainIdentifier}/project-profiles/{identifier}");
|
|
4392
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4393
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
4394
|
+
let body;
|
|
4395
|
+
b.m("GET").h(headers).b(body);
|
|
4396
|
+
return b.build();
|
|
4397
|
+
}, "se_GetProjectProfileCommand");
|
|
3661
4398
|
var se_GetRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3662
4399
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3663
4400
|
const headers = {};
|
|
@@ -3769,6 +4506,25 @@ var se_ListAssetRevisionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3769
4506
|
b.m("GET").h(headers).q(query).b(body);
|
|
3770
4507
|
return b.build();
|
|
3771
4508
|
}, "se_ListAssetRevisionsCommand");
|
|
4509
|
+
var se_ListConnectionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4510
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4511
|
+
const headers = {};
|
|
4512
|
+
b.bp("/v2/domains/{domainIdentifier}/connections");
|
|
4513
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4514
|
+
const query = (0, import_smithy_client.map)({
|
|
4515
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
4516
|
+
[_nT]: [, input[_nT]],
|
|
4517
|
+
[_sB]: [, input[_sB]],
|
|
4518
|
+
[_sO]: [, input[_sO]],
|
|
4519
|
+
[_n]: [, input[_n]],
|
|
4520
|
+
[_eI]: [, input[_eI]],
|
|
4521
|
+
[_pI]: [, (0, import_smithy_client.expectNonNull)(input[_pI], `projectIdentifier`)],
|
|
4522
|
+
[_ty]: [, input[_ty]]
|
|
4523
|
+
});
|
|
4524
|
+
let body;
|
|
4525
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
4526
|
+
return b.build();
|
|
4527
|
+
}, "se_ListConnectionsCommand");
|
|
3772
4528
|
var se_ListDataProductRevisionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3773
4529
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3774
4530
|
const headers = {};
|
|
@@ -3821,6 +4577,7 @@ var se_ListDataSourcesCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
3821
4577
|
const query = (0, import_smithy_client.map)({
|
|
3822
4578
|
[_pI]: [, (0, import_smithy_client.expectNonNull)(input[_pI], `projectIdentifier`)],
|
|
3823
4579
|
[_eI]: [, input[_eI]],
|
|
4580
|
+
[_cI]: [, input[_cI]],
|
|
3824
4581
|
[_ty]: [, input[_ty]],
|
|
3825
4582
|
[_s]: [, input[_s]],
|
|
3826
4583
|
[_n]: [, input[_n]],
|
|
@@ -3954,6 +4711,39 @@ var se_ListEnvironmentsCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
3954
4711
|
b.m("GET").h(headers).q(query).b(body);
|
|
3955
4712
|
return b.build();
|
|
3956
4713
|
}, "se_ListEnvironmentsCommand");
|
|
4714
|
+
var se_ListJobRunsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4715
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4716
|
+
const headers = {};
|
|
4717
|
+
b.bp("/v2/domains/{domainIdentifier}/jobs/{jobIdentifier}/runs");
|
|
4718
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4719
|
+
b.p("jobIdentifier", () => input.jobIdentifier, "{jobIdentifier}", false);
|
|
4720
|
+
const query = (0, import_smithy_client.map)({
|
|
4721
|
+
[_s]: [, input[_s]],
|
|
4722
|
+
[_sO]: [, input[_sO]],
|
|
4723
|
+
[_nT]: [, input[_nT]],
|
|
4724
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
4725
|
+
});
|
|
4726
|
+
let body;
|
|
4727
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
4728
|
+
return b.build();
|
|
4729
|
+
}, "se_ListJobRunsCommand");
|
|
4730
|
+
var se_ListLineageEventsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4731
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4732
|
+
const headers = {};
|
|
4733
|
+
b.bp("/v2/domains/{domainIdentifier}/lineage/events");
|
|
4734
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4735
|
+
const query = (0, import_smithy_client.map)({
|
|
4736
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
4737
|
+
[_tA]: [() => input.timestampAfter !== void 0, () => (0, import_smithy_client.serializeDateTime)(input[_tA]).toString()],
|
|
4738
|
+
[_tB]: [() => input.timestampBefore !== void 0, () => (0, import_smithy_client.serializeDateTime)(input[_tB]).toString()],
|
|
4739
|
+
[_pS]: [, input[_pS]],
|
|
4740
|
+
[_sO]: [, input[_sO]],
|
|
4741
|
+
[_nT]: [, input[_nT]]
|
|
4742
|
+
});
|
|
4743
|
+
let body;
|
|
4744
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
4745
|
+
return b.build();
|
|
4746
|
+
}, "se_ListLineageEventsCommand");
|
|
3957
4747
|
var se_ListLineageNodeHistoryCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3958
4748
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3959
4749
|
const headers = {};
|
|
@@ -4037,6 +4827,22 @@ var se_ListProjectMembershipsCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
4037
4827
|
b.m("GET").h(headers).q(query).b(body);
|
|
4038
4828
|
return b.build();
|
|
4039
4829
|
}, "se_ListProjectMembershipsCommand");
|
|
4830
|
+
var se_ListProjectProfilesCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4831
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
4832
|
+
const headers = {};
|
|
4833
|
+
b.bp("/v2/domains/{domainIdentifier}/project-profiles");
|
|
4834
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4835
|
+
const query = (0, import_smithy_client.map)({
|
|
4836
|
+
[_n]: [, input[_n]],
|
|
4837
|
+
[_sB]: [, input[_sB]],
|
|
4838
|
+
[_sO]: [, input[_sO]],
|
|
4839
|
+
[_nT]: [, input[_nT]],
|
|
4840
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
4841
|
+
});
|
|
4842
|
+
let body;
|
|
4843
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
4844
|
+
return b.build();
|
|
4845
|
+
}, "se_ListProjectProfilesCommand");
|
|
4040
4846
|
var se_ListProjectsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4041
4847
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4042
4848
|
const headers = {};
|
|
@@ -4178,19 +4984,17 @@ var se_ListTimeSeriesDataPointsCommand = /* @__PURE__ */ __name(async (input, co
|
|
|
4178
4984
|
}, "se_ListTimeSeriesDataPointsCommand");
|
|
4179
4985
|
var se_PostLineageEventCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4180
4986
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4181
|
-
const headers = {
|
|
4182
|
-
"content-type": "application/octet-stream"
|
|
4183
|
-
|
|
4987
|
+
const headers = (0, import_smithy_client.map)({}, import_smithy_client.isSerializableHeaderValue, {
|
|
4988
|
+
"content-type": "application/octet-stream",
|
|
4989
|
+
[_ct]: input[_cT] ?? (0, import_uuid.v4)()
|
|
4990
|
+
});
|
|
4184
4991
|
b.bp("/v2/domains/{domainIdentifier}/lineage/events");
|
|
4185
4992
|
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
4186
|
-
const query = (0, import_smithy_client.map)({
|
|
4187
|
-
[_cT]: [, input[_cT] ?? (0, import_uuid.v4)()]
|
|
4188
|
-
});
|
|
4189
4993
|
let body;
|
|
4190
4994
|
if (input.event !== void 0) {
|
|
4191
4995
|
body = input.event;
|
|
4192
4996
|
}
|
|
4193
|
-
b.m("POST").h(headers).
|
|
4997
|
+
b.m("POST").h(headers).b(body);
|
|
4194
4998
|
return b.build();
|
|
4195
4999
|
}, "se_PostLineageEventCommand");
|
|
4196
5000
|
var se_PostTimeSeriesDataPointsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
@@ -4229,6 +5033,7 @@ var se_PutEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
|
|
|
4229
5033
|
body = JSON.stringify(
|
|
4230
5034
|
(0, import_smithy_client.take)(input, {
|
|
4231
5035
|
enabledRegions: (_) => (0, import_smithy_client._json)(_),
|
|
5036
|
+
environmentRolePermissionBoundary: [],
|
|
4232
5037
|
manageAccessRoleArn: [],
|
|
4233
5038
|
provisioningConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
4234
5039
|
provisioningRoleArn: [],
|
|
@@ -4524,6 +5329,25 @@ var se_UpdateAssetFilterCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
4524
5329
|
b.m("PATCH").h(headers).b(body);
|
|
4525
5330
|
return b.build();
|
|
4526
5331
|
}, "se_UpdateAssetFilterCommand");
|
|
5332
|
+
var se_UpdateConnectionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5333
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5334
|
+
const headers = {
|
|
5335
|
+
"content-type": "application/json"
|
|
5336
|
+
};
|
|
5337
|
+
b.bp("/v2/domains/{domainIdentifier}/connections/{identifier}");
|
|
5338
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
5339
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
5340
|
+
let body;
|
|
5341
|
+
body = JSON.stringify(
|
|
5342
|
+
(0, import_smithy_client.take)(input, {
|
|
5343
|
+
awsLocation: (_) => (0, import_smithy_client._json)(_),
|
|
5344
|
+
description: [],
|
|
5345
|
+
props: (_) => (0, import_smithy_client._json)(_)
|
|
5346
|
+
})
|
|
5347
|
+
);
|
|
5348
|
+
b.m("PATCH").h(headers).b(body);
|
|
5349
|
+
return b.build();
|
|
5350
|
+
}, "se_UpdateConnectionCommand");
|
|
4527
5351
|
var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4528
5352
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4529
5353
|
const headers = {
|
|
@@ -4565,6 +5389,7 @@ var se_UpdateDomainCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4565
5389
|
description: [],
|
|
4566
5390
|
domainExecutionRole: [],
|
|
4567
5391
|
name: [],
|
|
5392
|
+
serviceRole: [],
|
|
4568
5393
|
singleSignOn: (_) => (0, import_smithy_client._json)(_)
|
|
4569
5394
|
})
|
|
4570
5395
|
);
|
|
@@ -4720,6 +5545,7 @@ var se_UpdateProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4720
5545
|
body = JSON.stringify(
|
|
4721
5546
|
(0, import_smithy_client.take)(input, {
|
|
4722
5547
|
description: [],
|
|
5548
|
+
environmentDeploymentDetails: (_) => (0, import_smithy_client._json)(_),
|
|
4723
5549
|
glossaryTerms: (_) => (0, import_smithy_client._json)(_),
|
|
4724
5550
|
name: []
|
|
4725
5551
|
})
|
|
@@ -4727,6 +5553,27 @@ var se_UpdateProjectCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
4727
5553
|
b.m("PATCH").h(headers).b(body);
|
|
4728
5554
|
return b.build();
|
|
4729
5555
|
}, "se_UpdateProjectCommand");
|
|
5556
|
+
var se_UpdateProjectProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
5557
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
5558
|
+
const headers = {
|
|
5559
|
+
"content-type": "application/json"
|
|
5560
|
+
};
|
|
5561
|
+
b.bp("/v2/domains/{domainIdentifier}/project-profiles/{identifier}");
|
|
5562
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
5563
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
5564
|
+
let body;
|
|
5565
|
+
body = JSON.stringify(
|
|
5566
|
+
(0, import_smithy_client.take)(input, {
|
|
5567
|
+
description: [],
|
|
5568
|
+
domainUnitIdentifier: [],
|
|
5569
|
+
environmentConfigurations: (_) => (0, import_smithy_client._json)(_),
|
|
5570
|
+
name: [],
|
|
5571
|
+
status: []
|
|
5572
|
+
})
|
|
5573
|
+
);
|
|
5574
|
+
b.m("PATCH").h(headers).b(body);
|
|
5575
|
+
return b.build();
|
|
5576
|
+
}, "se_UpdateProjectProfileCommand");
|
|
4730
5577
|
var se_UpdateRuleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
4731
5578
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
4732
5579
|
const headers = {
|
|
@@ -5046,6 +5893,29 @@ var de_CreateAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
5046
5893
|
Object.assign(contents, doc);
|
|
5047
5894
|
return contents;
|
|
5048
5895
|
}, "de_CreateAssetTypeCommand");
|
|
5896
|
+
var de_CreateConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5897
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
5898
|
+
return de_CommandError(output, context);
|
|
5899
|
+
}
|
|
5900
|
+
const contents = (0, import_smithy_client.map)({
|
|
5901
|
+
$metadata: deserializeMetadata(output)
|
|
5902
|
+
});
|
|
5903
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5904
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5905
|
+
connectionId: import_smithy_client.expectString,
|
|
5906
|
+
description: import_smithy_client.expectString,
|
|
5907
|
+
domainId: import_smithy_client.expectString,
|
|
5908
|
+
domainUnitId: import_smithy_client.expectString,
|
|
5909
|
+
environmentId: import_smithy_client.expectString,
|
|
5910
|
+
name: import_smithy_client.expectString,
|
|
5911
|
+
physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
|
|
5912
|
+
projectId: import_smithy_client.expectString,
|
|
5913
|
+
props: (_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context),
|
|
5914
|
+
type: import_smithy_client.expectString
|
|
5915
|
+
});
|
|
5916
|
+
Object.assign(contents, doc);
|
|
5917
|
+
return contents;
|
|
5918
|
+
}, "de_CreateConnectionCommand");
|
|
5049
5919
|
var de_CreateDataProductCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5050
5920
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
5051
5921
|
return de_CommandError(output, context);
|
|
@@ -5111,6 +5981,7 @@ var de_CreateDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5111
5981
|
const doc = (0, import_smithy_client.take)(data, {
|
|
5112
5982
|
assetFormsOutput: import_smithy_client._json,
|
|
5113
5983
|
configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
5984
|
+
connectionId: import_smithy_client.expectString,
|
|
5114
5985
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5115
5986
|
description: import_smithy_client.expectString,
|
|
5116
5987
|
domainId: import_smithy_client.expectString,
|
|
@@ -5145,11 +6016,13 @@ var de_CreateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5145
6016
|
arn: import_smithy_client.expectString,
|
|
5146
6017
|
description: import_smithy_client.expectString,
|
|
5147
6018
|
domainExecutionRole: import_smithy_client.expectString,
|
|
6019
|
+
domainVersion: import_smithy_client.expectString,
|
|
5148
6020
|
id: import_smithy_client.expectString,
|
|
5149
6021
|
kmsKeyIdentifier: import_smithy_client.expectString,
|
|
5150
6022
|
name: import_smithy_client.expectString,
|
|
5151
6023
|
portalUrl: import_smithy_client.expectString,
|
|
5152
6024
|
rootDomainUnitId: import_smithy_client.expectString,
|
|
6025
|
+
serviceRole: import_smithy_client.expectString,
|
|
5153
6026
|
singleSignOn: import_smithy_client._json,
|
|
5154
6027
|
status: import_smithy_client.expectString,
|
|
5155
6028
|
tags: import_smithy_client._json
|
|
@@ -5364,12 +6237,15 @@ var de_CreateProjectCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
5364
6237
|
description: import_smithy_client.expectString,
|
|
5365
6238
|
domainId: import_smithy_client.expectString,
|
|
5366
6239
|
domainUnitId: import_smithy_client.expectString,
|
|
6240
|
+
environmentDeploymentDetails: import_smithy_client._json,
|
|
5367
6241
|
failureReasons: import_smithy_client._json,
|
|
5368
6242
|
glossaryTerms: import_smithy_client._json,
|
|
5369
6243
|
id: import_smithy_client.expectString,
|
|
5370
6244
|
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5371
6245
|
name: import_smithy_client.expectString,
|
|
5372
|
-
|
|
6246
|
+
projectProfileId: import_smithy_client.expectString,
|
|
6247
|
+
projectStatus: import_smithy_client.expectString,
|
|
6248
|
+
userParameters: import_smithy_client._json
|
|
5373
6249
|
});
|
|
5374
6250
|
Object.assign(contents, doc);
|
|
5375
6251
|
return contents;
|
|
@@ -5384,6 +6260,29 @@ var de_CreateProjectMembershipCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
5384
6260
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
5385
6261
|
return contents;
|
|
5386
6262
|
}, "de_CreateProjectMembershipCommand");
|
|
6263
|
+
var de_CreateProjectProfileCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6264
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
6265
|
+
return de_CommandError(output, context);
|
|
6266
|
+
}
|
|
6267
|
+
const contents = (0, import_smithy_client.map)({
|
|
6268
|
+
$metadata: deserializeMetadata(output)
|
|
6269
|
+
});
|
|
6270
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6271
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6272
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
6273
|
+
createdBy: import_smithy_client.expectString,
|
|
6274
|
+
description: import_smithy_client.expectString,
|
|
6275
|
+
domainId: import_smithy_client.expectString,
|
|
6276
|
+
domainUnitId: import_smithy_client.expectString,
|
|
6277
|
+
environmentConfigurations: import_smithy_client._json,
|
|
6278
|
+
id: import_smithy_client.expectString,
|
|
6279
|
+
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
6280
|
+
name: import_smithy_client.expectString,
|
|
6281
|
+
status: import_smithy_client.expectString
|
|
6282
|
+
});
|
|
6283
|
+
Object.assign(contents, doc);
|
|
6284
|
+
return contents;
|
|
6285
|
+
}, "de_CreateProjectProfileCommand");
|
|
5387
6286
|
var de_CreateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5388
6287
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
5389
6288
|
return de_CommandError(output, context);
|
|
@@ -5532,9 +6431,23 @@ var de_DeleteAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
5532
6431
|
const contents = (0, import_smithy_client.map)({
|
|
5533
6432
|
$metadata: deserializeMetadata(output)
|
|
5534
6433
|
});
|
|
5535
|
-
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
6434
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
6435
|
+
return contents;
|
|
6436
|
+
}, "de_DeleteAssetTypeCommand");
|
|
6437
|
+
var de_DeleteConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6438
|
+
if (output.statusCode !== 202 && output.statusCode >= 300) {
|
|
6439
|
+
return de_CommandError(output, context);
|
|
6440
|
+
}
|
|
6441
|
+
const contents = (0, import_smithy_client.map)({
|
|
6442
|
+
$metadata: deserializeMetadata(output)
|
|
6443
|
+
});
|
|
6444
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6445
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6446
|
+
status: import_smithy_client.expectString
|
|
6447
|
+
});
|
|
6448
|
+
Object.assign(contents, doc);
|
|
5536
6449
|
return contents;
|
|
5537
|
-
}, "
|
|
6450
|
+
}, "de_DeleteConnectionCommand");
|
|
5538
6451
|
var de_DeleteDataProductCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5539
6452
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
5540
6453
|
return de_CommandError(output, context);
|
|
@@ -5556,6 +6469,7 @@ var de_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5556
6469
|
const doc = (0, import_smithy_client.take)(data, {
|
|
5557
6470
|
assetFormsOutput: import_smithy_client._json,
|
|
5558
6471
|
configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
6472
|
+
connectionId: import_smithy_client.expectString,
|
|
5559
6473
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5560
6474
|
description: import_smithy_client.expectString,
|
|
5561
6475
|
domainId: import_smithy_client.expectString,
|
|
@@ -5703,6 +6617,16 @@ var de_DeleteProjectMembershipCommand = /* @__PURE__ */ __name(async (output, co
|
|
|
5703
6617
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
5704
6618
|
return contents;
|
|
5705
6619
|
}, "de_DeleteProjectMembershipCommand");
|
|
6620
|
+
var de_DeleteProjectProfileCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6621
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
6622
|
+
return de_CommandError(output, context);
|
|
6623
|
+
}
|
|
6624
|
+
const contents = (0, import_smithy_client.map)({
|
|
6625
|
+
$metadata: deserializeMetadata(output)
|
|
6626
|
+
});
|
|
6627
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
6628
|
+
return contents;
|
|
6629
|
+
}, "de_DeleteProjectProfileCommand");
|
|
5706
6630
|
var de_DeleteRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5707
6631
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
5708
6632
|
return de_CommandError(output, context);
|
|
@@ -5857,6 +6781,31 @@ var de_GetAssetTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5857
6781
|
Object.assign(contents, doc);
|
|
5858
6782
|
return contents;
|
|
5859
6783
|
}, "de_GetAssetTypeCommand");
|
|
6784
|
+
var de_GetConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6785
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6786
|
+
return de_CommandError(output, context);
|
|
6787
|
+
}
|
|
6788
|
+
const contents = (0, import_smithy_client.map)({
|
|
6789
|
+
$metadata: deserializeMetadata(output)
|
|
6790
|
+
});
|
|
6791
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
6792
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
6793
|
+
connectionCredentials: (_) => de_ConnectionCredentials(_, context),
|
|
6794
|
+
connectionId: import_smithy_client.expectString,
|
|
6795
|
+
description: import_smithy_client.expectString,
|
|
6796
|
+
domainId: import_smithy_client.expectString,
|
|
6797
|
+
domainUnitId: import_smithy_client.expectString,
|
|
6798
|
+
environmentId: import_smithy_client.expectString,
|
|
6799
|
+
environmentUserRole: import_smithy_client.expectString,
|
|
6800
|
+
name: import_smithy_client.expectString,
|
|
6801
|
+
physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
|
|
6802
|
+
projectId: import_smithy_client.expectString,
|
|
6803
|
+
props: (_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context),
|
|
6804
|
+
type: import_smithy_client.expectString
|
|
6805
|
+
});
|
|
6806
|
+
Object.assign(contents, doc);
|
|
6807
|
+
return contents;
|
|
6808
|
+
}, "de_GetConnectionCommand");
|
|
5860
6809
|
var de_GetDataProductCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5861
6810
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5862
6811
|
return de_CommandError(output, context);
|
|
@@ -5895,6 +6844,7 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
5895
6844
|
const doc = (0, import_smithy_client.take)(data, {
|
|
5896
6845
|
assetFormsOutput: import_smithy_client._json,
|
|
5897
6846
|
configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
6847
|
+
connectionId: import_smithy_client.expectString,
|
|
5898
6848
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
5899
6849
|
description: import_smithy_client.expectString,
|
|
5900
6850
|
domainId: import_smithy_client.expectString,
|
|
@@ -5934,6 +6884,7 @@ var de_GetDataSourceRunCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5934
6884
|
domainId: import_smithy_client.expectString,
|
|
5935
6885
|
errorMessage: import_smithy_client._json,
|
|
5936
6886
|
id: import_smithy_client.expectString,
|
|
6887
|
+
lineageSummary: import_smithy_client._json,
|
|
5937
6888
|
projectId: import_smithy_client.expectString,
|
|
5938
6889
|
runStatisticsForAssets: import_smithy_client._json,
|
|
5939
6890
|
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
@@ -5958,12 +6909,14 @@ var de_GetDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
5958
6909
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5959
6910
|
description: import_smithy_client.expectString,
|
|
5960
6911
|
domainExecutionRole: import_smithy_client.expectString,
|
|
6912
|
+
domainVersion: import_smithy_client.expectString,
|
|
5961
6913
|
id: import_smithy_client.expectString,
|
|
5962
6914
|
kmsKeyIdentifier: import_smithy_client.expectString,
|
|
5963
6915
|
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
5964
6916
|
name: import_smithy_client.expectString,
|
|
5965
6917
|
portalUrl: import_smithy_client.expectString,
|
|
5966
6918
|
rootDomainUnitId: import_smithy_client.expectString,
|
|
6919
|
+
serviceRole: import_smithy_client.expectString,
|
|
5967
6920
|
singleSignOn: import_smithy_client._json,
|
|
5968
6921
|
status: import_smithy_client.expectString,
|
|
5969
6922
|
tags: import_smithy_client._json
|
|
@@ -6083,6 +7036,7 @@ var de_GetEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
|
|
|
6083
7036
|
domainId: import_smithy_client.expectString,
|
|
6084
7037
|
enabledRegions: import_smithy_client._json,
|
|
6085
7038
|
environmentBlueprintId: import_smithy_client.expectString,
|
|
7039
|
+
environmentRolePermissionBoundary: import_smithy_client.expectString,
|
|
6086
7040
|
manageAccessRoleArn: import_smithy_client.expectString,
|
|
6087
7041
|
provisioningConfigurations: import_smithy_client._json,
|
|
6088
7042
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
@@ -6239,6 +7193,48 @@ var de_GetIamPortalLoginUrlCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
6239
7193
|
Object.assign(contents, doc);
|
|
6240
7194
|
return contents;
|
|
6241
7195
|
}, "de_GetIamPortalLoginUrlCommand");
|
|
7196
|
+
var de_GetJobRunCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7197
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7198
|
+
return de_CommandError(output, context);
|
|
7199
|
+
}
|
|
7200
|
+
const contents = (0, import_smithy_client.map)({
|
|
7201
|
+
$metadata: deserializeMetadata(output)
|
|
7202
|
+
});
|
|
7203
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7204
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7205
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7206
|
+
createdBy: import_smithy_client.expectString,
|
|
7207
|
+
details: (_) => de_JobRunDetails((0, import_core2.awsExpectUnion)(_), context),
|
|
7208
|
+
domainId: import_smithy_client.expectString,
|
|
7209
|
+
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7210
|
+
error: import_smithy_client._json,
|
|
7211
|
+
id: import_smithy_client.expectString,
|
|
7212
|
+
jobId: import_smithy_client.expectString,
|
|
7213
|
+
jobType: import_smithy_client.expectString,
|
|
7214
|
+
runMode: import_smithy_client.expectString,
|
|
7215
|
+
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7216
|
+
status: import_smithy_client.expectString
|
|
7217
|
+
});
|
|
7218
|
+
Object.assign(contents, doc);
|
|
7219
|
+
return contents;
|
|
7220
|
+
}, "de_GetJobRunCommand");
|
|
7221
|
+
var de_GetLineageEventCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7222
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7223
|
+
return de_CommandError(output, context);
|
|
7224
|
+
}
|
|
7225
|
+
const contents = (0, import_smithy_client.map)({
|
|
7226
|
+
$metadata: deserializeMetadata(output),
|
|
7227
|
+
[_dI]: [, output.headers[_di]],
|
|
7228
|
+
[_i]: [, output.headers[_i]],
|
|
7229
|
+
[_cB]: [, output.headers[_cb]],
|
|
7230
|
+
[_pS]: [, output.headers[_ps]],
|
|
7231
|
+
[_eTv]: [() => void 0 !== output.headers[_et], () => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc7231DateTime)(output.headers[_et]))],
|
|
7232
|
+
[_cA]: [() => void 0 !== output.headers[_ca], () => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc7231DateTime)(output.headers[_ca]))]
|
|
7233
|
+
});
|
|
7234
|
+
const data = await (0, import_smithy_client.collectBody)(output.body, context);
|
|
7235
|
+
contents.event = data;
|
|
7236
|
+
return contents;
|
|
7237
|
+
}, "de_GetLineageEventCommand");
|
|
6242
7238
|
var de_GetLineageNodeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6243
7239
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6244
7240
|
return de_CommandError(output, context);
|
|
@@ -6326,16 +7322,42 @@ var de_GetProjectCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
6326
7322
|
description: import_smithy_client.expectString,
|
|
6327
7323
|
domainId: import_smithy_client.expectString,
|
|
6328
7324
|
domainUnitId: import_smithy_client.expectString,
|
|
7325
|
+
environmentDeploymentDetails: import_smithy_client._json,
|
|
6329
7326
|
failureReasons: import_smithy_client._json,
|
|
6330
7327
|
glossaryTerms: import_smithy_client._json,
|
|
6331
7328
|
id: import_smithy_client.expectString,
|
|
6332
7329
|
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
6333
7330
|
name: import_smithy_client.expectString,
|
|
6334
|
-
|
|
7331
|
+
projectProfileId: import_smithy_client.expectString,
|
|
7332
|
+
projectStatus: import_smithy_client.expectString,
|
|
7333
|
+
userParameters: import_smithy_client._json
|
|
6335
7334
|
});
|
|
6336
7335
|
Object.assign(contents, doc);
|
|
6337
7336
|
return contents;
|
|
6338
7337
|
}, "de_GetProjectCommand");
|
|
7338
|
+
var de_GetProjectProfileCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7339
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7340
|
+
return de_CommandError(output, context);
|
|
7341
|
+
}
|
|
7342
|
+
const contents = (0, import_smithy_client.map)({
|
|
7343
|
+
$metadata: deserializeMetadata(output)
|
|
7344
|
+
});
|
|
7345
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7346
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7347
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
7348
|
+
createdBy: import_smithy_client.expectString,
|
|
7349
|
+
description: import_smithy_client.expectString,
|
|
7350
|
+
domainId: import_smithy_client.expectString,
|
|
7351
|
+
domainUnitId: import_smithy_client.expectString,
|
|
7352
|
+
environmentConfigurations: import_smithy_client._json,
|
|
7353
|
+
id: import_smithy_client.expectString,
|
|
7354
|
+
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
7355
|
+
name: import_smithy_client.expectString,
|
|
7356
|
+
status: import_smithy_client.expectString
|
|
7357
|
+
});
|
|
7358
|
+
Object.assign(contents, doc);
|
|
7359
|
+
return contents;
|
|
7360
|
+
}, "de_GetProjectProfileCommand");
|
|
6339
7361
|
var de_GetRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6340
7362
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6341
7363
|
return de_CommandError(output, context);
|
|
@@ -6532,6 +7554,21 @@ var de_ListAssetRevisionsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
6532
7554
|
Object.assign(contents, doc);
|
|
6533
7555
|
return contents;
|
|
6534
7556
|
}, "de_ListAssetRevisionsCommand");
|
|
7557
|
+
var de_ListConnectionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7558
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7559
|
+
return de_CommandError(output, context);
|
|
7560
|
+
}
|
|
7561
|
+
const contents = (0, import_smithy_client.map)({
|
|
7562
|
+
$metadata: deserializeMetadata(output)
|
|
7563
|
+
});
|
|
7564
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7565
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7566
|
+
items: (_) => de_ConnectionSummaries(_, context),
|
|
7567
|
+
nextToken: import_smithy_client.expectString
|
|
7568
|
+
});
|
|
7569
|
+
Object.assign(contents, doc);
|
|
7570
|
+
return contents;
|
|
7571
|
+
}, "de_ListConnectionsCommand");
|
|
6535
7572
|
var de_ListDataProductRevisionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6536
7573
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6537
7574
|
return de_CommandError(output, context);
|
|
@@ -6712,6 +7749,36 @@ var de_ListEnvironmentsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
6712
7749
|
Object.assign(contents, doc);
|
|
6713
7750
|
return contents;
|
|
6714
7751
|
}, "de_ListEnvironmentsCommand");
|
|
7752
|
+
var de_ListJobRunsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7753
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7754
|
+
return de_CommandError(output, context);
|
|
7755
|
+
}
|
|
7756
|
+
const contents = (0, import_smithy_client.map)({
|
|
7757
|
+
$metadata: deserializeMetadata(output)
|
|
7758
|
+
});
|
|
7759
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7760
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7761
|
+
items: (_) => de_JobRunSummaries(_, context),
|
|
7762
|
+
nextToken: import_smithy_client.expectString
|
|
7763
|
+
});
|
|
7764
|
+
Object.assign(contents, doc);
|
|
7765
|
+
return contents;
|
|
7766
|
+
}, "de_ListJobRunsCommand");
|
|
7767
|
+
var de_ListLineageEventsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7768
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7769
|
+
return de_CommandError(output, context);
|
|
7770
|
+
}
|
|
7771
|
+
const contents = (0, import_smithy_client.map)({
|
|
7772
|
+
$metadata: deserializeMetadata(output)
|
|
7773
|
+
});
|
|
7774
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7775
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7776
|
+
items: (_) => de_LineageEventSummaries(_, context),
|
|
7777
|
+
nextToken: import_smithy_client.expectString
|
|
7778
|
+
});
|
|
7779
|
+
Object.assign(contents, doc);
|
|
7780
|
+
return contents;
|
|
7781
|
+
}, "de_ListLineageEventsCommand");
|
|
6715
7782
|
var de_ListLineageNodeHistoryCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6716
7783
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6717
7784
|
return de_CommandError(output, context);
|
|
@@ -6787,6 +7854,21 @@ var de_ListProjectMembershipsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
6787
7854
|
Object.assign(contents, doc);
|
|
6788
7855
|
return contents;
|
|
6789
7856
|
}, "de_ListProjectMembershipsCommand");
|
|
7857
|
+
var de_ListProjectProfilesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7858
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7859
|
+
return de_CommandError(output, context);
|
|
7860
|
+
}
|
|
7861
|
+
const contents = (0, import_smithy_client.map)({
|
|
7862
|
+
$metadata: deserializeMetadata(output)
|
|
7863
|
+
});
|
|
7864
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7865
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
7866
|
+
items: (_) => de_ProjectProfileSummaries(_, context),
|
|
7867
|
+
nextToken: import_smithy_client.expectString
|
|
7868
|
+
});
|
|
7869
|
+
Object.assign(contents, doc);
|
|
7870
|
+
return contents;
|
|
7871
|
+
}, "de_ListProjectProfilesCommand");
|
|
6790
7872
|
var de_ListProjectsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
6791
7873
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
6792
7874
|
return de_CommandError(output, context);
|
|
@@ -6913,7 +7995,12 @@ var de_PostLineageEventCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
6913
7995
|
const contents = (0, import_smithy_client.map)({
|
|
6914
7996
|
$metadata: deserializeMetadata(output)
|
|
6915
7997
|
});
|
|
6916
|
-
|
|
7998
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
7999
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8000
|
+
domainId: import_smithy_client.expectString,
|
|
8001
|
+
id: import_smithy_client.expectString
|
|
8002
|
+
});
|
|
8003
|
+
Object.assign(contents, doc);
|
|
6917
8004
|
return contents;
|
|
6918
8005
|
}, "de_PostLineageEventCommand");
|
|
6919
8006
|
var de_PostTimeSeriesDataPointsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
@@ -6946,6 +8033,7 @@ var de_PutEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
|
|
|
6946
8033
|
domainId: import_smithy_client.expectString,
|
|
6947
8034
|
enabledRegions: import_smithy_client._json,
|
|
6948
8035
|
environmentBlueprintId: import_smithy_client.expectString,
|
|
8036
|
+
environmentRolePermissionBoundary: import_smithy_client.expectString,
|
|
6949
8037
|
manageAccessRoleArn: import_smithy_client.expectString,
|
|
6950
8038
|
provisioningConfigurations: import_smithy_client._json,
|
|
6951
8039
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
@@ -7210,6 +8298,29 @@ var de_UpdateAssetFilterCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7210
8298
|
Object.assign(contents, doc);
|
|
7211
8299
|
return contents;
|
|
7212
8300
|
}, "de_UpdateAssetFilterCommand");
|
|
8301
|
+
var de_UpdateConnectionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8302
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8303
|
+
return de_CommandError(output, context);
|
|
8304
|
+
}
|
|
8305
|
+
const contents = (0, import_smithy_client.map)({
|
|
8306
|
+
$metadata: deserializeMetadata(output)
|
|
8307
|
+
});
|
|
8308
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8309
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8310
|
+
connectionId: import_smithy_client.expectString,
|
|
8311
|
+
description: import_smithy_client.expectString,
|
|
8312
|
+
domainId: import_smithy_client.expectString,
|
|
8313
|
+
domainUnitId: import_smithy_client.expectString,
|
|
8314
|
+
environmentId: import_smithy_client.expectString,
|
|
8315
|
+
name: import_smithy_client.expectString,
|
|
8316
|
+
physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
|
|
8317
|
+
projectId: import_smithy_client.expectString,
|
|
8318
|
+
props: (_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context),
|
|
8319
|
+
type: import_smithy_client.expectString
|
|
8320
|
+
});
|
|
8321
|
+
Object.assign(contents, doc);
|
|
8322
|
+
return contents;
|
|
8323
|
+
}, "de_UpdateConnectionCommand");
|
|
7213
8324
|
var de_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7214
8325
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7215
8326
|
return de_CommandError(output, context);
|
|
@@ -7221,6 +8332,7 @@ var de_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
7221
8332
|
const doc = (0, import_smithy_client.take)(data, {
|
|
7222
8333
|
assetFormsOutput: import_smithy_client._json,
|
|
7223
8334
|
configuration: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
8335
|
+
connectionId: import_smithy_client.expectString,
|
|
7224
8336
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
7225
8337
|
description: import_smithy_client.expectString,
|
|
7226
8338
|
domainId: import_smithy_client.expectString,
|
|
@@ -7260,6 +8372,7 @@ var de_UpdateDomainCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
7260
8372
|
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
7261
8373
|
name: import_smithy_client.expectString,
|
|
7262
8374
|
rootDomainUnitId: import_smithy_client.expectString,
|
|
8375
|
+
serviceRole: import_smithy_client.expectString,
|
|
7263
8376
|
singleSignOn: import_smithy_client._json
|
|
7264
8377
|
});
|
|
7265
8378
|
Object.assign(contents, doc);
|
|
@@ -7437,16 +8550,42 @@ var de_UpdateProjectCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
7437
8550
|
description: import_smithy_client.expectString,
|
|
7438
8551
|
domainId: import_smithy_client.expectString,
|
|
7439
8552
|
domainUnitId: import_smithy_client.expectString,
|
|
8553
|
+
environmentDeploymentDetails: import_smithy_client._json,
|
|
7440
8554
|
failureReasons: import_smithy_client._json,
|
|
7441
8555
|
glossaryTerms: import_smithy_client._json,
|
|
7442
8556
|
id: import_smithy_client.expectString,
|
|
7443
8557
|
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
7444
8558
|
name: import_smithy_client.expectString,
|
|
7445
|
-
|
|
8559
|
+
projectProfileId: import_smithy_client.expectString,
|
|
8560
|
+
projectStatus: import_smithy_client.expectString,
|
|
8561
|
+
userParameters: import_smithy_client._json
|
|
7446
8562
|
});
|
|
7447
8563
|
Object.assign(contents, doc);
|
|
7448
8564
|
return contents;
|
|
7449
8565
|
}, "de_UpdateProjectCommand");
|
|
8566
|
+
var de_UpdateProjectProfileCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
8567
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
8568
|
+
return de_CommandError(output, context);
|
|
8569
|
+
}
|
|
8570
|
+
const contents = (0, import_smithy_client.map)({
|
|
8571
|
+
$metadata: deserializeMetadata(output)
|
|
8572
|
+
});
|
|
8573
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
8574
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
8575
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
8576
|
+
createdBy: import_smithy_client.expectString,
|
|
8577
|
+
description: import_smithy_client.expectString,
|
|
8578
|
+
domainId: import_smithy_client.expectString,
|
|
8579
|
+
domainUnitId: import_smithy_client.expectString,
|
|
8580
|
+
environmentConfigurations: import_smithy_client._json,
|
|
8581
|
+
id: import_smithy_client.expectString,
|
|
8582
|
+
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
8583
|
+
name: import_smithy_client.expectString,
|
|
8584
|
+
status: import_smithy_client.expectString
|
|
8585
|
+
});
|
|
8586
|
+
Object.assign(contents, doc);
|
|
8587
|
+
return contents;
|
|
8588
|
+
}, "de_UpdateProjectProfileCommand");
|
|
7450
8589
|
var de_UpdateRuleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
7451
8590
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
7452
8591
|
return de_CommandError(output, context);
|
|
@@ -7904,6 +9043,71 @@ var de_AssetTypeItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
7904
9043
|
updatedBy: import_smithy_client.expectString
|
|
7905
9044
|
});
|
|
7906
9045
|
}, "de_AssetTypeItem");
|
|
9046
|
+
var de_ConnectionCredentials = /* @__PURE__ */ __name((output, context) => {
|
|
9047
|
+
return (0, import_smithy_client.take)(output, {
|
|
9048
|
+
accessKeyId: import_smithy_client.expectString,
|
|
9049
|
+
expiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
9050
|
+
secretAccessKey: import_smithy_client.expectString,
|
|
9051
|
+
sessionToken: import_smithy_client.expectString
|
|
9052
|
+
});
|
|
9053
|
+
}, "de_ConnectionCredentials");
|
|
9054
|
+
var de_ConnectionPropertiesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
9055
|
+
if (output.athenaProperties != null) {
|
|
9056
|
+
return {
|
|
9057
|
+
athenaProperties: (0, import_smithy_client._json)(output.athenaProperties)
|
|
9058
|
+
};
|
|
9059
|
+
}
|
|
9060
|
+
if (output.glueProperties != null) {
|
|
9061
|
+
return {
|
|
9062
|
+
glueProperties: (0, import_smithy_client._json)(output.glueProperties)
|
|
9063
|
+
};
|
|
9064
|
+
}
|
|
9065
|
+
if (output.hyperPodProperties != null) {
|
|
9066
|
+
return {
|
|
9067
|
+
hyperPodProperties: (0, import_smithy_client._json)(output.hyperPodProperties)
|
|
9068
|
+
};
|
|
9069
|
+
}
|
|
9070
|
+
if (output.iamProperties != null) {
|
|
9071
|
+
return {
|
|
9072
|
+
iamProperties: (0, import_smithy_client._json)(output.iamProperties)
|
|
9073
|
+
};
|
|
9074
|
+
}
|
|
9075
|
+
if (output.redshiftProperties != null) {
|
|
9076
|
+
return {
|
|
9077
|
+
redshiftProperties: (0, import_smithy_client._json)(output.redshiftProperties)
|
|
9078
|
+
};
|
|
9079
|
+
}
|
|
9080
|
+
if (output.sparkEmrProperties != null) {
|
|
9081
|
+
return {
|
|
9082
|
+
sparkEmrProperties: de_SparkEmrPropertiesOutput(output.sparkEmrProperties, context)
|
|
9083
|
+
};
|
|
9084
|
+
}
|
|
9085
|
+
if (output.sparkGlueProperties != null) {
|
|
9086
|
+
return {
|
|
9087
|
+
sparkGlueProperties: (0, import_smithy_client._json)(output.sparkGlueProperties)
|
|
9088
|
+
};
|
|
9089
|
+
}
|
|
9090
|
+
return { $unknown: Object.entries(output)[0] };
|
|
9091
|
+
}, "de_ConnectionPropertiesOutput");
|
|
9092
|
+
var de_ConnectionSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
9093
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
9094
|
+
return de_ConnectionSummary(entry, context);
|
|
9095
|
+
});
|
|
9096
|
+
return retVal;
|
|
9097
|
+
}, "de_ConnectionSummaries");
|
|
9098
|
+
var de_ConnectionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
9099
|
+
return (0, import_smithy_client.take)(output, {
|
|
9100
|
+
connectionId: import_smithy_client.expectString,
|
|
9101
|
+
domainId: import_smithy_client.expectString,
|
|
9102
|
+
domainUnitId: import_smithy_client.expectString,
|
|
9103
|
+
environmentId: import_smithy_client.expectString,
|
|
9104
|
+
name: import_smithy_client.expectString,
|
|
9105
|
+
physicalEndpoints: (_) => de_PhysicalEndpoints(_, context),
|
|
9106
|
+
projectId: import_smithy_client.expectString,
|
|
9107
|
+
props: (_) => de_ConnectionPropertiesOutput((0, import_core2.awsExpectUnion)(_), context),
|
|
9108
|
+
type: import_smithy_client.expectString
|
|
9109
|
+
});
|
|
9110
|
+
}, "de_ConnectionSummary");
|
|
7907
9111
|
var de_DataProductListing = /* @__PURE__ */ __name((output, context) => {
|
|
7908
9112
|
return (0, import_smithy_client.take)(output, {
|
|
7909
9113
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -7975,6 +9179,7 @@ var de_DataSourceRunActivity = /* @__PURE__ */ __name((output, context) => {
|
|
|
7975
9179
|
dataSourceRunId: import_smithy_client.expectString,
|
|
7976
9180
|
database: import_smithy_client.expectString,
|
|
7977
9181
|
errorMessage: import_smithy_client._json,
|
|
9182
|
+
lineageSummary: import_smithy_client._json,
|
|
7978
9183
|
projectId: import_smithy_client.expectString,
|
|
7979
9184
|
technicalDescription: import_smithy_client.expectString,
|
|
7980
9185
|
technicalName: import_smithy_client.expectString,
|
|
@@ -7993,6 +9198,7 @@ var de_DataSourceRunSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
7993
9198
|
dataSourceId: import_smithy_client.expectString,
|
|
7994
9199
|
errorMessage: import_smithy_client._json,
|
|
7995
9200
|
id: import_smithy_client.expectString,
|
|
9201
|
+
lineageSummary: import_smithy_client._json,
|
|
7996
9202
|
projectId: import_smithy_client.expectString,
|
|
7997
9203
|
runStatisticsForAssets: import_smithy_client._json,
|
|
7998
9204
|
startedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
@@ -8010,8 +9216,10 @@ var de_DataSourceSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
8010
9216
|
}, "de_DataSourceSummaries");
|
|
8011
9217
|
var de_DataSourceSummary = /* @__PURE__ */ __name((output, context) => {
|
|
8012
9218
|
return (0, import_smithy_client.take)(output, {
|
|
9219
|
+
connectionId: import_smithy_client.expectString,
|
|
8013
9220
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
8014
9221
|
dataSourceId: import_smithy_client.expectString,
|
|
9222
|
+
description: import_smithy_client.expectString,
|
|
8015
9223
|
domainId: import_smithy_client.expectString,
|
|
8016
9224
|
enableSetting: import_smithy_client.expectString,
|
|
8017
9225
|
environmentId: import_smithy_client.expectString,
|
|
@@ -8037,6 +9245,7 @@ var de_DomainSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
8037
9245
|
arn: import_smithy_client.expectString,
|
|
8038
9246
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8039
9247
|
description: import_smithy_client.expectString,
|
|
9248
|
+
domainVersion: import_smithy_client.expectString,
|
|
8040
9249
|
id: import_smithy_client.expectString,
|
|
8041
9250
|
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8042
9251
|
managedAccountId: import_smithy_client.expectString,
|
|
@@ -8051,6 +9260,7 @@ var de_EnvironmentBlueprintConfigurationItem = /* @__PURE__ */ __name((output, c
|
|
|
8051
9260
|
domainId: import_smithy_client.expectString,
|
|
8052
9261
|
enabledRegions: import_smithy_client._json,
|
|
8053
9262
|
environmentBlueprintId: import_smithy_client.expectString,
|
|
9263
|
+
environmentRolePermissionBoundary: import_smithy_client.expectString,
|
|
8054
9264
|
manageAccessRoleArn: import_smithy_client.expectString,
|
|
8055
9265
|
provisioningConfigurations: import_smithy_client._json,
|
|
8056
9266
|
provisioningRoleArn: import_smithy_client.expectString,
|
|
@@ -8140,37 +9350,105 @@ var de_FormTypeData = /* @__PURE__ */ __name((output, context) => {
|
|
|
8140
9350
|
revision: import_smithy_client.expectString,
|
|
8141
9351
|
status: import_smithy_client.expectString
|
|
8142
9352
|
});
|
|
8143
|
-
}, "de_FormTypeData");
|
|
8144
|
-
var de_GlossaryItem = /* @__PURE__ */ __name((output, context) => {
|
|
9353
|
+
}, "de_FormTypeData");
|
|
9354
|
+
var de_GlossaryItem = /* @__PURE__ */ __name((output, context) => {
|
|
9355
|
+
return (0, import_smithy_client.take)(output, {
|
|
9356
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9357
|
+
createdBy: import_smithy_client.expectString,
|
|
9358
|
+
description: import_smithy_client.expectString,
|
|
9359
|
+
domainId: import_smithy_client.expectString,
|
|
9360
|
+
id: import_smithy_client.expectString,
|
|
9361
|
+
name: import_smithy_client.expectString,
|
|
9362
|
+
owningProjectId: import_smithy_client.expectString,
|
|
9363
|
+
status: import_smithy_client.expectString,
|
|
9364
|
+
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9365
|
+
updatedBy: import_smithy_client.expectString
|
|
9366
|
+
});
|
|
9367
|
+
}, "de_GlossaryItem");
|
|
9368
|
+
var de_GlossaryTermItem = /* @__PURE__ */ __name((output, context) => {
|
|
9369
|
+
return (0, import_smithy_client.take)(output, {
|
|
9370
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9371
|
+
createdBy: import_smithy_client.expectString,
|
|
9372
|
+
domainId: import_smithy_client.expectString,
|
|
9373
|
+
glossaryId: import_smithy_client.expectString,
|
|
9374
|
+
id: import_smithy_client.expectString,
|
|
9375
|
+
longDescription: import_smithy_client.expectString,
|
|
9376
|
+
name: import_smithy_client.expectString,
|
|
9377
|
+
shortDescription: import_smithy_client.expectString,
|
|
9378
|
+
status: import_smithy_client.expectString,
|
|
9379
|
+
termRelations: import_smithy_client._json,
|
|
9380
|
+
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9381
|
+
updatedBy: import_smithy_client.expectString
|
|
9382
|
+
});
|
|
9383
|
+
}, "de_GlossaryTermItem");
|
|
9384
|
+
var de_GlueConnection = /* @__PURE__ */ __name((output, context) => {
|
|
9385
|
+
return (0, import_smithy_client.take)(output, {
|
|
9386
|
+
athenaProperties: import_smithy_client._json,
|
|
9387
|
+
authenticationConfiguration: import_smithy_client._json,
|
|
9388
|
+
compatibleComputeEnvironments: import_smithy_client._json,
|
|
9389
|
+
connectionProperties: import_smithy_client._json,
|
|
9390
|
+
connectionSchemaVersion: import_smithy_client.expectInt32,
|
|
9391
|
+
connectionType: import_smithy_client.expectString,
|
|
9392
|
+
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9393
|
+
description: import_smithy_client.expectString,
|
|
9394
|
+
lastConnectionValidationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9395
|
+
lastUpdatedBy: import_smithy_client.expectString,
|
|
9396
|
+
lastUpdatedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9397
|
+
matchCriteria: import_smithy_client._json,
|
|
9398
|
+
name: import_smithy_client.expectString,
|
|
9399
|
+
physicalConnectionRequirements: import_smithy_client._json,
|
|
9400
|
+
pythonProperties: import_smithy_client._json,
|
|
9401
|
+
sparkProperties: import_smithy_client._json,
|
|
9402
|
+
status: import_smithy_client.expectString,
|
|
9403
|
+
statusReason: import_smithy_client.expectString
|
|
9404
|
+
});
|
|
9405
|
+
}, "de_GlueConnection");
|
|
9406
|
+
var de_JobRunDetails = /* @__PURE__ */ __name((output, context) => {
|
|
9407
|
+
if (output.lineageRunDetails != null) {
|
|
9408
|
+
return {
|
|
9409
|
+
lineageRunDetails: de_LineageRunDetails(output.lineageRunDetails, context)
|
|
9410
|
+
};
|
|
9411
|
+
}
|
|
9412
|
+
return { $unknown: Object.entries(output)[0] };
|
|
9413
|
+
}, "de_JobRunDetails");
|
|
9414
|
+
var de_JobRunSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
9415
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
9416
|
+
return de_JobRunSummary(entry, context);
|
|
9417
|
+
});
|
|
9418
|
+
return retVal;
|
|
9419
|
+
}, "de_JobRunSummaries");
|
|
9420
|
+
var de_JobRunSummary = /* @__PURE__ */ __name((output, context) => {
|
|
8145
9421
|
return (0, import_smithy_client.take)(output, {
|
|
8146
9422
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8147
9423
|
createdBy: import_smithy_client.expectString,
|
|
8148
|
-
description: import_smithy_client.expectString,
|
|
8149
9424
|
domainId: import_smithy_client.expectString,
|
|
8150
|
-
|
|
8151
|
-
|
|
8152
|
-
|
|
8153
|
-
|
|
8154
|
-
|
|
8155
|
-
|
|
9425
|
+
endTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9426
|
+
error: import_smithy_client._json,
|
|
9427
|
+
jobId: import_smithy_client.expectString,
|
|
9428
|
+
jobType: import_smithy_client.expectString,
|
|
9429
|
+
runId: import_smithy_client.expectString,
|
|
9430
|
+
runMode: import_smithy_client.expectString,
|
|
9431
|
+
startTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9432
|
+
status: import_smithy_client.expectString
|
|
8156
9433
|
});
|
|
8157
|
-
}, "
|
|
8158
|
-
var
|
|
9434
|
+
}, "de_JobRunSummary");
|
|
9435
|
+
var de_LineageEventSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
9436
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
9437
|
+
return de_LineageEventSummary(entry, context);
|
|
9438
|
+
});
|
|
9439
|
+
return retVal;
|
|
9440
|
+
}, "de_LineageEventSummaries");
|
|
9441
|
+
var de_LineageEventSummary = /* @__PURE__ */ __name((output, context) => {
|
|
8159
9442
|
return (0, import_smithy_client.take)(output, {
|
|
8160
9443
|
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8161
9444
|
createdBy: import_smithy_client.expectString,
|
|
8162
9445
|
domainId: import_smithy_client.expectString,
|
|
8163
|
-
|
|
9446
|
+
eventSummary: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
9447
|
+
eventTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8164
9448
|
id: import_smithy_client.expectString,
|
|
8165
|
-
|
|
8166
|
-
name: import_smithy_client.expectString,
|
|
8167
|
-
shortDescription: import_smithy_client.expectString,
|
|
8168
|
-
status: import_smithy_client.expectString,
|
|
8169
|
-
termRelations: import_smithy_client._json,
|
|
8170
|
-
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
8171
|
-
updatedBy: import_smithy_client.expectString
|
|
9449
|
+
processingStatus: import_smithy_client.expectString
|
|
8172
9450
|
});
|
|
8173
|
-
}, "
|
|
9451
|
+
}, "de_LineageEventSummary");
|
|
8174
9452
|
var de_LineageNodeReference = /* @__PURE__ */ __name((output, context) => {
|
|
8175
9453
|
return (0, import_smithy_client.take)(output, {
|
|
8176
9454
|
eventTimestamp: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
@@ -8218,6 +9496,20 @@ var de_LineageNodeTypeItem = /* @__PURE__ */ __name((output, context) => {
|
|
|
8218
9496
|
updatedBy: import_smithy_client.expectString
|
|
8219
9497
|
});
|
|
8220
9498
|
}, "de_LineageNodeTypeItem");
|
|
9499
|
+
var de_LineageRunDetails = /* @__PURE__ */ __name((output, context) => {
|
|
9500
|
+
return (0, import_smithy_client.take)(output, {
|
|
9501
|
+
sqlQueryRunDetails: (_) => de_LineageSqlQueryRunDetails(_, context)
|
|
9502
|
+
});
|
|
9503
|
+
}, "de_LineageRunDetails");
|
|
9504
|
+
var de_LineageSqlQueryRunDetails = /* @__PURE__ */ __name((output, context) => {
|
|
9505
|
+
return (0, import_smithy_client.take)(output, {
|
|
9506
|
+
errorMessages: import_smithy_client._json,
|
|
9507
|
+
numQueriesFailed: import_smithy_client.expectInt32,
|
|
9508
|
+
queryEndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9509
|
+
queryStartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
9510
|
+
totalQueriesProcessed: import_smithy_client.expectInt32
|
|
9511
|
+
});
|
|
9512
|
+
}, "de_LineageSqlQueryRunDetails");
|
|
8221
9513
|
var de_ListingItem = /* @__PURE__ */ __name((output, context) => {
|
|
8222
9514
|
if (output.assetListing != null) {
|
|
8223
9515
|
return {
|
|
@@ -8270,6 +9562,23 @@ var de_NotificationsList = /* @__PURE__ */ __name((output, context) => {
|
|
|
8270
9562
|
});
|
|
8271
9563
|
return retVal;
|
|
8272
9564
|
}, "de_NotificationsList");
|
|
9565
|
+
var de_PhysicalEndpoint = /* @__PURE__ */ __name((output, context) => {
|
|
9566
|
+
return (0, import_smithy_client.take)(output, {
|
|
9567
|
+
awsLocation: import_smithy_client._json,
|
|
9568
|
+
glueConnection: (_) => de_GlueConnection(_, context),
|
|
9569
|
+
glueConnectionName: import_smithy_client.expectString,
|
|
9570
|
+
host: import_smithy_client.expectString,
|
|
9571
|
+
port: import_smithy_client.expectInt32,
|
|
9572
|
+
protocol: import_smithy_client.expectString,
|
|
9573
|
+
stage: import_smithy_client.expectString
|
|
9574
|
+
});
|
|
9575
|
+
}, "de_PhysicalEndpoint");
|
|
9576
|
+
var de_PhysicalEndpoints = /* @__PURE__ */ __name((output, context) => {
|
|
9577
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
9578
|
+
return de_PhysicalEndpoint(entry, context);
|
|
9579
|
+
});
|
|
9580
|
+
return retVal;
|
|
9581
|
+
}, "de_PhysicalEndpoints");
|
|
8273
9582
|
var de_PolicyGrantList = /* @__PURE__ */ __name((output, context) => {
|
|
8274
9583
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
8275
9584
|
return de_PolicyGrantMember(entry, context);
|
|
@@ -8284,6 +9593,25 @@ var de_PolicyGrantMember = /* @__PURE__ */ __name((output, context) => {
|
|
|
8284
9593
|
principal: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
8285
9594
|
});
|
|
8286
9595
|
}, "de_PolicyGrantMember");
|
|
9596
|
+
var de_ProjectProfileSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
9597
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
9598
|
+
return de_ProjectProfileSummary(entry, context);
|
|
9599
|
+
});
|
|
9600
|
+
return retVal;
|
|
9601
|
+
}, "de_ProjectProfileSummaries");
|
|
9602
|
+
var de_ProjectProfileSummary = /* @__PURE__ */ __name((output, context) => {
|
|
9603
|
+
return (0, import_smithy_client.take)(output, {
|
|
9604
|
+
createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
9605
|
+
createdBy: import_smithy_client.expectString,
|
|
9606
|
+
description: import_smithy_client.expectString,
|
|
9607
|
+
domainId: import_smithy_client.expectString,
|
|
9608
|
+
domainUnitId: import_smithy_client.expectString,
|
|
9609
|
+
id: import_smithy_client.expectString,
|
|
9610
|
+
lastUpdatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
9611
|
+
name: import_smithy_client.expectString,
|
|
9612
|
+
status: import_smithy_client.expectString
|
|
9613
|
+
});
|
|
9614
|
+
}, "de_ProjectProfileSummary");
|
|
8287
9615
|
var de_ProjectSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
8288
9616
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
8289
9617
|
return de_ProjectSummary(entry, context);
|
|
@@ -8426,6 +9754,21 @@ var de_SearchTypesResultItems = /* @__PURE__ */ __name((output, context) => {
|
|
|
8426
9754
|
});
|
|
8427
9755
|
return retVal;
|
|
8428
9756
|
}, "de_SearchTypesResultItems");
|
|
9757
|
+
var de_SparkEmrPropertiesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
9758
|
+
return (0, import_smithy_client.take)(output, {
|
|
9759
|
+
computeArn: import_smithy_client.expectString,
|
|
9760
|
+
credentials: import_smithy_client._json,
|
|
9761
|
+
credentialsExpiration: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
9762
|
+
governanceType: import_smithy_client.expectString,
|
|
9763
|
+
instanceProfileArn: import_smithy_client.expectString,
|
|
9764
|
+
javaVirtualEnv: import_smithy_client.expectString,
|
|
9765
|
+
livyEndpoint: import_smithy_client.expectString,
|
|
9766
|
+
logUri: import_smithy_client.expectString,
|
|
9767
|
+
pythonVirtualEnv: import_smithy_client.expectString,
|
|
9768
|
+
runtimeRole: import_smithy_client.expectString,
|
|
9769
|
+
trustedCertificatesS3Uri: import_smithy_client.expectString
|
|
9770
|
+
});
|
|
9771
|
+
}, "de_SparkEmrPropertiesOutput");
|
|
8429
9772
|
var de_SubscribedAsset = /* @__PURE__ */ __name((output, context) => {
|
|
8430
9773
|
return (0, import_smithy_client.take)(output, {
|
|
8431
9774
|
assetId: import_smithy_client.expectString,
|
|
@@ -8580,9 +9923,17 @@ var _aPI = "approverProjectId";
|
|
|
8580
9923
|
var _aT = "afterTimestamp";
|
|
8581
9924
|
var _aTs = "assetTypes";
|
|
8582
9925
|
var _bT = "beforeTimestamp";
|
|
9926
|
+
var _cA = "createdAt";
|
|
9927
|
+
var _cB = "createdBy";
|
|
9928
|
+
var _cI = "connectionIdentifier";
|
|
8583
9929
|
var _cT = "clientToken";
|
|
9930
|
+
var _ca = "created-at";
|
|
9931
|
+
var _cb = "created-by";
|
|
9932
|
+
var _ct = "client-token";
|
|
8584
9933
|
var _d = "direction";
|
|
9934
|
+
var _dI = "domainId";
|
|
8585
9935
|
var _dP = "dataProduct";
|
|
9936
|
+
var _di = "domain-id";
|
|
8586
9937
|
var _eA = "endedAt";
|
|
8587
9938
|
var _eBI = "environmentBlueprintIdentifier";
|
|
8588
9939
|
var _eI = "environmentIdentifier";
|
|
@@ -8591,8 +9942,11 @@ var _ePI = "environmentProfileIdentifier";
|
|
|
8591
9942
|
var _eT = "eventTimestamp";
|
|
8592
9943
|
var _eTGTE = "eventTimestampGTE";
|
|
8593
9944
|
var _eTLTE = "eventTimestampLTE";
|
|
9945
|
+
var _eTv = "eventTime";
|
|
9946
|
+
var _et = "event-time";
|
|
8594
9947
|
var _fN = "formName";
|
|
8595
9948
|
var _gI = "groupIdentifier";
|
|
9949
|
+
var _i = "id";
|
|
8596
9950
|
var _iC = "includeCascaded";
|
|
8597
9951
|
var _lR = "listingRevision";
|
|
8598
9952
|
var _m = "managed";
|
|
@@ -8604,7 +9958,9 @@ var _p = "provider";
|
|
|
8604
9958
|
var _pDUI = "parentDomainUnitIdentifier";
|
|
8605
9959
|
var _pI = "projectIdentifier";
|
|
8606
9960
|
var _pIr = "projectIds";
|
|
9961
|
+
var _pS = "processingStatus";
|
|
8607
9962
|
var _pT = "policyType";
|
|
9963
|
+
var _ps = "processing-status";
|
|
8608
9964
|
var _r = "revision";
|
|
8609
9965
|
var _rA = "ruleAction";
|
|
8610
9966
|
var _rPORF = "retainPermissionsOnRevokeFailure";
|
|
@@ -8620,12 +9976,15 @@ var _sRI = "subscriptionRequestIdentifier";
|
|
|
8620
9976
|
var _sTI = "subscriptionTargetId";
|
|
8621
9977
|
var _su = "subjects";
|
|
8622
9978
|
var _t = "timestamp";
|
|
9979
|
+
var _tA = "timestampAfter";
|
|
9980
|
+
var _tB = "timestampBefore";
|
|
8623
9981
|
var _tGTE = "timestampGTE";
|
|
8624
9982
|
var _tK = "tagKeys";
|
|
8625
9983
|
var _tLTE = "timestampLTE";
|
|
8626
9984
|
var _tS = "taskStatus";
|
|
8627
9985
|
var _ty = "type";
|
|
8628
9986
|
var _uI = "userIdentifier";
|
|
9987
|
+
var _wS = "withSecret";
|
|
8629
9988
|
|
|
8630
9989
|
// src/commands/AcceptPredictionsCommand.ts
|
|
8631
9990
|
var _AcceptPredictionsCommand = class _AcceptPredictionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
@@ -8778,6 +10137,20 @@ var _CreateAssetTypeCommand = class _CreateAssetTypeCommand extends import_smith
|
|
|
8778
10137
|
__name(_CreateAssetTypeCommand, "CreateAssetTypeCommand");
|
|
8779
10138
|
var CreateAssetTypeCommand = _CreateAssetTypeCommand;
|
|
8780
10139
|
|
|
10140
|
+
// src/commands/CreateConnectionCommand.ts
|
|
10141
|
+
|
|
10142
|
+
|
|
10143
|
+
|
|
10144
|
+
var _CreateConnectionCommand = class _CreateConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10145
|
+
return [
|
|
10146
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10147
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10148
|
+
];
|
|
10149
|
+
}).s("DataZone", "CreateConnection", {}).n("DataZoneClient", "CreateConnectionCommand").f(CreateConnectionInputFilterSensitiveLog, CreateConnectionOutputFilterSensitiveLog).ser(se_CreateConnectionCommand).de(de_CreateConnectionCommand).build() {
|
|
10150
|
+
};
|
|
10151
|
+
__name(_CreateConnectionCommand, "CreateConnectionCommand");
|
|
10152
|
+
var CreateConnectionCommand = _CreateConnectionCommand;
|
|
10153
|
+
|
|
8781
10154
|
// src/commands/CreateDataProductCommand.ts
|
|
8782
10155
|
|
|
8783
10156
|
|
|
@@ -8988,6 +10361,20 @@ var _CreateProjectMembershipCommand = class _CreateProjectMembershipCommand exte
|
|
|
8988
10361
|
__name(_CreateProjectMembershipCommand, "CreateProjectMembershipCommand");
|
|
8989
10362
|
var CreateProjectMembershipCommand = _CreateProjectMembershipCommand;
|
|
8990
10363
|
|
|
10364
|
+
// src/commands/CreateProjectProfileCommand.ts
|
|
10365
|
+
|
|
10366
|
+
|
|
10367
|
+
|
|
10368
|
+
var _CreateProjectProfileCommand = class _CreateProjectProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10369
|
+
return [
|
|
10370
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10371
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10372
|
+
];
|
|
10373
|
+
}).s("DataZone", "CreateProjectProfile", {}).n("DataZoneClient", "CreateProjectProfileCommand").f(CreateProjectProfileInputFilterSensitiveLog, CreateProjectProfileOutputFilterSensitiveLog).ser(se_CreateProjectProfileCommand).de(de_CreateProjectProfileCommand).build() {
|
|
10374
|
+
};
|
|
10375
|
+
__name(_CreateProjectProfileCommand, "CreateProjectProfileCommand");
|
|
10376
|
+
var CreateProjectProfileCommand = _CreateProjectProfileCommand;
|
|
10377
|
+
|
|
8991
10378
|
// src/commands/CreateRuleCommand.ts
|
|
8992
10379
|
|
|
8993
10380
|
|
|
@@ -9100,6 +10487,20 @@ var _DeleteAssetTypeCommand = class _DeleteAssetTypeCommand extends import_smith
|
|
|
9100
10487
|
__name(_DeleteAssetTypeCommand, "DeleteAssetTypeCommand");
|
|
9101
10488
|
var DeleteAssetTypeCommand = _DeleteAssetTypeCommand;
|
|
9102
10489
|
|
|
10490
|
+
// src/commands/DeleteConnectionCommand.ts
|
|
10491
|
+
|
|
10492
|
+
|
|
10493
|
+
|
|
10494
|
+
var _DeleteConnectionCommand = class _DeleteConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10495
|
+
return [
|
|
10496
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10497
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10498
|
+
];
|
|
10499
|
+
}).s("DataZone", "DeleteConnection", {}).n("DataZoneClient", "DeleteConnectionCommand").f(void 0, void 0).ser(se_DeleteConnectionCommand).de(de_DeleteConnectionCommand).build() {
|
|
10500
|
+
};
|
|
10501
|
+
__name(_DeleteConnectionCommand, "DeleteConnectionCommand");
|
|
10502
|
+
var DeleteConnectionCommand = _DeleteConnectionCommand;
|
|
10503
|
+
|
|
9103
10504
|
// src/commands/DeleteDataProductCommand.ts
|
|
9104
10505
|
|
|
9105
10506
|
|
|
@@ -9296,6 +10697,20 @@ var _DeleteProjectMembershipCommand = class _DeleteProjectMembershipCommand exte
|
|
|
9296
10697
|
__name(_DeleteProjectMembershipCommand, "DeleteProjectMembershipCommand");
|
|
9297
10698
|
var DeleteProjectMembershipCommand = _DeleteProjectMembershipCommand;
|
|
9298
10699
|
|
|
10700
|
+
// src/commands/DeleteProjectProfileCommand.ts
|
|
10701
|
+
|
|
10702
|
+
|
|
10703
|
+
|
|
10704
|
+
var _DeleteProjectProfileCommand = class _DeleteProjectProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10705
|
+
return [
|
|
10706
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10707
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10708
|
+
];
|
|
10709
|
+
}).s("DataZone", "DeleteProjectProfile", {}).n("DataZoneClient", "DeleteProjectProfileCommand").f(void 0, void 0).ser(se_DeleteProjectProfileCommand).de(de_DeleteProjectProfileCommand).build() {
|
|
10710
|
+
};
|
|
10711
|
+
__name(_DeleteProjectProfileCommand, "DeleteProjectProfileCommand");
|
|
10712
|
+
var DeleteProjectProfileCommand = _DeleteProjectProfileCommand;
|
|
10713
|
+
|
|
9299
10714
|
// src/commands/DeleteRuleCommand.ts
|
|
9300
10715
|
|
|
9301
10716
|
|
|
@@ -9422,6 +10837,20 @@ var _GetAssetTypeCommand = class _GetAssetTypeCommand extends import_smithy_clie
|
|
|
9422
10837
|
__name(_GetAssetTypeCommand, "GetAssetTypeCommand");
|
|
9423
10838
|
var GetAssetTypeCommand = _GetAssetTypeCommand;
|
|
9424
10839
|
|
|
10840
|
+
// src/commands/GetConnectionCommand.ts
|
|
10841
|
+
|
|
10842
|
+
|
|
10843
|
+
|
|
10844
|
+
var _GetConnectionCommand = class _GetConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
10845
|
+
return [
|
|
10846
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
10847
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
10848
|
+
];
|
|
10849
|
+
}).s("DataZone", "GetConnection", {}).n("DataZoneClient", "GetConnectionCommand").f(void 0, GetConnectionOutputFilterSensitiveLog).ser(se_GetConnectionCommand).de(de_GetConnectionCommand).build() {
|
|
10850
|
+
};
|
|
10851
|
+
__name(_GetConnectionCommand, "GetConnectionCommand");
|
|
10852
|
+
var GetConnectionCommand = _GetConnectionCommand;
|
|
10853
|
+
|
|
9425
10854
|
// src/commands/GetDataProductCommand.ts
|
|
9426
10855
|
|
|
9427
10856
|
|
|
@@ -9646,6 +11075,34 @@ var _GetIamPortalLoginUrlCommand = class _GetIamPortalLoginUrlCommand extends im
|
|
|
9646
11075
|
__name(_GetIamPortalLoginUrlCommand, "GetIamPortalLoginUrlCommand");
|
|
9647
11076
|
var GetIamPortalLoginUrlCommand = _GetIamPortalLoginUrlCommand;
|
|
9648
11077
|
|
|
11078
|
+
// src/commands/GetJobRunCommand.ts
|
|
11079
|
+
|
|
11080
|
+
|
|
11081
|
+
|
|
11082
|
+
var _GetJobRunCommand = class _GetJobRunCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11083
|
+
return [
|
|
11084
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11085
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11086
|
+
];
|
|
11087
|
+
}).s("DataZone", "GetJobRun", {}).n("DataZoneClient", "GetJobRunCommand").f(void 0, void 0).ser(se_GetJobRunCommand).de(de_GetJobRunCommand).build() {
|
|
11088
|
+
};
|
|
11089
|
+
__name(_GetJobRunCommand, "GetJobRunCommand");
|
|
11090
|
+
var GetJobRunCommand = _GetJobRunCommand;
|
|
11091
|
+
|
|
11092
|
+
// src/commands/GetLineageEventCommand.ts
|
|
11093
|
+
|
|
11094
|
+
|
|
11095
|
+
|
|
11096
|
+
var _GetLineageEventCommand = class _GetLineageEventCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11097
|
+
return [
|
|
11098
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11099
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11100
|
+
];
|
|
11101
|
+
}).s("DataZone", "GetLineageEvent", {}).n("DataZoneClient", "GetLineageEventCommand").f(void 0, GetLineageEventOutputFilterSensitiveLog).ser(se_GetLineageEventCommand).de(de_GetLineageEventCommand).build() {
|
|
11102
|
+
};
|
|
11103
|
+
__name(_GetLineageEventCommand, "GetLineageEventCommand");
|
|
11104
|
+
var GetLineageEventCommand = _GetLineageEventCommand;
|
|
11105
|
+
|
|
9649
11106
|
// src/commands/GetLineageNodeCommand.ts
|
|
9650
11107
|
|
|
9651
11108
|
|
|
@@ -9702,6 +11159,20 @@ var _GetProjectCommand = class _GetProjectCommand extends import_smithy_client.C
|
|
|
9702
11159
|
__name(_GetProjectCommand, "GetProjectCommand");
|
|
9703
11160
|
var GetProjectCommand = _GetProjectCommand;
|
|
9704
11161
|
|
|
11162
|
+
// src/commands/GetProjectProfileCommand.ts
|
|
11163
|
+
|
|
11164
|
+
|
|
11165
|
+
|
|
11166
|
+
var _GetProjectProfileCommand = class _GetProjectProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11167
|
+
return [
|
|
11168
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11169
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11170
|
+
];
|
|
11171
|
+
}).s("DataZone", "GetProjectProfile", {}).n("DataZoneClient", "GetProjectProfileCommand").f(void 0, GetProjectProfileOutputFilterSensitiveLog).ser(se_GetProjectProfileCommand).de(de_GetProjectProfileCommand).build() {
|
|
11172
|
+
};
|
|
11173
|
+
__name(_GetProjectProfileCommand, "GetProjectProfileCommand");
|
|
11174
|
+
var GetProjectProfileCommand = _GetProjectProfileCommand;
|
|
11175
|
+
|
|
9705
11176
|
// src/commands/GetRuleCommand.ts
|
|
9706
11177
|
|
|
9707
11178
|
|
|
@@ -9828,6 +11299,20 @@ var _ListAssetRevisionsCommand = class _ListAssetRevisionsCommand extends import
|
|
|
9828
11299
|
__name(_ListAssetRevisionsCommand, "ListAssetRevisionsCommand");
|
|
9829
11300
|
var ListAssetRevisionsCommand = _ListAssetRevisionsCommand;
|
|
9830
11301
|
|
|
11302
|
+
// src/commands/ListConnectionsCommand.ts
|
|
11303
|
+
|
|
11304
|
+
|
|
11305
|
+
|
|
11306
|
+
var _ListConnectionsCommand = class _ListConnectionsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11307
|
+
return [
|
|
11308
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11309
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11310
|
+
];
|
|
11311
|
+
}).s("DataZone", "ListConnections", {}).n("DataZoneClient", "ListConnectionsCommand").f(void 0, ListConnectionsOutputFilterSensitiveLog).ser(se_ListConnectionsCommand).de(de_ListConnectionsCommand).build() {
|
|
11312
|
+
};
|
|
11313
|
+
__name(_ListConnectionsCommand, "ListConnectionsCommand");
|
|
11314
|
+
var ListConnectionsCommand = _ListConnectionsCommand;
|
|
11315
|
+
|
|
9831
11316
|
// src/commands/ListDataProductRevisionsCommand.ts
|
|
9832
11317
|
|
|
9833
11318
|
|
|
@@ -9996,6 +11481,34 @@ var _ListEnvironmentsCommand = class _ListEnvironmentsCommand extends import_smi
|
|
|
9996
11481
|
__name(_ListEnvironmentsCommand, "ListEnvironmentsCommand");
|
|
9997
11482
|
var ListEnvironmentsCommand = _ListEnvironmentsCommand;
|
|
9998
11483
|
|
|
11484
|
+
// src/commands/ListJobRunsCommand.ts
|
|
11485
|
+
|
|
11486
|
+
|
|
11487
|
+
|
|
11488
|
+
var _ListJobRunsCommand = class _ListJobRunsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11489
|
+
return [
|
|
11490
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11491
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11492
|
+
];
|
|
11493
|
+
}).s("DataZone", "ListJobRuns", {}).n("DataZoneClient", "ListJobRunsCommand").f(void 0, void 0).ser(se_ListJobRunsCommand).de(de_ListJobRunsCommand).build() {
|
|
11494
|
+
};
|
|
11495
|
+
__name(_ListJobRunsCommand, "ListJobRunsCommand");
|
|
11496
|
+
var ListJobRunsCommand = _ListJobRunsCommand;
|
|
11497
|
+
|
|
11498
|
+
// src/commands/ListLineageEventsCommand.ts
|
|
11499
|
+
|
|
11500
|
+
|
|
11501
|
+
|
|
11502
|
+
var _ListLineageEventsCommand = class _ListLineageEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11503
|
+
return [
|
|
11504
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11505
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11506
|
+
];
|
|
11507
|
+
}).s("DataZone", "ListLineageEvents", {}).n("DataZoneClient", "ListLineageEventsCommand").f(void 0, void 0).ser(se_ListLineageEventsCommand).de(de_ListLineageEventsCommand).build() {
|
|
11508
|
+
};
|
|
11509
|
+
__name(_ListLineageEventsCommand, "ListLineageEventsCommand");
|
|
11510
|
+
var ListLineageEventsCommand = _ListLineageEventsCommand;
|
|
11511
|
+
|
|
9999
11512
|
// src/commands/ListLineageNodeHistoryCommand.ts
|
|
10000
11513
|
|
|
10001
11514
|
|
|
@@ -10066,6 +11579,20 @@ var _ListProjectMembershipsCommand = class _ListProjectMembershipsCommand extend
|
|
|
10066
11579
|
__name(_ListProjectMembershipsCommand, "ListProjectMembershipsCommand");
|
|
10067
11580
|
var ListProjectMembershipsCommand = _ListProjectMembershipsCommand;
|
|
10068
11581
|
|
|
11582
|
+
// src/commands/ListProjectProfilesCommand.ts
|
|
11583
|
+
|
|
11584
|
+
|
|
11585
|
+
|
|
11586
|
+
var _ListProjectProfilesCommand = class _ListProjectProfilesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11587
|
+
return [
|
|
11588
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11589
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11590
|
+
];
|
|
11591
|
+
}).s("DataZone", "ListProjectProfiles", {}).n("DataZoneClient", "ListProjectProfilesCommand").f(ListProjectProfilesInputFilterSensitiveLog, ListProjectProfilesOutputFilterSensitiveLog).ser(se_ListProjectProfilesCommand).de(de_ListProjectProfilesCommand).build() {
|
|
11592
|
+
};
|
|
11593
|
+
__name(_ListProjectProfilesCommand, "ListProjectProfilesCommand");
|
|
11594
|
+
var ListProjectProfilesCommand = _ListProjectProfilesCommand;
|
|
11595
|
+
|
|
10069
11596
|
// src/commands/ListProjectsCommand.ts
|
|
10070
11597
|
|
|
10071
11598
|
|
|
@@ -10430,6 +11957,20 @@ var _UpdateAssetFilterCommand = class _UpdateAssetFilterCommand extends import_s
|
|
|
10430
11957
|
__name(_UpdateAssetFilterCommand, "UpdateAssetFilterCommand");
|
|
10431
11958
|
var UpdateAssetFilterCommand = _UpdateAssetFilterCommand;
|
|
10432
11959
|
|
|
11960
|
+
// src/commands/UpdateConnectionCommand.ts
|
|
11961
|
+
|
|
11962
|
+
|
|
11963
|
+
|
|
11964
|
+
var _UpdateConnectionCommand = class _UpdateConnectionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
11965
|
+
return [
|
|
11966
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
11967
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
11968
|
+
];
|
|
11969
|
+
}).s("DataZone", "UpdateConnection", {}).n("DataZoneClient", "UpdateConnectionCommand").f(UpdateConnectionInputFilterSensitiveLog, UpdateConnectionOutputFilterSensitiveLog).ser(se_UpdateConnectionCommand).de(de_UpdateConnectionCommand).build() {
|
|
11970
|
+
};
|
|
11971
|
+
__name(_UpdateConnectionCommand, "UpdateConnectionCommand");
|
|
11972
|
+
var UpdateConnectionCommand = _UpdateConnectionCommand;
|
|
11973
|
+
|
|
10433
11974
|
// src/commands/UpdateDataSourceCommand.ts
|
|
10434
11975
|
|
|
10435
11976
|
|
|
@@ -10570,6 +12111,20 @@ var _UpdateProjectCommand = class _UpdateProjectCommand extends import_smithy_cl
|
|
|
10570
12111
|
__name(_UpdateProjectCommand, "UpdateProjectCommand");
|
|
10571
12112
|
var UpdateProjectCommand = _UpdateProjectCommand;
|
|
10572
12113
|
|
|
12114
|
+
// src/commands/UpdateProjectProfileCommand.ts
|
|
12115
|
+
|
|
12116
|
+
|
|
12117
|
+
|
|
12118
|
+
var _UpdateProjectProfileCommand = class _UpdateProjectProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
12119
|
+
return [
|
|
12120
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
12121
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
12122
|
+
];
|
|
12123
|
+
}).s("DataZone", "UpdateProjectProfile", {}).n("DataZoneClient", "UpdateProjectProfileCommand").f(UpdateProjectProfileInputFilterSensitiveLog, UpdateProjectProfileOutputFilterSensitiveLog).ser(se_UpdateProjectProfileCommand).de(de_UpdateProjectProfileCommand).build() {
|
|
12124
|
+
};
|
|
12125
|
+
__name(_UpdateProjectProfileCommand, "UpdateProjectProfileCommand");
|
|
12126
|
+
var UpdateProjectProfileCommand = _UpdateProjectProfileCommand;
|
|
12127
|
+
|
|
10573
12128
|
// src/commands/UpdateRuleCommand.ts
|
|
10574
12129
|
|
|
10575
12130
|
|
|
@@ -10653,6 +12208,7 @@ var commands = {
|
|
|
10653
12208
|
CreateAssetFilterCommand,
|
|
10654
12209
|
CreateAssetRevisionCommand,
|
|
10655
12210
|
CreateAssetTypeCommand,
|
|
12211
|
+
CreateConnectionCommand,
|
|
10656
12212
|
CreateDataProductCommand,
|
|
10657
12213
|
CreateDataProductRevisionCommand,
|
|
10658
12214
|
CreateDataSourceCommand,
|
|
@@ -10668,6 +12224,7 @@ var commands = {
|
|
|
10668
12224
|
CreateListingChangeSetCommand,
|
|
10669
12225
|
CreateProjectCommand,
|
|
10670
12226
|
CreateProjectMembershipCommand,
|
|
12227
|
+
CreateProjectProfileCommand,
|
|
10671
12228
|
CreateRuleCommand,
|
|
10672
12229
|
CreateSubscriptionGrantCommand,
|
|
10673
12230
|
CreateSubscriptionRequestCommand,
|
|
@@ -10676,6 +12233,7 @@ var commands = {
|
|
|
10676
12233
|
DeleteAssetCommand,
|
|
10677
12234
|
DeleteAssetFilterCommand,
|
|
10678
12235
|
DeleteAssetTypeCommand,
|
|
12236
|
+
DeleteConnectionCommand,
|
|
10679
12237
|
DeleteDataProductCommand,
|
|
10680
12238
|
DeleteDataSourceCommand,
|
|
10681
12239
|
DeleteDomainCommand,
|
|
@@ -10690,6 +12248,7 @@ var commands = {
|
|
|
10690
12248
|
DeleteListingCommand,
|
|
10691
12249
|
DeleteProjectCommand,
|
|
10692
12250
|
DeleteProjectMembershipCommand,
|
|
12251
|
+
DeleteProjectProfileCommand,
|
|
10693
12252
|
DeleteRuleCommand,
|
|
10694
12253
|
DeleteSubscriptionGrantCommand,
|
|
10695
12254
|
DeleteSubscriptionRequestCommand,
|
|
@@ -10699,6 +12258,7 @@ var commands = {
|
|
|
10699
12258
|
GetAssetCommand,
|
|
10700
12259
|
GetAssetFilterCommand,
|
|
10701
12260
|
GetAssetTypeCommand,
|
|
12261
|
+
GetConnectionCommand,
|
|
10702
12262
|
GetDataProductCommand,
|
|
10703
12263
|
GetDataSourceCommand,
|
|
10704
12264
|
GetDataSourceRunCommand,
|
|
@@ -10715,10 +12275,13 @@ var commands = {
|
|
|
10715
12275
|
GetGlossaryTermCommand,
|
|
10716
12276
|
GetGroupProfileCommand,
|
|
10717
12277
|
GetIamPortalLoginUrlCommand,
|
|
12278
|
+
GetJobRunCommand,
|
|
12279
|
+
GetLineageEventCommand,
|
|
10718
12280
|
GetLineageNodeCommand,
|
|
10719
12281
|
GetListingCommand,
|
|
10720
12282
|
GetMetadataGenerationRunCommand,
|
|
10721
12283
|
GetProjectCommand,
|
|
12284
|
+
GetProjectProfileCommand,
|
|
10722
12285
|
GetRuleCommand,
|
|
10723
12286
|
GetSubscriptionCommand,
|
|
10724
12287
|
GetSubscriptionGrantCommand,
|
|
@@ -10728,6 +12291,7 @@ var commands = {
|
|
|
10728
12291
|
GetUserProfileCommand,
|
|
10729
12292
|
ListAssetFiltersCommand,
|
|
10730
12293
|
ListAssetRevisionsCommand,
|
|
12294
|
+
ListConnectionsCommand,
|
|
10731
12295
|
ListDataProductRevisionsCommand,
|
|
10732
12296
|
ListDataSourceRunActivitiesCommand,
|
|
10733
12297
|
ListDataSourceRunsCommand,
|
|
@@ -10740,11 +12304,14 @@ var commands = {
|
|
|
10740
12304
|
ListEnvironmentBlueprintsCommand,
|
|
10741
12305
|
ListEnvironmentProfilesCommand,
|
|
10742
12306
|
ListEnvironmentsCommand,
|
|
12307
|
+
ListJobRunsCommand,
|
|
12308
|
+
ListLineageEventsCommand,
|
|
10743
12309
|
ListLineageNodeHistoryCommand,
|
|
10744
12310
|
ListMetadataGenerationRunsCommand,
|
|
10745
12311
|
ListNotificationsCommand,
|
|
10746
12312
|
ListPolicyGrantsCommand,
|
|
10747
12313
|
ListProjectMembershipsCommand,
|
|
12314
|
+
ListProjectProfilesCommand,
|
|
10748
12315
|
ListProjectsCommand,
|
|
10749
12316
|
ListRulesCommand,
|
|
10750
12317
|
ListSubscriptionGrantsCommand,
|
|
@@ -10771,6 +12338,7 @@ var commands = {
|
|
|
10771
12338
|
TagResourceCommand,
|
|
10772
12339
|
UntagResourceCommand,
|
|
10773
12340
|
UpdateAssetFilterCommand,
|
|
12341
|
+
UpdateConnectionCommand,
|
|
10774
12342
|
UpdateDataSourceCommand,
|
|
10775
12343
|
UpdateDomainCommand,
|
|
10776
12344
|
UpdateDomainUnitCommand,
|
|
@@ -10781,6 +12349,7 @@ var commands = {
|
|
|
10781
12349
|
UpdateGlossaryTermCommand,
|
|
10782
12350
|
UpdateGroupProfileCommand,
|
|
10783
12351
|
UpdateProjectCommand,
|
|
12352
|
+
UpdateProjectProfileCommand,
|
|
10784
12353
|
UpdateRuleCommand,
|
|
10785
12354
|
UpdateSubscriptionGrantStatusCommand,
|
|
10786
12355
|
UpdateSubscriptionRequestCommand,
|
|
@@ -10801,6 +12370,10 @@ var paginateListAssetFilters = (0, import_core.createPaginator)(DataZoneClient,
|
|
|
10801
12370
|
|
|
10802
12371
|
var paginateListAssetRevisions = (0, import_core.createPaginator)(DataZoneClient, ListAssetRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
10803
12372
|
|
|
12373
|
+
// src/pagination/ListConnectionsPaginator.ts
|
|
12374
|
+
|
|
12375
|
+
var paginateListConnections = (0, import_core.createPaginator)(DataZoneClient, ListConnectionsCommand, "nextToken", "nextToken", "maxResults");
|
|
12376
|
+
|
|
10804
12377
|
// src/pagination/ListDataProductRevisionsPaginator.ts
|
|
10805
12378
|
|
|
10806
12379
|
var paginateListDataProductRevisions = (0, import_core.createPaginator)(DataZoneClient, ListDataProductRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -10849,6 +12422,14 @@ var paginateListEnvironmentProfiles = (0, import_core.createPaginator)(DataZoneC
|
|
|
10849
12422
|
|
|
10850
12423
|
var paginateListEnvironments = (0, import_core.createPaginator)(DataZoneClient, ListEnvironmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
10851
12424
|
|
|
12425
|
+
// src/pagination/ListJobRunsPaginator.ts
|
|
12426
|
+
|
|
12427
|
+
var paginateListJobRuns = (0, import_core.createPaginator)(DataZoneClient, ListJobRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
12428
|
+
|
|
12429
|
+
// src/pagination/ListLineageEventsPaginator.ts
|
|
12430
|
+
|
|
12431
|
+
var paginateListLineageEvents = (0, import_core.createPaginator)(DataZoneClient, ListLineageEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
12432
|
+
|
|
10852
12433
|
// src/pagination/ListLineageNodeHistoryPaginator.ts
|
|
10853
12434
|
|
|
10854
12435
|
var paginateListLineageNodeHistory = (0, import_core.createPaginator)(DataZoneClient, ListLineageNodeHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -10869,6 +12450,10 @@ var paginateListPolicyGrants = (0, import_core.createPaginator)(DataZoneClient,
|
|
|
10869
12450
|
|
|
10870
12451
|
var paginateListProjectMemberships = (0, import_core.createPaginator)(DataZoneClient, ListProjectMembershipsCommand, "nextToken", "nextToken", "maxResults");
|
|
10871
12452
|
|
|
12453
|
+
// src/pagination/ListProjectProfilesPaginator.ts
|
|
12454
|
+
|
|
12455
|
+
var paginateListProjectProfiles = (0, import_core.createPaginator)(DataZoneClient, ListProjectProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
12456
|
+
|
|
10872
12457
|
// src/pagination/ListProjectsPaginator.ts
|
|
10873
12458
|
|
|
10874
12459
|
var paginateListProjects = (0, import_core.createPaginator)(DataZoneClient, ListProjectsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -10935,6 +12520,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10935
12520
|
CreateAssetFilterCommand,
|
|
10936
12521
|
CreateAssetRevisionCommand,
|
|
10937
12522
|
CreateAssetTypeCommand,
|
|
12523
|
+
CreateConnectionCommand,
|
|
10938
12524
|
CreateDataProductCommand,
|
|
10939
12525
|
CreateDataProductRevisionCommand,
|
|
10940
12526
|
CreateDataSourceCommand,
|
|
@@ -10950,6 +12536,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10950
12536
|
CreateListingChangeSetCommand,
|
|
10951
12537
|
CreateProjectCommand,
|
|
10952
12538
|
CreateProjectMembershipCommand,
|
|
12539
|
+
CreateProjectProfileCommand,
|
|
10953
12540
|
CreateRuleCommand,
|
|
10954
12541
|
CreateSubscriptionGrantCommand,
|
|
10955
12542
|
CreateSubscriptionRequestCommand,
|
|
@@ -10958,6 +12545,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10958
12545
|
DeleteAssetCommand,
|
|
10959
12546
|
DeleteAssetFilterCommand,
|
|
10960
12547
|
DeleteAssetTypeCommand,
|
|
12548
|
+
DeleteConnectionCommand,
|
|
10961
12549
|
DeleteDataProductCommand,
|
|
10962
12550
|
DeleteDataSourceCommand,
|
|
10963
12551
|
DeleteDomainCommand,
|
|
@@ -10972,6 +12560,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10972
12560
|
DeleteListingCommand,
|
|
10973
12561
|
DeleteProjectCommand,
|
|
10974
12562
|
DeleteProjectMembershipCommand,
|
|
12563
|
+
DeleteProjectProfileCommand,
|
|
10975
12564
|
DeleteRuleCommand,
|
|
10976
12565
|
DeleteSubscriptionGrantCommand,
|
|
10977
12566
|
DeleteSubscriptionRequestCommand,
|
|
@@ -10981,6 +12570,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10981
12570
|
GetAssetCommand,
|
|
10982
12571
|
GetAssetFilterCommand,
|
|
10983
12572
|
GetAssetTypeCommand,
|
|
12573
|
+
GetConnectionCommand,
|
|
10984
12574
|
GetDataProductCommand,
|
|
10985
12575
|
GetDataSourceCommand,
|
|
10986
12576
|
GetDataSourceRunCommand,
|
|
@@ -10997,10 +12587,13 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
10997
12587
|
GetGlossaryTermCommand,
|
|
10998
12588
|
GetGroupProfileCommand,
|
|
10999
12589
|
GetIamPortalLoginUrlCommand,
|
|
12590
|
+
GetJobRunCommand,
|
|
12591
|
+
GetLineageEventCommand,
|
|
11000
12592
|
GetLineageNodeCommand,
|
|
11001
12593
|
GetListingCommand,
|
|
11002
12594
|
GetMetadataGenerationRunCommand,
|
|
11003
12595
|
GetProjectCommand,
|
|
12596
|
+
GetProjectProfileCommand,
|
|
11004
12597
|
GetRuleCommand,
|
|
11005
12598
|
GetSubscriptionCommand,
|
|
11006
12599
|
GetSubscriptionGrantCommand,
|
|
@@ -11010,6 +12603,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11010
12603
|
GetUserProfileCommand,
|
|
11011
12604
|
ListAssetFiltersCommand,
|
|
11012
12605
|
ListAssetRevisionsCommand,
|
|
12606
|
+
ListConnectionsCommand,
|
|
11013
12607
|
ListDataProductRevisionsCommand,
|
|
11014
12608
|
ListDataSourceRunActivitiesCommand,
|
|
11015
12609
|
ListDataSourceRunsCommand,
|
|
@@ -11022,11 +12616,14 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11022
12616
|
ListEnvironmentBlueprintsCommand,
|
|
11023
12617
|
ListEnvironmentProfilesCommand,
|
|
11024
12618
|
ListEnvironmentsCommand,
|
|
12619
|
+
ListJobRunsCommand,
|
|
12620
|
+
ListLineageEventsCommand,
|
|
11025
12621
|
ListLineageNodeHistoryCommand,
|
|
11026
12622
|
ListMetadataGenerationRunsCommand,
|
|
11027
12623
|
ListNotificationsCommand,
|
|
11028
12624
|
ListPolicyGrantsCommand,
|
|
11029
12625
|
ListProjectMembershipsCommand,
|
|
12626
|
+
ListProjectProfilesCommand,
|
|
11030
12627
|
ListProjectsCommand,
|
|
11031
12628
|
ListRulesCommand,
|
|
11032
12629
|
ListSubscriptionGrantsCommand,
|
|
@@ -11053,6 +12650,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11053
12650
|
TagResourceCommand,
|
|
11054
12651
|
UntagResourceCommand,
|
|
11055
12652
|
UpdateAssetFilterCommand,
|
|
12653
|
+
UpdateConnectionCommand,
|
|
11056
12654
|
UpdateDataSourceCommand,
|
|
11057
12655
|
UpdateDomainCommand,
|
|
11058
12656
|
UpdateDomainUnitCommand,
|
|
@@ -11063,6 +12661,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11063
12661
|
UpdateGlossaryTermCommand,
|
|
11064
12662
|
UpdateGroupProfileCommand,
|
|
11065
12663
|
UpdateProjectCommand,
|
|
12664
|
+
UpdateProjectProfileCommand,
|
|
11066
12665
|
UpdateRuleCommand,
|
|
11067
12666
|
UpdateSubscriptionGrantStatusCommand,
|
|
11068
12667
|
UpdateSubscriptionRequestCommand,
|
|
@@ -11070,6 +12669,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11070
12669
|
UpdateUserProfileCommand,
|
|
11071
12670
|
paginateListAssetFilters,
|
|
11072
12671
|
paginateListAssetRevisions,
|
|
12672
|
+
paginateListConnections,
|
|
11073
12673
|
paginateListDataProductRevisions,
|
|
11074
12674
|
paginateListDataSourceRunActivities,
|
|
11075
12675
|
paginateListDataSourceRuns,
|
|
@@ -11082,11 +12682,14 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11082
12682
|
paginateListEnvironmentBlueprints,
|
|
11083
12683
|
paginateListEnvironmentProfiles,
|
|
11084
12684
|
paginateListEnvironments,
|
|
12685
|
+
paginateListJobRuns,
|
|
12686
|
+
paginateListLineageEvents,
|
|
11085
12687
|
paginateListLineageNodeHistory,
|
|
11086
12688
|
paginateListMetadataGenerationRuns,
|
|
11087
12689
|
paginateListNotifications,
|
|
11088
12690
|
paginateListPolicyGrants,
|
|
11089
12691
|
paginateListProjectMemberships,
|
|
12692
|
+
paginateListProjectProfiles,
|
|
11090
12693
|
paginateListProjects,
|
|
11091
12694
|
paginateListRules,
|
|
11092
12695
|
paginateListSubscriptionGrants,
|
|
@@ -11128,10 +12731,25 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11128
12731
|
RowFilterExpression,
|
|
11129
12732
|
FilterStatus,
|
|
11130
12733
|
RuleScopeSelectionMode,
|
|
12734
|
+
AuthenticationType,
|
|
12735
|
+
OAuth2GrantType,
|
|
11131
12736
|
AuthType,
|
|
12737
|
+
AwsAccount,
|
|
11132
12738
|
SubscriptionStatus,
|
|
11133
12739
|
ChangeAction,
|
|
12740
|
+
ComputeEnvironments,
|
|
11134
12741
|
ConfigurableActionTypeAuthorization,
|
|
12742
|
+
GlueConnectionType,
|
|
12743
|
+
RedshiftCredentials,
|
|
12744
|
+
RedshiftStorageProperties,
|
|
12745
|
+
ConnectionPropertiesInput,
|
|
12746
|
+
ConnectionStatus,
|
|
12747
|
+
HyperPodOrchestrator,
|
|
12748
|
+
GovernanceType,
|
|
12749
|
+
ConnectionPropertiesOutput,
|
|
12750
|
+
ConnectionPropertiesPatch,
|
|
12751
|
+
ConnectionType,
|
|
12752
|
+
Protocol,
|
|
11135
12753
|
DataProductItemType,
|
|
11136
12754
|
DataProductStatus,
|
|
11137
12755
|
FilterExpressionType,
|
|
@@ -11143,6 +12761,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11143
12761
|
DataSourceErrorType,
|
|
11144
12762
|
DataSourceRunStatus,
|
|
11145
12763
|
DataSourceStatus,
|
|
12764
|
+
DomainVersion,
|
|
11146
12765
|
UserAssignment,
|
|
11147
12766
|
DomainStatus,
|
|
11148
12767
|
DomainUnitOwnerProperties,
|
|
@@ -11156,9 +12775,13 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11156
12775
|
GlossaryTermStatus,
|
|
11157
12776
|
GroupProfileStatus,
|
|
11158
12777
|
EntityType,
|
|
12778
|
+
OverallDeploymentStatus,
|
|
11159
12779
|
ProjectStatus,
|
|
11160
12780
|
UserDesignation,
|
|
11161
12781
|
Member,
|
|
12782
|
+
Region,
|
|
12783
|
+
DeploymentMode,
|
|
12784
|
+
Status,
|
|
11162
12785
|
RuleAction,
|
|
11163
12786
|
RuleDetail,
|
|
11164
12787
|
RuleTarget,
|
|
@@ -11168,16 +12791,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11168
12791
|
SubscriptionGrantStatus,
|
|
11169
12792
|
GrantedEntity,
|
|
11170
12793
|
SubscriptionGrantOverallStatus,
|
|
11171
|
-
SubscribedPrincipalInput,
|
|
11172
|
-
UserType,
|
|
11173
|
-
UserProfileDetails,
|
|
11174
|
-
UserProfileStatus,
|
|
11175
|
-
UserProfileType,
|
|
11176
|
-
DataAssetActivityStatus,
|
|
11177
|
-
SelfGrantStatus,
|
|
11178
|
-
SelfGrantStatusOutput,
|
|
11179
|
-
DataSourceRunType,
|
|
11180
|
-
TimeSeriesEntityType,
|
|
11181
12794
|
AcceptChoiceFilterSensitiveLog,
|
|
11182
12795
|
AcceptPredictionsInputFilterSensitiveLog,
|
|
11183
12796
|
AcceptSubscriptionRequestInputFilterSensitiveLog,
|
|
@@ -11206,7 +12819,32 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11206
12819
|
CreateAssetTypeOutputFilterSensitiveLog,
|
|
11207
12820
|
GetAssetTypeOutputFilterSensitiveLog,
|
|
11208
12821
|
AssetTypeItemFilterSensitiveLog,
|
|
12822
|
+
GlueOAuth2CredentialsFilterSensitiveLog,
|
|
12823
|
+
OAuth2PropertiesFilterSensitiveLog,
|
|
12824
|
+
AuthenticationConfigurationFilterSensitiveLog,
|
|
12825
|
+
BasicAuthenticationCredentialsFilterSensitiveLog,
|
|
12826
|
+
AuthenticationConfigurationInputFilterSensitiveLog,
|
|
12827
|
+
AuthenticationConfigurationPatchFilterSensitiveLog,
|
|
11209
12828
|
CancelSubscriptionOutputFilterSensitiveLog,
|
|
12829
|
+
ConnectionCredentialsFilterSensitiveLog,
|
|
12830
|
+
GlueConnectionInputFilterSensitiveLog,
|
|
12831
|
+
GluePropertiesInputFilterSensitiveLog,
|
|
12832
|
+
UsernamePasswordFilterSensitiveLog,
|
|
12833
|
+
RedshiftCredentialsFilterSensitiveLog,
|
|
12834
|
+
RedshiftPropertiesInputFilterSensitiveLog,
|
|
12835
|
+
ConnectionPropertiesInputFilterSensitiveLog,
|
|
12836
|
+
RedshiftPropertiesOutputFilterSensitiveLog,
|
|
12837
|
+
SparkEmrPropertiesOutputFilterSensitiveLog,
|
|
12838
|
+
ConnectionPropertiesOutputFilterSensitiveLog,
|
|
12839
|
+
GlueConnectionPatchFilterSensitiveLog,
|
|
12840
|
+
GluePropertiesPatchFilterSensitiveLog,
|
|
12841
|
+
RedshiftPropertiesPatchFilterSensitiveLog,
|
|
12842
|
+
ConnectionPropertiesPatchFilterSensitiveLog,
|
|
12843
|
+
GlueConnectionFilterSensitiveLog,
|
|
12844
|
+
PhysicalEndpointFilterSensitiveLog,
|
|
12845
|
+
ConnectionSummaryFilterSensitiveLog,
|
|
12846
|
+
CreateConnectionInputFilterSensitiveLog,
|
|
12847
|
+
CreateConnectionOutputFilterSensitiveLog,
|
|
11210
12848
|
CreateDataProductInputFilterSensitiveLog,
|
|
11211
12849
|
CreateDataProductOutputFilterSensitiveLog,
|
|
11212
12850
|
CreateDataProductRevisionInputFilterSensitiveLog,
|
|
@@ -11228,10 +12866,50 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11228
12866
|
CreateGlossaryTermInputFilterSensitiveLog,
|
|
11229
12867
|
CreateGlossaryTermOutputFilterSensitiveLog,
|
|
11230
12868
|
CreateGroupProfileOutputFilterSensitiveLog,
|
|
12869
|
+
EnvironmentConfigurationUserParameterFilterSensitiveLog,
|
|
11231
12870
|
CreateProjectInputFilterSensitiveLog,
|
|
11232
12871
|
CreateProjectOutputFilterSensitiveLog,
|
|
12872
|
+
EnvironmentConfigurationFilterSensitiveLog,
|
|
12873
|
+
CreateProjectProfileInputFilterSensitiveLog,
|
|
12874
|
+
CreateProjectProfileOutputFilterSensitiveLog,
|
|
11233
12875
|
CreateRuleInputFilterSensitiveLog,
|
|
11234
12876
|
CreateRuleOutputFilterSensitiveLog,
|
|
12877
|
+
SubscribedPrincipalInput,
|
|
12878
|
+
UserType,
|
|
12879
|
+
UserProfileDetails,
|
|
12880
|
+
UserProfileStatus,
|
|
12881
|
+
UserProfileType,
|
|
12882
|
+
DataAssetActivityStatus,
|
|
12883
|
+
SelfGrantStatus,
|
|
12884
|
+
SelfGrantStatusOutput,
|
|
12885
|
+
LineageImportStatus,
|
|
12886
|
+
DataSourceRunType,
|
|
12887
|
+
LineageEventProcessingStatus,
|
|
12888
|
+
TimeSeriesEntityType,
|
|
12889
|
+
ProvisioningConfiguration,
|
|
12890
|
+
JobRunDetails,
|
|
12891
|
+
JobType,
|
|
12892
|
+
JobRunMode,
|
|
12893
|
+
JobRunStatus,
|
|
12894
|
+
SortFieldConnection,
|
|
12895
|
+
SortOrder,
|
|
12896
|
+
OwnerPropertiesOutput,
|
|
12897
|
+
ListingItem,
|
|
12898
|
+
OpenLineageRunState,
|
|
12899
|
+
EventSummary,
|
|
12900
|
+
EdgeDirection,
|
|
12901
|
+
TaskStatus,
|
|
12902
|
+
NotificationType,
|
|
12903
|
+
NotificationResourceType,
|
|
12904
|
+
NotificationRole,
|
|
12905
|
+
SortFieldProject,
|
|
12906
|
+
MemberDetails,
|
|
12907
|
+
SortKey,
|
|
12908
|
+
MetadataGenerationRunStatus,
|
|
12909
|
+
MetadataGenerationTargetType,
|
|
12910
|
+
MetadataGenerationRunType,
|
|
12911
|
+
RejectRuleBehavior,
|
|
12912
|
+
SearchOutputAdditionalAttribute,
|
|
11235
12913
|
CreateSubscriptionRequestInputFilterSensitiveLog,
|
|
11236
12914
|
CreateSubscriptionRequestOutputFilterSensitiveLog,
|
|
11237
12915
|
CreateSubscriptionTargetInputFilterSensitiveLog,
|
|
@@ -11253,33 +12931,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11253
12931
|
UpdateDataSourceInputFilterSensitiveLog,
|
|
11254
12932
|
UpdateDataSourceOutputFilterSensitiveLog,
|
|
11255
12933
|
DataSourceRunActivityFilterSensitiveLog,
|
|
11256
|
-
ProvisioningConfiguration,
|
|
11257
|
-
OwnerPropertiesOutput,
|
|
11258
|
-
ListingItem,
|
|
11259
|
-
EdgeDirection,
|
|
11260
|
-
SortOrder,
|
|
11261
|
-
TaskStatus,
|
|
11262
|
-
NotificationType,
|
|
11263
|
-
NotificationResourceType,
|
|
11264
|
-
NotificationRole,
|
|
11265
|
-
SortFieldProject,
|
|
11266
|
-
MemberDetails,
|
|
11267
|
-
SortKey,
|
|
11268
|
-
MetadataGenerationRunStatus,
|
|
11269
|
-
MetadataGenerationTargetType,
|
|
11270
|
-
MetadataGenerationRunType,
|
|
11271
|
-
RejectRuleBehavior,
|
|
11272
|
-
SearchOutputAdditionalAttribute,
|
|
11273
|
-
InventorySearchScope,
|
|
11274
|
-
SearchInventoryResultItem,
|
|
11275
|
-
GroupSearchType,
|
|
11276
|
-
SearchResultItem,
|
|
11277
|
-
TypesSearchScope,
|
|
11278
|
-
SearchTypesResultItem,
|
|
11279
|
-
UserSearchType,
|
|
11280
|
-
FilterClause,
|
|
11281
|
-
RowFilter,
|
|
11282
|
-
AssetFilterConfiguration,
|
|
11283
12934
|
DomainSummaryFilterSensitiveLog,
|
|
11284
12935
|
ListDomainsOutputFilterSensitiveLog,
|
|
11285
12936
|
GetDomainUnitOutputFilterSensitiveLog,
|
|
@@ -11287,13 +12938,16 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11287
12938
|
UpdateDomainUnitOutputFilterSensitiveLog,
|
|
11288
12939
|
ImportFilterSensitiveLog,
|
|
11289
12940
|
GetFormTypeOutputFilterSensitiveLog,
|
|
12941
|
+
GetConnectionOutputFilterSensitiveLog,
|
|
11290
12942
|
GetEnvironmentOutputFilterSensitiveLog,
|
|
11291
12943
|
GetEnvironmentBlueprintOutputFilterSensitiveLog,
|
|
11292
12944
|
GetEnvironmentCredentialsOutputFilterSensitiveLog,
|
|
11293
12945
|
GetEnvironmentProfileOutputFilterSensitiveLog,
|
|
11294
12946
|
GetGroupProfileOutputFilterSensitiveLog,
|
|
12947
|
+
GetLineageEventOutputFilterSensitiveLog,
|
|
11295
12948
|
GetLineageNodeOutputFilterSensitiveLog,
|
|
11296
12949
|
GetProjectOutputFilterSensitiveLog,
|
|
12950
|
+
GetProjectProfileOutputFilterSensitiveLog,
|
|
11297
12951
|
GetSubscriptionOutputFilterSensitiveLog,
|
|
11298
12952
|
GetSubscriptionRequestDetailsOutputFilterSensitiveLog,
|
|
11299
12953
|
GetSubscriptionTargetOutputFilterSensitiveLog,
|
|
@@ -11305,6 +12959,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11305
12959
|
UpdateGlossaryTermInputFilterSensitiveLog,
|
|
11306
12960
|
UpdateGlossaryTermOutputFilterSensitiveLog,
|
|
11307
12961
|
ListAssetFiltersOutputFilterSensitiveLog,
|
|
12962
|
+
ListConnectionsOutputFilterSensitiveLog,
|
|
11308
12963
|
ListDataSourceRunActivitiesOutputFilterSensitiveLog,
|
|
11309
12964
|
EnvironmentBlueprintSummaryFilterSensitiveLog,
|
|
11310
12965
|
ListEnvironmentBlueprintsOutputFilterSensitiveLog,
|
|
@@ -11317,6 +12972,9 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11317
12972
|
GetListingOutputFilterSensitiveLog,
|
|
11318
12973
|
NotificationOutputFilterSensitiveLog,
|
|
11319
12974
|
ListNotificationsOutputFilterSensitiveLog,
|
|
12975
|
+
ListProjectProfilesInputFilterSensitiveLog,
|
|
12976
|
+
ProjectProfileSummaryFilterSensitiveLog,
|
|
12977
|
+
ListProjectProfilesOutputFilterSensitiveLog,
|
|
11320
12978
|
ListProjectsInputFilterSensitiveLog,
|
|
11321
12979
|
ProjectSummaryFilterSensitiveLog,
|
|
11322
12980
|
ListProjectsOutputFilterSensitiveLog,
|
|
@@ -11336,6 +12994,16 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11336
12994
|
ListRulesOutputFilterSensitiveLog,
|
|
11337
12995
|
UpdateRuleInputFilterSensitiveLog,
|
|
11338
12996
|
UpdateRuleOutputFilterSensitiveLog,
|
|
12997
|
+
InventorySearchScope,
|
|
12998
|
+
SearchInventoryResultItem,
|
|
12999
|
+
GroupSearchType,
|
|
13000
|
+
SearchResultItem,
|
|
13001
|
+
TypesSearchScope,
|
|
13002
|
+
SearchTypesResultItem,
|
|
13003
|
+
UserSearchType,
|
|
13004
|
+
FilterClause,
|
|
13005
|
+
RowFilter,
|
|
13006
|
+
AssetFilterConfiguration,
|
|
11339
13007
|
GlossaryItemFilterSensitiveLog,
|
|
11340
13008
|
GlossaryTermItemFilterSensitiveLog,
|
|
11341
13009
|
SearchInventoryResultItemFilterSensitiveLog,
|
|
@@ -11352,12 +13020,16 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
11352
13020
|
SearchUserProfilesInputFilterSensitiveLog,
|
|
11353
13021
|
UserProfileSummaryFilterSensitiveLog,
|
|
11354
13022
|
SearchUserProfilesOutputFilterSensitiveLog,
|
|
13023
|
+
UpdateConnectionInputFilterSensitiveLog,
|
|
13024
|
+
UpdateConnectionOutputFilterSensitiveLog,
|
|
11355
13025
|
UpdateEnvironmentOutputFilterSensitiveLog,
|
|
11356
13026
|
UpdateEnvironmentProfileInputFilterSensitiveLog,
|
|
11357
13027
|
UpdateEnvironmentProfileOutputFilterSensitiveLog,
|
|
11358
13028
|
UpdateGroupProfileOutputFilterSensitiveLog,
|
|
11359
13029
|
UpdateProjectInputFilterSensitiveLog,
|
|
11360
13030
|
UpdateProjectOutputFilterSensitiveLog,
|
|
13031
|
+
UpdateProjectProfileInputFilterSensitiveLog,
|
|
13032
|
+
UpdateProjectProfileOutputFilterSensitiveLog,
|
|
11361
13033
|
UpdateSubscriptionRequestInputFilterSensitiveLog,
|
|
11362
13034
|
UpdateSubscriptionRequestOutputFilterSensitiveLog,
|
|
11363
13035
|
UpdateSubscriptionTargetInputFilterSensitiveLog,
|