@aws-sdk/client-datazone 3.933.0 → 3.935.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 (124) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +837 -648
  3. package/dist-es/DataZone.js +6 -0
  4. package/dist-es/commands/BatchGetAttributesMetadataCommand.js +16 -0
  5. package/dist-es/commands/BatchPutAttributesMetadataCommand.js +16 -0
  6. package/dist-es/commands/UpdateRootDomainUnitOwnerCommand.js +16 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/index.js +2 -1
  9. package/dist-es/models/enums.js +569 -0
  10. package/dist-es/models/errors.js +99 -0
  11. package/dist-es/models/models_0.js +1 -446
  12. package/dist-es/models/models_1.js +1 -174
  13. package/dist-es/models/models_2.js +1 -43
  14. package/dist-es/schemas/schemas_0.js +150 -6
  15. package/dist-types/DataZone.d.ts +21 -0
  16. package/dist-types/DataZoneClient.d.ts +5 -2
  17. package/dist-types/commands/BatchGetAttributesMetadataCommand.d.ts +117 -0
  18. package/dist-types/commands/BatchPutAttributesMetadataCommand.d.ts +122 -0
  19. package/dist-types/commands/CreateProjectCommand.d.ts +1 -2
  20. package/dist-types/commands/CreateProjectMembershipCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateProjectProfileCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateRuleCommand.d.ts +12 -2
  23. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  29. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  30. package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
  31. package/dist-types/commands/GetRuleCommand.d.ts +7 -2
  32. package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  33. package/dist-types/commands/ListRulesCommand.d.ts +3 -3
  34. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -2
  35. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  36. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  37. package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  39. package/dist-types/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
  40. package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
  41. package/dist-types/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  42. package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
  43. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  44. package/dist-types/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  45. package/dist-types/commands/RemovePolicyGrantCommand.d.ts +1 -1
  46. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +1 -1
  47. package/dist-types/commands/SearchCommand.d.ts +2 -1
  48. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +1 -1
  49. package/dist-types/commands/SearchListingsCommand.d.ts +2 -1
  50. package/dist-types/commands/SearchTypesCommand.d.ts +2 -1
  51. package/dist-types/commands/SearchUserProfilesCommand.d.ts +1 -1
  52. package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  53. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  54. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateAccountPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateRootDomainUnitOwnerCommand.d.ts +96 -0
  59. package/dist-types/commands/UpdateRuleCommand.d.ts +12 -2
  60. package/dist-types/commands/index.d.ts +3 -0
  61. package/dist-types/index.d.ts +5 -1
  62. package/dist-types/models/enums.d.ts +1297 -0
  63. package/dist-types/models/errors.d.ts +100 -0
  64. package/dist-types/models/models_0.d.ts +1716 -820
  65. package/dist-types/models/models_1.d.ts +5037 -4324
  66. package/dist-types/models/models_2.d.ts +33 -2816
  67. package/dist-types/schemas/schemas_0.d.ts +21 -1
  68. package/dist-types/ts3.4/DataZone.d.ts +51 -0
  69. package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
  70. package/dist-types/ts3.4/commands/BatchGetAttributesMetadataCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/BatchPutAttributesMetadataCommand.d.ts +51 -0
  72. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -2
  73. package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateProjectProfileCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DeleteDataProductCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/GetDataProductCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +4 -2
  88. package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/ListTimeSeriesDataPointsCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/PostTimeSeriesDataPointsCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/RemoveEntityOwnerCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/RemovePolicyGrantCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  101. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +2 -1
  103. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +2 -1
  104. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/UpdateAccountPoolCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/UpdateRootDomainUnitOwnerCommand.d.ts +51 -0
  112. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  114. package/dist-types/ts3.4/index.d.ts +5 -1
  115. package/dist-types/ts3.4/models/enums.d.ts +728 -0
  116. package/dist-types/ts3.4/models/errors.d.ts +58 -0
  117. package/dist-types/ts3.4/models/models_0.d.ts +560 -490
  118. package/dist-types/ts3.4/models/models_1.d.ts +845 -788
  119. package/dist-types/ts3.4/models/models_2.d.ts +31 -810
  120. package/dist-types/ts3.4/schemas/schemas_0.d.ts +21 -1
  121. package/package.json +12 -12
  122. package/dist-es/models/index.js +0 -3
  123. package/dist-types/models/index.d.ts +0 -3
  124. package/dist-types/ts3.4/models/index.d.ts +0 -3
@@ -1,5 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { DataZoneServiceException as __BaseException } from "./DataZoneServiceException";
1
+ import { AcceptRuleBehavior, AttributeEntityType, AuthenticationType, AuthType, ChangeAction, ComputeEnvironments, ConfigurableActionTypeAuthorization, ConnectionScope, ConnectionStatus, ConnectionType, DataProductItemType, DataProductStatus, DataSourceErrorType, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, DeploymentMode, DeploymentStatus, DeploymentType, DomainStatus, DomainUnitDesignation, DomainVersion, EnableSetting, EntityType, EnvironmentStatus, FilterExpressionType, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GlueConnectionType, GovernanceType, GovernedEntityType, GroupProfileStatus, HyperPodOrchestrator, ListingStatus, ManagedPolicyType, OAuth2GrantType, OverallDeploymentStatus, ProjectDesignation, ProjectStatus, Protocol, ResolutionStrategy, ResourceTagSource, RuleAction, RuleScopeSelectionMode, RuleTargetType, RuleType, S3Permission, Status, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, Timezone, UserAssignment, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
3
2
  /**
4
3
  * <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.</p>
5
4
  * @public
@@ -37,18 +36,6 @@ export interface AcceptedAssetScope {
37
36
  */
38
37
  filterIds: string[] | undefined;
39
38
  }
40
- /**
41
- * @public
42
- * @enum
43
- */
44
- export declare const AcceptRuleBehavior: {
45
- readonly ALL: "ALL";
46
- readonly NONE: "NONE";
47
- };
48
- /**
49
- * @public
50
- */
51
- export type AcceptRuleBehavior = (typeof AcceptRuleBehavior)[keyof typeof AcceptRuleBehavior];
52
39
  /**
53
40
  * <p>Specifies the rule and the threshold under which a prediction can be accepted.</p>
54
41
  * @public
@@ -120,104 +107,6 @@ export interface AcceptPredictionsOutput {
120
107
  */
121
108
  revision: string | undefined;
122
109
  }
123
- /**
124
- * <p>You do not have sufficient access to perform this action.</p>
125
- * @public
126
- */
127
- export declare class AccessDeniedException extends __BaseException {
128
- readonly name: "AccessDeniedException";
129
- readonly $fault: "client";
130
- /**
131
- * @internal
132
- */
133
- constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
134
- }
135
- /**
136
- * <p>There is a conflict while performing this action.</p>
137
- * @public
138
- */
139
- export declare class ConflictException extends __BaseException {
140
- readonly name: "ConflictException";
141
- readonly $fault: "client";
142
- /**
143
- * @internal
144
- */
145
- constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
146
- }
147
- /**
148
- * <p>The request has failed because of an unknown error, exception or failure.</p>
149
- * @public
150
- */
151
- export declare class InternalServerException extends __BaseException {
152
- readonly name: "InternalServerException";
153
- readonly $fault: "server";
154
- $retryable: {};
155
- /**
156
- * @internal
157
- */
158
- constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
159
- }
160
- /**
161
- * <p>The specified resource cannot be found.</p>
162
- * @public
163
- */
164
- export declare class ResourceNotFoundException extends __BaseException {
165
- readonly name: "ResourceNotFoundException";
166
- readonly $fault: "client";
167
- /**
168
- * @internal
169
- */
170
- constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
171
- }
172
- /**
173
- * <p>The request was denied due to request throttling.</p>
174
- * @public
175
- */
176
- export declare class ThrottlingException extends __BaseException {
177
- readonly name: "ThrottlingException";
178
- readonly $fault: "client";
179
- $retryable: {};
180
- /**
181
- * @internal
182
- */
183
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
184
- }
185
- /**
186
- * <p>You do not have permission to perform this action.</p>
187
- * @public
188
- */
189
- export declare class UnauthorizedException extends __BaseException {
190
- readonly name: "UnauthorizedException";
191
- readonly $fault: "client";
192
- /**
193
- * @internal
194
- */
195
- constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
196
- }
197
- /**
198
- * <p>The input fails to satisfy the constraints specified by the Amazon Web Services service.</p>
199
- * @public
200
- */
201
- export declare class ValidationException extends __BaseException {
202
- readonly name: "ValidationException";
203
- readonly $fault: "client";
204
- /**
205
- * @internal
206
- */
207
- constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
208
- }
209
- /**
210
- * @public
211
- * @enum
212
- */
213
- export declare const S3Permission: {
214
- readonly READ: "READ";
215
- readonly WRITE: "WRITE";
216
- };
217
- /**
218
- * @public
219
- */
220
- export type S3Permission = (typeof S3Permission)[keyof typeof S3Permission];
221
110
  /**
222
111
  * <p>The asset permissions.</p>
223
112
  * @public
@@ -323,19 +212,6 @@ export interface FormOutput {
323
212
  */
324
213
  content?: string | undefined;
325
214
  }
326
- /**
327
- * @public
328
- * @enum
329
- */
330
- export declare const SubscriptionRequestStatus: {
331
- readonly ACCEPTED: "ACCEPTED";
332
- readonly PENDING: "PENDING";
333
- readonly REJECTED: "REJECTED";
334
- };
335
- /**
336
- * @public
337
- */
338
- export type SubscriptionRequestStatus = (typeof SubscriptionRequestStatus)[keyof typeof SubscriptionRequestStatus];
339
215
  /**
340
216
  * <p>The asset scope.</p>
341
217
  * @public
@@ -595,7 +471,7 @@ export interface SubscribedProject {
595
471
  name?: string | undefined;
596
472
  }
597
473
  /**
598
- * <p/>
474
+ * <p>The details of the IAM user profile.</p>
599
475
  * @public
600
476
  */
601
477
  export interface IamUserProfileDetails {
@@ -826,18 +702,6 @@ export interface AcceptSubscriptionRequestOutput {
826
702
  */
827
703
  metadataForms?: FormOutput[] | undefined;
828
704
  }
829
- /**
830
- * <p>The request has exceeded the specified service quota.</p>
831
- * @public
832
- */
833
- export declare class ServiceQuotaExceededException extends __BaseException {
834
- readonly name: "ServiceQuotaExceededException";
835
- readonly $fault: "client";
836
- /**
837
- * @internal
838
- */
839
- constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
840
- }
841
705
  /**
842
706
  * <p>The account information within an account pool.</p>
843
707
  * @public
@@ -859,17 +723,6 @@ export interface AccountInfo {
859
723
  */
860
724
  awsAccountName?: string | undefined;
861
725
  }
862
- /**
863
- * @public
864
- * @enum
865
- */
866
- export declare const ResolutionStrategy: {
867
- readonly MANUAL: "MANUAL";
868
- };
869
- /**
870
- * @public
871
- */
872
- export type ResolutionStrategy = (typeof ResolutionStrategy)[keyof typeof ResolutionStrategy];
873
726
  /**
874
727
  * <p>The summary of the account pool.</p>
875
728
  * @public
@@ -1016,17 +869,6 @@ export declare namespace ActionParameters {
1016
869
  _: (name: string, value: any) => T;
1017
870
  }
1018
871
  }
1019
- /**
1020
- * @public
1021
- * @enum
1022
- */
1023
- export declare const DataZoneEntityType: {
1024
- readonly DOMAIN_UNIT: "DOMAIN_UNIT";
1025
- };
1026
- /**
1027
- * @public
1028
- */
1029
- export type DataZoneEntityType = (typeof DataZoneEntityType)[keyof typeof DataZoneEntityType];
1030
872
  /**
1031
873
  * <p>The properties of the domain unit owners group.</p>
1032
874
  * @public
@@ -1606,55 +1448,6 @@ export declare namespace PolicyGrantDetail {
1606
1448
  _: (name: string, value: any) => T;
1607
1449
  }
1608
1450
  }
1609
- /**
1610
- * @public
1611
- * @enum
1612
- */
1613
- export declare const TargetEntityType: {
1614
- readonly ASSET_TYPE: "ASSET_TYPE";
1615
- readonly DOMAIN_UNIT: "DOMAIN_UNIT";
1616
- readonly ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION";
1617
- readonly ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE";
1618
- };
1619
- /**
1620
- * @public
1621
- */
1622
- export type TargetEntityType = (typeof TargetEntityType)[keyof typeof TargetEntityType];
1623
- /**
1624
- * @public
1625
- * @enum
1626
- */
1627
- export declare const ManagedPolicyType: {
1628
- readonly ADD_TO_PROJECT_MEMBER_POOL: "ADD_TO_PROJECT_MEMBER_POOL";
1629
- readonly CREATE_ASSET_TYPE: "CREATE_ASSET_TYPE";
1630
- readonly CREATE_DOMAIN_UNIT: "CREATE_DOMAIN_UNIT";
1631
- readonly CREATE_ENVIRONMENT: "CREATE_ENVIRONMENT";
1632
- readonly CREATE_ENVIRONMENT_FROM_BLUEPRINT: "CREATE_ENVIRONMENT_FROM_BLUEPRINT";
1633
- readonly CREATE_ENVIRONMENT_PROFILE: "CREATE_ENVIRONMENT_PROFILE";
1634
- readonly CREATE_FORM_TYPE: "CREATE_FORM_TYPE";
1635
- readonly CREATE_GLOSSARY: "CREATE_GLOSSARY";
1636
- readonly CREATE_PROJECT: "CREATE_PROJECT";
1637
- readonly CREATE_PROJECT_FROM_PROJECT_PROFILE: "CREATE_PROJECT_FROM_PROJECT_PROFILE";
1638
- readonly DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE";
1639
- readonly OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS";
1640
- readonly OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS";
1641
- readonly USE_ASSET_TYPE: "USE_ASSET_TYPE";
1642
- };
1643
- /**
1644
- * @public
1645
- */
1646
- export type ManagedPolicyType = (typeof ManagedPolicyType)[keyof typeof ManagedPolicyType];
1647
- /**
1648
- * @public
1649
- * @enum
1650
- */
1651
- export declare const DomainUnitDesignation: {
1652
- readonly OWNER: "OWNER";
1653
- };
1654
- /**
1655
- * @public
1656
- */
1657
- export type DomainUnitDesignation = (typeof DomainUnitDesignation)[keyof typeof DomainUnitDesignation];
1658
1451
  /**
1659
1452
  * <p>The grant filter for all domain units.</p>
1660
1453
  * @public
@@ -1748,19 +1541,6 @@ export declare namespace GroupPolicyGrantPrincipal {
1748
1541
  _: (name: string, value: any) => T;
1749
1542
  }
1750
1543
  }
1751
- /**
1752
- * @public
1753
- * @enum
1754
- */
1755
- export declare const ProjectDesignation: {
1756
- readonly CONTRIBUTOR: "CONTRIBUTOR";
1757
- readonly OWNER: "OWNER";
1758
- readonly PROJECT_CATALOG_STEWARD: "PROJECT_CATALOG_STEWARD";
1759
- };
1760
- /**
1761
- * @public
1762
- */
1763
- export type ProjectDesignation = (typeof ProjectDesignation)[keyof typeof ProjectDesignation];
1764
1544
  /**
1765
1545
  * <p>The domain unit filter of the project grant filter.</p>
1766
1546
  * @public
@@ -2128,19 +1908,6 @@ export interface AmazonQPropertiesPatch {
2128
1908
  */
