@aws-sdk/client-datazone 3.1075.0 → 3.1077.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist-cjs/index.js +7666 -81
  2. package/dist-es/models/enums.js +66 -66
  3. package/dist-es/runtimeConfig.browser.js +0 -2
  4. package/dist-es/runtimeConfig.js +1 -2
  5. package/dist-es/runtimeConfig.native.js +0 -2
  6. package/dist-es/runtimeConfig.shared.js +2 -0
  7. package/dist-es/schemas/schemas_0.js +94 -39
  8. package/dist-types/commands/CreateConnectionCommand.d.ts +86 -0
  9. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -2
  11. package/dist-types/commands/GetConnectionCommand.d.ts +15 -0
  12. package/dist-types/commands/GetNotebookRunCommand.d.ts +2 -1
  13. package/dist-types/commands/ListConnectionsCommand.d.ts +15 -0
  14. package/dist-types/commands/ListNotebookRunsCommand.d.ts +1 -2
  15. package/dist-types/commands/UpdateConnectionCommand.d.ts +36 -0
  16. package/dist-types/models/enums.d.ts +74 -74
  17. package/dist-types/models/models_0.d.ts +329 -264
  18. package/dist-types/models/models_1.d.ts +261 -313
  19. package/dist-types/models/models_2.d.ts +314 -3
  20. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  21. package/dist-types/runtimeConfig.d.ts +2 -2
  22. package/dist-types/runtimeConfig.native.d.ts +2 -2
  23. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  24. package/dist-types/schemas/schemas_0.d.ts +8 -0
  25. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
  26. package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +4 -2
  27. package/dist-types/ts3.4/commands/GetNotebookRunCommand.d.ts +2 -1
  28. package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +4 -2
  29. package/dist-types/ts3.4/models/enums.d.ts +67 -67
  30. package/dist-types/ts3.4/models/models_0.d.ts +147 -81
  31. package/dist-types/ts3.4/models/models_1.d.ts +85 -73
  32. package/dist-types/ts3.4/models/models_2.d.ts +73 -8
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +8 -2
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -2
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +8 -2
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  37. package/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  38. package/package.json +8 -10
  39. package/dist-cjs/auth/httpAuthSchemeProvider.js +0 -40
  40. package/dist-cjs/endpoint/bdd.js +0 -38
  41. package/dist-cjs/endpoint/endpointResolver.js +0 -14
  42. package/dist-cjs/models/DataZoneServiceException.js +0 -8
  43. package/dist-cjs/models/errors.js +0 -99
  44. package/dist-cjs/runtimeConfig.browser.js +0 -32
  45. package/dist-cjs/runtimeConfig.js +0 -45
  46. package/dist-cjs/runtimeConfig.native.js +0 -12
  47. package/dist-cjs/runtimeConfig.shared.js +0 -38
  48. package/dist-cjs/schemas/schemas_0.js +0 -7116
