@aws-sdk/client-datazone 3.617.0 → 3.618.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -94,7 +94,6 @@ __export(src_exports, {
94
94
  CreateUserProfileOutputFilterSensitiveLog: () => CreateUserProfileOutputFilterSensitiveLog,
95
95
  CustomParameterFilterSensitiveLog: () => CustomParameterFilterSensitiveLog,
96
96
  DataAssetActivityStatus: () => DataAssetActivityStatus,
97
- DataProductSummaryFilterSensitiveLog: () => DataProductSummaryFilterSensitiveLog,
98
97
  DataSourceConfigurationInput: () => DataSourceConfigurationInput,
99
98
  DataSourceConfigurationOutput: () => DataSourceConfigurationOutput,
100
99
  DataSourceErrorType: () => DataSourceErrorType,
@@ -1455,11 +1454,6 @@ var CreateUserProfileOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
1455
1454
  ...obj,
1456
1455
  ...obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }
1457
1456
  }), "CreateUserProfileOutputFilterSensitiveLog");
1458
- var DataProductSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1459
- ...obj,
1460
- ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
1461
- ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
1462
- }), "DataProductSummaryFilterSensitiveLog");
1463
1457
  var DeleteDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1464
1458
  ...obj,
1465
1459
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
@@ -1645,6 +1639,11 @@ var ListDataSourceRunActivitiesOutputFilterSensitiveLog = /* @__PURE__ */ __name
1645
1639
  ...obj,
1646
1640
  ...obj.items && { items: obj.items.map((item) => DataSourceRunActivityFilterSensitiveLog(item)) }
1647
1641
  }), "ListDataSourceRunActivitiesOutputFilterSensitiveLog");
1642
+ var EnvironmentBlueprintSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1643
+ ...obj,
1644
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
1645
+ ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }
1646
+ }), "EnvironmentBlueprintSummaryFilterSensitiveLog");
1648
1647
 
1649
1648
  // src/protocols/Aws_restJson1.ts
1650
1649
  var import_core2 = require("@aws-sdk/core");
@@ -1740,8 +1739,6 @@ var SearchInventoryResultItem;
1740
1739
  return visitor.glossaryTermItem(value.glossaryTermItem);
1741
1740
  if (value.assetItem !== void 0)
1742
1741
  return visitor.assetItem(value.assetItem);
1743
- if (value.dataProductItem !== void 0)
1744
- return visitor.dataProductItem(value.dataProductItem);
1745
1742
  return visitor._(value.$unknown[0], value.$unknown[1]);
1746
1743
  }, "visit");
1747
1744
  })(SearchInventoryResultItem || (SearchInventoryResultItem = {}));
@@ -1814,11 +1811,6 @@ var AssetFilterConfiguration;
1814
1811
  return visitor._(value.$unknown[0], value.$unknown[1]);
1815
1812
  }, "visit");
1816
1813
  })(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
1817
- var EnvironmentBlueprintSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1818
- ...obj,
1819
- ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
1820
- ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }
1821
- }), "EnvironmentBlueprintSummaryFilterSensitiveLog");
1822
1814
  var ListEnvironmentBlueprintsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1823
1815
  ...obj,
1824
1816
  ...obj.items && { items: obj.items.map((item) => EnvironmentBlueprintSummaryFilterSensitiveLog(item)) }
@@ -1959,8 +1951,6 @@ var SearchInventoryResultItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
1959
1951
  return { glossaryTermItem: GlossaryTermItemFilterSensitiveLog(obj.glossaryTermItem) };
1960
1952
  if (obj.assetItem !== void 0)
1961
1953
  return { assetItem: AssetItemFilterSensitiveLog(obj.assetItem) };
1962
- if (obj.dataProductItem !== void 0)
1963
- return { dataProductItem: DataProductSummaryFilterSensitiveLog(obj.dataProductItem) };
1964
1954
  if (obj.$unknown !== void 0)
1965
1955
  return { [obj.$unknown[0]]: "UNKNOWN" };
1966
1956
  }, "SearchInventoryResultItemFilterSensitiveLog");
@@ -6735,21 +6725,6 @@ var de_AssetTypeItem = /* @__PURE__ */ __name((output, context) => {
6735
6725
  updatedBy: import_smithy_client.expectString
6736
6726
  });
6737
6727
  }, "de_AssetTypeItem");