2129
1909
  authMode?: string | undefined;
2130
1910
  }
2131
- /**
2132
- * @public
2133
- * @enum
2134
- */
2135
- export declare const ListingStatus: {
2136
- readonly ACTIVE: "ACTIVE";
2137
- readonly CREATING: "CREATING";
2138
- readonly INACTIVE: "INACTIVE";
2139
- };
2140
- /**
2141
- * @public
2142
- */
2143
- export type ListingStatus = (typeof ListingStatus)[keyof typeof ListingStatus];
2144
1911
  /**
2145
1912
  * <p>The details of an asset published in an Amazon DataZone catalog. </p>
2146
1913
  * @public
@@ -3169,18 +2936,6 @@ export declare namespace RowFilterExpression {
3169
2936
  _: (name: string, value: any) => T;
3170
2937
  }
3171
2938
  }
3172
- /**
3173
- * @public
3174
- * @enum
3175
- */
3176
- export declare const FilterStatus: {
3177
- readonly INVALID: "INVALID";
3178
- readonly VALID: "VALID";
3179
- };
3180
- /**
3181
- * @public
3182
- */
3183
- export type FilterStatus = (typeof FilterStatus)[keyof typeof FilterStatus];
3184
2939
  /**
3185
2940
  * <p>The summary of the asset filter.</p>
3186
2941
  * @public
@@ -3917,18 +3672,6 @@ export interface AssetTypeItem {
3917
3672
  */
3918
3673
  updatedBy?: string | undefined;
3919
3674
  }
3920
- /**
3921
- * @public
3922
- * @enum
3923
- */
3924
- export declare const RuleScopeSelectionMode: {
3925
- readonly ALL: "ALL";
3926
- readonly SPECIFIC: "SPECIFIC";
3927
- };
3928
- /**
3929
- * @public
3930
- */
3931
- export type RuleScopeSelectionMode = (typeof RuleScopeSelectionMode)[keyof typeof RuleScopeSelectionMode];
3932
3675
  /**
3933
3676
  * <p>The asset type for the rule details.</p>
3934
3677
  * @public
@@ -3970,17 +3713,6 @@ export interface AssociateEnvironmentRoleInput {
3970
3713
  */
3971
3714
  export interface AssociateEnvironmentRoleOutput {
3972
3715
  }
3973
- /**
3974
- * @public
3975
- * @enum
3976
- */
3977
- export declare const GovernedEntityType: {
3978
- readonly ASSET: "ASSET";
3979
- };
3980
- /**
3981
- * @public
3982
- */
3983
- export type GovernedEntityType = (typeof GovernedEntityType)[keyof typeof GovernedEntityType];
3984
3716
  /**
3985
3717
  * @public
3986
3718
  */
@@ -4045,18 +3777,42 @@ export interface AthenaPropertiesPatch {
4045
3777
  workgroupName?: string | undefined;
4046
3778
  }
4047
3779
  /**
3780
+ * <p>The attribute error.</p>
4048
3781
  * @public
4049
- * @enum
4050
3782
  */
4051
- export declare const AuthenticationType: {
4052
- readonly BASIC: "BASIC";
4053
- readonly CUSTOM: "CUSTOM";
4054
- readonly OAUTH2: "OAUTH2";
4055
- };
3783
+ export interface AttributeError {
3784
+ /**
3785
+ * <p>The attribute ID as part of the attribute error.</p>
3786
+ * @public
3787
+ */
3788
+ attributeIdentifier: string | undefined;
3789
+ /**
3790
+ * <p>The code generated as part of the attribute error.</p>
3791
+ * @public
3792
+ */
3793
+ code: string | undefined;
3794
+ /**
3795
+ * <p>The message generated as part of the attribute error.</p>
3796
+ * @public
3797
+ */
3798
+ message: string | undefined;
3799
+ }
4056
3800
  /**
3801
+ * <p>The attribute input.</p>
4057
3802
  * @public
4058
3803
  */
4059
- export type AuthenticationType = (typeof AuthenticationType)[keyof typeof AuthenticationType];
3804
+ export interface AttributeInput {
3805
+ /**
3806
+ * <p>The ID of the attribute.</p>
3807
+ * @public
3808
+ */
3809
+ attributeIdentifier: string | undefined;
3810
+ /**
3811
+ * <p>The metadata forms as part of the attribute input.</p>
3812
+ * @public
3813
+ */
3814
+ forms: FormInput[] | undefined;
3815
+ }
4060
3816
  /**
4061
3817
  * <p>The authorization code properties of a connection.</p>
4062
3818
  * @public
@@ -4115,19 +3871,6 @@ export interface GlueOAuth2Credentials {
4115
3871
  */
4116
3872
  jwtToken?: string | undefined;
4117
3873
  }
4118
- /**
4119
- * @public
4120
- * @enum
4121
- */
4122
- export declare const OAuth2GrantType: {
4123
- readonly AUTHORIZATION_CODE: "AUTHORIZATION_CODE";
4124
- readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
4125
- readonly JWT_BEARER: "JWT_BEARER";
4126
- };
4127
- /**
4128
- * @public
4129
- */
4130
- export type OAuth2GrantType = (typeof OAuth2GrantType)[keyof typeof OAuth2GrantType];
4131
3874
  /**
4132
3875
  * <p>The OAuth2 properties.</p>
4133
3876
  * @public
@@ -4253,18 +3996,6 @@ export interface AuthenticationConfigurationPatch {
4253
3996
  */
4254
3997
  basicAuthenticationCredentials?: BasicAuthenticationCredentials | undefined;
4255
3998
  }
4256
- /**
4257
- * @public
4258
- * @enum
4259
- */
4260
- export declare const AuthType: {
4261
- readonly DISABLED: "DISABLED";
4262
- readonly IAM_IDC: "IAM_IDC";
4263
- };
4264
- /**
4265
- * @public
4266
- */
4267
- export type AuthType = (typeof AuthType)[keyof typeof AuthType];
4268
3999
  /**
4269
4000
  * <p>The account ID of a project.</p>
4270
4001
  * @public
@@ -4336,6 +4067,123 @@ export interface AwsLocation {
4336
4067
  */
4337
4068
  iamConnectionId?: string | undefined;
4338
4069
  }
4070
+ /**
4071
+ * <p>The results of the BatchGetAttribute action.</p>
4072
+ * @public
4073
+ */
4074
+ export interface BatchGetAttributeOutput {
4075
+ /**
4076
+ * <p>The attribute ID.</p>
4077
+ * @public
4078
+ */
4079
+ attributeIdentifier: string | undefined;
4080
+ /**
4081
+ * <p>The metadata forms that are part of the results of the BatchGetAttribute action.</p>
4082
+ * @public
4083
+ */
4084
+ forms?: FormOutput[] | undefined;
4085
+ }
4086
+ /**
4087
+ * @public
4088
+ */
4089
+ export interface BatchGetAttributesMetadataInput {
4090
+ /**
4091
+ * <p>The domain ID where you want to get the attribute metadata.</p>
4092
+ * @public
4093
+ */
4094
+ domainIdentifier: string | undefined;
4095
+ /**
4096
+ * <p>The entity type for which you want to get attribute metadata.</p>
4097
+ * @public
4098
+ */
4099
+ entityType: AttributeEntityType | undefined;
4100
+ /**
4101
+ * <p>The entity ID for which you want to get attribute metadata.</p>
4102
+ * @public
4103
+ */
4104
+ entityIdentifier: string | undefined;
4105
+ /**
4106
+ * <p>The entity revision for which you want to get attribute metadata.</p>
4107
+ * @public
4108
+ */
4109
+ entityRevision?: string | undefined;
4110
+ /**
4111
+ * <p>The attribute identifier.</p>
4112
+ * @public
4113
+ */
4114
+ attributeIdentifiers: string[] | undefined;
4115
+ }
4116
+ /**
4117
+ * @public
4118
+ */
4119
+ export interface BatchGetAttributesMetadataOutput {
4120
+ /**
4121
+ * <p>The results of the BatchGetAttributesMetadata action.</p>
4122
+ * @public
4123
+ */
4124
+ attributes?: BatchGetAttributeOutput[] | undefined;
4125
+ /**
4126
+ * <p>The errors generated when the BatchGetAttributesMetadata action is invoked.</p>
4127
+ * @public
4128
+ */
4129
+ errors: AttributeError[] | undefined;
4130
+ }
4131
+ /**
4132
+ * <p>The results of the BatchPutAttribute action.</p>
4133
+ * @public
4134
+ */
4135
+ export interface BatchPutAttributeOutput {
4136
+ /**
4137
+ * <p>The attribute ID.</p>
4138
+ * @public
4139
+ */
4140
+ attributeIdentifier: string | undefined;
4141
+ }
4142
+ /**
4143
+ * @public
4144
+ */
4145
+ export interface BatchPutAttributesMetadataInput {
4146
+ /**
4147
+ * <p>The domain ID where you want to write the attribute metadata.</p>
4148
+ * @public
4149
+ */
4150
+ domainIdentifier: string | undefined;
4151
+ /**
4152
+ * <p>The entity type for which you want to write the attribute metadata.</p>
4153
+ * @public
4154
+ */
4155
+ entityType: AttributeEntityType | undefined;
4156
+ /**
4157
+ * <p>The entity ID for which you want to write the attribute metadata.</p>
4158
+ * @public
4159
+ */
4160
+ entityIdentifier: string | undefined;
4161
+ /**
4162
+ * <p>A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.</p>
4163
+ * @public
4164
+ */
4165
+ clientToken?: string | undefined;
4166
+ /**
4167
+ * <p>The attributes of the metadata.</p>
4168
+ * @public
4169
+ */
4170
+ attributes: AttributeInput[] | undefined;
4171
+ }
4172
+ /**
4173
+ * @public
4174
+ */
4175
+ export interface BatchPutAttributesMetadataOutput {
4176
+ /**
4177
+ * <p>The errors generated when the BatchPutAttributeMetadata action is invoked.</p>
4178
+ * @public
4179
+ */
4180
+ errors?: AttributeError[] | undefined;
4181
+ /**
4182
+ * <p>The results of the BatchPutAttributeMetadata action.</p>
4183
+ * @public
4184
+ */
4185
+ attributes?: BatchPutAttributeOutput[] | undefined;
4186
+ }
4339
4187
  /**
4340
4188
  * @public
4341
4189
  */
@@ -4371,19 +4219,6 @@ export interface CancelSubscriptionInput {
4371
4219
  */
4372
4220
  identifier: string | undefined;
4373
4221
  }
4374
- /**
4375
- * @public
4376
- * @enum
4377
- */
4378
- export declare const SubscriptionStatus: {
4379
- readonly APPROVED: "APPROVED";
4380
- readonly CANCELLED: "CANCELLED";
4381
- readonly REVOKED: "REVOKED";
4382
- };
4383
- /**
4384
- * @public
4385
- */
4386
- export type SubscriptionStatus = (typeof SubscriptionStatus)[keyof typeof SubscriptionStatus];
4387
4222
  /**
4388
4223
  * @public
4389
4224
  */
@@ -4444,18 +4279,6 @@ export interface CancelSubscriptionOutput {
4444
4279
  */
4445
4280
  retainPermissions?: boolean | undefined;
4446
4281
  }
4447
- /**
4448
- * @public
4449
- * @enum
4450
- */
4451
- export declare const ChangeAction: {
4452
- readonly PUBLISH: "PUBLISH";
4453
- readonly UNPUBLISH: "UNPUBLISH";
4454
- };
4455
- /**
4456
- * @public
4457
- */
4458
- export type ChangeAction = (typeof ChangeAction)[keyof typeof ChangeAction];
4459
4282
  /**
4460
4283
  * <p>Part of the provisioning properties of the environment blueprint.</p>
4461
4284
  * @public
@@ -4467,19 +4290,6 @@ export interface CloudFormationProperties {
4467
4290
  */
4468
4291
  templateUrl: string | undefined;
