@aws-sdk/client-datazone 3.867.0 → 3.873.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 (33) hide show
  1. package/README.md +1 -5
  2. package/dist-cjs/index.js +7 -1
  3. package/dist-es/protocols/Aws_restJson1.js +7 -1
  4. package/dist-types/DataZone.d.ts +1 -5
  5. package/dist-types/DataZoneClient.d.ts +1 -5
  6. package/dist-types/commands/AcceptPredictionsCommand.d.ts +1 -2
  7. package/dist-types/commands/AddPolicyGrantCommand.d.ts +5 -4
  8. package/dist-types/commands/CreateConnectionCommand.d.ts +1 -2
  9. package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +1 -2
  10. package/dist-types/commands/CreateListingChangeSetCommand.d.ts +1 -2
  11. package/dist-types/commands/CreateRuleCommand.d.ts +1 -7
  12. package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -2
  13. package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +1 -2
  14. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -7
  15. package/dist-types/commands/GetConnectionCommand.d.ts +1 -2
  16. package/dist-types/commands/GetListingCommand.d.ts +1 -2
  17. package/dist-types/commands/GetRuleCommand.d.ts +1 -7
  18. package/dist-types/commands/ListConnectionsCommand.d.ts +1 -2
  19. package/dist-types/commands/ListPolicyGrantsCommand.d.ts +1 -0
  20. package/dist-types/commands/ListRulesCommand.d.ts +1 -7
  21. package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -2
  22. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -0
  23. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -2
  24. package/dist-types/commands/UpdateRuleCommand.d.ts +1 -7
  25. package/dist-types/index.d.ts +1 -5
  26. package/dist-types/models/models_0.d.ts +136 -275
  27. package/dist-types/models/models_1.d.ts +211 -752
  28. package/dist-types/models/models_2.d.ts +99 -251
  29. package/dist-types/ts3.4/commands/AddPolicyGrantCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/models/models_0.d.ts +3 -1
  31. package/dist-types/ts3.4/models/models_1.d.ts +1 -0
  32. package/dist-types/ts3.4/models/models_2.d.ts +1 -0
  33. package/package.json +11 -11