@@ -1,6 +1,317 @@
1
- import type { ConnectionScope, ConnectionType, DataZoneEntityType, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GraphEntityType, GroupProfileStatus, GroupSearchType, InventorySearchScope, ManagedPolicyType, NotebookRunStatus, NotebookStatus, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SearchOutputAdditionalAttribute, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TimeSeriesEntityType, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
2
- import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, CellInformation, ColumnFilterConfiguration, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FormEntryOutput, FormOutput, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, RuleDetail, RuleScope, RuleTarget, SubscribedListing, SubscribedPrincipal, TermRelations, UserProfileDetails } from "./models_0";
3
- import type { DataProductListingItem, DataProductResultItem, EncryptionConfiguration, FailureCause, GrantedEntity, Import, NetworkConfig, NotebookRunError, NotebookRunSummary, StorageConfig, SubscribedAsset, SubscriptionTargetForm, TimeoutConfig, TimeSeriesDataPointFormOutput, TriggerSource } from "./models_1";
1
+ import type { ConnectionScope, ConnectionType, DataZoneEntityType, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GraphEntityType, GroupProfileStatus, GroupSearchType, InventorySearchScope, ManagedPolicyType, NetworkAccessType, NotebookRunStatus, NotebookStatus, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SearchOutputAdditionalAttribute, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TimeSeriesEntityType, TriggerSourceType, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
2
+ import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, CellInformation, ColumnFilterConfiguration, ComputeConfig, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfig, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FormEntryOutput, FormOutput, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, RuleDetail, SubscribedListing, SubscribedPrincipal, TermRelations, UserProfileDetails } from "./models_0";
3
+ import type { DataProductListingItem, DataProductResultItem, EncryptionConfiguration, FailureCause, GrantedEntity, Import, RuleScope, RuleTarget, SubscribedAsset, SubscriptionTargetForm, TimeSeriesDataPointFormOutput } from "./models_1";
4
+ /**
5
+ * <p>The error details of a failed notebook run in Amazon SageMaker Unified Studio.</p>
6
+ * @public
7
+ */
8
+ export interface NotebookRunError {
9
+ /**
10
+ * <p>The error message. The maximum length is 1024 characters.</p>
11
+ * @public
12
+ */
13
+ message: string | undefined;
14
+ }
15
+ /**
16
+ * <p>The network configuration for a notebook run in Amazon SageMaker Unified Studio.</p>
17
+ * @public
18
+ */
19
+ export interface NetworkConfig {
20
+ /**
21
+ * <p>The network access type for the notebook run. Valid values are <code>PUBLIC_INTERNET_ONLY</code> and <code>VPC_ONLY</code>.</p>
22
+ * @public
23
+ */
24
+ networkAccessType: NetworkAccessType | undefined;
25
+ /**
26
+ * <p>The identifier of the VPC for the notebook run. This is required when the network access type is <code>VPC_ONLY</code>.</p>
27
+ * @public
28
+ */
29
+ vpcId?: string | undefined;
30
+ /**
31
+ * <p>The identifiers of the subnets for the notebook run. You can specify up to 10 subnets.</p>
32
+ * @public
33
+ */
34
+ subnetIds?: string[] | undefined;
35
+ /**
36
+ * <p>The identifiers of the security groups for the notebook run. You can specify up to 5 security groups.</p>
37
+ * @public
38
+ */
39
+ securityGroupIds?: string[] | undefined;
40
+ }
41
+ /**
42
+ * <p>The storage configuration for a notebook run in Amazon SageMaker Unified Studio.</p>
43
+ * @public
44
+ */
45
+ export interface StorageConfig {
46
+ /**
47
+ * <p>The Amazon Simple Storage Service path for the project storage.</p>
48
+ * @public
49
+ */
50
+ projectS3Path?: string | undefined;
51
+ /**
52
+ * <p>The ARN of the KMS key used for encryption.</p>
53
+ * @public
54
+ */
55
+ kmsKeyArn?: string | undefined;
56
+ }
57
+ /**
58
+ * <p>The timeout configuration for a notebook run in Amazon SageMaker Unified Studio.</p>
59
+ * @public
60
+ */
61
+ export interface TimeoutConfig {
62
+ /**
63
+ * <p>The timeout for the notebook run, in minutes. The minimum value is 60 minutes (1 hour), the maximum value is 1440 minutes (24 hours), and the default value is 720 minutes (12 hours).</p>
64
+ * @public
65
+ */
66
+ runTimeoutInMinutes?: number | undefined;
67
+ }
68
+ /**
69
+ * <p>The source that triggered a notebook run in Amazon SageMaker Unified Studio.</p>
70
+ * @public
71
+ */
72
+ export interface TriggerSource {
73
+ /**
74
+ * <p>The type of the trigger source. Valid values are <code>MANUAL</code>, <code>SCHEDULED</code>, and <code>WORKFLOW</code>.</p>
75
+ * @public
76
+ */
77
+ type?: TriggerSourceType | undefined;
78
+ /**
79
+ * <p>The name of the trigger source.</p>
80
+ * @public
81
+ */
82
+ name?: string | undefined;
83
+ }
84
+ /**
85
+ * @public
86
+ */
87
+ export interface GetNotebookRunOutput {
88
+ /**
89
+ * <p>The identifier of the notebook run.</p>
90
+ * @public
91
+ */
92
+ id: string | undefined;
93
+ /**
94
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
95
+ * @public
96
+ */
97
+ domainId: string | undefined;
98
+ /**
99
+ * <p>The identifier of the project that owns the notebook run.</p>
100
+ * @public
101
+ */
102
+ owningProjectId: string | undefined;
103
+ /**
104
+ * <p>The identifier of the notebook.</p>
105
+ * @public
106
+ */
107
+ notebookId: string | undefined;
108
+ /**
109
+ * <p>The identifier of the schedule associated with the notebook run.</p>
110
+ * @public
111
+ */
112
+ scheduleId?: string | undefined;
113
+ /**
114
+ * <p>The status of the notebook run.</p>
115
+ * @public
116
+ */
117
+ status: NotebookRunStatus | undefined;
118
+ /**
119
+ * <p>The ordered list of cells in the notebook run.</p>
120
+ * @public
121
+ */
122
+ cellOrder?: CellInformation[] | undefined;
123
+ /**
124
+ * <p>The metadata of the notebook run.</p>
125
+ * @public
126
+ */
127
+ metadata?: Record<string, string> | undefined;
128
+ /**
129
+ * <p>The sensitive parameters of the notebook run.</p>
130
+ * @public
131
+ */
132
+ parameters?: Record<string, string> | undefined;
133
+ /**
134
+ * <p>The compute configuration of the notebook run.</p>
135
+ * @public
136
+ */
137
+ computeConfiguration?: ComputeConfig | undefined;
138
+ /**
139
+ * <p>The network configuration of the notebook run.</p>
140
+ * @public
141
+ */
142
+ networkConfiguration?: NetworkConfig | undefined;
143
+ /**
144
+ * <p>The timeout configuration of the notebook run.</p>
145
+ * @public
146
+ */
147
+ timeoutConfiguration?: TimeoutConfig | undefined;
148
+ /**
149
+ * <p>The environment configuration of the notebook run, including image version and package settings.</p>
150
+ * @public
151
+ */
152
+ environmentConfiguration?: EnvironmentConfig | undefined;
153
+ /**
154
+ * <p>The storage configuration of the notebook run, including the Amazon Simple Storage Service path and KMS key ARN.</p>
155
+ * @public
156
+ */
157
+ storageConfiguration?: StorageConfig | undefined;
158
+ /**
159
+ * <p>The source that triggered the notebook run.</p>
160
+ * @public
161
+ */
162
+ triggerSource?: TriggerSource | undefined;
163
+ /**
164
+ * <p>The error details if the notebook run failed.</p>
165
+ * @public
166
+ */
167
+ error?: NotebookRunError | undefined;
168
+ /**
169
+ * <p>The timestamp of when the notebook run was created.</p>
170
+ * @public
171
+ */
172
+ createdAt?: Date | undefined;
173
+ /**
174
+ * <p>The identifier of the user who created the notebook run.</p>
175
+ * @public
176
+ */
177
+ createdBy?: string | undefined;
178
+ /**
179
+ * <p>The timestamp of when the notebook run was last updated.</p>
180
+ * @public
181
+ */
182
+ updatedAt?: Date | undefined;
183
+ /**
184
+ * <p>The identifier of the user who last updated the notebook run.</p>
185
+ * @public
186
+ */
187
+ updatedBy?: string | undefined;
188
+ /**
189
+ * <p>The timestamp of when the notebook run started executing.</p>
190
+ * @public
191
+ */
192
+ startedAt?: Date | undefined;
193
+ /**
194
+ * <p>The timestamp of when the notebook run completed.</p>
195
+ * @public
196
+ */
197
+ completedAt?: Date | undefined;
198
+ }
199
+ /**
200
+ * @public
201
+ */
202
+ export interface ListNotebookRunsInput {
203
+ /**
204
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain in which to list notebook runs.</p>
205
+ * @public
206
+ */
207
+ domainIdentifier: string | undefined;
208
+ /**
209
+ * <p>The identifier of the project that owns the notebook runs.</p>
210
+ * @public
211
+ */
212
+ owningProjectIdentifier: string | undefined;
213
+ /**
214
+ * <p>The identifier of the notebook to filter runs by.</p>
215
+ * @public
216
+ */
217
+ notebookIdentifier?: string | undefined;
218
+ /**
219
+ * <p>The status to filter notebook runs by.</p>
220
+ * @public
221
+ */
222
+ status?: NotebookRunStatus | undefined;
223
+ /**
224
+ * <p>The identifier of the schedule to filter notebook runs by.</p>
225
+ * @public
226
+ */
227
+ scheduleIdentifier?: string | undefined;
228
+ /**
229
+ * <p>The maximum number of notebook runs to return in a single call. When the number of notebook runs exceeds the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value.</p>
230
+ * @public
231
+ */
232
+ maxResults?: number | undefined;
233
+ /**
234
+ * <p>The sort order for the results.</p>
235
+ * @public
236
+ */
237
+ sortOrder?: SortOrder | undefined;
238
+ /**
239
+ * <p>When the number of notebook runs is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of notebook runs, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListNotebookRuns</code> to list the next set of notebook runs.</p>
240
+ * @public
241
+ */
242
+ nextToken?: string | undefined;
243
+ }
244
+ /**
245
+ * <p>The summary of a notebook run in Amazon SageMaker Unified Studio.</p>
246
+ * @public
247
+ */
248
+ export interface NotebookRunSummary {
249
+ /**
250
+ * <p>The identifier of the notebook run.</p>
251
+ * @public
252
+ */
253
+ id: string | undefined;
254
+ /**
255
+ * <p>The identifier of the Amazon SageMaker Unified Studio domain.</p>
256
+ * @public
257
+ */
258
+ domainId: string | undefined;
259
+ /**
260
+ * <p>The identifier of the project that owns the notebook run.</p>
261
+ * @public
262
+ */
263
+ owningProjectId: string | undefined;
264
+ /**
265
+ * <p>The identifier of the notebook.</p>
266
+ * @public
267
+ */
268
+ notebookId: string | undefined;
269
+ /**
270
+ * <p>The identifier of the schedule associated with the notebook run.</p>
271
+ * @public
272
+ */
273
+ scheduleId?: string | undefined;
274
+ /**
275
+ * <p>The status of the notebook run.</p>
276
+ * @public
277
+ */
278
+ status: NotebookRunStatus | undefined;
279
+ /**
280
+ * <p>The source that triggered the notebook run.</p>
281
+ * @public
282
+ */
283
+ triggerSource?: TriggerSource | undefined;
284
+ /**
285
+ * <p>The timestamp of when the notebook run was created.</p>
286
+ * @public
287
+ */
288
+ createdAt?: Date | undefined;
289
+ /**
290
+ * <p>The identifier of the user who created the notebook run.</p>
291
+ * @public
292
+ */
293
+ createdBy?: string | undefined;
294
+ /**
295
+ * <p>The timestamp of when the notebook run was last updated.</p>
296
+ * @public
297
+ */
298
+ updatedAt?: Date | undefined;
299
+ /**
300
+ * <p>The identifier of the user who last updated the notebook run.</p>
301
+ * @public
302
+ */
303
+ updatedBy?: string | undefined;
304
+ /**
305
+ * <p>The timestamp of when the notebook run started executing.</p>
306
+ * @public
307
+ */
308
+ startedAt?: Date | undefined;
309
+ /**
310
+ * <p>The timestamp of when the notebook run completed.</p>
311
+ * @public
312
+ */
313
+ completedAt?: Date | undefined;
314
+ }
4
315
  /**
5
316
  * @public
6
317
  */