4469
4292
  }
4470
- /**
4471
- * @public
4472
- * @enum
4473
- */
4474
- export declare const ComputeEnvironments: {
4475
- readonly ATHENA: "ATHENA";
4476
- readonly PYTHON: "PYTHON";
4477
- readonly SPARK: "SPARK";
4478
- };
4479
- /**
4480
- * @public
4481
- */
4482
- export type ComputeEnvironments = (typeof ComputeEnvironments)[keyof typeof ComputeEnvironments];
4483
4293
  /**
4484
4294
  * <p>The details of the parameters for the configurable environment action.</p>
4485
4295
  * @public
@@ -4496,18 +4306,6 @@ export interface ConfigurableActionParameter {
4496
4306
  */
4497
4307
  value?: string | undefined;
4498
4308
  }
4499
- /**
4500
- * @public
4501
- * @enum
4502
- */
4503
- export declare const ConfigurableActionTypeAuthorization: {
4504
- readonly HTTPS: "HTTPS";
4505
- readonly IAM: "IAM";
4506
- };
4507
- /**
4508
- * @public
4509
- */
4510
- export type ConfigurableActionTypeAuthorization = (typeof ConfigurableActionTypeAuthorization)[keyof typeof ConfigurableActionTypeAuthorization];
4511
4309
  /**
4512
4310
  * <p>The configurable action of a Amazon DataZone environment.</p>
4513
4311
  * @public
@@ -4555,29 +4353,6 @@ export interface ConnectionCredentials {
4555
4353
  */
4556
4354
  expiration?: Date | undefined;
4557
4355
  }
4558
- /**
4559
- * @public
4560
- * @enum
4561
- */
4562
- export declare const GlueConnectionType: {
4563
- readonly BIGQUERY: "BIGQUERY";
4564
- readonly DOCUMENTDB: "DOCUMENTDB";
4565
- readonly DYNAMODB: "DYNAMODB";
4566
- readonly MYSQL: "MYSQL";
4567
- readonly OPENSEARCH: "OPENSEARCH";
4568
- readonly ORACLE: "ORACLE";
4569
- readonly POSTGRESQL: "POSTGRESQL";
4570
- readonly REDSHIFT: "REDSHIFT";
4571
- readonly SAPHANA: "SAPHANA";
4572
- readonly SNOWFLAKE: "SNOWFLAKE";
4573
- readonly SQLSERVER: "SQLSERVER";
4574
- readonly TERADATA: "TERADATA";
4575
- readonly VERTICA: "VERTICA";
4576
- };
4577
- /**
4578
- * @public
4579
- */
4580
- export type GlueConnectionType = (typeof GlueConnectionType)[keyof typeof GlueConnectionType];
4581
4356
  /**
4582
4357
  * <p>Physical connection requirements of a connection.</p>
4583
4358
  * @public
@@ -5215,24 +4990,6 @@ export declare namespace ConnectionPropertiesInput {
5215
4990
  _: (name: string, value: any) => T;
5216
4991
  }
5217
4992
  }
5218
- /**
5219
- * @public
5220
- * @enum
5221
- */
5222
- export declare const ConnectionStatus: {
5223
- readonly CREATE_FAILED: "CREATE_FAILED";
5224
- readonly CREATING: "CREATING";
5225
- readonly DELETED: "DELETED";
5226
- readonly DELETE_FAILED: "DELETE_FAILED";
5227
- readonly DELETING: "DELETING";
5228
- readonly READY: "READY";
5229
- readonly UPDATE_FAILED: "UPDATE_FAILED";
5230
- readonly UPDATING: "UPDATING";
5231
- };
5232
- /**
5233
- * @public
5234
- */
5235
- export type ConnectionStatus = (typeof ConnectionStatus)[keyof typeof ConnectionStatus];
5236
4993
  /**
5237
4994
  * <p>The properties of the Amazon Web Services Glue connection.</p>
5238
4995
  * @public
@@ -5249,18 +5006,6 @@ export interface GluePropertiesOutput {
5249
5006
  */
5250
5007
  errorMessage?: string | undefined;
5251
5008
  }
5252
- /**
5253
- * @public
5254
- * @enum
5255
- */
5256
- export declare const HyperPodOrchestrator: {
5257
- readonly EKS: "EKS";
5258
- readonly SLURM: "SLURM";
5259
- };
5260
- /**
5261
- * @public
5262
- */
5263
- export type HyperPodOrchestrator = (typeof HyperPodOrchestrator)[keyof typeof HyperPodOrchestrator];
5264
5009
  /**
5265
5010
  * <p>The hyper pod properties of a Amazon Web Services Glue properties patch.</p>
5266
5011
  * @public
@@ -5407,18 +5152,6 @@ export interface S3PropertiesOutput {
5407
5152
  */
5408
5153
  errorMessage?: string | undefined;
5409
5154
  }
5410
- /**
5411
- * @public
5412
- * @enum
5413
- */
5414
- export declare const GovernanceType: {
5415
- readonly AWS_MANAGED: "AWS_MANAGED";
5416
- readonly USER_MANAGED: "USER_MANAGED";
5417
- };
5418
- /**
5419
- * @public
5420
- */
5421
- export type GovernanceType = (typeof GovernanceType)[keyof typeof GovernanceType];
5422
5155
  /**
5423
5156
  * <p>The managed endpoint credentials of the EMR on EKS cluster.</p>
5424
5157
  * @public
@@ -6081,50 +5814,6 @@ export declare namespace ConnectionPropertiesPatch {
6081
5814
  _: (name: string, value: any) => T;
6082
5815
  }
6083
5816
  }
6084
- /**
6085
- * @public
6086
- * @enum
6087
- */
6088
- export declare const ConnectionScope: {
6089
- readonly DOMAIN: "DOMAIN";
6090
- readonly PROJECT: "PROJECT";
6091
- };
6092
- /**
6093
- * @public
6094
- */
6095
- export type ConnectionScope = (typeof ConnectionScope)[keyof typeof ConnectionScope];
6096
- /**
6097
- * @public
6098
- * @enum
6099
- */
6100
- export declare const ConnectionType: {
6101
- readonly AMAZON_Q: "AMAZON_Q";
6102
- readonly ATHENA: "ATHENA";
6103
- readonly BIGQUERY: "BIGQUERY";
6104
- readonly DATABRICKS: "DATABRICKS";
6105
- readonly DOCUMENTDB: "DOCUMENTDB";
6106
- readonly DYNAMODB: "DYNAMODB";
6107
- readonly HYPERPOD: "HYPERPOD";
6108
- readonly IAM: "IAM";
6109
- readonly MLFLOW: "MLFLOW";
6110
- readonly MYSQL: "MYSQL";
6111
- readonly OPENSEARCH: "OPENSEARCH";
6112
- readonly ORACLE: "ORACLE";
6113
- readonly POSTGRESQL: "POSTGRESQL";
6114
- readonly REDSHIFT: "REDSHIFT";
6115
- readonly S3: "S3";
6116
- readonly SAPHANA: "SAPHANA";
6117
- readonly SNOWFLAKE: "SNOWFLAKE";
6118
- readonly SPARK: "SPARK";
6119
- readonly SQLSERVER: "SQLSERVER";
6120
- readonly TERADATA: "TERADATA";
6121
- readonly VERTICA: "VERTICA";
6122
- readonly WORKFLOWS_MWAA: "WORKFLOWS_MWAA";
6123
- };
6124
- /**
6125
- * @public
6126
- */
6127
- export type ConnectionType = (typeof ConnectionType)[keyof typeof ConnectionType];
6128
5817
  /**
6129
5818
  * <p>The Amazon Web Services Glue connection.</p>
6130
5819
  * @public
@@ -6221,23 +5910,6 @@ export interface GlueConnection {
6221
5910
  */
6222
5911
  compatibleComputeEnvironments?: ComputeEnvironments[] | undefined;
6223
5912
  }
6224
- /**
6225
- * @public
6226
- * @enum
6227
- */
6228
- export declare const Protocol: {
6229
- readonly ATHENA: "ATHENA";
6230
- readonly GLUE_INTERACTIVE_SESSION: "GLUE_INTERACTIVE_SESSION";
6231
- readonly HTTPS: "HTTPS";
6232
- readonly JDBC: "JDBC";
6233
- readonly LIVY: "LIVY";
6234
- readonly ODBC: "ODBC";
6235
- readonly PRISM: "PRISM";
6236
- };
6237
- /**
6238
- * @public
6239
- */
6240
- export type Protocol = (typeof Protocol)[keyof typeof Protocol];
6241
5913
  /**
6242
5914
  * <p>The physical endpoints of a connection.</p>
6243
5915
  * @public
@@ -6540,17 +6212,6 @@ export interface CreateConnectionOutput {
6540
6212
  */
6541
6213
  scope?: ConnectionScope | undefined;
6542
6214
  }
6543
- /**
6544
- * @public
6545
- * @enum
6546
- */
6547
- export declare const DataProductItemType: {
6548
- readonly ASSET: "ASSET";
6549
- };
6550
- /**
6551
- * @public
6552
- */
6553
- export type DataProductItemType = (typeof DataProductItemType)[keyof typeof DataProductItemType];
6554
6215
  /**
6555
6216
  * <p>The data product.</p>
6556
6217
  * @public
@@ -6622,19 +6283,6 @@ export interface CreateDataProductInput {
6622
6283
  */
6623
6284
  clientToken?: string | undefined;
6624
6285
  }
6625
- /**
6626
- * @public
6627
- * @enum
6628
- */
6629
- export declare const DataProductStatus: {
6630
- readonly CREATED: "CREATED";
6631
- readonly CREATE_FAILED: "CREATE_FAILED";
6632
- readonly CREATING: "CREATING";
6633
- };
6634
- /**
6635
- * @public
6636
- */
6637
- export type DataProductStatus = (typeof DataProductStatus)[keyof typeof DataProductStatus];
6638
6286
  /**
6639
6287
  * @public
6640
6288
  */
@@ -6830,18 +6478,6 @@ export interface CreateDataProductRevisionOutput {
6830
6478
  */
6831
6479
  firstRevisionCreatedBy?: string | undefined;
6832
6480
  }
6833
- /**
6834
- * @public
6835
- * @enum
6836
- */
6837
- export declare const FilterExpressionType: {
6838
- readonly EXCLUDE: "EXCLUDE";
6839
- readonly INCLUDE: "INCLUDE";
6840
- };
6841
- /**
6842
- * @public
6843
- */
6844
- export type FilterExpressionType = (typeof FilterExpressionType)[keyof typeof FilterExpressionType];
6845
6481
  /**
6846
6482
  * <p>A filter expression in Amazon DataZone.</p>
6847
6483
  * @public
@@ -7079,18 +6715,6 @@ export declare namespace DataSourceConfigurationInput {
7079
6715
  _: (name: string, value: any) => T;
7080
6716
  }
7081
6717
  }
7082
- /**
7083
- * @public
7084
- * @enum
7085
- */
7086
- export declare const EnableSetting: {
7087
- readonly DISABLED: "DISABLED";
7088
- readonly ENABLED: "ENABLED";
7089
- };
7090
- /**
7091
- * @public
7092
- */
7093
- export type EnableSetting = (typeof EnableSetting)[keyof typeof EnableSetting];
7094
6718
  /**
7095
6719
  * <p>The recommendation to be updated as part of the <code>UpdateDataSource</code> action.</p>
7096
6720
  * @public
@@ -7102,80 +6726,6 @@ export interface RecommendationConfiguration {
7102
6726
  */
7103
6727
  enableBusinessNameGeneration?: boolean | undefined;
7104
6728
  }