@@ -51,8 +51,7 @@ export interface TimeSeriesDataPointFormInput {
51
51
  */
52
52
  export interface PostTimeSeriesDataPointsInput {
53
53
  /**
54
- * <p>The ID of the Amazon DataZone domain in which you want to post time series data
55
- * points.</p>
54
+ * <p>The ID of the Amazon DataZone domain in which you want to post time series data points.</p>
56
55
  * @public
57
56
  */
58
57
  domainIdentifier: string | undefined;
@@ -72,8 +71,7 @@ export interface PostTimeSeriesDataPointsInput {
72
71
  */
73
72
  forms: TimeSeriesDataPointFormInput[] | undefined;
74
73
  /**
75
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
76
- * request.</p>
74
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
77
75
  * @public
78
76
  */
79
77
  clientToken?: string | undefined;
@@ -83,8 +81,7 @@ export interface PostTimeSeriesDataPointsInput {
83
81
  */
84
82
  export interface PostTimeSeriesDataPointsOutput {
85
83
  /**
86
- * <p>The ID of the Amazon DataZone domain in which you want to post time series data
87
- * points.</p>
84
+ * <p>The ID of the Amazon DataZone domain in which you want to post time series data points.</p>
88
85
  * @public
89
86
  */
90
87
  domainId?: string | undefined;
@@ -110,8 +107,7 @@ export interface PostTimeSeriesDataPointsOutput {
110
107
  */
111
108
  export interface RejectChoice {
112
109
  /**
113
- * <p>Specifies the target (for example, a column name) where a prediction can be
114
- * rejected.</p>
110
+ * <p>Specifies the target (for example, a column name) where a prediction can be rejected.</p>
115
111
  * @public
116
112
  */
117
113
  predictionTarget: string | undefined;
@@ -144,8 +140,7 @@ export interface RejectRule {
144
140
  */
145
141
  rule?: RejectRuleBehavior | undefined;
146
142
  /**
147
- * <p>The confidence score that specifies the condition at which a prediction can be
148
- * rejected.</p>
143
+ * <p>The confidence score that specifies the condition at which a prediction can be rejected.</p>
149
144
  * @public
150
145
  */
151
146
  threshold?: number | undefined;
@@ -175,14 +170,12 @@ export interface RejectPredictionsInput {
175
170
  */
176
171
  rejectRule?: RejectRule | undefined;
177
172
  /**
178
- * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the
179
- * target (for example, a column name) that can be rejected.</p>
173
+ * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected.</p>
180
174
  * @public
181
175
  */
182
176
  rejectChoices?: RejectChoice[] | undefined;
183
177
  /**
184
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
185
- * request.</p>
178
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
186
179
  * @public
187
180
  */
188
181
  clientToken?: string | undefined;
@@ -212,8 +205,7 @@ export interface RejectPredictionsOutput {
212
205
  */
213
206
  export interface RejectSubscriptionRequestInput {
214
207
  /**
215
- * <p>The identifier of the Amazon DataZone domain in which the subscription request was
216
- * rejected.</p>
208
+ * <p>The identifier of the Amazon DataZone domain in which the subscription request was rejected.</p>
217
209
  * @public
218
210
  */
219
211
  domainIdentifier: string | undefined;
@@ -248,8 +240,7 @@ export interface RejectSubscriptionRequestOutput {
248
240
  */
249
241
  updatedBy?: string | undefined;
250
242
  /**
251
- * <p>The identifier of the Amazon DataZone domain in which the subscription request was
252
- * rejected.</p>
243
+ * <p>The identifier of the Amazon DataZone domain in which the subscription request was rejected.</p>
253
244
  * @public
254
245
  */
255
246
  domainId: string | undefined;
@@ -329,8 +320,7 @@ export interface RemoveEntityOwnerInput {
329
320
  */
330
321
  owner: OwnerProperties | undefined;
331
322
  /**
332
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
333
- * request.</p>
323
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
334
324
  * @public
335
325
  */
336
326
  clientToken?: string | undefined;
@@ -370,8 +360,12 @@ export interface RemovePolicyGrantInput {
370
360
  */
371
361
  principal: PolicyGrantPrincipal | undefined;
372
362
  /**
373
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
374
- * request.</p>
363
+ * <p>The ID of the policy grant that is to be removed from a specified entity.</p>
364
+ * @public
365
+ */
366
+ grantIdentifier?: string | undefined;
367
+ /**
368
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
375
369
  * @public
376
370
  */
377
371
  clientToken?: string | undefined;
@@ -626,19 +620,12 @@ export interface ListRulesInput {
626
620
  */
627
621
  includeCascaded?: boolean | undefined;
628
622
  /**
629
- * <p>The maximum number of rules to return in a single call to <code>ListRules</code>. When
630
- * the number of rules to be listed is greater than the value of <code>MaxResults</code>, the
631
- * response contains a <code>NextToken</code> value that you can use in a subsequent call to
632
- * <code>ListRules</code> to list the next set of rules.</p>
623
+ * <p>The maximum number of rules to return in a single call to <code>ListRules</code>. When the number of rules to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
633
624
  * @public
634
625
  */
635
626
  maxResults?: number | undefined;
636
627
  /**
637
- * <p>When the number of rules is greater than the default value for the
638
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
639
- * <code>MaxResults</code> that is less than the number of rules, the response includes a
640
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
641
- * value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
628
+ * <p>When the number of rules 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 rules, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
642
629
  * @public
643
630
  */
644
631
  nextToken?: string | undefined;
@@ -709,11 +696,7 @@ export interface ListRulesOutput {
709
696
  */
710
697
  items: RuleSummary[] | undefined;
711
698
  /**
712
- * <p>When the number of rules is greater than the default value for the
713
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
714
- * <code>MaxResults</code> that is less than the number of rules, the response includes a
715
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
716
- * value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
699
+ * <p>When the number of rules 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 rules, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>ListRules</code> to list the next set of rules.</p>
717
700
  * @public
718
701
  */
719
702
  nextToken?: string | undefined;
@@ -1134,11 +1117,7 @@ export interface SearchOutput {
1134
1117
  */
1135
1118
  items?: SearchInventoryResultItem[] | undefined;
1136
1119
  /**
1137
- * <p>When the number of results is greater than the default value for the
1138
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1139
- * <code>MaxResults</code> that is less than the number of results, the response includes a
1140
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1141
- * value in a subsequent call to <code>Search</code> to list the next set of results.</p>
1120
+ * <p>When the number of results 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 results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>Search</code> to list the next set of results.</p>
1142
1121
  * @public
1143
1122
  */
1144
1123
  nextToken?: string | undefined;
@@ -1165,8 +1144,7 @@ export type GroupSearchType = (typeof GroupSearchType)[keyof typeof GroupSearchT
1165
1144
  */
1166
1145
  export interface SearchGroupProfilesInput {
1167
1146
  /**
1168
- * <p>The identifier of the Amazon DataZone domain in which you want to search group
1169
- * profiles.</p>
1147
+ * <p>The identifier of the Amazon DataZone domain in which you want to search group profiles.</p>
1170
1148
  * @public
1171
1149
  */
1172
1150
  domainIdentifier: string | undefined;
@@ -1181,21 +1159,12 @@ export interface SearchGroupProfilesInput {
1181
1159
  */
1182
1160
  searchText?: string | undefined;
1183
1161
  /**
1184
- * <p>The maximum number of results to return in a single call to
1185
- * <code>SearchGroupProfiles</code>. When the number of results to be listed is greater
1186
- * than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code>
1187
- * value that you can use in a subsequent call to <code>SearchGroupProfiles</code> to list the
1188
- * next set of results. </p>
1162
+ * <p>The maximum number of results to return in a single call to <code>SearchGroupProfiles</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results. </p>
1189
1163
  * @public
1190
1164
  */
1191
1165
  maxResults?: number | undefined;
1192
1166
  /**
1193
- * <p>When the number of results is greater than the default value for the
1194
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1195
- * <code>MaxResults</code> that is less than the number of results, the response includes a
1196
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1197
- * value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of
1198
- * results.</p>
1167
+ * <p>When the number of results 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 results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results.</p>
1199
1168
  * @public
1200
1169
  */
1201
1170
  nextToken?: string | undefined;
@@ -1236,12 +1205,7 @@ export interface SearchGroupProfilesOutput {
1236
1205
  */
1237
1206
  items?: GroupProfileSummary[] | undefined;
1238
1207
  /**
1239
- * <p>When the number of results is greater than the default value for the
1240
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1241
- * <code>MaxResults</code> that is less than the number of results, the response includes a
1242
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1243
- * value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of
1244
- * results.</p>
1208
+ * <p>When the number of results 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 results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results.</p>
1245
1209
  * @public
1246
1210
  */
1247
1211
  nextToken?: string | undefined;
@@ -1256,8 +1220,7 @@ export type SearchResultItem = SearchResultItem.AssetListingMember | SearchResul
1256
1220
  */
1257
1221
  export declare namespace SearchResultItem {
1258
1222
  /**
1259
- * <p>The asset listing included in the results of the <code>SearchListings</code>
1260
- * action.</p>
1223
+ * <p>The asset listing included in the results of the <code>SearchListings</code> action.</p>
1261
1224
  * @public
1262
1225
  */
1263
1226
  interface AssetListingMember {
@@ -1299,12 +1262,7 @@ export interface SearchListingsOutput {
1299
1262
  */
1300
1263
  items?: SearchResultItem[] | undefined;
1301
1264
  /**
1302
- * <p>When the number of results is greater than the default value for the
1303
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1304
- * <code>MaxResults</code> that is less than the number of results, the response includes a
1305
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1306
- * value in a subsequent call to <code>SearchListings</code> to list the next set of
1307
- * results.</p>
1265
+ * <p>When the number of results 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 results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchListings</code> to list the next set of results.</p>
1308
1266
  * @public
1309
1267
  */
1310
1268
  nextToken?: string | undefined;
@@ -1314,8 +1272,7 @@ export interface SearchListingsOutput {
1314
1272
  */
1315
1273
  totalMatchCount?: number | undefined;
1316
1274
  /**
1317
- * <p>Contains computed counts grouped by field values based on the requested aggregation
1318
- * attributes for the matching listings.</p>
1275
+ * <p>Contains computed counts grouped by field values based on the requested aggregation attributes for the matching listings.</p>
1319
1276
  * @public
1320
1277
  */
1321
1278
  aggregates?: AggregationOutput[] | undefined;
@@ -1369,8 +1326,7 @@ export interface FormTypeData {
1369
1326
  */
1370
1327
  owningProjectId?: string | undefined;
1371
1328
  /**
1372
- * <p>The identifier of the Amazon DataZone domain in which the form type was originally
1373
- * created.</p>
1329
+ * <p>The identifier of the Amazon DataZone domain in which the form type was originally created.</p>
1374
1330
  * @public
1375
1331
  */
1376
1332
  originDomainId?: string | undefined;
@@ -1517,12 +1473,7 @@ export interface SearchTypesOutput {
1517
1473
  */
1518
1474
  items?: SearchTypesResultItem[] | undefined;
1519
1475
  /**
1520
- * <p>When the number of results is greater than the default value for the
1521
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1522
- * <code>MaxResults</code> that is less than the number of results, the response includes a
1523
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1524
- * value in a subsequent call to <code>SearchTypes</code> to list the next set of
1525
- * results.</p>
1476
+ * <p>When the number of results 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 results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchTypes</code> to list the next set of results.</p>
1526
1477
  * @public
1527
1478
  */
1528
1479
  nextToken?: string | undefined;
@@ -1551,8 +1502,7 @@ export type UserSearchType = (typeof UserSearchType)[keyof typeof UserSearchType
1551
1502
  */
1552
1503
  export interface SearchUserProfilesInput {
1553
1504
  /**
1554
- * <p>The identifier of the Amazon DataZone domain in which you want to search user
1555
- * profiles.</p>
1505
+ * <p>The identifier of the Amazon DataZone domain in which you want to search user profiles.</p>
1556
1506
  * @public
1557
1507
  */
1558
1508
  domainIdentifier: string | undefined;
@@ -1567,21 +1517,12 @@ export interface SearchUserProfilesInput {
1567
1517
  */
1568
1518
  searchText?: string | undefined;
1569
1519
  /**
1570
- * <p>The maximum number of results to return in a single call to
1571
- * <code>SearchUserProfiles</code>. When the number of results to be listed is greater than
1572
- * the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value
1573
- * that you can use in a subsequent call to <code>SearchUserProfiles</code> to list the next
1574
- * set of results. </p>
1520
+ * <p>The maximum number of results to return in a single call to <code>SearchUserProfiles</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchUserProfiles</code> to list the next set of results. </p>
1575
1521
  * @public
1576
1522
  */
1577
1523
  maxResults?: number | undefined;
1578
1524
  /**
1579
- * <p>When the number of results is greater than the default value for the
1580
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1581
- * <code>MaxResults</code> that is less than the number of results, the response includes a
1582
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1583
- * value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of
1584
- * results.</p>
1525
+ * <p>When the number of results 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 results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of results.</p>
1585
1526
  * @public
1586
1527
  */
1587
1528
  nextToken?: string | undefined;
@@ -1627,12 +1568,7 @@ export interface SearchUserProfilesOutput {
1627
1568
  */
1628
1569
  items?: UserProfileSummary[] | undefined;
1629
1570
  /**
1630
- * <p>When the number of results is greater than the default value for the
1631
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
1632
- * <code>MaxResults</code> that is less than the number of results, the response includes a
1633
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
1634
- * value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of
1635
- * results.</p>
1571
+ * <p>When the number of results 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 results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchUserProfiles</code> to list the next set of results.</p>
1636
1572
  * @public
1637
1573
  */
1638
1574
  nextToken?: string | undefined;
@@ -1707,9 +1643,7 @@ export interface UpdateAccountPoolInput {
1707
1643
  */
1708
1644
  resolutionStrategy?: ResolutionStrategy | undefined;
1709
1645
  /**
1710
- * <p>The source of accounts for the account pool. In the current release, it's either a
1711
- * static list of accounts provided by the customer or a custom Amazon Web Services Lambda
1712
- * handler. </p>
1646
+ * <p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>
1713
1647
  * @public
1714
1648
  */
1715
1649
  accountSource?: AccountSource | undefined;
@@ -1744,9 +1678,7 @@ export interface UpdateAccountPoolOutput {
1744
1678
  */
1745
1679
  resolutionStrategy?: ResolutionStrategy | undefined;
1746
1680
  /**
1747
- * <p>The source of accounts for the account pool. In the current release, it's either a
1748
- * static list of accounts provided by the customer or a custom Amazon Web Services Lambda
1749
- * handler. </p>
1681
+ * <p>The source of accounts for the account pool. In the current release, it's either a static list of accounts provided by the customer or a custom Amazon Web Services Lambda handler. </p>
1750
1682
  * @public
1751
1683
  */
1752
1684
  accountSource: AccountSource | undefined;
@@ -1881,20 +1813,17 @@ export interface UpdateEnvironmentInput {
1881
1813
  */
1882
1814
  name?: string | undefined;
1883
1815
  /**
1884
- * <p>The description to be updated as part of the <code>UpdateEnvironment</code>
1885
- * action.</p>
1816
+ * <p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1886
1817
  * @public
1887
1818
  */
1888
1819
  description?: string | undefined;
1889
1820
  /**
1890
- * <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code>
1891
- * action.</p>
1821
+ * <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1892
1822
  * @public
1893
1823
  */
1894
1824
  glossaryTerms?: string[] | undefined;
1895
1825
  /**
1896
- * <p>The blueprint version to which the environment should be updated. You can only specify
1897
- * the following string for this parameter: <code>latest</code>.</p>
1826
+ * <p>The blueprint version to which the environment should be updated. You can only specify the following string for this parameter: <code>latest</code>.</p>
1898
1827
  * @public
1899
1828
  */
1900
1829
  blueprintVersion?: string | undefined;
@@ -1944,8 +1873,7 @@ export interface UpdateEnvironmentOutput {
1944
1873
  */
1945
1874
  name: string | undefined;
1946
1875
  /**
1947
- * <p>The description to be updated as part of the <code>UpdateEnvironment</code>
1948
- * action.</p>
1876
+ * <p>The description to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1949
1877
  * @public
1950
1878
  */
1951
1879
  description?: string | undefined;
@@ -1955,8 +1883,7 @@ export interface UpdateEnvironmentOutput {
1955
1883
  */
1956
1884
  environmentProfileId?: string | undefined;
1957
1885
  /**
1958
- * <p>The identifier of the Amazon Web Services account in which the environment is to be
1959
- * updated.</p>
1886
+ * <p>The identifier of the Amazon Web Services account in which the environment is to be updated.</p>
1960
1887
  * @public
1961
1888
  */
1962
1889
  awsAccountId?: string | undefined;
@@ -1971,8 +1898,7 @@ export interface UpdateEnvironmentOutput {
1971
1898
  */
1972
1899
  provider: string | undefined;
1973
1900
  /**
1974
- * <p>The provisioned resources to be updated as part of the <code>UpdateEnvironment</code>
1975
- * action.</p>
1901
+ * <p>The provisioned resources to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1976
1902
  * @public
1977
1903
  */
1978
1904
  provisionedResources?: Resource[] | undefined;
@@ -1982,20 +1908,17 @@ export interface UpdateEnvironmentOutput {
1982
1908
  */
1983
1909
  status?: EnvironmentStatus | undefined;
1984
1910
  /**
1985
- * <p>The environment actions to be updated as part of the <code>UpdateEnvironment</code>
1986
- * action.</p>
1911
+ * <p>The environment actions to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1987
1912
  * @public
1988
1913
  */
1989
1914
  environmentActions?: ConfigurableEnvironmentAction[] | undefined;
1990
1915
  /**
1991
- * <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code>
1992
- * action.</p>
1916
+ * <p>The glossary terms to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1993
1917
  * @public
1994
1918
  */
1995
1919
  glossaryTerms?: string[] | undefined;
1996
1920
  /**
1997
- * <p>The user parameters to be updated as part of the <code>UpdateEnvironment</code>
1998
- * action.</p>
1921
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1999
1922
  * @public
2000
1923
  */
2001
1924
  userParameters?: CustomParameter[] | undefined;
@@ -2005,14 +1928,12 @@ export interface UpdateEnvironmentOutput {
2005
1928
  */
2006
1929
  lastDeployment?: Deployment | undefined;
2007
1930
  /**
2008
- * <p>The provisioning properties to be updated as part of the <code>UpdateEnvironment</code>
2009
- * action.</p>
1931
+ * <p>The provisioning properties to be updated as part of the <code>UpdateEnvironment</code> action.</p>
2010
1932
  * @public
2011
1933
  */
2012
1934
  provisioningProperties?: ProvisioningProperties | undefined;
2013
1935
  /**
2014
- * <p>The deployment properties to be updated as part of the <code>UpdateEnvironment</code>
2015
- * action.</p>
1936
+ * <p>The deployment properties to be updated as part of the <code>UpdateEnvironment</code> action.</p>
2016
1937
  * @public
2017
1938
  */
2018
1939
  deploymentProperties?: DeploymentProperties | undefined;
@@ -2102,8 +2023,7 @@ export interface UpdateEnvironmentActionOutput {
2102
2023
  */
2103
2024
  export interface UpdateEnvironmentProfileInput {
2104
2025
  /**
2105
- * <p>The identifier of the Amazon DataZone domain in which an environment profile is to be
2106
- * updated.</p>
2026
+ * <p>The identifier of the Amazon DataZone domain in which an environment profile is to be updated.</p>
2107
2027
  * @public
2108
2028
  */
2109
2029
  domainIdentifier: string | undefined;
@@ -2113,32 +2033,27 @@ export interface UpdateEnvironmentProfileInput {
2113
2033
  */
2114
2034
  identifier: string | undefined;
2115
2035
  /**
2116
- * <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code>
2117
- * action.</p>
2036
+ * <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
2118
2037
  * @public
2119
2038
  */
2120
2039
  name?: string | undefined;
2121
2040
  /**
2122
- * <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code>
2123
- * action.</p>
2041
+ * <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
2124
2042
  * @public
2125
2043
  */
2126
2044
  description?: string | undefined;
2127
2045
  /**
2128
- * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code>
2129
- * action.</p>
2046
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
2130
2047
  * @public
2131
2048
  */
2132
2049
  userParameters?: EnvironmentParameter[] | undefined;
2133
2050
  /**
2134
- * <p>The Amazon Web Services account in which a specified environment profile is to be
2135
- * udpated.</p>
2051
+ * <p>The Amazon Web Services account in which a specified environment profile is to be udpated.</p>
2136
2052
  * @public
2137
2053
  */
2138
2054
  awsAccountId?: string | undefined;
2139
2055
  /**
2140
- * <p>The Amazon Web Services Region in which a specified environment profile is to be
2141
- * updated.</p>
2056
+ * <p>The Amazon Web Services Region in which a specified environment profile is to be updated.</p>
2142
2057
  * @public
2143
2058
  */
2144
2059
  awsAccountRegion?: string | undefined;
@@ -2153,20 +2068,17 @@ export interface UpdateEnvironmentProfileOutput {
2153
2068
  */
2154
2069
  id: string | undefined;
2155
2070
  /**
2156
- * <p>The identifier of the Amazon DataZone domain in which the environment profile is to be
2157
- * updated.</p>
2071
+ * <p>The identifier of the Amazon DataZone domain in which the environment profile is to be updated.</p>
2158
2072
  * @public
2159
2073
  */
2160
2074
  domainId: string | undefined;
2161
2075
  /**
2162
- * <p>The Amazon Web Services account in which a specified environment profile is to be
2163
- * udpated.</p>
2076
+ * <p>The Amazon Web Services account in which a specified environment profile is to be udpated.</p>
2164
2077
  * @public
2165
2078
  */
2166
2079
  awsAccountId?: string | undefined;
2167
2080
  /**
2168
- * <p>The Amazon Web Services Region in which a specified environment profile is to be
2169
- * updated.</p>
2081
+ * <p>The Amazon Web Services Region in which a specified environment profile is to be updated.</p>
2170
2082
  * @public
2171
2083
  */
2172
2084
  awsAccountRegion?: string | undefined;
@@ -2186,14 +2098,12 @@ export interface UpdateEnvironmentProfileOutput {
2186
2098
  */
2187
2099
  updatedAt?: Date | undefined;
2188
2100
  /**
2189
- * <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code>
2190
- * action.</p>
2101
+ * <p>The name to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
2191
2102
  * @public
2192
2103
  */
2193
2104
  name: string | undefined;
2194
2105
  /**
2195
- * <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code>
2196
- * action.</p>
2106
+ * <p>The description to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
2197
2107
  * @public
2198
2108
  */
2199
2109
  description?: string | undefined;
@@ -2208,8 +2118,7 @@ export interface UpdateEnvironmentProfileOutput {
2208
2118
  */
2209
2119
  projectId?: string | undefined;
2210
2120
  /**
2211
- * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code>
2212
- * action.</p>
2121
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentProfile</code> action.</p>
2213
2122
  * @public
2214
2123
  */
2215
2124
  userParameters?: CustomParameter[] | undefined;
@@ -2284,8 +2193,7 @@ export interface UpdateProjectInput {
2284
2193
  */
2285
2194
  description?: string | undefined;
2286
2195
  /**
2287
- * <p>The glossary terms to be updated as part of the <code>UpdateProject</code>
2288
- * action.</p>
2196
+ * <p>The glossary terms to be updated as part of the <code>UpdateProject</code> action.</p>
2289
2197
  * @public
2290
2198
  */
2291
2199
  glossaryTerms?: string[] | undefined;
@@ -2305,8 +2213,7 @@ export interface UpdateProjectInput {
2305
2213
  */
2306
2214
  userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
2307
2215
  /**
2308
- * <p>The project profile version to which the project should be updated. You can only specify
2309
- * the following string for this parameter: <code>latest</code>.</p>
2216
+ * <p>The project profile version to which the project should be updated. You can only specify the following string for this parameter: <code>latest</code>.</p>
2310
2217
  * @public
2311
2218
  */
2312
2219
  projectProfileVersion?: string | undefined;
@@ -2341,8 +2248,7 @@ export interface UpdateProjectOutput {
2341
2248
  */
2342
2249
  projectStatus?: ProjectStatus | undefined;
2343
2250
  /**
2344
- * <p>Specifies the error message that is returned if the operation cannot be successfully
2345
- * completed.</p>
2251
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
2346
2252
  * @public
2347
2253
  */
2348
2254
  failureReasons?: ProjectDeletionError[] | undefined;
@@ -2487,8 +2393,7 @@ export interface UpdateProjectProfileOutput {
2487
2393
  */
2488
2394
  export interface UpdateSubscriptionGrantStatusInput {
2489
2395
  /**
2490
- * <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be
2491
- * updated.</p>
2396
+ * <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.</p>
2492
2397
  * @public
2493
2398
  */
2494
2399
  domainIdentifier: string | undefined;
@@ -2498,26 +2403,22 @@ export interface UpdateSubscriptionGrantStatusInput {
2498
2403
  */
2499
2404
  identifier: string | undefined;
2500
2405
  /**
2501
- * <p>The identifier of the asset the subscription grant status of which is to be
2502
- * updated.</p>
2406
+ * <p>The identifier of the asset the subscription grant status of which is to be updated.</p>
2503
2407
  * @public
2504
2408
  */
2505
2409
  assetIdentifier: string | undefined;
2506
2410
  /**
2507
- * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
2508
- * action.</p>
2411
+ * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>
2509
2412
  * @public
2510
2413
  */
2511
2414
  status: SubscriptionGrantStatus | undefined;
2512
2415
  /**
2513
- * <p>Specifies the error message that is returned if the operation cannot be successfully
2514
- * completed.</p>
2416
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
2515
2417
  * @public
2516
2418
  */
2517
2419
  failureCause?: FailureCause | undefined;
2518
2420
  /**
2519
- * <p>The target name to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
2520
- * action.</p>
2421
+ * <p>The target name to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>
2521
2422
  * @public
2522
2423
  */
2523
2424
  targetName?: string | undefined;
@@ -2542,8 +2443,7 @@ export interface UpdateSubscriptionGrantStatusOutput {
2542
2443
  */
2543
2444
  updatedBy?: string | undefined;
2544
2445
  /**
2545
- * <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be
2546
- * updated.</p>
2446
+ * <p>The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.</p>
2547
2447
  * @public
2548
2448
  */
2549
2449
  domainId: string | undefined;
@@ -2558,20 +2458,17 @@ export interface UpdateSubscriptionGrantStatusOutput {
2558
2458
  */
2559
2459
  updatedAt: Date | undefined;
2560
2460
  /**
2561
- * <p>The identifier of the subscription target whose subscription grant status is to be
2562
- * updated.</p>
2461
+ * <p>The identifier of the subscription target whose subscription grant status is to be updated.</p>
2563
2462
  * @public
2564
2463
  */
2565
2464
  subscriptionTargetId: string | undefined;
2566
2465
  /**
2567
- * <p>The granted entity to be updated as part of the
2568
- * <code>UpdateSubscriptionGrantStatus</code> action.</p>
2466
+ * <p>The granted entity to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>
2569
2467
  * @public
2570
2468
  */
2571
2469
  grantedEntity: GrantedEntity | undefined;
2572
2470
  /**
2573
- * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
2574
- * action.</p>
2471
+ * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code> action.</p>
2575
2472
  * @public
2576
2473
  */
2577
2474
  status: SubscriptionGrantOverallStatus | undefined;
@@ -2593,8 +2490,7 @@ export interface UpdateSubscriptionGrantStatusOutput {
2593
2490
  */
2594
2491
  export interface UpdateSubscriptionRequestInput {
2595
2492
  /**
2596
- * <p>The identifier of the Amazon DataZone domain in which a subscription request is to be
2597
- * updated.</p>
2493
+ * <p>The identifier of the Amazon DataZone domain in which a subscription request is to be updated.</p>
2598
2494
  * @public
2599
2495
  */
2600
2496
  domainIdentifier: string | undefined;
@@ -2629,8 +2525,7 @@ export interface UpdateSubscriptionRequestOutput {
2629
2525
  */
2630
2526
  updatedBy?: string | undefined;
2631
2527
  /**
2632
- * <p>The identifier of the Amazon DataZone domain in which a subscription request is to be
2633
- * updated.</p>
2528
+ * <p>The identifier of the Amazon DataZone domain in which a subscription request is to be updated.</p>
2634
2529
  * @public
2635
2530
  */
2636
2531
  domainId: string | undefined;
@@ -2690,14 +2585,12 @@ export interface UpdateSubscriptionRequestOutput {
2690
2585
  */
2691
2586
  export interface UpdateSubscriptionTargetInput {
2692
2587
  /**
2693
- * <p>The identifier of the Amazon DataZone domain in which a subscription target is to be
2694
- * updated.</p>
2588
+ * <p>The identifier of the Amazon DataZone domain in which a subscription target is to be updated.</p>
2695
2589
  * @public
2696
2590
  */
2697
2591
  domainIdentifier: string | undefined;
2698
2592
  /**
2699
- * <p>The identifier of the environment in which a subscription target is to be
2700
- * updated.</p>
2593
+ * <p>The identifier of the environment in which a subscription target is to be updated.</p>
2701
2594
  * @public
2702
2595
  */
2703
2596
  environmentIdentifier: string | undefined;
@@ -2707,38 +2600,32 @@ export interface UpdateSubscriptionTargetInput {
2707
2600
  */
2708
2601
  identifier: string | undefined;
2709
2602
  /**
2710
- * <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code>
2711
- * action.</p>
2603
+ * <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2712
2604
  * @public
2713
2605
  */
2714
2606
  name?: string | undefined;
2715
2607
  /**
2716
- * <p>The authorized principals to be updated as part of the
2717
- * <code>UpdateSubscriptionTarget</code> action.</p>
2608
+ * <p>The authorized principals to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2718
2609
  * @public
2719
2610
  */
2720
2611
  authorizedPrincipals?: string[] | undefined;
2721
2612
  /**
2722
- * <p>The applicable asset types to be updated as part of the
2723
- * <code>UpdateSubscriptionTarget</code> action.</p>
2613
+ * <p>The applicable asset types to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2724
2614
  * @public
2725
2615
  */
2726
2616
  applicableAssetTypes?: string[] | undefined;
2727
2617
  /**
2728
- * <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code>
2729
- * action.</p>
2618
+ * <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2730
2619
  * @public
2731
2620
  */
2732
2621
  subscriptionTargetConfig?: SubscriptionTargetForm[] | undefined;
2733
2622
  /**
2734
- * <p>The manage access role to be updated as part of the
2735
- * <code>UpdateSubscriptionTarget</code> action.</p>
2623
+ * <p>The manage access role to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2736
2624
  * @public
2737
2625
  */
2738
2626
  manageAccessRole?: string | undefined;
2739
2627
  /**
2740
- * <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code>
2741
- * action.</p>
2628
+ * <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2742
2629
  * @public
2743
2630
  */
2744
2631
  provider?: string | undefined;
@@ -2753,15 +2640,12 @@ export interface UpdateSubscriptionTargetOutput {
2753
2640
  */
2754
2641
  id: string | undefined;
2755
2642
  /**
2756
- * <p>The authorized principals to be updated as part of the
2757
- * <code>UpdateSubscriptionTarget</code> action. Updates are supported in batches of 5 at a
2758
- * time.</p>
2643
+ * <p>The authorized principals to be updated as part of the <code>UpdateSubscriptionTarget</code> action. Updates are supported in batches of 5 at a time.</p>
2759
2644
  * @public
2760
2645
  */
2761
2646
  authorizedPrincipals: string[] | undefined;
2762
2647
  /**
2763
- * <p>The identifier of the Amazon DataZone domain in which a subscription target is to be
2764
- * updated.</p>
2648
+ * <p>The identifier of the Amazon DataZone domain in which a subscription target is to be updated.</p>
2765
2649
  * @public
2766
2650
  */
2767
2651
  domainId: string | undefined;
@@ -2771,20 +2655,17 @@ export interface UpdateSubscriptionTargetOutput {
2771
2655
  */
2772
2656
  projectId: string | undefined;
2773
2657
  /**
2774
- * <p>The identifier of the environment in which a subscription target is to be
2775
- * updated.</p>
2658
+ * <p>The identifier of the environment in which a subscription target is to be updated.</p>
2776
2659
  * @public
2777
2660
  */
2778
2661
  environmentId: string | undefined;
2779
2662
  /**
2780
- * <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code>
2781
- * action.</p>
2663
+ * <p>The name to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2782
2664
  * @public
2783
2665
  */
2784
2666
  name: string | undefined;
2785
2667
  /**
2786
- * <p>The type to be updated as part of the <code>UpdateSubscriptionTarget</code>
2787
- * action.</p>
2668
+ * <p>The type to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2788
2669
  * @public
2789
2670
  */
2790
2671
  type: string | undefined;
@@ -2809,26 +2690,22 @@ export interface UpdateSubscriptionTargetOutput {
2809
2690
  */
2810
2691
  updatedAt?: Date | undefined;
2811
2692
  /**
2812
- * <p>The manage access role to be updated as part of the
2813
- * <code>UpdateSubscriptionTarget</code> action.</p>
2693
+ * <p>The manage access role to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2814
2694
  * @public
2815
2695
  */
2816
2696
  manageAccessRole?: string | undefined;
2817
2697
  /**
2818
- * <p>The applicable asset types to be updated as part of the
2819
- * <code>UpdateSubscriptionTarget</code> action.</p>
2698
+ * <p>The applicable asset types to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2820
2699
  * @public
2821
2700
  */
2822
2701
  applicableAssetTypes: string[] | undefined;
2823
2702
  /**
2824
- * <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code>
2825
- * action.</p>
2703
+ * <p>The configuration to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2826
2704
  * @public
2827
2705
  */
2828
2706
  subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
2829
2707
  /**
2830
- * <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code>
2831
- * action.</p>
2708
+ * <p>The provider to be updated as part of the <code>UpdateSubscriptionTarget</code> action.</p>
2832
2709
  * @public
2833
2710
  */
2834
2711
  provider: string | undefined;
@@ -3031,19 +2908,12 @@ export interface SearchInput {
3031
2908
  */
3032
2909
  owningProjectIdentifier?: string | undefined;
3033
2910
  /**
3034
- * <p>The maximum number of results to return in a single call to <code>Search</code>. When
3035
- * the number of results to be listed is greater than the value of <code>MaxResults</code>,
3036
- * the response contains a <code>NextToken</code> value that you can use in a subsequent call
3037
- * to <code>Search</code> to list the next set of results.</p>
2911
+ * <p>The maximum number of results to return in a single call to <code>Search</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>Search</code> to list the next set of results.</p>
3038
2912
  * @public
3039
2913
  */
3040
2914
  maxResults?: number | undefined;
3041
2915
  /**
3042
- * <p>When the number of results is greater than the default value for the
3043
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
3044
- * <code>MaxResults</code> that is less than the number of results, the response includes a
3045
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
3046
- * value in a subsequent call to <code>Search</code> to list the next set of results.</p>
2916
+ * <p>When the number of results 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 results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>Search</code> to list the next set of results.</p>
3047
2917
  * @public
3048
2918
  */
3049
2919
  nextToken?: string | undefined;
@@ -3098,21 +2968,12 @@ export interface SearchListingsInput {
3098
2968
  */
3099
2969
  searchIn?: SearchInItem[] | undefined;
3100
2970
  /**
3101
- * <p>The maximum number of results to return in a single call to <code>SearchListings</code>.
3102
- * When the number of results to be listed is greater than the value of
3103
- * <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you
3104
- * can use in a subsequent call to <code>SearchListings</code> to list the next set of
3105
- * results. </p>
2971
+ * <p>The maximum number of results to return in a single call to <code>SearchListings</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchListings</code> to list the next set of results. </p>
3106
2972
  * @public
3107
2973
  */
3108
2974
  maxResults?: number | undefined;
3109
2975
  /**
3110
- * <p>When the number of results is greater than the default value for the
3111
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
3112
- * <code>MaxResults</code> that is less than the number of results, the response includes a
3113
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
3114
- * value in a subsequent call to <code>SearchListings</code> to list the next set of
3115
- * results.</p>
2976
+ * <p>When the number of results 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 results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchListings</code> to list the next set of results.</p>
3116
2977
  * @public
3117
2978
  */
3118
2979
  nextToken?: string | undefined;
@@ -3122,8 +2983,7 @@ export interface SearchListingsInput {
3122
2983
  */
3123
2984
  filters?: FilterClause | undefined;
3124
2985
  /**
3125
- * <p>Enables you to specify one or more attributes to compute and return counts grouped by
3126
- * field values.</p>
2986
+ * <p>Enables you to specify one or more attributes to compute and return counts grouped by field values.</p>
3127
2987
  * @public
3128
2988
  */
3129
2989
  aggregations?: AggregationListItem[] | undefined;
@@ -3143,27 +3003,17 @@ export interface SearchListingsInput {
3143
3003
  */
3144
3004
  export interface SearchTypesInput {
3145
3005
  /**
3146
- * <p>The identifier of the Amazon DataZone domain in which to invoke the <code>SearchTypes</code>
3147
- * action.</p>
3006
+ * <p>The identifier of the Amazon DataZone domain in which to invoke the <code>SearchTypes</code> action.</p>
3148
3007
  * @public
3149
3008
  */
3150
3009
  domainIdentifier: string | undefined;
3151
3010
  /**
3152
- * <p>The maximum number of results to return in a single call to <code>SearchTypes</code>.
3153
- * When the number of results to be listed is greater than the value of
3154
- * <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you
3155
- * can use in a subsequent call to <code>SearchTypes</code> to list the next set of results.
3156
- * </p>
3011
+ * <p>The maximum number of results to return in a single call to <code>SearchTypes</code>. When the number of results to be listed is greater than the value of <code>MaxResults</code>, the response contains a <code>NextToken</code> value that you can use in a subsequent call to <code>SearchTypes</code> to list the next set of results. </p>
3157
3012
  * @public
3158
3013
  */
3159
3014
  maxResults?: number | undefined;
3160
3015
  /**
3161
- * <p>When the number of results is greater than the default value for the
3162
- * <code>MaxResults</code> parameter, or if you explicitly specify a value for
3163
- * <code>MaxResults</code> that is less than the number of results, the response includes a
3164
- * pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code>
3165
- * value in a subsequent call to <code>SearchTypes</code> to list the next set of
3166
- * results.</p>
3016
+ * <p>When the number of results 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 results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchTypes</code> to list the next set of results.</p>
3167
3017
  * @public
3168
3018
  */
3169
3019
  nextToken?: string | undefined;
@@ -3270,8 +3120,7 @@ export interface CreateAssetFilterInput {
3270
3120
  */
3271
3121
  configuration: AssetFilterConfiguration | undefined;
3272
3122
  /**
3273
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
3274
- * request.</p>
3123
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
3275
3124
  * @public
3276
3125
  */
3277
3126
  clientToken?: string | undefined;
@@ -3321,8 +3170,7 @@ export interface CreateAssetFilterOutput {
3321
3170
  */
3322
3171
  createdAt?: Date | undefined;
3323
3172
  /**
3324
- * <p>The error message that is displayed if the asset filter is not created
3325
- * successfully.</p>
3173
+ * <p>The error message that is displayed if the asset filter is not created successfully.</p>
3326
3174
  * @public
3327
3175
  */
3328
3176
  errorMessage?: string | undefined;