@@ -13,8 +13,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
13
13
  region: string | import("@smithy/types").Provider<any>;
14
14
  requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
15
15
  retryMode: string | import("@smithy/types").Provider<string>;
16
- sha256: import("@smithy/types").HashConstructor;
17
- streamCollector: import("@smithy/types").StreamCollector;
16
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
18
17
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
19
18
  useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
20
19
  cacheMiddleware?: boolean | undefined;
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
24
23
  [setting: string]: unknown;
25
24
  };
26
25
  apiVersion: string;
26
+ sha256: import("@smithy/types").HashConstructor;
27
27
  urlParser: import("@smithy/types").UrlParser;
28
28
  base64Decoder: import("@smithy/types").Decoder;
29
29
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -14,8 +14,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
14
14
  region: string | import("@smithy/types").Provider<string>;
15
15
  requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
16
16
  retryMode: string | import("@smithy/types").Provider<string>;
17
- sha256: import("@smithy/types").HashConstructor;
18
- streamCollector: import("@smithy/types").StreamCollector;
17
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
18
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
19
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
20
  userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
26
25
  [setting: string]: unknown;
27
26
  };
28
27
  apiVersion: string;
28
+ sha256: import("@smithy/types").HashConstructor;
29
29
  urlParser: import("@smithy/types").UrlParser;