7105
- /**
7106
- * @public
7107
- * @enum
7108
- */
7109
- export declare const Timezone: {
7110
- readonly AFRICA_JOHANNESBURG: "AFRICA_JOHANNESBURG";
7111
- readonly AMERICA_MONTREAL: "AMERICA_MONTREAL";
7112
- readonly AMERICA_SAO_PAULO: "AMERICA_SAO_PAULO";
7113
- readonly ASIA_BAHRAIN: "ASIA_BAHRAIN";
7114
- readonly ASIA_BANGKOK: "ASIA_BANGKOK";
7115
- readonly ASIA_CALCUTTA: "ASIA_CALCUTTA";
7116
- readonly ASIA_DUBAI: "ASIA_DUBAI";
7117
- readonly ASIA_HONG_KONG: "ASIA_HONG_KONG";
7118
- readonly ASIA_JAKARTA: "ASIA_JAKARTA";
7119
- readonly ASIA_KUALA_LUMPUR: "ASIA_KUALA_LUMPUR";
7120
- readonly ASIA_SEOUL: "ASIA_SEOUL";
7121
- readonly ASIA_SHANGHAI: "ASIA_SHANGHAI";
7122
- readonly ASIA_SINGAPORE: "ASIA_SINGAPORE";
7123
- readonly ASIA_TAIPEI: "ASIA_TAIPEI";
7124
- readonly ASIA_TOKYO: "ASIA_TOKYO";
7125
- readonly AUSTRALIA_MELBOURNE: "AUSTRALIA_MELBOURNE";
7126
- readonly AUSTRALIA_SYDNEY: "AUSTRALIA_SYDNEY";
7127
- readonly CANADA_CENTRAL: "CANADA_CENTRAL";
7128
- readonly CET: "CET";
7129
- readonly CST6CDT: "CST6CDT";
7130
- readonly ETC_GMT: "ETC_GMT";
7131
- readonly ETC_GMT0: "ETC_GMT0";
7132
- readonly ETC_GMT_ADD_0: "ETC_GMT_ADD_0";
7133
- readonly ETC_GMT_ADD_1: "ETC_GMT_ADD_1";
7134
- readonly ETC_GMT_ADD_10: "ETC_GMT_ADD_10";
7135
- readonly ETC_GMT_ADD_11: "ETC_GMT_ADD_11";
7136
- readonly ETC_GMT_ADD_12: "ETC_GMT_ADD_12";
7137
- readonly ETC_GMT_ADD_2: "ETC_GMT_ADD_2";
7138
- readonly ETC_GMT_ADD_3: "ETC_GMT_ADD_3";
7139
- readonly ETC_GMT_ADD_4: "ETC_GMT_ADD_4";
7140
- readonly ETC_GMT_ADD_5: "ETC_GMT_ADD_5";
7141
- readonly ETC_GMT_ADD_6: "ETC_GMT_ADD_6";
7142
- readonly ETC_GMT_ADD_7: "ETC_GMT_ADD_7";
7143
- readonly ETC_GMT_ADD_8: "ETC_GMT_ADD_8";
7144
- readonly ETC_GMT_ADD_9: "ETC_GMT_ADD_9";
7145
- readonly ETC_GMT_NEG_0: "ETC_GMT_NEG_0";
7146
- readonly ETC_GMT_NEG_1: "ETC_GMT_NEG_1";
7147
- readonly ETC_GMT_NEG_10: "ETC_GMT_NEG_10";
7148
- readonly ETC_GMT_NEG_11: "ETC_GMT_NEG_11";
7149
- readonly ETC_GMT_NEG_12: "ETC_GMT_NEG_12";
7150
- readonly ETC_GMT_NEG_13: "ETC_GMT_NEG_13";
7151
- readonly ETC_GMT_NEG_14: "ETC_GMT_NEG_14";
7152
- readonly ETC_GMT_NEG_2: "ETC_GMT_NEG_2";
7153
- readonly ETC_GMT_NEG_3: "ETC_GMT_NEG_3";
7154
- readonly ETC_GMT_NEG_4: "ETC_GMT_NEG_4";
7155
- readonly ETC_GMT_NEG_5: "ETC_GMT_NEG_5";
7156
- readonly ETC_GMT_NEG_6: "ETC_GMT_NEG_6";
7157
- readonly ETC_GMT_NEG_7: "ETC_GMT_NEG_7";
7158
- readonly ETC_GMT_NEG_8: "ETC_GMT_NEG_8";
7159
- readonly ETC_GMT_NEG_9: "ETC_GMT_NEG_9";
7160
- readonly EUROPE_DUBLIN: "EUROPE_DUBLIN";
7161
- readonly EUROPE_LONDON: "EUROPE_LONDON";
7162
- readonly EUROPE_PARIS: "EUROPE_PARIS";
7163
- readonly EUROPE_STOCKHOLM: "EUROPE_STOCKHOLM";
7164
- readonly EUROPE_ZURICH: "EUROPE_ZURICH";
7165
- readonly ISRAEL: "ISRAEL";
7166
- readonly MEXICO_GENERAL: "MEXICO_GENERAL";
7167
- readonly MST7MDT: "MST7MDT";
7168
- readonly PACIFIC_AUCKLAND: "PACIFIC_AUCKLAND";
7169
- readonly US_CENTRAL: "US_CENTRAL";
7170
- readonly US_EASTERN: "US_EASTERN";
7171
- readonly US_MOUNTAIN: "US_MOUNTAIN";
7172
- readonly US_PACIFIC: "US_PACIFIC";
7173
- readonly UTC: "UTC";
7174
- };
7175
- /**
7176
- * @public
7177
- */
7178
- export type Timezone = (typeof Timezone)[keyof typeof Timezone];
7179
6729
  /**
7180
6730
  * <p>The details of the schedule of the data source runs.</p>
7181
6731
  * @public
@@ -7419,23 +6969,6 @@ export declare namespace DataSourceConfigurationOutput {
7419
6969
  _: (name: string, value: any) => T;
7420
6970
  }
7421
6971
  }
7422
- /**
7423
- * @public
7424
- * @enum
7425
- */
7426
- export declare const DataSourceErrorType: {
7427
- readonly ACCESS_DENIED_EXCEPTION: "ACCESS_DENIED_EXCEPTION";
7428
- readonly CONFLICT_EXCEPTION: "CONFLICT_EXCEPTION";
7429
- readonly INTERNAL_SERVER_EXCEPTION: "INTERNAL_SERVER_EXCEPTION";
7430
- readonly RESOURCE_NOT_FOUND_EXCEPTION: "RESOURCE_NOT_FOUND_EXCEPTION";
7431
- readonly SERVICE_QUOTA_EXCEEDED_EXCEPTION: "SERVICE_QUOTA_EXCEEDED_EXCEPTION";
7432
- readonly THROTTLING_EXCEPTION: "THROTTLING_EXCEPTION";
7433
- readonly VALIDATION_EXCEPTION: "VALIDATION_EXCEPTION";
7434
- };
7435
- /**
7436
- * @public
7437
- */
7438
- export type DataSourceErrorType = (typeof DataSourceErrorType)[keyof typeof DataSourceErrorType];
7439
6972
  /**
7440
6973
  * <p>The details of the error message that is returned if the operation cannot be successfully completed.</p>
7441
6974
  * @public
@@ -7452,39 +6985,6 @@ export interface DataSourceErrorMessage {
7452
6985
  */
7453
6986
  errorDetail?: string | undefined;
7454
6987
  }
7455
- /**
7456
- * @public
7457
- * @enum
7458
- */
7459
- export declare const DataSourceRunStatus: {
7460
- readonly FAILED: "FAILED";
7461
- readonly PARTIALLY_SUCCEEDED: "PARTIALLY_SUCCEEDED";
7462
- readonly REQUESTED: "REQUESTED";
7463
- readonly RUNNING: "RUNNING";
7464
- readonly SUCCESS: "SUCCESS";
7465
- };
7466
- /**
7467
- * @public
7468
- */
7469
- export type DataSourceRunStatus = (typeof DataSourceRunStatus)[keyof typeof DataSourceRunStatus];
7470
- /**
7471
- * @public
7472
- * @enum
7473
- */
7474
- export declare const DataSourceStatus: {
7475
- readonly CREATING: "CREATING";
7476
- readonly DELETING: "DELETING";
7477
- readonly FAILED_CREATION: "FAILED_CREATION";
7478
- readonly FAILED_DELETION: "FAILED_DELETION";
7479
- readonly FAILED_UPDATE: "FAILED_UPDATE";
7480
- readonly READY: "READY";
7481
- readonly RUNNING: "RUNNING";
7482
- readonly UPDATING: "UPDATING";
7483
- };
7484
- /**
7485
- * @public
7486
- */
7487
- export type DataSourceStatus = (typeof DataSourceStatus)[keyof typeof DataSourceStatus];
7488
6988
  /**
7489
6989
  * @public
7490
6990
  */
@@ -7595,30 +7095,6 @@ export interface CreateDataSourceOutput {
7595
7095
  */
7596
7096
  updatedAt?: Date | undefined;
7597
7097
  }
7598
- /**
7599
- * @public
7600
- * @enum
7601
- */
7602
- export declare const DomainVersion: {
7603
- readonly V1: "V1";
7604
- readonly V2: "V2";
7605
- };
7606
- /**
7607
- * @public
7608
- */
7609
- export type DomainVersion = (typeof DomainVersion)[keyof typeof DomainVersion];
7610
- /**
7611
- * @public
7612
- * @enum
7613
- */
7614
- export declare const UserAssignment: {
7615
- readonly AUTOMATIC: "AUTOMATIC";
7616
- readonly MANUAL: "MANUAL";
7617
- };
7618
- /**
7619
- * @public
7620
- */
7621
- export type UserAssignment = (typeof UserAssignment)[keyof typeof UserAssignment];
7622
7098
  /**
7623
7099
  * <p>The single sign-on details in Amazon DataZone.</p>
7624
7100
  * @public
@@ -7690,22 +7166,6 @@ export interface CreateDomainInput {
7690
7166
  */
7691
7167
  clientToken?: string | undefined;
7692
7168
  }
7693
- /**
7694
- * @public
7695
- * @enum
7696
- */
7697
- export declare const DomainStatus: {
7698
- readonly AVAILABLE: "AVAILABLE";
7699
- readonly CREATING: "CREATING";
7700
- readonly CREATION_FAILED: "CREATION_FAILED";
7701
- readonly DELETED: "DELETED";
7702
- readonly DELETING: "DELETING";
7703
- readonly DELETION_FAILED: "DELETION_FAILED";
7704
- };
7705
- /**
7706
- * @public
7707
- */
7708
- export type DomainStatus = (typeof DomainStatus)[keyof typeof DomainStatus];
7709
7169
  /**
7710
7170
  * @public
7711
7171
  */
@@ -8020,33 +7480,6 @@ export interface DeploymentProperties {
8020
7480
  */
8021
7481
  endTimeoutMinutes?: number | undefined;
8022
7482
  }
8023
- /**
8024
- * @public
8025
- * @enum
8026
- */
8027
- export declare const DeploymentStatus: {
8028
- readonly FAILED: "FAILED";
8029
- readonly IN_PROGRESS: "IN_PROGRESS";
8030
- readonly PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT";
8031
- readonly SUCCESSFUL: "SUCCESSFUL";
8032
- };
8033
- /**
8034
- * @public
8035
- */
8036
- export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
8037
- /**
8038
- * @public
8039
- * @enum
8040
- */
8041
- export declare const DeploymentType: {
8042
- readonly CREATE: "CREATE";
8043
- readonly DELETE: "DELETE";
8044
- readonly UPDATE: "UPDATE";
8045
- };
8046
- /**
8047
- * @public
8048
- */
8049
- export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType];
8050
7483
  /**
8051
7484
  * <p>The failure reasons for the environment deployment.</p>
8052
7485
  * @public
@@ -8158,29 +7591,6 @@ export declare namespace ProvisioningProperties {
8158
7591
  _: (name: string, value: any) => T;
8159
7592
  }
8160
7593
  }
8161
- /**
8162
- * @public
8163
- * @enum
8164
- */
8165
- export declare const EnvironmentStatus: {
8166
- readonly ACTIVE: "ACTIVE";
8167
- readonly CREATE_FAILED: "CREATE_FAILED";
8168
- readonly CREATING: "CREATING";
8169
- readonly DELETED: "DELETED";
8170
- readonly DELETE_FAILED: "DELETE_FAILED";
8171
- readonly DELETING: "DELETING";
8172
- readonly DISABLED: "DISABLED";
8173
- readonly EXPIRED: "EXPIRED";
8174
- readonly INACCESSIBLE: "INACCESSIBLE";
8175
- readonly SUSPENDED: "SUSPENDED";
8176
- readonly UPDATE_FAILED: "UPDATE_FAILED";
8177
- readonly UPDATING: "UPDATING";
8178
- readonly VALIDATION_FAILED: "VALIDATION_FAILED";
8179
- };
8180
- /**
8181
- * @public
8182
- */
8183
- export type EnvironmentStatus = (typeof EnvironmentStatus)[keyof typeof EnvironmentStatus];
8184
7594
  /**
8185
7595
  * <p>The details of user parameters of an environment blueprint.</p>
8186
7596
  * @public
@@ -8630,18 +8040,6 @@ export declare namespace Model {
8630
8040
  _: (name: string, value: any) => T;
8631
8041
  }
8632
8042
  }
8633
- /**
8634
- * @public
8635
- * @enum
8636
- */
8637
- export declare const FormTypeStatus: {
8638
- readonly DISABLED: "DISABLED";
8639
- readonly ENABLED: "ENABLED";
8640
- };
8641
- /**
8642
- * @public
8643
- */
8644
- export type FormTypeStatus = (typeof FormTypeStatus)[keyof typeof FormTypeStatus];
8645
8043
  /**
8646
8044
  * @public
8647
8045
  */
@@ -8717,29 +8115,6 @@ export interface CreateFormTypeOutput {
8717
8115
  */
8718
8116
  originProjectId?: string | undefined;
8719
8117
  }
8720
- /**
8721
- * @public
8722
- * @enum
8723
- */
8724
- export declare const GlossaryStatus: {
8725
- readonly DISABLED: "DISABLED";
8726
- readonly ENABLED: "ENABLED";
8727
- };
8728
- /**
8729
- * @public
8730
- */
8731
- export type GlossaryStatus = (typeof GlossaryStatus)[keyof typeof GlossaryStatus];
8732
- /**
8733
- * @public
8734
- * @enum
8735
- */
8736
- export declare const GlossaryUsageRestriction: {
8737
- readonly ASSET_GOVERNED_TERMS: "ASSET_GOVERNED_TERMS";
8738
- };
8739
- /**
8740
- * @public
8741
- */
8742
- export type GlossaryUsageRestriction = (typeof GlossaryUsageRestriction)[keyof typeof GlossaryUsageRestriction];
8743
8118
  /**
8744
8119
  * @public
8745
8120
  */
@@ -8820,18 +8195,6 @@ export interface CreateGlossaryOutput {
8820
8195
  */
8821
8196
  usageRestrictions?: GlossaryUsageRestriction[] | undefined;
8822
8197
  }
8823
- /**
8824
- * @public
8825
- * @enum
8826
- */
8827
- export declare const GlossaryTermStatus: {
8828
- readonly DISABLED: "DISABLED";
8829
- readonly ENABLED: "ENABLED";
8830
- };
8831
- /**
8832
- * @public
8833
- */
8834
- export type GlossaryTermStatus = (typeof GlossaryTermStatus)[keyof typeof GlossaryTermStatus];
8835
8198
  /**
8836
8199
  * <p>The details of the term relations.</p>
8837
8200
  * @public
@@ -8963,18 +8326,6 @@ export interface CreateGroupProfileInput {
8963
8326
  */
8964
8327
  clientToken?: string | undefined;