6738
- var de_DataProductSummary = /* @__PURE__ */ __name((output, context) => {
6739
- return (0, import_smithy_client.take)(output, {
6740
- createdAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6741
- createdBy: import_smithy_client.expectString,
6742
- dataProductItems: import_smithy_client._json,
6743
- description: import_smithy_client.expectString,
6744
- domainId: import_smithy_client.expectString,
6745
- glossaryTerms: import_smithy_client._json,
6746
- id: import_smithy_client.expectString,
6747
- name: import_smithy_client.expectString,
6748
- owningProjectId: import_smithy_client.expectString,
6749
- updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
6750
- updatedBy: import_smithy_client.expectString
6751
- });
6752
- }, "de_DataProductSummary");
6753
6728
  var de_DataSourceRunActivities = /* @__PURE__ */ __name((output, context) => {
6754
6729
  const retVal = (output || []).filter((e) => e != null).map((entry) => {
6755
6730
  return de_DataSourceRunActivity(entry, context);
@@ -7109,11 +7084,6 @@ var de_SearchInventoryResultItem = /* @__PURE__ */ __name((output, context) => {
7109
7084
  assetItem: de_AssetItem(output.assetItem, context)
7110
7085
  };
7111
7086
  }
7112
- if (output.dataProductItem != null) {
7113
- return {
7114
- dataProductItem: de_DataProductSummary(output.dataProductItem, context)
7115
- };
7116
- }
7117
7087
  if (output.glossaryItem != null) {
7118
7088
  return {
7119
7089
  glossaryItem: de_GlossaryItem(output.glossaryItem, context)
@@ -9809,7 +9779,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
9809
9779
  SsoUserProfileDetailsFilterSensitiveLog,
9810
9780
  UserProfileDetailsFilterSensitiveLog,
9811
9781
  CreateUserProfileOutputFilterSensitiveLog,
9812
- DataProductSummaryFilterSensitiveLog,
9813
9782
  DeleteDataSourceOutputFilterSensitiveLog,
9814
9783
  GetDataSourceOutputFilterSensitiveLog,
9815
9784
  ListDataSourcesInputFilterSensitiveLog,
@@ -9840,6 +9809,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
9840
9809
  UpdateGlossaryTermOutputFilterSensitiveLog,
9841
9810
  ListAssetFiltersOutputFilterSensitiveLog,
9842
9811
  ListDataSourceRunActivitiesOutputFilterSensitiveLog,
9812
+ EnvironmentBlueprintSummaryFilterSensitiveLog,
9843
9813
  ListingItem,
9844
9814
  EdgeDirection,
9845
9815
  SortOrder,
@@ -9865,7 +9835,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
9865
9835
  FilterClause,
9866
9836
  RowFilter,
9867
9837
  AssetFilterConfiguration,
9868
- EnvironmentBlueprintSummaryFilterSensitiveLog,
9869
9838
  ListEnvironmentBlueprintsOutputFilterSensitiveLog,
9870
9839
  ListEnvironmentProfilesInputFilterSensitiveLog,
9871
9840
  EnvironmentProfileSummaryFilterSensitiveLog,
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { ListEnvironmentBlueprintsOutputFilterSensitiveLog, } from "../models/models_1";
5
+ import { ListEnvironmentBlueprintsOutputFilterSensitiveLog } from "../models/models_1";
6
6
  import { de_ListEnvironmentBlueprintsCommand, se_ListEnvironmentBlueprintsCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class ListEnvironmentBlueprintsCommand extends $Command
@@ -840,11 +840,6 @@ export const CreateUserProfileOutputFilterSensitiveLog = (obj) => ({
840
840
  ...obj,
841
841
  ...(obj.details && { details: UserProfileDetailsFilterSensitiveLog(obj.details) }),
842
842
  });
843
- export const DataProductSummaryFilterSensitiveLog = (obj) => ({
844
- ...obj,
845
- ...(obj.name && { name: SENSITIVE_STRING }),
846
- ...(obj.description && { description: SENSITIVE_STRING }),
847
- });
848
843
  export const DeleteDataSourceOutputFilterSensitiveLog = (obj) => ({
849
844
  ...obj,
850
845
  ...(obj.name && { name: SENSITIVE_STRING }),
@@ -1030,3 +1025,8 @@ export const ListDataSourceRunActivitiesOutputFilterSensitiveLog = (obj) => ({
1030
1025
  ...obj,
1031
1026
  ...(obj.items && { items: obj.items.map((item) => DataSourceRunActivityFilterSensitiveLog(item)) }),
1032
1027
  });
1028
+ export const EnvironmentBlueprintSummaryFilterSensitiveLog = (obj) => ({
1029
+ ...obj,
1030
+ ...(obj.description && { description: SENSITIVE_STRING }),
1031
+ ...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
1032
+ });
@@ -1,5 +1,5 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
- import { AssetItemFilterSensitiveLog, AssetListingFilterSensitiveLog, AssetListingItemFilterSensitiveLog, AssetTypeItemFilterSensitiveLog, CustomParameterFilterSensitiveLog, DataProductSummaryFilterSensitiveLog, FormEntryOutputFilterSensitiveLog, ImportFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, UserProfileDetailsFilterSensitiveLog, } from "./models_0";
2
+ import { AssetItemFilterSensitiveLog, AssetListingFilterSensitiveLog, AssetListingItemFilterSensitiveLog, AssetTypeItemFilterSensitiveLog, CustomParameterFilterSensitiveLog, EnvironmentBlueprintSummaryFilterSensitiveLog, FormEntryOutputFilterSensitiveLog, ImportFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, UserProfileDetailsFilterSensitiveLog, } from "./models_0";
3
3
  export var ListingItem;
4
4
  (function (ListingItem) {
5
5
  ListingItem.visit = (value, visitor) => {
@@ -86,8 +86,6 @@ export var SearchInventoryResultItem;
86
86
  return visitor.glossaryTermItem(value.glossaryTermItem);
87
87
  if (value.assetItem !== undefined)
88
88
  return visitor.assetItem(value.assetItem);
89
- if (value.dataProductItem !== undefined)
90
- return visitor.dataProductItem(value.dataProductItem);
91
89
  return visitor._(value.$unknown[0], value.$unknown[1]);
92
90
  };
93
91
  })(SearchInventoryResultItem || (SearchInventoryResultItem = {}));
@@ -160,11 +158,6 @@ export var AssetFilterConfiguration;
160
158
  return visitor._(value.$unknown[0], value.$unknown[1]);
161
159
  };
162
160
  })(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
163
- export const EnvironmentBlueprintSummaryFilterSensitiveLog = (obj) => ({
164
- ...obj,
165
- ...(obj.description && { description: SENSITIVE_STRING }),
166
- ...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
167
- });
168
161
  export const ListEnvironmentBlueprintsOutputFilterSensitiveLog = (obj) => ({
169
162
  ...obj,
170
163
  ...(obj.items && { items: obj.items.map((item) => EnvironmentBlueprintSummaryFilterSensitiveLog(item)) }),
@@ -305,8 +298,6 @@ export const SearchInventoryResultItemFilterSensitiveLog = (obj) => {
305
298
  return { glossaryTermItem: GlossaryTermItemFilterSensitiveLog(obj.glossaryTermItem) };
306
299
  if (obj.assetItem !== undefined)
307
300
  return { assetItem: AssetItemFilterSensitiveLog(obj.assetItem) };
308
- if (obj.dataProductItem !== undefined)
309
- return { dataProductItem: DataProductSummaryFilterSensitiveLog(obj.dataProductItem) };
310
301
  if (obj.$unknown !== undefined)
311
302
  return { [obj.$unknown[0]]: "UNKNOWN" };
312
303
  };
@@ -4510,21 +4510,6 @@ const de_AssetTypeItem = (output, context) => {
4510
4510
  updatedBy: __expectString,
4511
4511
  });
4512
4512
  };
4513
- const de_DataProductSummary = (output, context) => {
4514
- return take(output, {
4515
- createdAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
4516
- createdBy: __expectString,
4517
- dataProductItems: _json,
4518
- description: __expectString,
4519
- domainId: __expectString,
4520
- glossaryTerms: _json,
4521
- id: __expectString,
4522
- name: __expectString,
4523
- owningProjectId: __expectString,
4524
- updatedAt: (_) => __expectNonNull(__parseEpochTimestamp(__expectNumber(_))),
4525
- updatedBy: __expectString,
4526
- });
4527
- };
4528
4513
  const de_DataSourceRunActivities = (output, context) => {
4529
4514
  const retVal = (output || [])
4530
4515
  .filter((e) => e != null)
@@ -4912,11 +4897,6 @@ const de_SearchInventoryResultItem = (output, context) => {
4912
4897
  assetItem: de_AssetItem(output.assetItem, context),
4913
4898
  };
4914
4899
  }
4915
- if (output.dataProductItem != null) {
4916
- return {
4917
- dataProductItem: de_DataProductSummary(output.dataProductItem, context),
4918
- };
4919
- }
4920
4900
  if (output.glossaryItem != null) {
4921
4901
  return {
4922
4902
  glossaryItem: de_GlossaryItem(output.glossaryItem, context),
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { ListEnvironmentBlueprintsInput, ListEnvironmentBlueprintsOutput } from "../models/models_1";
4
+ import { ListEnvironmentBlueprintsInput } from "../models/models_0";
5
+ import { ListEnvironmentBlueprintsOutput } from "../models/models_1";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -160,26 +160,6 @@ declare const SearchCommand_base: {
160
160
  * // ],
161
161
  * // },
162
162
  * // },
163
- * // dataProductItem: { // DataProductSummary
164
- * // domainId: "STRING_VALUE", // required
165
- * // id: "STRING_VALUE", // required
166
- * // name: "STRING_VALUE", // required
167
- * // owningProjectId: "STRING_VALUE", // required
168
- * // description: "STRING_VALUE",
169
- * // glossaryTerms: [
170
- * // "STRING_VALUE",
171
- * // ],
172
- * // dataProductItems: [ // DataProductItems
173
- * // { // DataProductItem
174
- * // itemId: "STRING_VALUE",
175
- * // domainId: "STRING_VALUE",
176
- * // },
177
- * // ],
178
- * // createdAt: new Date("TIMESTAMP"),
179
- * // createdBy: "STRING_VALUE",
180
- * // updatedAt: new Date("TIMESTAMP"),
181
- * // updatedBy: "STRING_VALUE",
182
- * // },
183
163
  * // },
184
164
  * // ],
185
165
  * // nextToken: "STRING_VALUE",
@@ -5302,89 +5302,6 @@ export declare const DataAssetActivityStatus: {
5302
5302
  * @public
5303
5303
  */
5304
5304
  export type DataAssetActivityStatus = (typeof DataAssetActivityStatus)[keyof typeof DataAssetActivityStatus];
5305
- /**
5306
- * <p/>
5307
- *
5308
- * @deprecated This structure is deprecated.
5309
- * @public
5310
- */
5311
- export interface DataProductItem {
5312
- /**
5313
- * <p/>
5314
- * @public
5315
- */
5316
- itemId?: string;
5317
- /**
5318
- * <p/>
5319
- * @public
5320
- */
5321
- domainId?: string;
5322
- }
5323
- /**
5324
- * <p/>
5325
- *
5326
- * @deprecated This structure is deprecated.
5327
- * @public
5328
- */
5329
- export interface DataProductSummary {
5330
- /**
5331
- * <p/>
5332
- * @public
5333
- */
5334
- domainId: string | undefined;
5335
- /**
5336
- * <p/>
5337
- * @public
5338
- */
5339
- id: string | undefined;
5340
- /**
5341
- * <p/>
5342
- * @public
5343
- */
5344
- name: string | undefined;
5345
- /**
5346
- * <p/>
5347
- * @public
5348
- */
5349
- owningProjectId: string | undefined;
5350
- /**
5351
- * <p/>
5352
- * @public
5353
- */
5354
- description?: string;
5355
- /**
5356
- * <p/>
5357
- * @public
5358
- */
5359
- glossaryTerms?: string[];
5360
- /**
5361
- * @deprecated
5362
- *
5363
- * <p/>
5364
- * @public
5365
- */
5366
- dataProductItems?: DataProductItem[];
5367
- /**
5368
- * <p/>
5369
- * @public
5370
- */
5371
- createdAt?: Date;
5372
- /**
5373
- * <p/>
5374
- * @public
5375
- */
5376
- createdBy?: string;
5377
- /**
5378
- * <p/>
5379
- * @public
5380
- */
5381
- updatedAt?: Date;
5382
- /**
5383
- * <p/>
5384
- * @public
5385
- */
5386
- updatedBy?: string;
5387
- }
5388
5305
  /**
5389
5306
  * @public
5390
5307
  */
@@ -9258,6 +9175,86 @@ export interface ListEnvironmentActionsOutput {
9258
9175
  */
9259
9176
  nextToken?: string;
9260
9177
  }
9178
+ /**
9179
+ * @public
9180
+ */
9181
+ export interface ListEnvironmentBlueprintsInput {
9182
+ /**
9183
+ * <p>The identifier of the Amazon DataZone domain.</p>
9184
+ * @public
9185
+ */
9186
+ domainIdentifier: string | undefined;
9187
+ /**
9188
+ * <p>The maximum number of blueprints to return in a single call to
9189
+ * <code>ListEnvironmentBlueprints</code>. When the number of blueprints to be listed is
9190
+ * greater than the value of <code>MaxResults</code>, the response contains a
9191
+ * <code>NextToken</code> value that you can use in a subsequent call to
9192
+ * <code>ListEnvironmentBlueprints</code> to list the next set of blueprints.</p>
9193
+ * @public
9194
+ */
9195
+ maxResults?: number;
9196
+ /**
9197
+ * <p>When the number of blueprints in the environment is greater than the default value for
9198
+ * the <code>MaxResults</code> parameter, or if you explicitly specify a value for
9199
+ * <code>MaxResults</code> that is less than the number of blueprints in the environment,
9200
+ * the response includes a pagination token named <code>NextToken</code>. You can specify this
9201
+ * <code>NextToken</code> value in a subsequent call to
9202
+ * <code>ListEnvironmentBlueprints</code>to list the next set of blueprints.</p>
9203
+ * @public
9204
+ */
9205
+ nextToken?: string;
9206
+ /**
9207
+ * <p>The name of the Amazon DataZone environment.</p>
9208
+ * @public
9209
+ */
9210
+ name?: string;
9211
+ /**
9212
+ * <p>Specifies whether the environment blueprint is managed by Amazon DataZone.</p>
9213
+ * @public
9214
+ */
9215
+ managed?: boolean;
9216
+ }
9217
+ /**
9218
+ * <p>The details of an environment blueprint summary.</p>
9219
+ * @public
9220
+ */
9221
+ export interface EnvironmentBlueprintSummary {
9222
+ /**
9223
+ * <p>The identifier of the blueprint.</p>
9224
+ * @public
9225
+ */
9226
+ id: string | undefined;
9227
+ /**
9228
+ * <p>The name of the blueprint.</p>
9229
+ * @public
9230
+ */
9231
+ name: string | undefined;
9232
+ /**
9233
+ * <p>The description of a blueprint.</p>
9234
+ * @public
9235
+ */
9236
+ description?: string;
9237
+ /**
9238
+ * <p>The provider of the blueprint.</p>
9239
+ * @public
9240
+ */
9241
+ provider: string | undefined;
9242
+ /**
9243
+ * <p>The provisioning properties of the blueprint.</p>
9244
+ * @public
9245
+ */
9246
+ provisioningProperties: ProvisioningProperties | undefined;
9247
+ /**
9248
+ * <p>The timestamp of when an environment blueprint was created.</p>
9249
+ * @public
9250
+ */
9251
+ createdAt?: Date;
9252
+ /**
9253
+ * <p>The timestamp of when the blueprint was enabled.</p>
9254
+ * @public
9255
+ */
9256
+ updatedAt?: Date;
9257
+ }
9261
9258
  /**
9262
9259
  * @internal
9263
9260
  */
@@ -9466,10 +9463,6 @@ export declare const UserProfileDetailsFilterSensitiveLog: (obj: UserProfileDeta
9466
9463
  * @internal
9467
9464
  */
9468
9465
  export declare const CreateUserProfileOutputFilterSensitiveLog: (obj: CreateUserProfileOutput) => any;
9469
- /**
9470
- * @internal
9471
- */
9472
- export declare const DataProductSummaryFilterSensitiveLog: (obj: DataProductSummary) => any;
9473
9466
  /**
9474
9467
  * @internal
9475
9468
  */
@@ -9590,3 +9583,7 @@ export declare const ListAssetFiltersOutputFilterSensitiveLog: (obj: ListAssetFi
9590
9583
  * @internal
9591
9584
  */
9592
9585
  export declare const ListDataSourceRunActivitiesOutputFilterSensitiveLog: (obj: ListDataSourceRunActivitiesOutput) => any;
9586
+ /**
9587
+ * @internal
9588
+ */
9589
+ export declare const EnvironmentBlueprintSummaryFilterSensitiveLog: (obj: EnvironmentBlueprintSummary) => any;
@@ -1,84 +1,4 @@
1
- import { ActionParameters, AssetItem, AssetListing, AssetListingItem, AssetTypeItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, DataProductSummary, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Import, ListingStatus, Model, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TermRelations, TimeSeriesDataPointFormOutput, TimeSeriesDataPointSummaryFormOutput, TimeSeriesEntityType, UserDesignation, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
2
- /**
3
- * @public
4
- */
5
- export interface ListEnvironmentBlueprintsInput {
6
- /**
7
- * <p>The identifier of the Amazon DataZone domain.</p>
8
- * @public
9
- */
10
- domainIdentifier: string | undefined;
11
- /**
12
- * <p>The maximum number of blueprints to return in a single call to
13
- * <code>ListEnvironmentBlueprints</code>. When the number of blueprints to be listed is
14
- * greater than the value of <code>MaxResults</code>, the response contains a
15
- * <code>NextToken</code> value that you can use in a subsequent call to
16
- * <code>ListEnvironmentBlueprints</code> to list the next set of blueprints.</p>
17
- * @public
18
- */
19
- maxResults?: number;
20
- /**
21
- * <p>When the number of blueprints in the environment is greater than the default value for
22
- * the <code>MaxResults</code> parameter, or if you explicitly specify a value for
23
- * <code>MaxResults</code> that is less than the number of blueprints in the environment,
24
- * the response includes a pagination token named <code>NextToken</code>. You can specify this
25
- * <code>NextToken</code> value in a subsequent call to
26
- * <code>ListEnvironmentBlueprints</code>to list the next set of blueprints.</p>
27
- * @public
28
- */
29
- nextToken?: string;
30
- /**
31
- * <p>The name of the Amazon DataZone environment.</p>
32
- * @public
33
- */
34
- name?: string;
35
- /**
36
- * <p>Specifies whether the environment blueprint is managed by Amazon DataZone.</p>
37
- * @public
38
- */
39
- managed?: boolean;
40
- }
41
- /**
42
- * <p>The details of an environment blueprint summary.</p>
43
- * @public
44
- */
45
- export interface EnvironmentBlueprintSummary {
46
- /**
47
- * <p>The identifier of the blueprint.</p>
48
- * @public
49
- */
50
- id: string | undefined;
51
- /**
52
- * <p>The name of the blueprint.</p>
53
- * @public
54
- */
55
- name: string | undefined;
56
- /**
57
- * <p>The description of a blueprint.</p>
58
- * @public
59
- */
60
- description?: string;
61
- /**
62
- * <p>The provider of the blueprint.</p>
63
- * @public
64
- */
65
- provider: string | undefined;
66
- /**
67
- * <p>The provisioning properties of the blueprint.</p>
68
- * @public
69
- */
70
- provisioningProperties: ProvisioningProperties | undefined;
71
- /**
72
- * <p>The timestamp of when an environment blueprint was created.</p>
73
- * @public
74
- */
75
- createdAt?: Date;
76
- /**
77
- * <p>The timestamp of when the blueprint was enabled.</p>
78
- * @public
79
- */
80
- updatedAt?: Date;
81
- }
1
+ import { ActionParameters, AssetItem, AssetListing, AssetListingItem, AssetTypeItem, ColumnFilterConfiguration, ConfigurableEnvironmentAction, CustomParameter, Deployment, DeploymentProperties, EnvironmentBlueprintSummary, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Import, ListingStatus, Model, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TermRelations, TimeSeriesDataPointFormOutput, TimeSeriesDataPointSummaryFormOutput, TimeSeriesEntityType, UserDesignation, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
82
2
  /**
83
3
  * @public
84
4
  */
@@ -2766,7 +2686,7 @@ export interface GlossaryTermItem {
2766
2686
  * <p>The details of the search results.</p>
2767
2687
  * @public
2768
2688
  */
2769
- export type SearchInventoryResultItem = SearchInventoryResultItem.AssetItemMember | SearchInventoryResultItem.DataProductItemMember | SearchInventoryResultItem.GlossaryItemMember | SearchInventoryResultItem.GlossaryTermItemMember | SearchInventoryResultItem.$UnknownMember;
2689
+ export type SearchInventoryResultItem = SearchInventoryResultItem.AssetItemMember | SearchInventoryResultItem.GlossaryItemMember | SearchInventoryResultItem.GlossaryTermItemMember | SearchInventoryResultItem.$UnknownMember;
2770
2690
  /**
2771
2691
  * @public
2772
2692
  */
@@ -2779,7 +2699,6 @@ export declare namespace SearchInventoryResultItem {
2779
2699
  glossaryItem: GlossaryItem;
2780
2700
  glossaryTermItem?: never;
2781
2701
  assetItem?: never;
2782
- dataProductItem?: never;
2783
2702
  $unknown?: never;
2784
2703
  }
2785
2704
  /**
@@ -2790,7 +2709,6 @@ export declare namespace SearchInventoryResultItem {
2790
2709
  glossaryItem?: never;
2791
2710
  glossaryTermItem: GlossaryTermItem;
2792
2711
  assetItem?: never;
2793
- dataProductItem?: never;
2794
2712
  $unknown?: never;
2795
2713
  }
2796
2714
  /**
@@ -2801,20 +2719,6 @@ export declare namespace SearchInventoryResultItem {
2801
2719
  glossaryItem?: never;
2802
2720
  glossaryTermItem?: never;
2803
2721
  assetItem: AssetItem;
2804
- dataProductItem?: never;
2805
- $unknown?: never;
2806
- }
2807
- /**
2808
- * @deprecated
2809
- *
2810
- * <p>The data product item included in the search results.</p>
2811
- * @public
2812
- */
2813
- interface DataProductItemMember {
2814
- glossaryItem?: never;
2815
- glossaryTermItem?: never;
2816
- assetItem?: never;
2817
- dataProductItem: DataProductSummary;
2818
2722
  $unknown?: never;
2819
2723
  }
2820
2724
  /**
@@ -2824,14 +2728,12 @@ export declare namespace SearchInventoryResultItem {
2824
2728
  glossaryItem?: never;
2825
2729
  glossaryTermItem?: never;
2826
2730
  assetItem?: never;
2827
- dataProductItem?: never;
2828
2731
  $unknown: [string, any];
2829
2732
  }
2830
2733
  interface Visitor<T> {
2831
2734
  glossaryItem: (value: GlossaryItem) => T;
2832
2735
  glossaryTermItem: (value: GlossaryTermItem) => T;
2833
2736
  assetItem: (value: AssetItem) => T;
2834
- dataProductItem: (value: DataProductSummary) => T;
2835
2737
  _: (name: string, value: any) => T;
2836
2738
  }
2837
2739
  const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
@@ -4831,10 +4733,6 @@ export interface UpdateAssetFilterOutput {
4831
4733
  */
4832
4734
  effectiveRowFilter?: string;
4833
4735
  }
4834
- /**
4835
- * @internal
4836
- */
4837
- export declare const EnvironmentBlueprintSummaryFilterSensitiveLog: (obj: EnvironmentBlueprintSummary) => any;
4838
4736
  /**
4839
4737
  * @internal
4840
4738
  */
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../DataZoneClient";
8
- import {
9
- ListEnvironmentBlueprintsInput,
10
- ListEnvironmentBlueprintsOutput,
11
- } from "../models/models_1";
8
+ import { ListEnvironmentBlueprintsInput } from "../models/models_0";
9
+ import { ListEnvironmentBlueprintsOutput } from "../models/models_1";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface ListEnvironmentBlueprintsCommandInput
@@ -1747,23 +1747,6 @@ export declare const DataAssetActivityStatus: {
1747
1747
  };
1748
1748
  export type DataAssetActivityStatus =
1749
1749
  (typeof DataAssetActivityStatus)[keyof typeof DataAssetActivityStatus];
1750
- export interface DataProductItem {
1751
- itemId?: string;
1752
- domainId?: string;
1753
- }
1754
- export interface DataProductSummary {
1755
- domainId: string | undefined;
1756
- id: string | undefined;
1757
- name: string | undefined;
1758
- owningProjectId: string | undefined;
1759
- description?: string;
1760
- glossaryTerms?: string[];
1761
- dataProductItems?: DataProductItem[];
1762
- createdAt?: Date;
1763
- createdBy?: string;
1764
- updatedAt?: Date;
1765
- updatedBy?: string;
1766
- }
1767
1750
  export interface DeleteDataSourceInput {
1768
1751
  domainIdentifier: string | undefined;
1769
1752
  identifier: string | undefined;
@@ -2649,6 +2632,22 @@ export interface ListEnvironmentActionsOutput {
2649
2632
  items?: EnvironmentActionSummary[];
2650
2633
  nextToken?: string;
2651
2634
  }
2635
+ export interface ListEnvironmentBlueprintsInput {
2636
+ domainIdentifier: string | undefined;
2637
+ maxResults?: number;
2638
+ nextToken?: string;
2639
+ name?: string;
2640
+ managed?: boolean;
2641
+ }
2642
+ export interface EnvironmentBlueprintSummary {
2643
+ id: string | undefined;
2644
+ name: string | undefined;
2645
+ description?: string;
2646
+ provider: string | undefined;
2647
+ provisioningProperties: ProvisioningProperties | undefined;
2648
+ createdAt?: Date;
2649
+ updatedAt?: Date;
2650
+ }
2652
2651
  export declare const AcceptChoiceFilterSensitiveLog: (obj: AcceptChoice) => any;
2653
2652
  export declare const AcceptPredictionsInputFilterSensitiveLog: (
2654
2653
  obj: AcceptPredictionsInput
@@ -2793,9 +2792,6 @@ export declare const UserProfileDetailsFilterSensitiveLog: (
2793
2792
  export declare const CreateUserProfileOutputFilterSensitiveLog: (
2794
2793
  obj: CreateUserProfileOutput
2795
2794
  ) => any;
2796
- export declare const DataProductSummaryFilterSensitiveLog: (
2797
- obj: DataProductSummary
2798
- ) => any;
2799
2795
  export declare const DeleteDataSourceOutputFilterSensitiveLog: (
2800
2796
  obj: DeleteDataSourceOutput
2801
2797
  ) => any;
@@ -2884,3 +2880,6 @@ export declare const ListAssetFiltersOutputFilterSensitiveLog: (
2884
2880
  export declare const ListDataSourceRunActivitiesOutputFilterSensitiveLog: (
2885
2881
  obj: ListDataSourceRunActivitiesOutput
2886
2882
  ) => any;
2883
+ export declare const EnvironmentBlueprintSummaryFilterSensitiveLog: (
2884
+ obj: EnvironmentBlueprintSummary
2885
+ ) => any;
@@ -7,9 +7,9 @@ import {
7
7
  ColumnFilterConfiguration,
8
8
  ConfigurableEnvironmentAction,
9
9
  CustomParameter,
10
- DataProductSummary,
11
10
  Deployment,
12
11
  DeploymentProperties,
12
+ EnvironmentBlueprintSummary,
13
13
  EnvironmentParameter,
14
14
  EnvironmentStatus,
15
15
  FailureCause,
@@ -45,22 +45,6 @@ import {
45
45
  UserProfileStatus,
46
46
  UserProfileType,
47
47
  } from "./models_0";
48
- export interface ListEnvironmentBlueprintsInput {
49
- domainIdentifier: string | undefined;
50
- maxResults?: number;
51
- nextToken?: string;
52
- name?: string;
53
- managed?: boolean;
54
- }
55
- export interface EnvironmentBlueprintSummary {
56
- id: string | undefined;
57
- name: string | undefined;
58
- description?: string;
59
- provider: string | undefined;
60
- provisioningProperties: ProvisioningProperties | undefined;
61
- createdAt?: Date;
62
- updatedAt?: Date;
63
- }
64
48
  export interface ListEnvironmentBlueprintsOutput {
65
49
  items: EnvironmentBlueprintSummary[] | undefined;
66
50
  nextToken?: string;
@@ -699,7 +683,6 @@ export interface GlossaryTermItem {
699
683
  }
700
684
  export type SearchInventoryResultItem =
701
685
  | SearchInventoryResultItem.AssetItemMember
702
- | SearchInventoryResultItem.DataProductItemMember
703
686
  | SearchInventoryResultItem.GlossaryItemMember
704
687
  | SearchInventoryResultItem.GlossaryTermItemMember
705
688
  | SearchInventoryResultItem.$UnknownMember;
@@ -708,42 +691,30 @@ export declare namespace SearchInventoryResultItem {
708
691
  glossaryItem: GlossaryItem;
709
692
  glossaryTermItem?: never;
710
693
  assetItem?: never;
711
- dataProductItem?: never;
712
694
  $unknown?: never;
713
695
  }
714
696
  interface GlossaryTermItemMember {
715
697
  glossaryItem?: never;
716
698
  glossaryTermItem: GlossaryTermItem;
717
699
  assetItem?: never;
718
- dataProductItem?: never;
719
700
  $unknown?: never;
720
701
  }
721
702
  interface AssetItemMember {
722
703
  glossaryItem?: never;
723
704
  glossaryTermItem?: never;
724
705
  assetItem: AssetItem;
725
- dataProductItem?: never;
726
- $unknown?: never;
727
- }
728
- interface DataProductItemMember {
729
- glossaryItem?: never;
730
- glossaryTermItem?: never;
731
- assetItem?: never;
732
- dataProductItem: DataProductSummary;
733
706
  $unknown?: never;
734
707
  }
735
708
  interface $UnknownMember {
736
709
  glossaryItem?: never;
737
710
  glossaryTermItem?: never;
738
711
  assetItem?: never;
739
- dataProductItem?: never;
740
712
  $unknown: [string, any];
741
713
  }
742
714
  interface Visitor<T> {
743
715
  glossaryItem: (value: GlossaryItem) => T;
744
716
  glossaryTermItem: (value: GlossaryTermItem) => T;
745
717
  assetItem: (value: AssetItem) => T;
746
- dataProductItem: (value: DataProductSummary) => T;
747
718
  _: (name: string, value: any) => T;
748
719
  }
749
720
  const visit: <T>(value: SearchInventoryResultItem, visitor: Visitor<T>) => T;
@@ -1285,9 +1256,6 @@ export interface UpdateAssetFilterOutput {
1285
1256
  effectiveColumnNames?: string[];
1286
1257
  effectiveRowFilter?: string;
1287
1258
  }
1288
- export declare const EnvironmentBlueprintSummaryFilterSensitiveLog: (
1289
- obj: EnvironmentBlueprintSummary
1290
- ) => any;
1291
1259
  export declare const ListEnvironmentBlueprintsOutputFilterSensitiveLog: (
1292
1260
  obj: ListEnvironmentBlueprintsOutput
1293
1261
  ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datazone",
3
3
  "description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
4
- "version": "3.617.0",
4
+ "version": "3.618.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-datazone",