30
30
  base64Decoder: import("@smithy/types").Decoder;
31
31
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -4,7 +4,6 @@ import type { DataZoneClientConfig } from "./DataZoneClient";
4
4
  */
5
5
  export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
6
6
  runtime: string;
7
- sha256: import("@smithy/types").HashConstructor;
8
7
  requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
9
8
  cacheMiddleware?: boolean;
10
9
  protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
@@ -13,9 +12,10 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
13
12
  [setting: string]: unknown;
14
13
  };
15
14
  apiVersion: string;
15
+ sha256: import("@smithy/types").HashConstructor;
16
16
  urlParser: import("@smithy/types").UrlParser;
17
17
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
18
- streamCollector: import("@smithy/types").StreamCollector;
18
+ streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
19
19
  base64Decoder: import("@smithy/types").Decoder;
20
20
  base64Encoder: (_input: Uint8Array | string) => string;
21
21
  utf8Decoder: import("@smithy/types").Decoder;
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
21
21
  defaultNamespace?: string;
22
22
  };
23
23
  serviceId: string;
24
+ sha256: import("@smithy/types").HashConstructor;
24
25
  urlParser: import("@smithy/types").UrlParser;
25
26
  utf8Decoder: import("@smithy/types").Decoder;
26
27
  utf8Encoder: (input: Uint8Array | string) => string;