8965
8328
  }
8966
- /**
8967
- * @public
8968
- * @enum
8969
- */
8970
- export declare const GroupProfileStatus: {
8971
- readonly ASSIGNED: "ASSIGNED";
8972
- readonly NOT_ASSIGNED: "NOT_ASSIGNED";
8973
- };
8974
- /**
8975
- * @public
8976
- */
8977
- export type GroupProfileStatus = (typeof GroupProfileStatus)[keyof typeof GroupProfileStatus];
8978
8329
  /**
8979
8330
  * @public
8980
8331
  */
@@ -9000,18 +8351,6 @@ export interface CreateGroupProfileOutput {
9000
8351
  */
9001
8352
  groupName?: string | undefined;
9002
8353
  }
9003
- /**
9004
- * @public
9005
- * @enum
9006
- */
9007
- export declare const EntityType: {
9008
- readonly ASSET: "ASSET";
9009
- readonly DATA_PRODUCT: "DATA_PRODUCT";
9010
- };
9011
- /**
9012
- * @public
9013
- */
9014
- export type EntityType = (typeof EntityType)[keyof typeof EntityType];
9015
8354
  /**
9016
8355
  * @public
9017
8356
  */
@@ -9160,17 +8499,1574 @@ export interface CreateProjectInput {
9160
8499
  userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
9161
8500
  }
9162
8501
  /**
8502
+ * <p>The environment deployment details.</p>
8503
+ * @public
8504
+ */
8505
+ export interface EnvironmentDeploymentDetails {
8506
+ /**
8507
+ * <p>The overall deployment status of the environment.</p>
8508
+ * @public
8509
+ */
8510
+ overallDeploymentStatus?: OverallDeploymentStatus | undefined;
8511
+ /**
8512
+ * <p>Environment failure reasons.</p>
8513
+ * @public
8514
+ */
8515
+ environmentFailureReasons?: Record<string, EnvironmentError[]> | undefined;
8516
+ }
8517
+ /**
8518
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
8519
+ * @public
8520
+ */
8521
+ export interface ProjectDeletionError {
8522
+ /**
8523
+ * <p>The code of the project deletion error.</p>
8524
+ * @public
8525
+ */
8526
+ code?: string | undefined;
8527
+ /**
8528
+ * <p>The message of the project deletion error.</p>
8529
+ * @public
8530
+ */
8531
+ message?: string | undefined;
8532
+ }
8533
+ /**
8534
+ * <p>The resource tag of the project.</p>
9163
8535
  * @public
9164
- * @enum
9165
8536
  */
9166
- export declare const OverallDeploymentStatus: {
9167
- readonly FAILED_DEPLOYMENT: "FAILED_DEPLOYMENT";
9168
- readonly FAILED_VALIDATION: "FAILED_VALIDATION";
9169
- readonly IN_PROGRESS: "IN_PROGRESS";
9170
- readonly PENDING_DEPLOYMENT: "PENDING_DEPLOYMENT";
9171
- readonly SUCCESSFUL: "SUCCESSFUL";
9172
- };
8537
+ export interface ResourceTag {
8538
+ /**
8539
+ * <p>The key of the resource tag of the project.</p>
8540
+ * @public
8541
+ */
8542
+ key: string | undefined;
8543
+ /**
8544
+ * <p>The value of the resource tag of the project.</p>
8545
+ * @public
8546
+ */
8547
+ value: string | undefined;
8548
+ /**
8549
+ * <p>The source of the resource tag of the project.</p>
8550
+ * @public
8551
+ */
8552
+ source: ResourceTagSource | undefined;
8553
+ }
9173
8554
  /**
9174
8555
  * @public
9175
8556
  */
