@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
@@ -1,20 +1,17 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { DataZoneServiceException as __BaseException } from "./DataZoneServiceException";
3
3
  /**
4
- * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the
5
- * target (for example, a column name) that can be accepted.</p>
4
+ * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.</p>
6
5
  * @public
7
6
  */
8
7
  export interface AcceptChoice {
9
8
  /**
10
- * <p>Specifies the target (for example, a column name) where a prediction can be
11
- * accepted.</p>
9
+ * <p>Specifies the target (for example, a column name) where a prediction can be accepted.</p>
12
10
  * @public
13
11
  */
14
12
  predictionTarget: string | undefined;
15
13
  /**
16
- * <p>Specifies the prediction (aka, the automatically generated piece of metadata) that can
17
- * be accepted.</p>
14
+ * <p>Specifies the prediction (aka, the automatically generated piece of metadata) that can be accepted.</p>
18
15
  * @public
19
16
  */
20
17
  predictionChoice?: number | undefined;
@@ -63,8 +60,7 @@ export interface AcceptRule {
63
60
  */
64
61
  rule?: AcceptRuleBehavior | undefined;
65
62
  /**
66
- * <p>The confidence score that specifies the condition at which a prediction can be
67
- * accepted.</p>
63
+ * <p>The confidence score that specifies the condition at which a prediction can be accepted.</p>
68
64
  * @public
69
65
  */
70
66
  threshold?: number | undefined;
@@ -94,14 +90,12 @@ export interface AcceptPredictionsInput {
94
90
  */
95
91
  acceptRule?: AcceptRule | undefined;
96
92
  /**
97
- * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the
98
- * target (for example, a column name) that can be accepted.</p>
93
+ * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.</p>
99
94
  * @public
100
95
  */
101
96
  acceptChoices?: AcceptChoice[] | undefined;
102
97
  /**
103
- * <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is
104
- * automatically populated if not provided.</p>
98
+ * <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
105
99
  * @public
106
100
  */
107
101
  clientToken?: string | undefined;
@@ -227,8 +221,7 @@ export interface AcceptSubscriptionRequestInput {
227
221
  */
228
222
  identifier: string | undefined;
229
223
  /**
230
- * <p>A description that specifies the reason for accepting the specified subscription
231
- * request.</p>
224
+ * <p>A description that specifies the reason for accepting the specified subscription request.</p>
232
225
  * @public
233
226
  */
234
227
  decisionComment?: string | undefined;
@@ -325,8 +318,7 @@ export interface DetailedGlossaryTerm {
325
318
  */
326
319
  export interface SubscribedAssetListing {
327
320
  /**
328
- * <p>The identifier of the published asset for which the subscription grant is
329
- * created.</p>
321
+ * <p>The identifier of the published asset for which the subscription grant is created.</p>
330
322
  * @public
331
323
  */
332
324
  entityId?: string | undefined;
@@ -341,14 +333,12 @@ export interface SubscribedAssetListing {
341
333
  */
342
334
  entityType?: string | undefined;
343
335
  /**
344
- * <p>The forms attached to the published asset for which the subscription grant is
345
- * created.</p>
336
+ * <p>The forms attached to the published asset for which the subscription grant is created.</p>
346
337
  * @public
347
338
  */
348
339
  forms?: string | undefined;
349
340
  /**
350
- * <p>The glossary terms attached to the published asset for which the subscription grant is
351
- * created.</p>
341
+ * <p>The glossary terms attached to the published asset for which the subscription grant is created.</p>
352
342
  * @public
353
343
  */
354
344
  glossaryTerms?: DetailedGlossaryTerm[] | undefined;
@@ -463,8 +453,7 @@ export declare namespace SubscribedListingItem {
463
453
  */
464
454
  export interface SubscribedListing {
465
455
  /**
466
- * <p>The identifier of the published asset for which the subscription grant is
467
- * created.</p>
456
+ * <p>The identifier of the published asset for which the subscription grant is created.</p>
468
457
  * @public
469
458
  */
470
459
  id: string | undefined;
@@ -479,8 +468,7 @@ export interface SubscribedListing {
479
468
  */
480
469
  name: string | undefined;
481
470
  /**
482
- * <p>The description of the published asset for which the subscription grant is
483
- * created.</p>
471
+ * <p>The description of the published asset for which the subscription grant is created.</p>
484
472
  * @public
485
473
  */
486
474
  description: string | undefined;
@@ -490,14 +478,12 @@ export interface SubscribedListing {
490
478
  */
491
479
  item: SubscribedListingItem | undefined;
492
480
  /**
493
- * <p>The identifier of the project of the published asset for which the subscription grant is
494
- * created.</p>
481
+ * <p>The identifier of the project of the published asset for which the subscription grant is created.</p>
495
482
  * @public
496
483
  */
497
484
  ownerProjectId: string | undefined;
498
485
  /**
499
- * <p>The name of the project that owns the published asset for which the subscription grant
500
- * is created.</p>
486
+ * <p>The name of the project that owns the published asset for which the subscription grant is created.</p>
501
487
  * @public
502
488
  */
503
489
  ownerProjectName?: string | undefined;
@@ -568,8 +554,7 @@ export interface AcceptSubscriptionRequestOutput {
568
554
  */
569
555
  updatedBy?: string | undefined;
570
556
  /**
571
- * <p>The unique identifier of the Amazon DataZone domain where the specified subscription request
572
- * was accepted.</p>
557
+ * <p>The unique identifier of the Amazon DataZone domain where the specified subscription request was accepted.</p>
573
558
  * @public
574
559
  */
575
560
  domainId: string | undefined;
@@ -594,8 +579,7 @@ export interface AcceptSubscriptionRequestOutput {
594
579
  */
595
580
  requestReason: string | undefined;
596
581
  /**
597
- * <p>Specifies the Amazon DataZone users who are subscribed to the asset specified in the
598
- * subscription request.</p>
582
+ * <p>Specifies the Amazon DataZone users who are subscribed to the asset specified in the subscription request.</p>
599
583
  * @public
600
584
  */
601
585
  subscribedPrincipals: SubscribedPrincipal[] | undefined;
@@ -704,23 +688,18 @@ export interface AccountPoolSummary {
704
688
  */
705
689
  export interface CustomAccountPoolHandler {
706
690
  /**
707
- * <p>The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services
708
- * Lambda handler.</p>
691
+ * <p>The ARN of the Amazon Web Services Lambda function for the custom Amazon Web Services Lambda handler.</p>
709
692
  * @public
710
693
  */
711
694
  lambdaFunctionArn: string | undefined;
712
695
  /**
713
- * <p>The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the
714
- * Amazon Web Services Lambda funtion if the account source is the custom account pool
715
- * handler.</p>
696
+ * <p>The ARN of the IAM role that enables Amazon SageMaker Unified Studio to invoke the Amazon Web Services Lambda funtion if the account source is the custom account pool handler.</p>
716
697
  * @public
717
698
  */
718
699
  lambdaExecutionRoleArn?: string | undefined;
719
700
  }
720
701
  /**
721
- * <p>The source of accounts for the account pool. In the current release, it's either a
722
- * static list of accounts provided by the customer or a custom Amazon Web Services Lambda
723
- * handler. </p>
702
+ * <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>
724
703
  * @public
725
704
  */
726
705
  export type AccountSource = AccountSource.AccountsMember | AccountSource.CustomAccountPoolHandlerMember | AccountSource.$UnknownMember;
@@ -902,8 +881,7 @@ export interface AddEntityOwnerInput {
902
881
  */
903
882
  owner: OwnerProperties | undefined;
904
883
  /**
905
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
906
- * request.</p>
884
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
907
885
  * @public
908
886
  */
909
887
  clientToken?: string | undefined;
@@ -1014,14 +992,12 @@ export interface CreateProjectPolicyGrantDetail {
1014
992
  */
1015
993
  export interface CreateProjectFromProjectProfilePolicyGrantDetail {
1016
994
  /**
1017
- * <p>Specifies whether to include child domain units when creating a project from project
1018
- * profile policy grant details</p>
995
+ * <p>Specifies whether to include child domain units when creating a project from project profile policy grant details</p>
1019
996
  * @public
1020
997
  */
1021
998
  includeChildDomainUnits?: boolean | undefined;
1022
999
  /**
1023
- * <p>Specifies project profiles when creating a project from project profile policy grant
1024
- * details</p>
1000
+ * <p>Specifies project profiles when creating a project from project profile policy grant details</p>
1025
1001
  * @public
1026
1002
  */
1027
1003
  projectProfiles?: string[] | undefined;
@@ -1049,8 +1025,7 @@ export interface OverrideProjectOwnersPolicyGrantDetail {
1049
1025
  includeChildDomainUnits?: boolean | undefined;
1050
1026
  }
1051
1027
  /**
1052
- * <p>Specifies the domain unit(s) whose projects can use this asset type while creating asset
1053
- * or asset revisions.</p>
1028
+ * <p>Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>
1054
1029
  * @public
1055
1030
  */
1056
1031
  export interface UseAssetTypePolicyGrantDetail {
@@ -1343,8 +1318,7 @@ export declare namespace PolicyGrantDetail {
1343
1318
  $unknown?: never;
1344
1319
  }
1345
1320
  /**
1346
- * <p> Specifies the domain unit(s) whose projects can use this asset type while creating
1347
- * asset or asset revisions.</p>
1321
+ * <p> Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>
1348
1322
  * @public
1349
1323
  */
1350
1324
  interface UseAssetTypeMember {
@@ -1459,8 +1433,7 @@ export type DomainUnitDesignation = (typeof DomainUnitDesignation)[keyof typeof
1459
1433
  export interface AllDomainUnitsGrantFilter {
1460
1434
  }
1461
1435
  /**
1462
- * <p>The grant filter for the domain unit. In the current release of Amazon DataZone, the
1463
- * only supported filter is the <code>allDomainUnitsGrantFilter</code>.</p>
1436
+ * <p>The grant filter for the domain unit. In the current release of Amazon DataZone, the only supported filter is the <code>allDomainUnitsGrantFilter</code>.</p>
1464
1437
  * @public
1465
1438
  */
1466
1439
  export type DomainUnitGrantFilter = DomainUnitGrantFilter.AllDomainUnitsGrantFilterMember | DomainUnitGrantFilter.$UnknownMember;
@@ -1775,8 +1748,7 @@ export interface AddPolicyGrantInput {
1775
1748
  */
1776
1749
  detail: PolicyGrantDetail | undefined;
1777
1750
  /**
1778
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
1779
- * request.</p>
1751
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
1780
1752
  * @public
1781
1753
  */
1782
1754
  clientToken?: string | undefined;
@@ -1785,6 +1757,11 @@ export interface AddPolicyGrantInput {
1785
1757
  * @public
1786
1758
  */
1787
1759
  export interface AddPolicyGrantOutput {
1760
+ /**
1761
+ * <p>The ID of the policy grant that was added to a specified entity.</p>
1762
+ * @public
1763
+ */
1764
+ grantId?: string | undefined;
1788
1765
  }
1789
1766
  /**
1790
1767
  * <p>An aggregation list item.</p>
@@ -1797,8 +1774,7 @@ export interface AggregationListItem {
1797
1774
  */
1798
1775
  attribute: string | undefined;
1799
1776
  /**
1800
- * <p>The display value of the aggregation list item. Supported values include
1801
- * <code>value</code> and <code>glossaryTerm.name</code>.</p>
1777
+ * <p>The display value of the aggregation list item. Supported values include <code>value</code> and <code>glossaryTerm.name</code>.</p>
1802
1778
  * @public
1803
1779
  */
1804
1780
  displayValue?: string | undefined;
@@ -1819,9 +1795,7 @@ export interface AggregationOutputItem {
1819
1795
  */
1820
1796
  count?: number | undefined;
1821
1797
  /**
1822
- * <p>The display value of the aggregation. If the attribute being aggregated corresponds to
1823
- * the id of a public resource, the service automatically resolves the id to the provided
1824
- * display value.</p>
1798
+ * <p>The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.</p>
1825
1799
  * @public
1826
1800
  */
1827
1801
  displayValue?: string | undefined;
@@ -1939,9 +1913,7 @@ export interface CreateAssetInput {
1939
1913
  */
1940
1914
  domainIdentifier: string | undefined;
1941
1915
  /**
1942
- * <p>The external identifier of the asset.</p>
1943
- * <p>If the value for the <code>externalIdentifier</code> parameter is specified, it must be
1944
- * a unique value.</p>
1916
+ * <p>The external identifier of the asset.</p> <p>If the value for the <code>externalIdentifier</code> parameter is specified, it must be a unique value.</p>
1945
1917
  * @public
1946
1918
  */
1947
1919
  externalIdentifier?: string | undefined;
@@ -1976,14 +1948,12 @@ export interface CreateAssetInput {
1976
1948
  */
1977
1949
  owningProjectIdentifier: string | undefined;
1978
1950
  /**
1979
- * <p>The configuration of the automatically generated business-friendly metadata for the
1980
- * asset.</p>
1951
+ * <p>The configuration of the automatically generated business-friendly metadata for the asset.</p>
1981
1952
  * @public
1982
1953
  */
1983
1954
  predictionConfiguration?: PredictionConfiguration | undefined;
1984
1955
  /**
1985
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
1986
- * request.</p>
1956
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
1987
1957
  * @public
1988
1958
  */
1989
1959
  clientToken?: string | undefined;
@@ -2119,8 +2089,7 @@ export interface CreateAssetOutput {
2119
2089
  */
2120
2090
  latestTimeSeriesDataPointFormsOutput?: TimeSeriesDataPointSummaryFormOutput[] | undefined;
2121
2091
  /**
2122
- * <p>The configuration of the automatically generated business-friendly metadata for the
2123
- * asset.</p>
2092
+ * <p>The configuration of the automatically generated business-friendly metadata for the asset.</p>
2124
2093
  * @public
2125
2094
  */
2126
2095
  predictionConfiguration?: PredictionConfiguration | undefined;
@@ -2165,14 +2134,12 @@ export interface CreateAssetRevisionInput {
2165
2134
  */
2166
2135
  formsInput?: FormInput[] | undefined;
2167
2136
  /**
2168
- * <p>The configuration of the automatically generated business-friendly metadata for the
2169
- * asset.</p>
2137
+ * <p>The configuration of the automatically generated business-friendly metadata for the asset.</p>
2170
2138
  * @public
2171
2139
  */
2172
2140
  predictionConfiguration?: PredictionConfiguration | undefined;
2173
2141
  /**
2174
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
2175
- * request.</p>
2142
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
2176
2143
  * @public
2177
2144
  */
2178
2145
  clientToken?: string | undefined;
@@ -2262,8 +2229,7 @@ export interface CreateAssetRevisionOutput {
2262
2229
  */
2263
2230
  formsOutput: FormOutput[] | undefined;
2264
2231
  /**
2265
- * <p>The read-only metadata forms that were attached to the asset as part of the asset
2266
- * revision.</p>
2232
+ * <p>The read-only metadata forms that were attached to the asset as part of the asset revision.</p>
2267
2233
  * @public
2268
2234
  */
2269
2235
  readOnlyFormsOutput?: FormOutput[] | undefined;
@@ -2273,8 +2239,7 @@ export interface CreateAssetRevisionOutput {
2273
2239
  */
2274
2240
  latestTimeSeriesDataPointFormsOutput?: TimeSeriesDataPointSummaryFormOutput[] | undefined;
2275
2241
  /**
2276
- * <p>The configuration of the automatically generated business-friendly metadata for the
2277
- * asset.</p>
2242
+ * <p>The configuration of the automatically generated business-friendly metadata for the asset.</p>
2278
2243
  * @public
2279
2244
  */
2280
2245
  predictionConfiguration?: PredictionConfiguration | undefined;
@@ -2309,11 +2274,7 @@ export interface GetAssetInput {
2309
2274
  */
2310
2275
  domainIdentifier: string | undefined;
2311
2276
  /**
2312
- * <p>The ID of the Amazon DataZone asset.</p>
2313
- * <p>This parameter supports either the value of <code>assetId</code> or
2314
- * <code>externalIdentifier</code> as input. If you are passing the value of
2315
- * <code>externalIdentifier</code>, you must prefix this value with
2316
- * <code>externalIdentifer%2F</code>.</p>
2277
+ * <p>The ID of the Amazon DataZone asset.</p> <p>This parameter supports either the value of <code>assetId</code> or <code>externalIdentifier</code> as input. If you are passing the value of <code>externalIdentifier</code>, you must prefix this value with <code>externalIdentifer%2F</code>.</p>
2317
2278
  * @public
2318
2279
  */
2319
2280
  identifier: string | undefined;
@@ -3034,8 +2995,7 @@ export interface AssetItemAdditionalAttributes {
3034
2995
  */
3035
2996
  readOnlyFormsOutput?: FormOutput[] | undefined;
3036
2997
  /**
3037
- * <p>The latest time series data points forms included in the additional attributes of an
3038
- * asset.</p>
2998
+ * <p>The latest time series data points forms included in the additional attributes of an asset.</p>
3039
2999
  * @public
3040
3000
  */
3041
3001
  latestTimeSeriesDataPointFormsOutput?: TimeSeriesDataPointSummaryFormOutput[] | undefined;
@@ -3152,8 +3112,7 @@ export interface AssetListing {
3152
3112
  */
3153
3113
  forms?: string | undefined;
3154
3114
  /**
3155
- * <p>The latest time series data points forms included in the additional attributes of an
3156
- * asset.</p>
3115
+ * <p>The latest time series data points forms included in the additional attributes of an asset.</p>
3157
3116
  * @public
3158
3117
  */
3159
3118
  latestTimeSeriesDataPointForms?: TimeSeriesDataPointSummaryFormOutput[] | undefined;
@@ -3163,8 +3122,7 @@ export interface AssetListing {
3163
3122
  */
3164
3123
  glossaryTerms?: DetailedGlossaryTerm[] | undefined;
3165
3124
  /**
3166
- * <p>The identifier of the project where an asset published in an Amazon DataZone catalog exists.
3167
- * </p>
3125
+ * <p>The identifier of the project where an asset published in an Amazon DataZone catalog exists. </p>
3168
3126
  * @public
3169
3127
  */
3170
3128
  owningProjectId?: string | undefined;
@@ -3185,8 +3143,7 @@ export interface AssetListingItemAdditionalAttributes {
3185
3143
  */
3186
3144
  matchRationale?: MatchRationaleItem[] | undefined;
3187
3145
  /**
3188
- * <p>The latest time series data points forms included in the additional attributes of an
3189
- * asset.</p>
3146
+ * <p>The latest time series data points forms included in the additional attributes of an asset.</p>
3190
3147
  * @public
3191
3148
  */
3192
3149
  latestTimeSeriesDataPointForms?: TimeSeriesDataPointSummaryFormOutput[] | undefined;
@@ -3335,8 +3292,7 @@ export interface FormEntryInput {
3335
3292
  */
3336
3293
  export interface CreateAssetTypeInput {
3337
3294
  /**
3338
- * <p>The unique identifier of the Amazon DataZone domain where the custom asset type is being
3339
- * created.</p>
3295
+ * <p>The unique identifier of the Amazon DataZone domain where the custom asset type is being created.</p>
3340
3296
  * @public
3341
3297
  */
3342
3298
  domainIdentifier: string | undefined;
@@ -3588,8 +3544,7 @@ export interface AssetTypeItem {
3588
3544
  */
3589
3545
  owningProjectId: string | undefined;
3590
3546
  /**
3591
- * <p>The identifier of the Amazon DataZone domain where the asset type was originally
3592
- * created.</p>
3547
+ * <p>The identifier of the Amazon DataZone domain where the asset type was originally created.</p>
3593
3548
  * @public
3594
3549
  */
3595
3550
  originDomainId?: string | undefined;
@@ -3745,8 +3700,7 @@ export interface OAuth2ClientApplication {
3745
3700
  */
3746
3701
  userManagedClientApplicationClientId?: string | undefined;
3747
3702
  /**
3748
- * <p>The Amazon Web Services managed client application reference in the OAuth2Client
3749
- * application.</p>
3703
+ * <p>The Amazon Web Services managed client application reference in the OAuth2Client application.</p>
3750
3704
  * @public
3751
3705
  */
3752
3706
  aWSManagedClientApplicationReference?: string | undefined;
@@ -4000,8 +3954,7 @@ export interface AwsLocation {
4000
3954
  */
4001
3955
  export interface CancelMetadataGenerationRunInput {
4002
3956
  /**
4003
- * <p>The ID of the Amazon DataZone domain in which the metadata generation run is to be
4004
- * cancelled.</p>
3957
+ * <p>The ID of the Amazon DataZone domain in which the metadata generation run is to be cancelled.</p>
4005
3958
  * @public
4006
3959
  */
4007
3960
  domainIdentifier: string | undefined;
@@ -4021,8 +3974,7 @@ export interface CancelMetadataGenerationRunOutput {
4021
3974
  */
4022
3975
  export interface CancelSubscriptionInput {
4023
3976
  /**
4024
- * <p>The unique identifier of the Amazon DataZone domain where the subscription request is being
4025
- * cancelled.</p>
3977
+ * <p>The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.</p>
4026
3978
  * @public
4027
3979
  */
4028
3980
  domainIdentifier: string | undefined;
@@ -4065,8 +4017,7 @@ export interface CancelSubscriptionOutput {
4065
4017
  */
4066
4018
  updatedBy?: string | undefined;
4067
4019
  /**
4068
- * <p>The unique identifier of the Amazon DataZone domain where the subscription is being
4069
- * cancelled.</p>
4020
+ * <p>The unique identifier of the Amazon DataZone domain where the subscription is being cancelled.</p>
4070
4021
  * @public
4071
4022
  */
4072
4023
  domainId: string | undefined;
@@ -4076,8 +4027,7 @@ export interface CancelSubscriptionOutput {
4076
4027
  */
4077
4028
  status: SubscriptionStatus | undefined;
4078
4029
  /**
4079
- * <p>The timestamp that specifies when the request to cancel the subscription was
4080
- * created.</p>
4030
+ * <p>The timestamp that specifies when the request to cancel the subscription was created.</p>
4081
4031
  * @public
4082
4032
  */
4083
4033
  createdAt: Date | undefined;
@@ -4087,8 +4037,7 @@ export interface CancelSubscriptionOutput {
4087
4037
  */
4088
4038
  updatedAt: Date | undefined;
4089
4039
  /**
4090
- * <p>The Amazon DataZone user who is made a subscriber to the specified asset by the subscription
4091
- * that is being cancelled.</p>
4040
+ * <p>The Amazon DataZone user who is made a subscriber to the specified asset by the subscription that is being cancelled.</p>
4092
4041
  * @public
4093
4042
  */
4094
4043
  subscribedPrincipal: SubscribedPrincipal | undefined;
@@ -4098,14 +4047,12 @@ export interface CancelSubscriptionOutput {
4098
4047
  */
4099
4048
  subscribedListing: SubscribedListing | undefined;
4100
4049
  /**
4101
- * <p>The unique ID of the subscripton request for the subscription that is being
4102
- * cancelled.</p>
4050
+ * <p>The unique ID of the subscripton request for the subscription that is being cancelled.</p>
4103
4051
  * @public
4104
4052
  */
4105
4053
  subscriptionRequestId?: string | undefined;
4106
4054
  /**
4107
- * <p>Specifies whether the permissions to the asset are retained after the subscription is
4108
- * cancelled.</p>
4055
+ * <p>Specifies whether the permissions to the asset are retained after the subscription is cancelled.</p>
4109
4056
  * @public
4110
4057
  */
4111
4058
  retainPermissions?: boolean | undefined;
@@ -4128,8 +4075,7 @@ export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
4128
4075
  */
4129
4076
  export interface CloudFormationProperties {
4130
4077
  /**
4131
- * <p>The template URL of the cloud formation provisioning properties of the environment
4132
- * blueprint.</p>
4078
+ * <p>The template URL of the cloud formation provisioning properties of the environment blueprint.</p>
4133
4079
  * @public
4134
4080
  */
4135
4081
  templateUrl: string | undefined;
@@ -4307,14 +4253,12 @@ export interface GlueConnectionInput {
4307
4253
  */
4308
4254
  matchCriteria?: string | undefined;
4309
4255
  /**
4310
- * <p>Speciefies whether to validate credentials of the Amazon Web Services Glue
4311
- * connection.</p>
4256
+ * <p>Speciefies whether to validate credentials of the Amazon Web Services Glue connection.</p>
4312
4257
  * @public
4313
4258
  */
4314
4259
  validateCredentials?: boolean | undefined;
4315
4260
  /**
4316
- * <p>Speciefies whether to validate for compute environments of the Amazon Web Services Glue
4317
- * connection.</p>
4261
+ * <p>Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.</p>
4318
4262
  * @public
4319
4263
  */
4320
4264
  validateForComputeEnvironments?: ComputeEnvironments[] | undefined;
@@ -4367,8 +4311,7 @@ export interface HyperPodPropertiesInput {
4367
4311
  */
4368
4312
  export interface IamPropertiesInput {
4369
4313
  /**
4370
- * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a
4371
- * connection.</p>
4314
+ * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.</p>
4372
4315
  * @public
4373
4316
  */
4374
4317
  glueLineageSyncEnabled?: boolean | undefined;
@@ -4547,8 +4490,7 @@ export interface S3PropertiesInput {
4547
4490
  */
4548
4491
  s3Uri: string | undefined;
4549
4492
  /**
4550
- * <p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a
4551
- * connection.</p>
4493
+ * <p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.</p>
4552
4494
  * @public
4553
4495
  */
4554
4496
  s3AccessGrantLocationId?: string | undefined;
@@ -4616,14 +4558,12 @@ export interface SparkGluePropertiesInput {
4616
4558
  */
4617
4559
  additionalArgs?: SparkGlueArgs | undefined;
4618
4560
  /**
4619
- * <p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue
4620
- * properties.</p>
4561
+ * <p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties.</p>
4621
4562
  * @public
4622
4563
  */
4623
4564
  glueConnectionName?: string | undefined;
4624
4565
  /**
4625
- * <p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue
4626
- * properties.</p>
4566
+ * <p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.</p>
4627
4567
  * @public
4628
4568
  */
4629
4569
  glueVersion?: string | undefined;
@@ -4887,8 +4827,7 @@ export interface IamPropertiesOutput {
4887
4827
  */
4888
4828
  environmentId?: string | undefined;
4889
4829
  /**
4890
- * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a
4891
- * connection.</p>
4830
+ * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.</p>
4892
4831
  * @public
4893
4832
  */
4894
4833
  glueLineageSyncEnabled?: boolean | undefined;
@@ -4976,8 +4915,7 @@ export interface S3PropertiesOutput {
4976
4915
  */
4977
4916
  s3Uri: string | undefined;
4978
4917
  /**
4979
- * <p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a
4980
- * connection.</p>
4918
+ * <p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.</p>
4981
4919
  * @public
4982
4920
  */
4983
4921
  s3AccessGrantLocationId?: string | undefined;
@@ -5076,14 +5014,12 @@ export interface SparkGluePropertiesOutput {
5076
5014
  */
5077
5015
  additionalArgs?: SparkGlueArgs | undefined;
5078
5016
  /**
5079
- * <p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue
5080
- * properties. </p>
5017
+ * <p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties. </p>
5081
5018
  * @public
5082
5019
  */
5083
5020
  glueConnectionName?: string | undefined;
5084
5021
  /**
5085
- * <p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.
5086
- * </p>
5022
+ * <p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties. </p>
5087
5023
  * @public
5088
5024
  */
5089
5025
  glueVersion?: string | undefined;
@@ -5307,8 +5243,7 @@ export interface GluePropertiesPatch {
5307
5243
  */
5308
5244
  export interface IamPropertiesPatch {
5309
5245
  /**
5310
- * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a
5311
- * connection.</p>
5246
+ * <p>Specifies whether Amazon Web Services Glue lineage sync is enabled for a connection.</p>
5312
5247
  * @public
5313
5248
  */
5314
5249
  glueLineageSyncEnabled?: boolean | undefined;
@@ -5360,8 +5295,7 @@ export interface S3PropertiesPatch {
5360
5295
  */
5361
5296
  s3Uri: string | undefined;
5362
5297
  /**
5363
- * <p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties patch of
5364
- * a connection.</p>
5298
+ * <p>The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties patch of a connection.</p>
5365
5299
  * @public
5366
5300
  */
5367
5301
  s3AccessGrantLocationId?: string | undefined;
@@ -5777,9 +5711,7 @@ export interface CreateAccountPoolInput {
5777
5711
  */
5778
5712
  resolutionStrategy: ResolutionStrategy | undefined;
5779
5713
  /**
5780
- * <p>The source of accounts for the account pool. In the current release, it's either a
5781
- * static list of accounts provided by the customer or a custom Amazon Web Services Lambda
5782
- * handler. </p>
5714
+ * <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>
5783
5715
  * @public
5784
5716
  */
5785
5717
  accountSource: AccountSource | undefined;
@@ -5814,9 +5746,7 @@ export interface CreateAccountPoolOutput {
5814
5746
  */
5815
5747
  resolutionStrategy?: ResolutionStrategy | undefined;
5816
5748
  /**
5817
- * <p>The source of accounts for the account pool. In the current release, it's either a
5818
- * static list of accounts provided by the customer or a custom Amazon Web Services Lambda
5819
- * handler. </p>
5749
+ * <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>
5820
5750
  * @public
5821
5751
  */
5822
5752
  accountSource: AccountSource | undefined;
@@ -5856,8 +5786,7 @@ export interface CreateConnectionInput {
5856
5786
  */
5857
5787
  awsLocation?: AwsLocation | undefined;
5858
5788
  /**
5859
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
5860
- * request.</p>
5789
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
5861
5790
  * @public
5862
5791
  */
5863
5792
  clientToken?: string | undefined;
@@ -6019,8 +5948,7 @@ export interface CreateDataProductInput {
6019
5948
  */
6020
5949
  items?: DataProductItem[] | undefined;
6021
5950
  /**
6022
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
6023
- * request.</p>
5951
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
6024
5952
  * @public
6025
5953
  */
6026
5954
  clientToken?: string | undefined;
@@ -6153,8 +6081,7 @@ export interface CreateDataProductRevisionInput {
6153
6081
  */
6154
6082
  formsInput?: FormInput[] | undefined;
6155
6083
  /**
6156
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
6157
- * request.</p>
6084
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
6158
6085
  * @public
6159
6086
  */
6160
6087
  clientToken?: string | undefined;
@@ -6268,20 +6195,17 @@ export interface FilterExpression {
6268
6195
  */
6269
6196
  export interface RelationalFilterConfiguration {
6270
6197
  /**
6271
- * <p>The database name specified in the relational filter configuration for the data
6272
- * source.</p>
6198
+ * <p>The database name specified in the relational filter configuration for the data source.</p>
6273
6199
  * @public
6274
6200
  */
6275
6201
  databaseName: string | undefined;
6276
6202
  /**
6277
- * <p>The schema name specified in the relational filter configuration for the data
6278
- * source.</p>
6203
+ * <p>The schema name specified in the relational filter configuration for the data source.</p>
6279
6204
  * @public
6280
6205
  */
6281
6206
  schemaName?: string | undefined;
6282
6207
  /**
6283
- * <p>The filter expressions specified in the relational filter configuration for the data
6284
- * source.</p>
6208
+ * <p>The filter expressions specified in the relational filter configuration for the data source.</p>
6285
6209
  * @public
6286
6210
  */
6287
6211
  filterExpressions?: FilterExpression[] | undefined;
@@ -6292,20 +6216,17 @@ export interface RelationalFilterConfiguration {
6292
6216
  */
6293
6217
  export interface GlueRunConfigurationInput {
6294
6218
  /**
6295
- * <p>The data access role included in the configuration details of the Amazon Web Services Glue data
6296
- * source.</p>
6219
+ * <p>The data access role included in the configuration details of the Amazon Web Services Glue data source.</p>
6297
6220
  * @public
6298
6221
  */
6299
6222
  dataAccessRole?: string | undefined;
6300
6223
  /**
6301
- * <p>The relational filter configurations included in the configuration details of the Amazon Web Services
6302
- * Glue data source.</p>
6224
+ * <p>The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.</p>
6303
6225
  * @public
6304
6226
  */
6305
6227
  relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
6306
6228
  /**
6307
- * <p>Specifies whether to automatically import data quality metrics as part of the data
6308
- * source run.</p>
6229
+ * <p>Specifies whether to automatically import data quality metrics as part of the data source run.</p>
6309
6230
  * @public
6310
6231
  */
6311
6232
  autoImportDataQualityResult?: boolean | undefined;
@@ -6349,8 +6270,7 @@ export interface RedshiftServerlessStorage {
6349
6270
  workgroupName: string | undefined;
6350
6271
  }
6351
6272
  /**
6352
- * <p>The details of the Amazon Redshift storage as part of the configuration of an Amazon
6353
- * Redshift data source run.</p>
6273
+ * <p>The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.</p>
6354
6274
  * @public
6355
6275
  */
6356
6276
  export type RedshiftStorage = RedshiftStorage.RedshiftClusterSourceMember | RedshiftStorage.RedshiftServerlessSourceMember | RedshiftStorage.$UnknownMember;
@@ -6397,14 +6317,12 @@ export declare namespace RedshiftStorage {
6397
6317
  */
6398
6318
  export interface RedshiftRunConfigurationInput {
6399
6319
  /**
6400
- * <p>The data access role included in the configuration details of the Amazon Redshift data
6401
- * source.</p>
6320
+ * <p>The data access role included in the configuration details of the Amazon Redshift data source.</p>
6402
6321
  * @public
6403
6322
  */
6404
6323
  dataAccessRole?: string | undefined;
6405
6324
  /**
6406
- * <p>The relational filger configurations included in the configuration details of the Amazon
6407
- * Redshift data source.</p>
6325
+ * <p>The relational filger configurations included in the configuration details of the Amazon Redshift data source.</p>
6408
6326
  * @public
6409
6327
  */
6410
6328
  relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
@@ -6414,8 +6332,7 @@ export interface RedshiftRunConfigurationInput {
6414
6332
  */
6415
6333
  redshiftCredentialConfiguration?: RedshiftCredentialConfiguration | undefined;
6416
6334
  /**
6417
- * <p>The details of the Amazon Redshift storage as part of the configuration of an Amazon
6418
- * Redshift data source run.</p>
6335
+ * <p>The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.</p>
6419
6336
  * @public
6420
6337
  */
6421
6338
  redshiftStorage?: RedshiftStorage | undefined;
@@ -6500,14 +6417,12 @@ export declare const EnableSetting: {
6500
6417
  */
6501
6418
  export type EnableSetting = (typeof EnableSetting)[keyof typeof EnableSetting];
6502
6419
  /**
6503
- * <p>The recommendation to be updated as part of the <code>UpdateDataSource</code>
6504
- * action.</p>
6420
+ * <p>The recommendation to be updated as part of the <code>UpdateDataSource</code> action.</p>
6505
6421
  * @public
6506
6422
  */
6507
6423
  export interface RecommendationConfiguration {
6508
6424
  /**
6509
- * <p>Specifies whether automatic business name generation is to be enabled or not as part of
6510
- * the recommendation configuration.</p>
6425
+ * <p>Specifies whether automatic business name generation is to be enabled or not as part of the recommendation configuration.</p>
6511
6426
  * @public
6512
6427
  */
6513
6428
  enableBusinessNameGeneration?: boolean | undefined;
@@ -6622,14 +6537,12 @@ export interface CreateDataSourceInput {
6622
6537
  */
6623
6538
  domainIdentifier: string | undefined;
6624
6539
  /**
6625
- * <p>The identifier of the Amazon DataZone project in which you want to add this data
6626
- * source.</p>
6540
+ * <p>The identifier of the Amazon DataZone project in which you want to add this data source.</p>
6627
6541
  * @public
6628
6542
  */
6629
6543
  projectIdentifier: string | undefined;
6630
6544
  /**
6631
- * <p>The unique identifier of the Amazon DataZone environment to which the data source publishes
6632
- * assets. </p>
6545
+ * <p>The unique identifier of the Amazon DataZone environment to which the data source publishes assets. </p>
6633
6546
  * @public
6634
6547
  */
6635
6548
  environmentIdentifier?: string | undefined;
@@ -6639,22 +6552,17 @@ export interface CreateDataSourceInput {
6639
6552
  */
6640
6553
  connectionIdentifier?: string | undefined;
6641
6554
  /**
6642
- * <p>The type of the data source. In Amazon DataZone, you can use data sources to import
6643
- * technical metadata of assets (data) from the source databases or data warehouses into
6644
- * Amazon DataZone. In the current release of Amazon DataZone, you can create and run data
6645
- * sources for Amazon Web Services Glue and Amazon Redshift.</p>
6555
+ * <p>The type of the data source. In Amazon DataZone, you can use data sources to import technical metadata of assets (data) from the source databases or data warehouses into Amazon DataZone. In the current release of Amazon DataZone, you can create and run data sources for Amazon Web Services Glue and Amazon Redshift.</p>
6646
6556
  * @public
6647
6557
  */
6648
6558
  type: string | undefined;
6649
6559
  /**
6650
- * <p>Specifies the configuration of the data source. It can be set to either
6651
- * <code>glueRunConfiguration</code> or <code>redshiftRunConfiguration</code>.</p>
6560
+ * <p>Specifies the configuration of the data source. It can be set to either <code>glueRunConfiguration</code> or <code>redshiftRunConfiguration</code>.</p>
6652
6561
  * @public
6653
6562
  */
6654
6563
  configuration?: DataSourceConfigurationInput | undefined;
6655
6564
  /**
6656
- * <p>Specifies whether the business name generation is to be enabled for this data
6657
- * source.</p>
6565
+ * <p>Specifies whether the business name generation is to be enabled for this data source.</p>
6658
6566
  * @public
6659
6567
  */
6660
6568
  recommendation?: RecommendationConfiguration | undefined;
@@ -6669,20 +6577,17 @@ export interface CreateDataSourceInput {
6669
6577
  */
6670
6578
  schedule?: ScheduleConfiguration | undefined;
6671
6579
  /**
6672
- * <p>Specifies whether the assets that this data source creates in the inventory are to be
6673
- * also automatically published to the catalog.</p>
6580
+ * <p>Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.</p>
6674
6581
  * @public
6675
6582
  */
6676
6583
  publishOnImport?: boolean | undefined;
6677
6584
  /**
6678
- * <p>The metadata forms that are to be attached to the assets that this data source works
6679
- * with.</p>
6585
+ * <p>The metadata forms that are to be attached to the assets that this data source works with.</p>
6680
6586
  * @public
6681
6587
  */
6682
6588
  assetFormsInput?: FormInput[] | undefined;
6683
6589
  /**
6684
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
6685
- * request.</p>
6590
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
6686
6591
  * @public
6687
6592
  */
6688
6593
  clientToken?: string | undefined;
@@ -6693,32 +6598,27 @@ export interface CreateDataSourceInput {
6693
6598
  */
6694
6599
  export interface GlueRunConfigurationOutput {
6695
6600
  /**
6696
- * <p>The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data
6697
- * source. </p>
6601
+ * <p>The Amazon Web Services account ID included in the configuration details of the Amazon Web Services Glue data source. </p>
6698
6602
  * @public
6699
6603
  */
6700
6604
  accountId?: string | undefined;
6701
6605
  /**
6702
- * <p>The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source.
6703
- * </p>
6606
+ * <p>The Amazon Web Services region included in the configuration details of the Amazon Web Services Glue data source. </p>
6704
6607
  * @public
6705
6608
  */
6706
6609
  region?: string | undefined;
6707
6610
  /**
6708
- * <p>The data access role included in the configuration details of the Amazon Web Services Glue data
6709
- * source. </p>
6611
+ * <p>The data access role included in the configuration details of the Amazon Web Services Glue data source. </p>
6710
6612
  * @public
6711
6613
  */
6712
6614
  dataAccessRole?: string | undefined;
6713
6615
  /**
6714
- * <p>The relational filter configurations included in the configuration details of the Amazon Web Services
6715
- * Glue data source.</p>
6616
+ * <p>The relational filter configurations included in the configuration details of the Amazon Web Services Glue data source.</p>
6716
6617
  * @public
6717
6618
  */
6718
6619
  relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
6719
6620
  /**
6720
- * <p>Specifies whether to automatically import data quality metrics as part of the data
6721
- * source run.</p>
6621
+ * <p>Specifies whether to automatically import data quality metrics as part of the data source run.</p>
6722
6622
  * @public
6723
6623
  */
6724
6624
  autoImportDataQualityResult?: boolean | undefined;
@@ -6734,26 +6634,22 @@ export interface GlueRunConfigurationOutput {
6734
6634
  */
6735
6635
  export interface RedshiftRunConfigurationOutput {
6736
6636
  /**
6737
- * <p>The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift
6738
- * data source.</p>
6637
+ * <p>The ID of the Amazon Web Services account included in the configuration details of the Amazon Redshift data source.</p>
6739
6638
  * @public
6740
6639
  */
6741
6640
  accountId?: string | undefined;
6742
6641
  /**
6743
- * <p>The Amazon Web Services region included in the configuration details of the Amazon Redshift data
6744
- * source.</p>
6642
+ * <p>The Amazon Web Services region included in the configuration details of the Amazon Redshift data source.</p>
6745
6643
  * @public
6746
6644
  */
6747
6645
  region?: string | undefined;
6748
6646
  /**
6749
- * <p>The data access role included in the configuration details of the Amazon Redshift data
6750
- * source.</p>
6647
+ * <p>The data access role included in the configuration details of the Amazon Redshift data source.</p>
6751
6648
  * @public
6752
6649
  */
6753
6650
  dataAccessRole?: string | undefined;
6754
6651
  /**
6755
- * <p>The relational filger configurations included in the configuration details of the Amazon
6756
- * Redshift data source.</p>
6652
+ * <p>The relational filger configurations included in the configuration details of the Amazon Redshift data source.</p>
6757
6653
  * @public
6758
6654
  */
6759
6655
  relationalFilterConfigurations: RelationalFilterConfiguration[] | undefined;
@@ -6763,8 +6659,7 @@ export interface RedshiftRunConfigurationOutput {
6763
6659
  */
6764
6660
  redshiftCredentialConfiguration?: RedshiftCredentialConfiguration | undefined;
6765
6661
  /**
6766
- * <p>The details of the Amazon Redshift storage as part of the configuration of an Amazon
6767
- * Redshift data source run.</p>
6662
+ * <p>The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.</p>
6768
6663
  * @public
6769
6664
  */
6770
6665
  redshiftStorage: RedshiftStorage | undefined;
@@ -6864,20 +6759,17 @@ export declare const DataSourceErrorType: {
6864
6759
  */
6865
6760
  export type DataSourceErrorType = (typeof DataSourceErrorType)[keyof typeof DataSourceErrorType];
6866
6761
  /**
6867
- * <p>The details of the error message that is returned if the operation cannot be
6868
- * successfully completed.</p>
6762
+ * <p>The details of the error message that is returned if the operation cannot be successfully completed.</p>
6869
6763
  * @public
6870
6764
  */
6871
6765
  export interface DataSourceErrorMessage {
6872
6766
  /**
6873
- * <p>The type of the error message that is returned if the operation cannot be successfully
6874
- * completed.</p>
6767
+ * <p>The type of the error message that is returned if the operation cannot be successfully completed.</p>
6875
6768
  * @public
6876
6769
  */
6877
6770
  errorType: DataSourceErrorType | undefined;
6878
6771
  /**
6879
- * <p>The details of the error message that is returned if the operation cannot be
6880
- * successfully completed.</p>
6772
+ * <p>The details of the error message that is returned if the operation cannot be successfully completed.</p>
6881
6773
  * @public
6882
6774
  */
6883
6775
  errorDetail?: string | undefined;
@@ -6955,8 +6847,7 @@ export interface CreateDataSourceOutput {
6955
6847
  */
6956
6848
  projectId: string | undefined;
6957
6849
  /**
6958
- * <p>The unique identifier of the Amazon DataZone environment to which the data source publishes
6959
- * assets. </p>
6850
+ * <p>The unique identifier of the Amazon DataZone environment to which the data source publishes assets. </p>
6960
6851
  * @public
6961
6852
  */
6962
6853
  environmentId?: string | undefined;
@@ -6966,14 +6857,12 @@ export interface CreateDataSourceOutput {
6966
6857
  */
6967
6858
  connectionId?: string | undefined;
6968
6859
  /**
6969
- * <p>Specifies the configuration of the data source. It can be set to either
6970
- * <code>glueRunConfiguration</code> or <code>redshiftRunConfiguration</code>.</p>
6860
+ * <p>Specifies the configuration of the data source. It can be set to either <code>glueRunConfiguration</code> or <code>redshiftRunConfiguration</code>.</p>
6971
6861
  * @public
6972
6862
  */
6973
6863
  configuration?: DataSourceConfigurationOutput | undefined;
6974
6864
  /**
6975
- * <p>Specifies whether the business name generation is to be enabled for this data
6976
- * source.</p>
6865
+ * <p>Specifies whether the business name generation is to be enabled for this data source.</p>
6977
6866
  * @public
6978
6867
  */
6979
6868
  recommendation?: RecommendationConfiguration | undefined;
@@ -6983,8 +6872,7 @@ export interface CreateDataSourceOutput {
6983
6872
  */
6984
6873
  enableSetting?: EnableSetting | undefined;
6985
6874
  /**
6986
- * <p>Specifies whether the assets that this data source creates in the inventory are to be
6987
- * also automatically published to the catalog.</p>
6875
+ * <p>Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.</p>
6988
6876
  * @public
6989
6877
  */
6990
6878
  publishOnImport?: boolean | undefined;
@@ -7009,14 +6897,12 @@ export interface CreateDataSourceOutput {
7009
6897
  */
7010
6898
  lastRunAt?: Date | undefined;
7011
6899
  /**
7012
- * <p>Specifies the error message that is returned if the operation cannot be successfully
7013
- * completed.</p>
6900
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
7014
6901
  * @public
7015
6902
  */
7016
6903
  lastRunErrorMessage?: DataSourceErrorMessage | undefined;
7017
6904
  /**
7018
- * <p>Specifies the error message that is returned if the operation cannot be successfully
7019
- * completed.</p>
6905
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
7020
6906
  * @public
7021
6907
  */
7022
6908
  errorMessage?: DataSourceErrorMessage | undefined;
@@ -7096,15 +6982,12 @@ export interface CreateDomainInput {
7096
6982
  */
7097
6983
  singleSignOn?: SingleSignOn | undefined;
7098
6984
  /**
7099
- * <p>The domain execution role that is created when an Amazon DataZone domain is created. The
7100
- * domain execution role is created in the Amazon Web Services account that houses the
7101
- * Amazon DataZone domain.</p>
6985
+ * <p>The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.</p>
7102
6986
  * @public
7103
6987
  */
7104
6988
  domainExecutionRole: string | undefined;
7105
6989
  /**
7106
- * <p>The identifier of the Amazon Web Services Key Management Service (KMS) key that is used
7107
- * to encrypt the Amazon DataZone domain, metadata, and reporting data. </p>
6990
+ * <p>The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data. </p>
7108
6991
  * @public
7109
6992
  */
7110
6993
  kmsKeyIdentifier?: string | undefined;
@@ -7124,8 +7007,7 @@ export interface CreateDomainInput {
7124
7007
  */
7125
7008
  serviceRole?: string | undefined;
7126
7009
  /**
7127
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
7128
- * request.</p>
7010
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
7129
7011
  * @public
7130
7012
  */
7131
7013
  clientToken?: string | undefined;
@@ -7176,9 +7058,7 @@ export interface CreateDomainOutput {
7176
7058
  */
7177
7059
  singleSignOn?: SingleSignOn | undefined;
7178
7060
  /**
7179
- * <p>The domain execution role that is created when an Amazon DataZone domain is created. The
7180
- * domain execution role is created in the Amazon Web Services account that houses the
7181
- * Amazon DataZone domain.</p>
7061
+ * <p>The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.</p>
7182
7062
  * @public
7183
7063
  */
7184
7064
  domainExecutionRole?: string | undefined;
@@ -7188,8 +7068,7 @@ export interface CreateDomainOutput {
7188
7068
  */
7189
7069
  arn?: string | undefined;
7190
7070
  /**
7191
- * <p>The identifier of the Amazon Web Services Key Management Service (KMS) key that is used
7192
- * to encrypt the Amazon DataZone domain, metadata, and reporting data. </p>
7071
+ * <p>The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data. </p>
7193
7072
  * @public
7194
7073
  */
7195
7074
  kmsKeyIdentifier?: string | undefined;
@@ -7244,8 +7123,7 @@ export interface CreateDomainUnitInput {
7244
7123
  */
7245
7124
  description?: string | undefined;
7246
7125
  /**
7247
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
7248
- * request.</p>
7126
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
7249
7127
  * @public
7250
7128
  */
7251
7129
  clientToken?: string | undefined;
@@ -7405,8 +7283,7 @@ export interface CreateEnvironmentInput {
7405
7283
  */
7406
7284
  name: string | undefined;
7407
7285
  /**
7408
- * <p>The identifier of the environment profile that is used to create this Amazon DataZone
7409
- * environment.</p>
7286
+ * <p>The identifier of the environment profile that is used to create this Amazon DataZone environment.</p>
7410
7287
  * @public
7411
7288
  */
7412
7289
  environmentProfileIdentifier?: string | undefined;
@@ -7577,8 +7454,7 @@ export type ProvisioningProperties = ProvisioningProperties.CloudFormationMember
7577
7454
  */
7578
7455
  export declare namespace ProvisioningProperties {
7579
7456
  /**
7580
- * <p>The cloud formation properties included as part of the provisioning properties of an
7581
- * environment blueprint.</p>
7457
+ * <p>The cloud formation properties included as part of the provisioning properties of an environment blueprint.</p>
7582
7458
  * @public
7583
7459
  */
7584
7460
  interface CloudFormationMember {
@@ -7702,8 +7578,7 @@ export interface CreateEnvironmentOutput {
7702
7578
  */
7703
7579
  description?: string | undefined;
7704
7580
  /**
7705
- * <p>The ID of the environment profile with which this Amazon DataZone environment was
7706
- * created.</p>
7581
+ * <p>The ID of the environment profile with which this Amazon DataZone environment was created.</p>
7707
7582
  * @public
7708
7583
  */
7709
7584
  environmentProfileId?: string | undefined;
@@ -7798,8 +7673,7 @@ export interface CreateEnvironmentActionInput {
7798
7673
  */
7799
7674
  parameters: ActionParameters | undefined;
7800
7675
  /**
7801
- * <p>The description of the environment action that is being created in the
7802
- * environment.</p>
7676
+ * <p>The description of the environment action that is being created in the environment.</p>
7803
7677
  * @public
7804
7678
  */
7805
7679
  description?: string | undefined;
@@ -7899,14 +7773,12 @@ export interface CreateEnvironmentProfileOutput {
7899
7773
  */
7900
7774
  domainId: string | undefined;
7901
7775
  /**
7902
- * <p>The Amazon Web Services account ID in which this Amazon DataZone environment profile is
7903
- * created.</p>
7776
+ * <p>The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.</p>
7904
7777
  * @public
7905
7778
  */
7906
7779
  awsAccountId?: string | undefined;
7907
7780
  /**
7908
- * <p>The Amazon Web Services region in which this Amazon DataZone environment profile is
7909
- * created.</p>
7781
+ * <p>The Amazon Web Services region in which this Amazon DataZone environment profile is created.</p>
7910
7782
  * @public
7911
7783
  */
7912
7784
  awsAccountRegion?: string | undefined;
@@ -8058,14 +7930,12 @@ export interface CreateFormTypeOutput {
8058
7930
  */
8059
7931
  owningProjectId?: string | undefined;
8060
7932
  /**
8061
- * <p>The ID of the Amazon DataZone domain in which this metadata form type was originally
8062
- * created.</p>
7933
+ * <p>The ID of the Amazon DataZone domain in which this metadata form type was originally created.</p>
8063
7934
  * @public
8064
7935
  */
8065
7936
  originDomainId?: string | undefined;
8066
7937
  /**
8067
- * <p>The ID of the project in which this Amazon DataZone metadata form type was originally
8068
- * created.</p>
7938
+ * <p>The ID of the project in which this Amazon DataZone metadata form type was originally created.</p>
8069
7939
  * @public
8070
7940
  */
8071
7941
  originProjectId?: string | undefined;
@@ -8112,8 +7982,7 @@ export interface CreateGlossaryInput {
8112
7982
  */
8113
7983
  status?: GlossaryStatus | undefined;
8114
7984
  /**
8115
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
8116
- * request.</p>
7985
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
8117
7986
  * @public
8118
7987
  */
8119
7988
  clientToken?: string | undefined;
@@ -8221,8 +8090,7 @@ export interface CreateGlossaryTermInput {
8221
8090
  */
8222
8091
  termRelations?: TermRelations | undefined;
8223
8092
  /**
8224
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
8225
- * request.</p>
8093
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
8226
8094
  * @public
8227
8095
  */
8228
8096
  clientToken?: string | undefined;
@@ -8287,8 +8155,7 @@ export interface CreateGroupProfileInput {
8287
8155
  */
8288
8156
  groupIdentifier: string | undefined;
8289
8157
  /**
8290
- * <p> A unique, case-sensitive identifier that is provided to ensure the idempotency of the
8291
- * request.</p>
8158
+ * <p> A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
8292
8159
  * @public
8293
8160
  */
8294
8161
  clientToken?: string | undefined;
@@ -8372,8 +8239,7 @@ export interface CreateListingChangeSetInput {
8372
8239
  */
8373
8240
  action: ChangeAction | undefined;
8374
8241
  /**
8375
- * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
8376
- * request.</p>
8242
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
8377
8243
  * @public
8378
8244
  */
8379
8245
  clientToken?: string | undefined;
@@ -8399,8 +8265,7 @@ export interface CreateListingChangeSetOutput {
8399
8265
  status: ListingStatus | undefined;
8400
8266
  }
8401
8267
  /**
8402
- * <p>Specifies the account/Region that is to be used during project creation for a particular
8403
- * blueprint.</p>
8268
+ * <p>Specifies the account/Region that is to be used during project creation for a particular blueprint.</p>
8404
8269
  * @public
8405
8270
  */
8406
8271
  export interface EnvironmentResolvedAccount {
@@ -8431,8 +8296,7 @@ export interface EnvironmentConfigurationUserParameter {
8431
8296
  */
8432
8297
  environmentId?: string | undefined;
8433
8298
  /**
8434
- * <p>Specifies the account/Region that is to be used during project creation for a particular
8435
- * blueprint.</p>
8299
+ * <p>Specifies the account/Region that is to be used during project creation for a particular blueprint.</p>
8436
8300
  * @public
8437
8301
  */
8438
8302
  environmentResolvedAccount?: EnvironmentResolvedAccount | undefined;
@@ -8472,8 +8336,7 @@ export interface CreateProjectInput {
8472
8336
  */
8473
8337
  glossaryTerms?: string[] | undefined;
8474
8338
  /**
8475
- * <p>The ID of the domain unit. This parameter is not required and if it is not specified,
8476
- * then the project is created at the root domain unit level.</p>
8339
+ * <p>The ID of the domain unit. This parameter is not required and if it is not specified, then the project is created at the root domain unit level.</p>
8477
8340
  * @public
8478
8341
  */
8479
8342
  domainUnitId?: string | undefined;
@@ -8520,8 +8383,7 @@ export interface EnvironmentDeploymentDetails {
8520
8383
  environmentFailureReasons?: Record<string, EnvironmentError[]> | undefined;
8521
8384
  }
8522
8385
  /**
8523
- * <p>Specifies the error message that is returned if the operation cannot be successfully
8524
- * completed.</p>
8386
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
8525
8387
  * @public
8526
8388
  */
8527
8389
  export interface ProjectDeletionError {
@@ -8581,8 +8443,7 @@ export interface CreateProjectOutput {
8581
8443
  */
8582
8444
  projectStatus?: ProjectStatus | undefined;
8583
8445
  /**
8584
- * <p>Specifies the error message that is returned if the operation cannot be successfully
8585
- * completed.</p>
8446
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
8586
8447
  * @public
8587
8448
  */
8588
8449
  failureReasons?: ProjectDeletionError[] | undefined;