@@ -88,6 +88,8 @@ export declare var ConfigurableEnvironmentAction$: StaticStructureSchema;
88
88
  export declare var Configuration$: StaticStructureSchema;
89
89
  export declare var ConnectionCredentials$: StaticStructureSchema;
90
90
  export declare var ConnectionSummary$: StaticStructureSchema;
91
+ export declare var ConnectivityProperties$: StaticStructureSchema;
92
+ export declare var ConnectivityPropertiesPatch$: StaticStructureSchema;
91
93
  export declare var CreateAccountPoolInput$: StaticStructureSchema;
92
94
  export declare var CreateAccountPoolOutput$: StaticStructureSchema;
93
95
  export declare var CreateAssetFilterInput$: StaticStructureSchema;
@@ -360,6 +362,7 @@ export declare var IamPropertiesInput$: StaticStructureSchema;
360
362
  export declare var IamPropertiesOutput$: StaticStructureSchema;
361
363
  export declare var IamPropertiesPatch$: StaticStructureSchema;
362
364
  export declare var IamUserProfileDetails$: StaticStructureSchema;
365
+ export declare var IdentityMapping$: StaticStructureSchema;
363
366
  export declare var Import$: StaticStructureSchema;
364
367
  export declare var InExpression$: StaticStructureSchema;
365
368
  export declare var IsNotNullExpression$: StaticStructureSchema;
@@ -381,6 +384,8 @@ export declare var LineageNodeSummary$: StaticStructureSchema;
381
384
  export declare var LineageNodeTypeItem$: StaticStructureSchema;
382
385
  export declare var LineageRunDetails$: StaticStructureSchema;
383
386
  export declare var LineageSqlQueryRunDetails$: StaticStructureSchema;
387
+ export declare var LineageSyncInput$: StaticStructureSchema;
388
+ export declare var LineageSyncOutput$: StaticStructureSchema;
384
389
  export declare var LineageSyncSchedule$: StaticStructureSchema;
385
390
  export declare var ListAccountPoolsInput$: StaticStructureSchema;
386
391
  export declare var ListAccountPoolsOutput$: StaticStructureSchema;
@@ -566,6 +571,9 @@ export declare var SearchUserProfilesInput$: StaticStructureSchema;
566
571
  export declare var SearchUserProfilesOutput$: StaticStructureSchema;
567
572
  export declare var SelfGrantStatusDetail$: StaticStructureSchema;
568
573
  export declare var SingleSignOn$: StaticStructureSchema;
574
+ export declare var SnowflakePropertiesInput$: StaticStructureSchema;
575
+ export declare var SnowflakePropertiesOutput$: StaticStructureSchema;
576
+ export declare var SnowflakePropertiesPatch$: StaticStructureSchema;
569
577
  export declare var SparkEmrPropertiesInput$: StaticStructureSchema;
570
578
  export declare var SparkEmrPropertiesOutput$: StaticStructureSchema;