9176
- export type OverallDeploymentStatus = (typeof OverallDeploymentStatus)[keyof typeof OverallDeploymentStatus];
8557
+ export interface CreateProjectOutput {
8558
+ /**
8559
+ * <p>The identifier of the Amazon DataZone domain in which the project was created.</p>
8560
+ * @public
8561
+ */
8562
+ domainId: string | undefined;
8563
+ /**
8564
+ * <p>The ID of the Amazon DataZone project.</p>
8565
+ * @public
8566
+ */
8567
+ id: string | undefined;
8568
+ /**
8569
+ * <p>The name of the project.</p>
8570
+ * @public
8571
+ */
8572
+ name: string | undefined;
8573
+ /**
8574
+ * <p>The description of the project.</p>
8575
+ * @public
8576
+ */
8577
+ description?: string | undefined;
8578
+ /**
8579
+ * <p>The status of the Amazon DataZone project that was created.</p>
8580
+ * @public
8581
+ */
8582
+ projectStatus?: ProjectStatus | undefined;
8583
+ /**
8584
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
8585
+ * @public
8586
+ */
8587
+ failureReasons?: ProjectDeletionError[] | undefined;
8588
+ /**
8589
+ * <p>The Amazon DataZone user who created the project.</p>
8590
+ * @public
8591
+ */
8592
+ createdBy: string | undefined;
8593
+ /**
8594
+ * <p>The timestamp of when the project was created.</p>
8595
+ * @public
8596
+ */
8597
+ createdAt?: Date | undefined;
8598
+ /**
8599
+ * <p>The timestamp of when the project was last updated.</p>
8600
+ * @public
8601
+ */
8602
+ lastUpdatedAt?: Date | undefined;
8603
+ /**
8604
+ * <p>The resource tags of the project.</p>
8605
+ * @public
8606
+ */
8607
+ resourceTags?: ResourceTag[] | undefined;
8608
+ /**
8609
+ * <p>The glossary terms that can be used in the project.</p>
8610
+ * @public
8611
+ */
8612
+ glossaryTerms?: string[] | undefined;
8613
+ /**
8614
+ * <p>The ID of the domain unit.</p>
8615
+ * @public
8616
+ */
8617
+ domainUnitId?: string | undefined;
8618
+ /**
8619
+ * <p>The project profile ID.</p>
8620
+ * @public
8621
+ */
8622
+ projectProfileId?: string | undefined;
8623
+ /**
8624
+ * <p>The user parameters of the project.</p>
8625
+ * @public
8626
+ */
8627
+ userParameters?: EnvironmentConfigurationUserParameter[] | undefined;
8628
+ /**
8629
+ * <p>The environment deployment details.</p>
8630
+ * @public
8631
+ */
8632
+ environmentDeploymentDetails?: EnvironmentDeploymentDetails | undefined;
8633
+ }
8634
+ /**
8635
+ * <p>The details about a project member.</p>
8636
+ * @public
8637
+ */
8638
+ export type Member = Member.GroupIdentifierMember | Member.UserIdentifierMember | Member.$UnknownMember;
8639
+ /**
8640
+ * @public
8641
+ */
8642
+ export declare namespace Member {
8643
+ /**
8644
+ * <p>The user ID of a project member.</p>
8645
+ * @public
8646
+ */
8647
+ interface UserIdentifierMember {
8648
+ userIdentifier: string;
8649
+ groupIdentifier?: never;
8650
+ $unknown?: never;
8651
+ }
8652
+ /**
8653
+ * <p>The ID of the group of a project member.</p>
8654
+ * @public
8655
+ */
8656
+ interface GroupIdentifierMember {
8657
+ userIdentifier?: never;
8658
+ groupIdentifier: string;
8659
+ $unknown?: never;
8660
+ }
8661
+ /**
8662
+ * @public
8663
+ */
8664
+ interface $UnknownMember {
8665
+ userIdentifier?: never;
8666
+ groupIdentifier?: never;
8667
+ $unknown: [string, any];
8668
+ }
8669
+ /**
8670
+ * @deprecated unused in schema-serde mode.
8671
+ *
8672
+ */
8673
+ interface Visitor<T> {
8674
+ userIdentifier: (value: string) => T;
8675
+ groupIdentifier: (value: string) => T;
8676
+ _: (name: string, value: any) => T;
8677
+ }
8678
+ }
8679
+ /**
8680
+ * @public
8681
+ */
8682
+ export interface CreateProjectMembershipInput {
8683
+ /**
8684
+ * <p>The ID of the Amazon DataZone domain in which project membership is created.</p>
8685
+ * @public
8686
+ */
8687
+ domainIdentifier: string | undefined;
8688
+ /**
8689
+ * <p>The ID of the project for which this project membership was created.</p>
8690
+ * @public
8691
+ */
8692
+ projectIdentifier: string | undefined;
8693
+ /**
8694
+ * <p>The project member whose project membership was created.</p>
8695
+ * @public
8696
+ */
8697
+ member: Member | undefined;
8698
+ /**
8699
+ * <p>The designation of the project membership.</p>
8700
+ * @public
8701
+ */
8702
+ designation: UserDesignation | undefined;
8703
+ }
8704
+ /**
8705
+ * @public
8706
+ */
8707
+ export interface CreateProjectMembershipOutput {
8708
+ }
8709
+ /**
8710
+ * <p>The Amazon Web Services Region.</p>
8711
+ * @public
8712
+ */
8713
+ export type Region = Region.RegionNameMember | Region.RegionNamePathMember | Region.$UnknownMember;
8714
+ /**
8715
+ * @public
8716
+ */
8717
+ export declare namespace Region {
8718
+ /**
8719
+ * <p>The Amazon Web Services Region name.</p>
8720
+ * @public
8721
+ */
8722
+ interface RegionNameMember {
8723
+ regionName: string;
8724
+ regionNamePath?: never;
8725
+ $unknown?: never;
8726
+ }
8727
+ /**
8728
+ * <p>The region name path.</p>
8729
+ * @public
8730
+ */
8731
+ interface RegionNamePathMember {
8732
+ regionName?: never;
8733
+ regionNamePath: string;
8734
+ $unknown?: never;
8735
+ }
8736
+ /**
8737
+ * @public
8738
+ */
8739
+ interface $UnknownMember {
8740
+ regionName?: never;
8741
+ regionNamePath?: never;
8742
+ $unknown: [string, any];
8743
+ }
8744
+ /**
8745
+ * @deprecated unused in schema-serde mode.
8746
+ *
8747
+ */
8748
+ interface Visitor<T> {
8749
+ regionName: (value: string) => T;
8750
+ regionNamePath: (value: string) => T;
8751
+ _: (name: string, value: any) => T;
8752
+ }
8753
+ }
8754
+ /**
8755
+ * <p>The environment configuration parameter.</p>
8756
+ * @public
8757
+ */
8758
+ export interface EnvironmentConfigurationParameter {
8759
+ /**
8760
+ * <p>The name of the environment configuration parameter.</p>
8761
+ * @public
8762
+ */
8763
+ name?: string | undefined;
8764
+ /**
8765
+ * <p>The value of the environment configuration parameter.</p>
8766
+ * @public
8767
+ */
8768
+ value?: string | undefined;
8769
+ /**
8770
+ * <p>Specifies whether the environment parameter is editable.</p>
8771
+ * @public
8772
+ */
8773
+ isEditable?: boolean | undefined;
8774
+ }
8775
+ /**
8776
+ * <p>The details of the environment configuration parameter.</p>
8777
+ * @public
8778
+ */
8779
+ export interface EnvironmentConfigurationParametersDetails {
8780
+ /**
8781
+ * <p>Ssm path environment configuration parameters.</p>
8782
+ * @public
8783
+ */
8784
+ ssmPath?: string | undefined;
8785
+ /**
8786
+ * <p>The parameter overrides.</p>
8787
+ * @public
8788
+ */
8789
+ parameterOverrides?: EnvironmentConfigurationParameter[] | undefined;
8790
+ /**
8791
+ * <p>The resolved environment configuration parameters.</p>
8792
+ * @public
8793
+ */
8794
+ resolvedParameters?: EnvironmentConfigurationParameter[] | undefined;
8795
+ }
8796
+ /**
8797
+ * <p>The configuration of an environment.</p>
8798
+ * @public
8799
+ */
8800
+ export interface EnvironmentConfiguration {
8801
+ /**
8802
+ * <p>The environment name.</p>
8803
+ * @public
8804
+ */
8805
+ name: string | undefined;
8806
+ /**
8807
+ * <p>The environment ID.</p>
8808
+ * @public
8809
+ */
8810
+ id?: string | undefined;
8811
+ /**
8812
+ * <p>The environment blueprint ID.</p>
8813
+ * @public
8814
+ */
8815
+ environmentBlueprintId: string | undefined;
8816
+ /**
8817
+ * <p>The environment description.</p>
8818
+ * @public
8819
+ */
8820
+ description?: string | undefined;
8821
+ /**
8822
+ * <p>The deployment mode of the environment.</p>
8823
+ * @public
8824
+ */
8825
+ deploymentMode?: DeploymentMode | undefined;
8826
+ /**
8827
+ * <p>The configuration parameters of the environment.</p>
8828
+ * @public
8829
+ */
8830
+ configurationParameters?: EnvironmentConfigurationParametersDetails | undefined;
8831
+ /**
8832
+ * <p>The Amazon Web Services account of the environment.</p>
8833
+ * @public
8834
+ */
8835
+ awsAccount?: AwsAccount | undefined;
8836
+ /**
8837
+ * <p>The account pools used by a custom project profile.</p>
8838
+ * @public
8839
+ */
8840
+ accountPools?: string[] | undefined;
8841
+ /**
8842
+ * <p>The Amazon Web Services Region of the environment.</p>
8843
+ * @public
8844
+ */
8845
+ awsRegion?: Region | undefined;
8846
+ /**
8847
+ * <p>The deployment order of the environment.</p>
8848
+ * @public
8849
+ */
8850
+ deploymentOrder?: number | undefined;
8851
+ }
8852
+ /**
8853
+ * <p>The resource tag parameter of the project profile.</p>
8854
+ * @public
8855
+ */
8856
+ export interface ResourceTagParameter {
8857
+ /**
8858
+ * <p>The key of the resource tag parameter of the project profile.</p>
8859
+ * @public
8860
+ */
8861
+ key: string | undefined;
8862
+ /**
8863
+ * <p>The value of the resource tag parameter key of the project profile.</p>
8864
+ * @public
8865
+ */
8866
+ value: string | undefined;
8867
+ /**
8868
+ * <p>Specifies whether the value of the resource tag parameter of the project profile is editable at the project level.</p>
8869
+ * @public
8870
+ */
8871
+ isValueEditable: boolean | undefined;
8872
+ }
8873
+ /**
8874
+ * @public
8875
+ */
8876
+ export interface CreateProjectProfileInput {
8877
+ /**
8878
+ * <p>A domain ID of the project profile.</p>
8879
+ * @public
8880
+ */
8881
+ domainIdentifier: string | undefined;
8882
+ /**
8883
+ * <p>Project profile name.</p>
8884
+ * @public
8885
+ */
8886
+ name: string | undefined;
8887
+ /**
8888
+ * <p>A description of a project profile.</p>
8889
+ * @public
8890
+ */
8891
+ description?: string | undefined;
8892
+ /**
8893
+ * <p>Project profile status.</p>
8894
+ * @public
8895
+ */
8896
+ status?: Status | undefined;
8897
+ /**
8898
+ * <p>The resource tags of the project profile.</p>
8899
+ * @public
8900
+ */
8901
+ projectResourceTags?: ResourceTagParameter[] | undefined;
8902
+ /**
8903
+ * <p>Specifies whether custom project resource tags are supported.</p>
8904
+ * @public
8905
+ */
8906
+ allowCustomProjectResourceTags?: boolean | undefined;
8907
+ /**
8908
+ * <p>Field viewable through the UI that provides a project user with the allowed resource tag specifications.</p>
8909
+ * @public
8910
+ */
8911
+ projectResourceTagsDescription?: string | undefined;
8912
+ /**
8913
+ * <p>Environment configurations of the project profile.</p>
8914
+ * @public
8915
+ */
8916
+ environmentConfigurations?: EnvironmentConfiguration[] | undefined;
8917
+ /**
8918
+ * <p>A domain unit ID of the project profile.</p>
8919
+ * @public
8920
+ */
8921
+ domainUnitIdentifier?: string | undefined;
8922
+ }
8923
+ /**
8924
+ * @public
8925
+ */
8926
+ export interface CreateProjectProfileOutput {
8927
+ /**
8928
+ * <p>The ID of the domain where a project profile is created.</p>
8929
+ * @public
8930
+ */
8931
+ domainId: string | undefined;
8932
+ /**
8933
+ * <p>Project profile ID.</p>
8934
+ * @public
8935
+ */
8936
+ id: string | undefined;
8937
+ /**
8938
+ * <p>Project profile name.</p>
8939
+ * @public
8940
+ */
8941
+ name: string | undefined;
8942
+ /**
8943
+ * <p>A project profile description.</p>
8944
+ * @public
8945
+ */
8946
+ description?: string | undefined;
8947
+ /**
8948
+ * <p>Project profile status.</p>
8949
+ * @public
8950
+ */
8951
+ status?: Status | undefined;
8952
+ /**
8953
+ * <p>The resource tags of the project profile.</p>
8954
+ * @public
8955
+ */
8956
+ projectResourceTags?: ResourceTagParameter[] | undefined;
8957
+ /**
8958
+ * <p>Specifies whether custom project resource tags are supported.</p>
8959
+ * @public
8960
+ */
8961
+ allowCustomProjectResourceTags?: boolean | undefined;
8962
+ /**
8963
+ * <p>Field viewable through the UI that provides a project user with the allowed resource tag specifications.</p>
8964
+ * @public
8965
+ */
8966
+ projectResourceTagsDescription?: string | undefined;
8967
+ /**
8968
+ * <p>Environment configurations of a project profile.</p>
8969
+ * @public
8970
+ */
8971
+ environmentConfigurations?: EnvironmentConfiguration[] | undefined;
8972
+ /**
8973
+ * <p>A user who created a project profile.</p>
8974
+ * @public
8975
+ */
8976
+ createdBy: string | undefined;
8977
+ /**
8978
+ * <p>A timestamp at which a project profile is created.</p>
8979
+ * @public
8980
+ */
8981
+ createdAt?: Date | undefined;
8982
+ /**
8983
+ * <p>A timestamp when a project profile was last updated.</p>
8984
+ * @public
8985
+ */
8986
+ lastUpdatedAt?: Date | undefined;
8987
+ /**
8988
+ * <p>The ID of the domain unit where a project profile is created.</p>
8989
+ * @public
8990
+ */
8991
+ domainUnitId?: string | undefined;
8992
+ }
8993
+ /**
8994
+ * <p>The enforcement details of a glossary term.</p>
8995
+ * @public
8996
+ */
8997
+ export interface GlossaryTermEnforcementDetail {
8998
+ /**
8999
+ * <p>The ID of the required glossary term.</p>
9000
+ * @public
9001
+ */
9002
+ requiredGlossaryTermIds?: string[] | undefined;
9003
+ }
9004
+ /**
9005
+ * <p>The reference of a metadata form.</p>
9006
+ * @public
9007
+ */
9008
+ export interface MetadataFormReference {
9009
+ /**
9010
+ * <p>The type ID of the metadata form reference.</p>
9011
+ * @public
9012
+ */
9013
+ typeIdentifier: string | undefined;
9014
+ /**
9015
+ * <p>The type revision of the metadata form reference.</p>
9016
+ * @public
9017
+ */
9018
+ typeRevision: string | undefined;
9019
+ }
9020
+ /**
9021
+ * <p>The enforcement details of a metadata form.</p>
9022
+ * @public
9023
+ */
9024
+ export interface MetadataFormEnforcementDetail {
9025
+ /**
9026
+ * <p>The required metadata forms.</p>
9027
+ * @public
9028
+ */
9029
+ requiredMetadataForms?: MetadataFormReference[] | undefined;
9030
+ }
9031
+ /**
9032
+ * <p>The details of a rule.</p>
9033
+ * @public
9034
+ */
9035
+ export type RuleDetail = RuleDetail.GlossaryTermEnforcementDetailMember | RuleDetail.MetadataFormEnforcementDetailMember | RuleDetail.$UnknownMember;
9036
+ /**
9037
+ * @public
9038
+ */
9039
+ export declare namespace RuleDetail {
9040
+ /**
9041
+ * <p>The enforcement detail of the metadata form.</p>
9042
+ * @public
9043
+ */
9044
+ interface MetadataFormEnforcementDetailMember {
9045
+ metadataFormEnforcementDetail: MetadataFormEnforcementDetail;
9046
+ glossaryTermEnforcementDetail?: never;
9047
+ $unknown?: never;
9048
+ }
9049
+ /**
9050
+ * <p>The enforcement details of a glossary term that's part of the metadata rule.</p>
9051
+ * @public
9052
+ */
9053
+ interface GlossaryTermEnforcementDetailMember {
9054
+ metadataFormEnforcementDetail?: never;
9055
+ glossaryTermEnforcementDetail: GlossaryTermEnforcementDetail;
9056
+ $unknown?: never;
9057
+ }
9058
+ /**
9059
+ * @public
9060
+ */
9061
+ interface $UnknownMember {
9062
+ metadataFormEnforcementDetail?: never;
9063
+ glossaryTermEnforcementDetail?: never;
9064
+ $unknown: [string, any];
9065
+ }
9066
+ /**
9067
+ * @deprecated unused in schema-serde mode.
9068
+ *
9069
+ */
9070
+ interface Visitor<T> {
9071
+ metadataFormEnforcementDetail: (value: MetadataFormEnforcementDetail) => T;
9072
+ glossaryTermEnforcementDetail: (value: GlossaryTermEnforcementDetail) => T;
9073
+ _: (name: string, value: any) => T;
9074
+ }
9075
+ }
9076
+ /**
9077
+ * <p>Specifies projects in which the rule is created.</p>
9078
+ * @public
9079
+ */
9080
+ export interface ProjectsForRule {
9081
+ /**
9082
+ * <p>The selection mode of the rule.</p>
9083
+ * @public
9084
+ */
9085
+ selectionMode: RuleScopeSelectionMode | undefined;
9086
+ /**
9087
+ * <p>The specific projects in which the rule is created.</p>
9088
+ * @public
9089
+ */
9090
+ specificProjects?: string[] | undefined;
9091
+ }
9092
+ /**
9093
+ * <p>The scope of a rule.</p>
9094
+ * @public
9095
+ */
9096
+ export interface RuleScope {
9097
+ /**
9098
+ * <p>The asset type included in the rule scope.</p>
9099
+ * @public
9100
+ */
9101
+ assetType?: AssetTypesForRule | undefined;
9102
+ /**
9103
+ * <p>The data product included in the rule scope.</p>
9104
+ * @public
9105
+ */
9106
+ dataProduct?: boolean | undefined;
9107
+ /**
9108
+ * <p>The project included in the rule scope.</p>
9109
+ * @public
9110
+ */
9111
+ project?: ProjectsForRule | undefined;
9112
+ }
9113
+ /**
9114
+ * <p>The target for the domain unit.</p>
9115
+ * @public
9116
+ */
9117
+ export interface DomainUnitTarget {
9118
+ /**
9119
+ * <p>The ID of the domain unit.</p>
9120
+ * @public
9121
+ */
9122
+ domainUnitId: string | undefined;
9123
+ /**
9124
+ * <p>Specifies whether to apply a rule to the child domain units.</p>
9125
+ * @public
9126
+ */
9127
+ includeChildDomainUnits?: boolean | undefined;
9128
+ }
9129
+ /**
9130
+ * <p>The target of the rule.</p>
9131
+ * @public
9132
+ */
9133
+ export type RuleTarget = RuleTarget.DomainUnitTargetMember | RuleTarget.$UnknownMember;
9134
+ /**
9135
+ * @public
9136
+ */
9137
+ export declare namespace RuleTarget {
9138
+ /**
9139
+ * <p>The ID of the domain unit.</p>
9140
+ * @public
9141
+ */
9142
+ interface DomainUnitTargetMember {
9143
+ domainUnitTarget: DomainUnitTarget;
9144
+ $unknown?: never;
9145
+ }
9146
+ /**
9147
+ * @public
9148
+ */
9149
+ interface $UnknownMember {
9150
+ domainUnitTarget?: never;
9151
+ $unknown: [string, any];
9152
+ }
9153
+ /**
9154
+ * @deprecated unused in schema-serde mode.
9155
+ *
9156
+ */
9157
+ interface Visitor<T> {
9158
+ domainUnitTarget: (value: DomainUnitTarget) => T;
9159
+ _: (name: string, value: any) => T;
9160
+ }
9161
+ }
9162
+ /**
9163
+ * @public
9164
+ */
9165
+ export interface CreateRuleInput {
9166
+ /**
9167
+ * <p>The ID of the domain where the rule is created.</p>
9168
+ * @public
9169
+ */
9170
+ domainIdentifier: string | undefined;
9171
+ /**
9172
+ * <p>The name of the rule.</p>
9173
+ * @public
9174
+ */
9175
+ name: string | undefined;
9176
+ /**
9177
+ * <p>The target of the rule.</p>
9178
+ * @public
9179
+ */
9180
+ target: RuleTarget | undefined;
9181
+ /**
9182
+ * <p>The action of the rule.</p>
9183
+ * @public
9184
+ */
9185
+ action: RuleAction | undefined;
9186
+ /**
9187
+ * <p>The scope of the rule.</p>
9188
+ * @public
9189
+ */
9190
+ scope: RuleScope | undefined;
9191
+ /**
9192
+ * <p>The detail of the rule.</p>
9193
+ * @public
9194
+ */
9195
+ detail: RuleDetail | undefined;
9196
+ /**
9197
+ * <p>The description of the rule.</p>
9198
+ * @public
9199
+ */
9200
+ description?: string | undefined;
9201
+ /**
9202
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
9203
+ * @public
9204
+ */
9205
+ clientToken?: string | undefined;
9206
+ }
9207
+ /**
9208
+ * @public
9209
+ */
9210
+ export interface CreateRuleOutput {
9211
+ /**
9212
+ * <p>The ID of the rule.</p>
9213
+ * @public
9214
+ */
9215
+ identifier: string | undefined;
9216
+ /**
9217
+ * <p>The name of the rule.</p>
9218
+ * @public
9219
+ */
9220
+ name: string | undefined;
9221
+ /**
9222
+ * <p>The type of the rule.</p>
9223
+ * @public
9224
+ */
9225
+ ruleType: RuleType | undefined;
9226
+ /**
9227
+ * <p>The target of the rule.</p>
9228
+ * @public
9229
+ */
9230
+ target: RuleTarget | undefined;
9231
+ /**
9232
+ * <p>The action of the rule.</p>
9233
+ * @public
9234
+ */
9235
+ action: RuleAction | undefined;
9236
+ /**
9237
+ * <p>The scope of the rule.</p>
9238
+ * @public
9239
+ */
9240
+ scope: RuleScope | undefined;
9241
+ /**
9242
+ * <p>The detail of the rule.</p>
9243
+ * @public
9244
+ */
9245
+ detail: RuleDetail | undefined;
9246
+ /**
9247
+ * <p>The target type of the rule.</p>
9248
+ * @public
9249
+ */
9250
+ targetType?: RuleTargetType | undefined;
9251
+ /**
9252
+ * <p>The description of the rule.</p>
9253
+ * @public
9254
+ */
9255
+ description?: string | undefined;
9256
+ /**
9257
+ * <p>The timestamp at which the rule is created.</p>
9258
+ * @public
9259
+ */
9260
+ createdAt: Date | undefined;
9261
+ /**
9262
+ * <p>The user who creates the rule.</p>
9263
+ * @public
9264
+ */
9265
+ createdBy: string | undefined;
9266
+ }
9267
+ /**
9268
+ * <p>A revision to be made to an asset published in a Amazon DataZone catalog.</p>
9269
+ * @public
9270
+ */
9271
+ export interface ListingRevisionInput {
9272
+ /**
9273
+ * <p>An identifier of revision to be made to an asset published in a Amazon DataZone catalog.</p>
9274
+ * @public
9275
+ */
9276
+ identifier: string | undefined;
9277
+ /**
9278
+ * <p>The details of a revision to be made to an asset published in a Amazon DataZone catalog.</p>
9279
+ * @public
9280
+ */
9281
+ revision: string | undefined;
9282
+ }
9283
+ /**
9284
+ * <p>The details of a listing for which a subscription is to be granted.</p>
9285
+ * @public
9286
+ */
9287
+ export type GrantedEntityInput = GrantedEntityInput.ListingMember | GrantedEntityInput.$UnknownMember;
9288
+ /**
9289
+ * @public
9290
+ */
9291
+ export declare namespace GrantedEntityInput {
9292
+ /**
9293
+ * <p>The listing for which a subscription is to be granted.</p>
9294
+ * @public
9295
+ */
9296
+ interface ListingMember {
9297
+ listing: ListingRevisionInput;
9298
+ $unknown?: never;
9299
+ }
9300
+ /**
9301
+ * @public
9302
+ */
9303
+ interface $UnknownMember {
9304
+ listing?: never;
9305
+ $unknown: [string, any];
9306
+ }
9307
+ /**
9308
+ * @deprecated unused in schema-serde mode.
9309
+ *
9310
+ */
9311
+ interface Visitor<T> {
9312
+ listing: (value: ListingRevisionInput) => T;
9313
+ _: (name: string, value: any) => T;
9314
+ }
9315
+ }
9316
+ /**
9317
+ * @public
9318
+ */
9319
+ export interface CreateSubscriptionGrantInput {
9320
+ /**
9321
+ * <p>The ID of the Amazon DataZone domain in which the subscription grant is created.</p>
9322
+ * @public
9323
+ */
9324
+ domainIdentifier: string | undefined;
9325
+ /**
9326
+ * <p>The ID of the environment in which the subscription grant is created.</p>
9327
+ * @public
9328
+ */
9329
+ environmentIdentifier: string | undefined;
9330
+ /**
9331
+ * <p>The ID of the subscription target for which the subscription grant is created.</p>
9332
+ * @public
9333
+ */
9334
+ subscriptionTargetIdentifier?: string | undefined;
9335
+ /**
9336
+ * <p>The entity to which the subscription is to be granted.</p>
9337
+ * @public
9338
+ */
9339
+ grantedEntity: GrantedEntityInput | undefined;
9340
+ /**
9341
+ * <p>The names of the assets for which the subscription grant is created.</p>
9342
+ * @public
9343
+ */
9344
+ assetTargetNames?: AssetTargetNameMap[] | undefined;
9345
+ /**
9346
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
9347
+ * @public
9348
+ */
9349
+ clientToken?: string | undefined;
9350
+ }
9351
+ /**
9352
+ * <p>Specifies the error message that is returned if the operation cannot be successfully completed.</p>
9353
+ * @public
9354
+ */
9355
+ export interface FailureCause {
9356
+ /**
9357
+ * <p>The description of the error message.</p>
9358
+ * @public
9359
+ */
9360
+ message?: string | undefined;
9361
+ }
9362
+ /**
9363
+ * <p>The details of the asset for which the subscription grant is created.</p>
9364
+ * @public
9365
+ */
9366
+ export interface SubscribedAsset {
9367
+ /**
9368
+ * <p>The identifier of the asset for which the subscription grant is created.</p>
9369
+ * @public
9370
+ */
9371
+ assetId: string | undefined;
9372
+ /**
9373
+ * <p>The revision of the asset for which the subscription grant is created.</p>
9374
+ * @public
9375
+ */
9376
+ assetRevision: string | undefined;
9377
+ /**
9378
+ * <p>The status of the asset for which the subscription grant is created.</p>
9379
+ * @public
9380
+ */
9381
+ status: SubscriptionGrantStatus | undefined;
9382
+ /**
9383
+ * <p>The target name of the asset for which the subscription grant is created.</p>
9384
+ * @public
9385
+ */
9386
+ targetName?: string | undefined;
9387
+ /**
9388
+ * <p>The failure cause included in the details of the asset for which the subscription grant is created.</p>
9389
+ * @public
9390
+ */
9391
+ failureCause?: FailureCause | undefined;
9392
+ /**
9393
+ * <p>The timestamp of when the subscription grant to the asset is created.</p>
9394
+ * @public
9395
+ */
9396
+ grantedTimestamp?: Date | undefined;
9397
+ /**
9398
+ * <p>The failure timestamp included in the details of the asset for which the subscription grant is created.</p>
9399
+ * @public
9400
+ */
9401
+ failureTimestamp?: Date | undefined;
9402
+ /**
9403
+ * <p>The asset scope of the subscribed asset.</p>
9404
+ * @public
9405
+ */
9406
+ assetScope?: AssetScope | undefined;
9407
+ /**
9408
+ * <p>The asset permissions.</p>
9409
+ * @public
9410
+ */
9411
+ permissions?: Permissions | undefined;
9412
+ }
9413
+ /**
9414
+ * <p>A revision of an asset published in a Amazon DataZone catalog.</p>
9415
+ * @public
9416
+ */
9417
+ export interface ListingRevision {
9418
+ /**
9419
+ * <p>An identifier of a revision of an asset published in a Amazon DataZone catalog.</p>
9420
+ * @public
9421
+ */
9422
+ id: string | undefined;
9423
+ /**
9424
+ * <p>The details of a revision of an asset published in a Amazon DataZone catalog.</p>
9425
+ * @public
9426
+ */
9427
+ revision: string | undefined;
9428
+ }
9429
+ /**
9430
+ * <p>The details of a listing for which a subscription is granted.</p>
9431
+ * @public
9432
+ */
9433
+ export type GrantedEntity = GrantedEntity.ListingMember | GrantedEntity.$UnknownMember;
9434
+ /**
9435
+ * @public
9436
+ */
9437
+ export declare namespace GrantedEntity {
9438
+ /**
9439
+ * <p>The listing for which a subscription is granted.</p>
9440
+ * @public
9441
+ */
9442
+ interface ListingMember {
9443
+ listing: ListingRevision;
9444
+ $unknown?: never;
9445
+ }
9446
+ /**
9447
+ * @public
9448
+ */
9449
+ interface $UnknownMember {
9450
+ listing?: never;
9451
+ $unknown: [string, any];
9452
+ }
9453
+ /**
9454
+ * @deprecated unused in schema-serde mode.
9455
+ *
9456
+ */
9457
+ interface Visitor<T> {
9458
+ listing: (value: ListingRevision) => T;
9459
+ _: (name: string, value: any) => T;
9460
+ }
9461
+ }
9462
+ /**
9463
+ * @public
9464
+ */
9465
+ export interface CreateSubscriptionGrantOutput {
9466
+ /**
9467
+ * <p>The ID of the subscription grant.</p>
9468
+ * @public
9469
+ */
9470
+ id: string | undefined;
9471
+ /**
9472
+ * <p>The Amazon DataZone user who created the subscription grant.</p>
9473
+ * @public
9474
+ */
9475
+ createdBy: string | undefined;
9476
+ /**
9477
+ * <p>The Amazon DataZone user who updated the subscription grant.</p>
9478
+ * @public
9479
+ */
9480
+ updatedBy?: string | undefined;
9481
+ /**
9482
+ * <p>The ID of the Amazon DataZone domain in which the subscription grant is created.</p>
9483
+ * @public
9484
+ */
9485
+ domainId: string | undefined;
9486
+ /**
9487
+ * <p>A timestamp of when the subscription grant is created.</p>
9488
+ * @public
9489
+ */
9490
+ createdAt: Date | undefined;
9491
+ /**
9492
+ * <p>A timestamp of when the subscription grant was updated.</p>
9493
+ * @public
9494
+ */
9495
+ updatedAt: Date | undefined;
9496
+ /**
9497
+ * <p>The environment ID for which subscription grant is created.</p>
9498
+ * @public
9499
+ */
9500
+ environmentId?: string | undefined;
9501
+ /**
9502
+ * <p>The ID of the subscription target for which the subscription grant is created.</p>
9503
+ * @public
9504
+ */
9505
+ subscriptionTargetId: string | undefined;
9506
+ /**
9507
+ * <p>The entity to which the subscription is granted.</p>
9508
+ * @public
9509
+ */
9510
+ grantedEntity: GrantedEntity | undefined;
9511
+ /**
9512
+ * <p>The status of the subscription grant.</p>
9513
+ * @public
9514
+ */
9515
+ status: SubscriptionGrantOverallStatus | undefined;
9516
+ /**
9517
+ * <p>The assets for which the subscription grant is created.</p>
9518
+ * @public
9519
+ */
9520
+ assets?: SubscribedAsset[] | undefined;
9521
+ /**
9522
+ * <p>The identifier of the subscription grant.</p>
9523
+ *
9524
+ * @deprecated Multiple subscriptions can exist for a single grant
9525
+ * @public
9526
+ */
9527
+ subscriptionId?: string | undefined;
9528
+ }
9529
+ /**
9530
+ * <p>The published asset for which the subscription grant is to be created.</p>
9531
+ * @public
9532
+ */
9533
+ export interface SubscribedListingInput {
9534
+ /**
9535
+ * <p>The identifier of the published asset for which the subscription grant is to be created.</p>
9536
+ * @public
9537
+ */
9538
+ identifier: string | undefined;
9539
+ }
9540
+ /**
9541
+ * <p>The details of the subscribed group.</p>
9542
+ * @public
9543
+ */
9544
+ export interface SubscribedGroupInput {
9545
+ /**
9546
+ * <p>The ID of the subscribed group.</p>
9547
+ * @public
9548
+ */
9549
+ identifier?: string | undefined;
9550
+ }
9551
+ /**
9552
+ * <p>The project that is to be given a subscription grant.</p>
9553
+ * @public
9554
+ */
9555
+ export interface SubscribedProjectInput {
9556
+ /**
9557
+ * <p>The identifier of the project that is to be given a subscription grant.</p>
9558
+ * @public
9559
+ */
9560
+ identifier?: string | undefined;
9561
+ }
9562
+ /**
9563
+ * <p>The subscribed user.</p>
9564
+ * @public
9565
+ */
9566
+ export interface SubscribedUserInput {
9567
+ /**
9568
+ * <p>The ID of the subscribed user.</p>
9569
+ * @public
9570
+ */
9571
+ identifier?: string | undefined;
9572
+ }
9573
+ /**
9574
+ * <p>The principal that is to be given a subscriptiong grant.</p>
9575
+ * @public
9576
+ */
9577
+ export type SubscribedPrincipalInput = SubscribedPrincipalInput.GroupMember | SubscribedPrincipalInput.ProjectMember | SubscribedPrincipalInput.UserMember | SubscribedPrincipalInput.$UnknownMember;
9578
+ /**
9579
+ * @public
9580
+ */
9581
+ export declare namespace SubscribedPrincipalInput {
9582
+ /**
9583
+ * <p>The project that is to be given a subscription grant.</p>
9584
+ * @public
9585
+ */
9586
+ interface ProjectMember {
9587
+ project: SubscribedProjectInput;
9588
+ user?: never;
9589
+ group?: never;
9590
+ $unknown?: never;
9591
+ }
9592
+ /**
9593
+ * <p>The subscribed user.</p>
9594
+ * @public
9595
+ */
9596
+ interface UserMember {
9597
+ project?: never;
9598
+ user: SubscribedUserInput;
9599
+ group?: never;
9600
+ $unknown?: never;
9601
+ }
9602
+ /**
9603
+ * <p>The subscribed group.</p>
9604
+ * @public
9605
+ */
9606
+ interface GroupMember {
9607
+ project?: never;
9608
+ user?: never;
9609
+ group: SubscribedGroupInput;
9610
+ $unknown?: never;
9611
+ }
9612
+ /**
9613
+ * @public
9614
+ */
9615
+ interface $UnknownMember {
9616
+ project?: never;
9617
+ user?: never;
9618
+ group?: never;
9619
+ $unknown: [string, any];
9620
+ }
9621
+ /**
9622
+ * @deprecated unused in schema-serde mode.
9623
+ *
9624
+ */
9625
+ interface Visitor<T> {
9626
+ project: (value: SubscribedProjectInput) => T;
9627
+ user: (value: SubscribedUserInput) => T;
9628
+ group: (value: SubscribedGroupInput) => T;
9629
+ _: (name: string, value: any) => T;
9630
+ }
9631
+ }
9632
+ /**
9633
+ * @public
9634
+ */
9635
+ export interface CreateSubscriptionRequestInput {
9636
+ /**
9637
+ * <p>The ID of the Amazon DataZone domain in which the subscription request is created.</p>
9638
+ * @public
9639
+ */
9640
+ domainIdentifier: string | undefined;
9641
+ /**
9642
+ * <p>The Amazon DataZone principals for whom the subscription request is created.</p>
9643
+ * @public
9644
+ */
9645
+ subscribedPrincipals: SubscribedPrincipalInput[] | undefined;
9646
+ /**
9647
+ * <p>The published asset for which the subscription grant is to be created.</p>
9648
+ * @public
9649
+ */
9650
+ subscribedListings: SubscribedListingInput[] | undefined;
9651
+ /**
9652
+ * <p>The reason for the subscription request.</p>
9653
+ * @public
9654
+ */
9655
+ requestReason: string | undefined;
9656
+ /**
9657
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
9658
+ * @public
9659
+ */
9660
+ clientToken?: string | undefined;
9661
+ /**
9662
+ * <p>The metadata form included in the subscription request.</p>
9663
+ * @public
9664
+ */
9665
+ metadataForms?: FormInput[] | undefined;
9666
+ /**
9667
+ * <p>The asset permissions of the subscription request.</p>
9668
+ * @public
9669
+ */
9670
+ assetPermissions?: AssetPermission[] | undefined;
9671
+ /**
9672
+ * <p>The asset scopes of the subscription request.</p>
9673
+ * @public
9674
+ */
9675
+ assetScopes?: AcceptedAssetScope[] | undefined;
9676
+ }
9677
+ /**
9678
+ * @public
9679
+ */
9680
+ export interface CreateSubscriptionRequestOutput {
9681
+ /**
9682
+ * <p>The ID of the subscription request.</p>
9683
+ * @public
9684
+ */
9685
+ id: string | undefined;
9686
+ /**
9687
+ * <p>The Amazon DataZone user who created the subscription request.</p>
9688
+ * @public
9689
+ */
9690
+ createdBy: string | undefined;
9691
+ /**
9692
+ * <p>The Amazon DataZone user who updated the subscription request.</p>
9693
+ * @public
9694
+ */
9695
+ updatedBy?: string | undefined;
9696
+ /**
9697
+ * <p>The ID of the Amazon DataZone domain in whcih the subscription request is created.</p>
9698
+ * @public
9699
+ */
9700
+ domainId: string | undefined;
9701
+ /**
9702
+ * <p>The status of the subscription request.</p>
9703
+ * @public
9704
+ */
9705
+ status: SubscriptionRequestStatus | undefined;
9706
+ /**
9707
+ * <p>A timestamp of when the subscription request is created.</p>
9708
+ * @public
9709
+ */
9710
+ createdAt: Date | undefined;
9711
+ /**
9712
+ * <p>The timestamp of when the subscription request was updated.</p>
9713
+ * @public
9714
+ */
9715
+ updatedAt: Date | undefined;
9716
+ /**
9717
+ * <p>The reason for the subscription request.</p>
9718
+ * @public
9719
+ */
9720
+ requestReason: string | undefined;
9721
+ /**
9722
+ * <p>The subscribed principals of the subscription request.</p>
9723
+ * @public
9724
+ */
9725
+ subscribedPrincipals: SubscribedPrincipal[] | undefined;
9726
+ /**
9727
+ * <p>The published asset for which the subscription grant is to be created.</p>
9728
+ * @public
9729
+ */
9730
+ subscribedListings: SubscribedListing[] | undefined;
9731
+ /**
9732
+ * <p>The ID of the reviewer of the subscription request.</p>
9733
+ * @public
9734
+ */
9735
+ reviewerId?: string | undefined;
9736
+ /**
9737
+ * <p>The decision comment of the subscription request.</p>
9738
+ * @public
9739
+ */
9740
+ decisionComment?: string | undefined;
9741
+ /**
9742
+ * <p>The ID of the existing subscription.</p>
9743
+ * @public
9744
+ */
9745
+ existingSubscriptionId?: string | undefined;
9746
+ /**
9747
+ * <p>The metadata form included in the subscription request.</p>
9748
+ * @public
9749
+ */
9750
+ metadataForms?: FormOutput[] | undefined;
9751
+ }
9752
+ /**
9753
+ * <p>The details of the subscription target configuration.</p>
9754
+ * @public
9755
+ */
9756
+ export interface SubscriptionTargetForm {
9757
+ /**
9758
+ * <p>The form name included in the subscription target configuration.</p>
9759
+ * @public
9760
+ */
9761
+ formName: string | undefined;
9762
+ /**
9763
+ * <p>The content of the subscription target configuration.</p>
9764
+ * @public
9765
+ */
9766
+ content: string | undefined;
9767
+ }
9768
+ /**
9769
+ * @public
9770
+ */
9771
+ export interface CreateSubscriptionTargetInput {
9772
+ /**
9773
+ * <p>The ID of the Amazon DataZone domain in which subscription target is created.</p>
9774
+ * @public
9775
+ */
9776
+ domainIdentifier: string | undefined;
9777
+ /**
9778
+ * <p>The ID of the environment in which subscription target is created.</p>
9779
+ * @public
9780
+ */
9781
+ environmentIdentifier: string | undefined;
9782
+ /**
9783
+ * <p>The name of the subscription target.</p>
9784
+ * @public
9785
+ */
9786
+ name: string | undefined;
9787
+ /**
9788
+ * <p>The type of the subscription target.</p>
9789
+ * @public
9790
+ */
9791
+ type: string | undefined;
9792
+ /**
9793
+ * <p>The configuration of the subscription target.</p>
9794
+ * @public
9795
+ */
9796
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
9797
+ /**
9798
+ * <p>The authorized principals of the subscription target.</p>
9799
+ * @public
9800
+ */
9801
+ authorizedPrincipals: string[] | undefined;
9802
+ /**
9803
+ * <p>The manage access role that is used to create the subscription target.</p>
9804
+ * @public
9805
+ */
9806
+ manageAccessRole: string | undefined;
9807
+ /**
9808
+ * <p>The asset types that can be included in the subscription target.</p>
9809
+ * @public
9810
+ */
9811
+ applicableAssetTypes: string[] | undefined;
9812
+ /**
9813
+ * <p>The provider of the subscription target.</p>
9814
+ * @public
9815
+ */
9816
+ provider?: string | undefined;
9817
+ /**
9818
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
9819
+ * @public
9820
+ */
9821
+ clientToken?: string | undefined;
9822
+ }
9823
+ /**
9824
+ * @public
9825
+ */
9826
+ export interface CreateSubscriptionTargetOutput {
9827
+ /**
9828
+ * <p>The ID of the subscription target.</p>
9829
+ * @public
9830
+ */
9831
+ id: string | undefined;
9832
+ /**
9833
+ * <p>The authorised principals of the subscription target.</p>
9834
+ * @public
9835
+ */
9836
+ authorizedPrincipals: string[] | undefined;
9837
+ /**
9838
+ * <p>The ID of the Amazon DataZone domain in which the subscription target was created.</p>
9839
+ * @public
9840
+ */
9841
+ domainId: string | undefined;
9842
+ /**
9843
+ * <p>???</p>
9844
+ * @public
9845
+ */
9846
+ projectId: string | undefined;
9847
+ /**
9848
+ * <p>The ID of the environment in which the subscription target was created.</p>
9849
+ * @public
9850
+ */
9851
+ environmentId: string | undefined;
9852
+ /**
9853
+ * <p>The name of the subscription target.</p>
9854
+ * @public
9855
+ */
9856
+ name: string | undefined;
9857
+ /**
9858
+ * <p>The type of the subscription target.</p>
9859
+ * @public
9860
+ */
9861
+ type: string | undefined;
9862
+ /**
9863
+ * <p>The Amazon DataZone user who created the subscription target.</p>
9864
+ * @public
9865
+ */
9866
+ createdBy: string | undefined;
9867
+ /**
9868
+ * <p>The Amazon DataZone user who updated the subscription target.</p>
9869
+ * @public
9870
+ */
9871
+ updatedBy?: string | undefined;
9872
+ /**
9873
+ * <p>The timestamp of when the subscription target was created.</p>
9874
+ * @public
9875
+ */
9876
+ createdAt: Date | undefined;
9877
+ /**
9878
+ * <p>The timestamp of when the subscription target was updated.</p>
9879
+ * @public
9880
+ */
9881
+ updatedAt?: Date | undefined;
9882
+ /**
9883
+ * <p>The manage access role with which the subscription target was created.</p>
9884
+ * @public
9885
+ */
9886
+ manageAccessRole?: string | undefined;
9887
+ /**
9888
+ * <p>The asset types that can be included in the subscription target.</p>
9889
+ * @public
9890
+ */
9891
+ applicableAssetTypes: string[] | undefined;
9892
+ /**
9893
+ * <p>The configuration of the subscription target.</p>
9894
+ * @public
9895
+ */
9896
+ subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
9897
+ /**
9898
+ * <p>The provider of the subscription target.</p>
9899
+ * @public
9900
+ */
9901
+ provider: string | undefined;
9902
+ }
9903
+ /**
9904
+ * @public
9905
+ */
9906
+ export interface CreateUserProfileInput {
9907
+ /**
9908
+ * <p>The identifier of the Amazon DataZone domain in which a user profile is created.</p>
9909
+ * @public
9910
+ */
9911
+ domainIdentifier: string | undefined;
9912
+ /**
9913
+ * <p>The identifier of the user for which the user profile is created.</p>
9914
+ * @public
9915
+ */
9916
+ userIdentifier: string | undefined;
9917
+ /**
9918
+ * <p>The user type of the user for which the user profile is created.</p>
9919
+ * @public
9920
+ */
9921
+ userType?: UserType | undefined;
9922
+ /**
9923
+ * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
9924
+ * @public
9925
+ */
9926
+ clientToken?: string | undefined;
9927
+ }
9928
+ /**
9929
+ * @public
9930
+ */
9931
+ export interface CreateUserProfileOutput {
9932
+ /**
9933
+ * <p>The identifier of the Amazon DataZone domain in which a user profile is created.</p>
9934
+ * @public
9935
+ */
9936
+ domainId?: string | undefined;
9937
+ /**
9938
+ * <p>The identifier of the user profile.</p>
9939
+ * @public
9940
+ */
9941
+ id?: string | undefined;
9942
+ /**
9943
+ * <p>The type of the user profile.</p>
9944
+ * @public
9945
+ */
9946
+ type?: UserProfileType | undefined;
9947
+ /**
9948
+ * <p>The status of the user profile.</p>
9949
+ * @public
9950
+ */
9951
+ status?: UserProfileStatus | undefined;
9952
+ /**
9953
+ * <p>The user profile details.</p>
9954
+ * @public
9955
+ */
9956
+ details?: UserProfileDetails | undefined;
9957
+ }
9958
+ /**
9959
+ * @public
9960
+ */
9961
+ export interface DeleteDataProductInput {
9962
+ /**
9963
+ * <p>The ID of the Amazon DataZone domain in which the data product is deleted.</p>
9964
+ * @public
9965
+ */
9966
+ domainIdentifier: string | undefined;
9967
+ /**
9968
+ * <p>The identifier of the data product that is deleted.</p>
9969
+ * @public
9970
+ */
9971
+ identifier: string | undefined;
9972
+ }
9973
+ /**
9974
+ * @public
9975
+ */
9976
+ export interface DeleteDataProductOutput {
9977
+ }
9978
+ /**
9979
+ * @public
9980
+ */
9981
+ export interface GetDataProductInput {
9982
+ /**
9983
+ * <p>The ID of the domain where the data product lives.</p>
9984
+ * @public
9985
+ */
9986
+ domainIdentifier: string | undefined;
9987
+ /**
9988
+ * <p>The ID of the data product.</p>
9989
+ * @public
9990
+ */
9991
+ identifier: string | undefined;
9992
+ /**
9993
+ * <p>The revision of the data product.</p>
9994
+ * @public
9995
+ */
9996
+ revision?: string | undefined;
9997
+ }
9998
+ /**
9999
+ * @public
10000
+ */
10001
+ export interface GetDataProductOutput {
10002
+ /**
10003
+ * <p>The ID of the domain where the data product lives.</p>
10004
+ * @public
10005
+ */
10006
+ domainId: string | undefined;
10007
+ /**
10008
+ * <p>The ID of the data product.</p>
10009
+ * @public
10010
+ */
10011
+ id: string | undefined;
10012
+ /**
10013
+ * <p>The revision of the data product.</p>
10014
+ * @public
10015
+ */
10016
+ revision: string | undefined;
10017
+ /**
10018
+ * <p>The ID of the owning project of the data product.</p>
10019
+ * @public
10020
+ */
10021
+ owningProjectId: string | undefined;
10022
+ /**
10023
+ * <p>The name of the data product.</p>
10024
+ * @public
10025
+ */
10026
+ name: string | undefined;
10027
+ /**
10028
+ * <p>The status of the data product.</p>
10029
+ * @public
10030
+ */
10031
+ status: DataProductStatus | undefined;
10032
+ /**
10033
+ * <p>The description of the data product.</p>
10034
+ * @public
10035
+ */
10036
+ description?: string | undefined;
10037
+ /**
10038
+ * <p>The glossary terms of the data product.</p>
10039
+ * @public
10040
+ */
10041
+ glossaryTerms?: string[] | undefined;
10042
+ /**
10043
+ * <p>The data assets of the data product.</p>
10044
+ * @public
10045
+ */
10046
+ items?: DataProductItem[] | undefined;
10047
+ /**
10048
+ * <p>The metadata forms of the data product.</p>
10049
+ * @public
10050
+ */
10051
+ formsOutput?: FormOutput[] | undefined;
10052
+ /**
10053
+ * <p>The timestamp at which the data product is created.</p>
10054
+ * @public
10055
+ */
10056
+ createdAt?: Date | undefined;
10057
+ /**
10058
+ * <p>The user who created the data product.</p>
10059
+ * @public
10060
+ */
10061
+ createdBy?: string | undefined;
10062
+ /**
10063
+ * <p>The timestamp at which the first revision of the data product is created.</p>
10064
+ * @public
10065
+ */
10066
+ firstRevisionCreatedAt?: Date | undefined;
10067
+ /**
10068
+ * <p>The user who created the first revision of the data product.</p>
10069
+ * @public
10070
+ */
10071
+ firstRevisionCreatedBy?: string | undefined;
10072
+ }