571
579
  export declare var SparkEmrPropertiesPatch$: StaticStructureSchema;
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../DataZoneClient";
8
- import { CreateRuleInput, CreateRuleOutput } from "../models/models_0";
8
+ import { CreateRuleInput, CreateRuleOutput } from "../models/models_1";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface CreateRuleCommandInput extends CreateRuleInput {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../DataZoneClient";
8
- import { CreateSubscriptionGrantInput } from "../models/models_0";
9
- import { CreateSubscriptionGrantOutput } from "../models/models_1";
8
+ import {
9
+ CreateSubscriptionGrantInput,
10
+ CreateSubscriptionGrantOutput,
11
+ } from "../models/models_1";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface CreateSubscriptionGrantCommandInput
@@ -5,7 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../DataZoneClient";
8
- import { GetNotebookRunInput, GetNotebookRunOutput } from "../models/models_1";
8
+ import { GetNotebookRunInput } from "../models/models_1";
9
+ import { GetNotebookRunOutput } from "../models/models_2";
9
10
  export { __MetadataBearer };
10
11
  export { $Command };
11
12
  export interface GetNotebookRunCommandInput extends GetNotebookRunInput {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../DataZoneClient";
8
- import { ListNotebookRunsInput } from "../models/models_1";
9
- import { ListNotebookRunsOutput } from "../models/models_2";
8
+ import {
9
+ ListNotebookRunsInput,
10
+ ListNotebookRunsOutput,
11
+ } from "../models/models_2";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface ListNotebookRunsCommandInput extends ListNotebookRunsInput {}
@@ -159,6 +159,73 @@ export declare const GlueConnectionType: {
159
159
  };
160
160
  export type GlueConnectionType =
161
161
  (typeof GlueConnectionType)[keyof typeof GlueConnectionType];
162
+ export declare const Timezone: {
163
+ readonly AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG";
164
+ readonly AMERICA_MONTREAL: "AMERICA_MONTREAL";
165
+ readonly AMERICA_SAO_PAULO: "AMERICA_SAO_PAULO";
166
+ readonly ASIA_BAHRAIN: "ASIA_BAHRAIN";
167
+ readonly ASIA_BANGKOK: "ASIA_BANGKOK";
168
+ readonly ASIA_CALCUTTA: "ASIA_CALCUTTA";
169
+ readonly ASIA_DUBAI: "ASIA_DUBAI";
170
+ readonly ASIA_HONG_KONG: "ASIA_HONG_KONG";
171
+ readonly ASIA_JAKARTA: "ASIA_JAKARTA";
172
+ readonly ASIA_KUALA_LUMPUR: "ASIA_KUALA_LUMPUR";
173
+ readonly ASIA_SEOUL: "ASIA_SEOUL";
174
+ readonly ASIA_SHANGHAI: "ASIA_SHANGHAI";
175
+ readonly ASIA_SINGAPORE: "ASIA_SINGAPORE";
176
+ readonly ASIA_TAIPEI: "ASIA_TAIPEI";
177
+ readonly ASIA_TOKYO: "ASIA_TOKYO";
178
+ readonly AUSTRALIA_MELBOURNE: "AUSTRALIA_MELBOURNE";
179
+ readonly AUSTRALIA_SYDNEY: "AUSTRALIA_SYDNEY";
180
+ readonly CANADA_CENTRAL: "CANADA_CENTRAL";
181
+ readonly CET: "CET";
182
+ readonly CST6CDT: "CST6CDT";
183
+ readonly ETC_GMT: "ETC_GMT";
184
+ readonly ETC_GMT0: "ETC_GMT0";
185
+ readonly ETC_GMT_ADD_0: "ETC_GMT_ADD_0";
186
+ readonly ETC_GMT_ADD_1: "ETC_GMT_ADD_1";
187
+ readonly ETC_GMT_ADD_10: "ETC_GMT_ADD_10";
188
+ readonly ETC_GMT_ADD_11: "ETC_GMT_ADD_11";
189
+ readonly ETC_GMT_ADD_12: "ETC_GMT_ADD_12";
190
+ readonly ETC_GMT_ADD_2: "ETC_GMT_ADD_2";
191
+ readonly ETC_GMT_ADD_3: "ETC_GMT_ADD_3";
192
+ readonly ETC_GMT_ADD_4: "ETC_GMT_ADD_4";
193
+ readonly ETC_GMT_ADD_5: "ETC_GMT_ADD_5";
194
+ readonly ETC_GMT_ADD_6: "ETC_GMT_ADD_6";
195
+ readonly ETC_GMT_ADD_7: "ETC_GMT_ADD_7";
196
+ readonly ETC_GMT_ADD_8: "ETC_GMT_ADD_8";
197
+ readonly ETC_GMT_ADD_9: "ETC_GMT_ADD_9";
198
+ readonly ETC_GMT_NEG_0: "ETC_GMT_NEG_0";
199
+ readonly ETC_GMT_NEG_1: "ETC_GMT_NEG_1";
200
+ readonly ETC_GMT_NEG_10: "ETC_GMT_NEG_10";
201
+ readonly ETC_GMT_NEG_11: "ETC_GMT_NEG_11";
202
+ readonly ETC_GMT_NEG_12: "ETC_GMT_NEG_12";
203
+ readonly ETC_GMT_NEG_13: "ETC_GMT_NEG_13";
204
+ readonly ETC_GMT_NEG_14: "ETC_GMT_NEG_14";
205
+ readonly ETC_GMT_NEG_2: "ETC_GMT_NEG_2";
206
+ readonly ETC_GMT_NEG_3: "ETC_GMT_NEG_3";
207
+ readonly ETC_GMT_NEG_4: "ETC_GMT_NEG_4";
208
+ readonly ETC_GMT_NEG_5: "ETC_GMT_NEG_5";
209
+ readonly ETC_GMT_NEG_6: "ETC_GMT_NEG_6";
210
+ readonly ETC_GMT_NEG_7: "ETC_GMT_NEG_7";
211
+ readonly ETC_GMT_NEG_8: "ETC_GMT_NEG_8";
212
+ readonly ETC_GMT_NEG_9: "ETC_GMT_NEG_9";
213
+ readonly EUROPE_DUBLIN: "EUROPE_DUBLIN";
214
+ readonly EUROPE_LONDON: "EUROPE_LONDON";
215
+ readonly EUROPE_PARIS: "EUROPE_PARIS";
216
+ readonly EUROPE_STOCKHOLM: "EUROPE_STOCKHOLM";
217
+ readonly EUROPE_ZURICH: "EUROPE_ZURICH";
218
+ readonly ISRAEL: "ISRAEL";
219
+ readonly MEXICO_GENERAL: "MEXICO_GENERAL";
220
+ readonly MST7MDT: "MST7MDT";
221
+ readonly PACIFIC_AUCKLAND: "PACIFIC_AUCKLAND";
222
+ readonly US_CENTRAL: "US_CENTRAL";
223
+ readonly US_EASTERN: "US_EASTERN";
224
+ readonly US_MOUNTAIN: "US_MOUNTAIN";
225
+ readonly US_PACIFIC: "US_PACIFIC";
226
+ readonly UTC: "UTC";
227
+ };
228
+ export type Timezone = (typeof Timezone)[keyof typeof Timezone];
162
229
  export declare const ConnectionStatus: {
163
230
  readonly CREATE_FAILED: "CREATE_FAILED";
164
231
  readonly CREATING: "CREATING";
@@ -249,73 +316,6 @@ export declare const EnableSetting: {
249
316
  readonly ENABLED: "ENABLED";
250
317
  };
251
318
  export type EnableSetting = (typeof EnableSetting)[keyof typeof EnableSetting];
252
- export declare const Timezone: {
253
- readonly AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG";
254
- readonly AMERICA_MONTREAL: "AMERICA_MONTREAL";
255
- readonly AMERICA_SAO_PAULO: "AMERICA_SAO_PAULO";
256
- readonly ASIA_BAHRAIN: "ASIA_BAHRAIN";
257
- readonly ASIA_BANGKOK: "ASIA_BANGKOK";
258
- readonly ASIA_CALCUTTA: "ASIA_CALCUTTA";
259
- readonly ASIA_DUBAI: "ASIA_DUBAI";
260
- readonly ASIA_HONG_KONG: "ASIA_HONG_KONG";
261
- readonly ASIA_JAKARTA: "ASIA_JAKARTA";
262
- readonly ASIA_KUALA_LUMPUR: "ASIA_KUALA_LUMPUR";
263
- readonly ASIA_SEOUL: "ASIA_SEOUL";
264
- readonly ASIA_SHANGHAI: "ASIA_SHANGHAI";
265
- readonly ASIA_SINGAPORE: "ASIA_SINGAPORE";
266
- readonly ASIA_TAIPEI: "ASIA_TAIPEI";
267
- readonly ASIA_TOKYO: "ASIA_TOKYO";
268
- readonly AUSTRALIA_MELBOURNE: "AUSTRALIA_MELBOURNE";
269
- readonly AUSTRALIA_SYDNEY: "AUSTRALIA_SYDNEY";
270
- readonly CANADA_CENTRAL: "CANADA_CENTRAL";
271
- readonly CET: "CET";
272
- readonly CST6CDT: "CST6CDT";
273
- readonly ETC_GMT: "ETC_GMT";
274
- readonly ETC_GMT0: "ETC_GMT0";
275
- readonly ETC_GMT_ADD_0: "ETC_GMT_ADD_0";
276
- readonly ETC_GMT_ADD_1: "ETC_GMT_ADD_1";
277
- readonly ETC_GMT_ADD_10: "ETC_GMT_ADD_10";
278
- readonly ETC_GMT_ADD_11: "ETC_GMT_ADD_11";
279
- readonly ETC_GMT_ADD_12: "ETC_GMT_ADD_12";
280
- readonly ETC_GMT_ADD_2: "ETC_GMT_ADD_2";
281
- readonly ETC_GMT_ADD_3: "ETC_GMT_ADD_3";
282
- readonly ETC_GMT_ADD_4: "ETC_GMT_ADD_4";
283
- readonly ETC_GMT_ADD_5: "ETC_GMT_ADD_5";
284
- readonly ETC_GMT_ADD_6: "ETC_GMT_ADD_6";
285
- readonly ETC_GMT_ADD_7: "ETC_GMT_ADD_7";
286
- readonly ETC_GMT_ADD_8: "ETC_GMT_ADD_8";
287
- readonly ETC_GMT_ADD_9: "ETC_GMT_ADD_9";
288
- readonly ETC_GMT_NEG_0: "ETC_GMT_NEG_0";
289
- readonly ETC_GMT_NEG_1: "ETC_GMT_NEG_1";
290
- readonly ETC_GMT_NEG_10: "ETC_GMT_NEG_10";
291
- readonly ETC_GMT_NEG_11: "ETC_GMT_NEG_11";
292
- readonly ETC_GMT_NEG_12: "ETC_GMT_NEG_12";
293
- readonly ETC_GMT_NEG_13: "ETC_GMT_NEG_13";
294
- readonly ETC_GMT_NEG_14: "ETC_GMT_NEG_14";
295
- readonly ETC_GMT_NEG_2: "ETC_GMT_NEG_2";
296
- readonly ETC_GMT_NEG_3: "ETC_GMT_NEG_3";
297
- readonly ETC_GMT_NEG_4: "ETC_GMT_NEG_4";
298
- readonly ETC_GMT_NEG_5: "ETC_GMT_NEG_5";
299
- readonly ETC_GMT_NEG_6: "ETC_GMT_NEG_6";
300
- readonly ETC_GMT_NEG_7: "ETC_GMT_NEG_7";
301
- readonly ETC_GMT_NEG_8: "ETC_GMT_NEG_8";
302
- readonly ETC_GMT_NEG_9: "ETC_GMT_NEG_9";
303
- readonly EUROPE_DUBLIN: "EUROPE_DUBLIN";
304
- readonly EUROPE_LONDON: "EUROPE_LONDON";
305
- readonly EUROPE_PARIS: "EUROPE_PARIS";
306
- readonly EUROPE_STOCKHOLM: "EUROPE_STOCKHOLM";
307
- readonly EUROPE_ZURICH: "EUROPE_ZURICH";
308
- readonly ISRAEL: "ISRAEL";
309
- readonly MEXICO_GENERAL: "MEXICO_GENERAL";
310
- readonly MST7MDT: "MST7MDT";
311
- readonly PACIFIC_AUCKLAND: "PACIFIC_AUCKLAND";
312
- readonly US_CENTRAL: "US_CENTRAL";
313
- readonly US_EASTERN: "US_EASTERN";
314
- readonly US_MOUNTAIN: "US_MOUNTAIN";
315
- readonly US_PACIFIC: "US_PACIFIC";
316
- readonly UTC: "UTC";
317
- };
318
- export type Timezone = (typeof Timezone)[keyof typeof Timezone];
319
319
  export declare const DataSourceErrorType: {
320
320
  readonly ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION";
321
321
  readonly CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION";