@aws-sdk/client-datazone 3.883.0 → 3.885.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 (76) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +209 -11
  3. package/dist-es/DataZone.js +6 -0
  4. package/dist-es/commands/CreateEnvironmentBlueprintCommand.js +23 -0
  5. package/dist-es/commands/DeleteEnvironmentBlueprintCommand.js +22 -0
  6. package/dist-es/commands/UpdateEnvironmentBlueprintCommand.js +23 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +16 -4
  9. package/dist-es/models/models_1.js +4 -3
  10. package/dist-es/models/models_2.js +18 -0
  11. package/dist-es/protocols/Aws_restJson1.js +101 -0
  12. package/dist-types/DataZone.d.ts +21 -0
  13. package/dist-types/DataZoneClient.d.ts +5 -2
  14. package/dist-types/commands/CancelMetadataGenerationRunCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateAssetCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateAssetRevisionCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateAssetTypeCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateDataProductCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateEnvironmentBlueprintCommand.d.ts +142 -0
  22. package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateFormTypeCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateGlossaryCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteEnvironmentBlueprintCommand.d.ts +92 -0
  32. package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
  35. package/dist-types/commands/GetAssetCommand.d.ts +1 -1
  36. package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -1
  37. package/dist-types/commands/GetAssetTypeCommand.d.ts +1 -1
  38. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  39. package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -0
  40. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -0
  41. package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -0
  42. package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
  43. package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
  44. package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
  45. package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +3 -2
  46. package/dist-types/commands/ListAssetFiltersCommand.d.ts +1 -1
  47. package/dist-types/commands/ListAssetRevisionsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  50. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +3 -0
  51. package/dist-types/commands/SearchCommand.d.ts +1 -1
  52. package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
  53. package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateEnvironmentBlueprintCommand.d.ts +142 -0
  56. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -0
  57. package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -0
  58. package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
  60. package/dist-types/commands/index.d.ts +3 -0
  61. package/dist-types/models/models_0.d.ts +99 -29
  62. package/dist-types/models/models_1.d.ts +50 -79
  63. package/dist-types/models/models_2.d.ts +172 -2
  64. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  65. package/dist-types/ts3.4/DataZone.d.ts +51 -0
  66. package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
  67. package/dist-types/ts3.4/commands/CreateEnvironmentBlueprintCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintCommand.d.ts +47 -0
  69. package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +2 -4
  70. package/dist-types/ts3.4/commands/UpdateEnvironmentBlueprintCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +26 -9
  73. package/dist-types/ts3.4/models/models_1.d.ts +14 -22
  74. package/dist-types/ts3.4/models/models_2.d.ts +47 -3
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  76. package/package.json +1 -1
@@ -1129,7 +1129,7 @@ export declare namespace PolicyGrantDetail {
1129
1129
  $unknown?: never;
1130
1130
  }
1131
1131
  /**
1132
- * <p>Specifies that this is a create glossary policy.</p>
1132
+ * <p> Specifies that this is a create glossary policy.</p>
1133
1133
  * @public
1134
1134
  */
1135
1135
  interface CreateGlossaryMember {
@@ -7603,6 +7603,11 @@ export interface CustomParameter {
7603
7603
  * @public
7604
7604
  */
7605
7605
  isOptional?: boolean | undefined;
7606
+ /**
7607
+ * <p>Specifies whether a parameter value can be updated after creation. </p>
7608
+ * @public
7609
+ */
7610
+ isUpdateSupported?: boolean | undefined;
7606
7611
  }
7607
7612
  /**
7608
7613
  * @public
@@ -7784,6 +7789,91 @@ export interface CreateEnvironmentActionOutput {
7784
7789
  */
7785
7790
  description?: string | undefined;
7786
7791
  }
7792
+ /**
7793
+ * @public
7794
+ */
7795
+ export interface CreateEnvironmentBlueprintInput {
7796
+ /**
7797
+ * <p>The identifier of the domain in which this blueprint is created.</p>
7798
+ * @public
7799
+ */
7800
+ domainIdentifier: string | undefined;
7801
+ /**
7802
+ * <p>The name of this Amazon DataZone blueprint.</p>
7803
+ * @public
7804
+ */
7805
+ name: string | undefined;
7806
+ /**
7807
+ * <p>The description of the Amazon DataZone blueprint.</p>
7808
+ * @public
7809
+ */
7810
+ description?: string | undefined;
7811
+ /**
7812
+ * <p>The provisioning properties of this Amazon DataZone blueprint.</p>
7813
+ * @public
7814
+ */
7815
+ provisioningProperties: ProvisioningProperties | undefined;
7816
+ /**
7817
+ * <p>The user parameters of this Amazon DataZone blueprint.</p>
7818
+ * @public
7819
+ */
7820
+ userParameters?: CustomParameter[] | undefined;
7821
+ }
7822
+ /**
7823
+ * @public
7824
+ */
7825
+ export interface CreateEnvironmentBlueprintOutput {
7826
+ /**
7827
+ * <p>The ID of this Amazon DataZone blueprint.</p>
7828
+ * @public
7829
+ */
7830
+ id: string | undefined;
7831
+ /**
7832
+ * <p>The name of this Amazon DataZone blueprint.</p>
7833
+ * @public
7834
+ */
7835
+ name: string | undefined;
7836
+ /**
7837
+ * <p>The description of this Amazon DataZone blueprint.</p>
7838
+ * @public
7839
+ */
7840
+ description?: string | undefined;
7841
+ /**
7842
+ * <p>The provider of this Amazon DataZone blueprint.</p>
7843
+ * @public
7844
+ */
7845
+ provider: string | undefined;
7846
+ /**
7847
+ * <p>The provisioning properties of this Amazon DataZone blueprint.</p>
7848
+ * @public
7849
+ */
7850
+ provisioningProperties: ProvisioningProperties | undefined;
7851
+ /**
7852
+ * <p>The deployment properties of this Amazon DataZone blueprint.</p>
7853
+ * @public
7854
+ */
7855
+ deploymentProperties?: DeploymentProperties | undefined;
7856
+ /**
7857
+ * <p>The user parameters of this Amazon DataZone blueprint.</p>
7858
+ * @public
7859
+ */
7860
+ userParameters?: CustomParameter[] | undefined;
7861
+ /**
7862
+ * <p>The glossary terms attached to this Amazon DataZone blueprint.</p>
7863
+ * @public
7864
+ */
7865
+ glossaryTerms?: string[] | undefined;
7866
+ /**
7867
+ * <p>The timestamp at which the environment blueprint was created.</p>
7868
+ * @public
7869
+ */
7870
+ createdAt?: Date | undefined;
7871
+ /**
7872
+ * <p>The timestamp of when this blueprint was updated.</p>
7873
+ * @public
7874
+ */
7875
+ updatedAt?: Date | undefined;
7876
+ }
7787
7877
  /**
7788
7878
  * @public
7789
7879
  */
@@ -8927,34 +9017,6 @@ export interface CreateProjectProfileOutput {
8927
9017
  */
8928
9018
  domainUnitId?: string | undefined;
8929
9019
  }
8930
- /**
8931
- * @public
8932
- * @enum
8933
- */
8934
- export declare const RuleAction: {
8935
- readonly CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET";
8936
- readonly CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST";
8937
- };
8938
- /**
8939
- * @public
8940
- */
8941
- export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
8942
- /**
8943
- * <p>The reference of a metadata form.</p>
8944
- * @public
8945
- */
8946
- export interface MetadataFormReference {
8947
- /**
8948
- * <p>The type ID of the metadata form reference.</p>
8949
- * @public
8950
- */
8951
- typeIdentifier: string | undefined;
8952
- /**
8953
- * <p>The type revision of the metadata form reference.</p>
8954
- * @public
8955
- */
8956
- typeRevision: string | undefined;
8957
- }
8958
9020
  /**
8959
9021
  * @internal
8960
9022
  */
@@ -9235,6 +9297,14 @@ export declare const CustomParameterFilterSensitiveLog: (obj: CustomParameter) =
9235
9297
  * @internal
9236
9298
  */
9237
9299
  export declare const CreateEnvironmentOutputFilterSensitiveLog: (obj: CreateEnvironmentOutput) => any;
9300
+ /**
9301
+ * @internal
9302
+ */
9303
+ export declare const CreateEnvironmentBlueprintInputFilterSensitiveLog: (obj: CreateEnvironmentBlueprintInput) => any;
9304
+ /**
9305
+ * @internal
9306
+ */
9307
+ export declare const CreateEnvironmentBlueprintOutputFilterSensitiveLog: (obj: CreateEnvironmentBlueprintOutput) => any;
9238
9308
  /**
9239
9309
  * @internal
9240
9310
  */
@@ -1,4 +1,32 @@
1
- import { AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetRevision, AssetScope, AssetTargetNameMap, AssetTypesForRule, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, ConnectionType, CustomParameter, DataProductItem, DataProductStatus, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainStatus, DomainUnitOwnerProperties, DomainVersion, EnableSetting, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentStatus, FilterStatus, FormInput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, ListingStatus, ManagedPolicyType, MatchRationaleItem, Member, MetadataFormReference, Model, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, RecommendationConfiguration, ResolutionStrategy, Resource, RuleAction, RuleScopeSelectionMode, ScheduleConfiguration, SingleSignOn, Status, SubscribedListing, SubscribedPrincipal, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserDesignation } from "./models_0";
1
+ import { AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetListing, AssetRevision, AssetScope, AssetTargetNameMap, AssetTypesForRule, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, ConnectionType, CustomParameter, DataProductItem, DataProductStatus, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainStatus, DomainUnitOwnerProperties, DomainVersion, EnableSetting, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentStatus, FilterStatus, FormInput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, ListingStatus, ManagedPolicyType, MatchRationaleItem, Member, Model, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, RecommendationConfiguration, ResolutionStrategy, Resource, RuleScopeSelectionMode, ScheduleConfiguration, SingleSignOn, Status, SubscribedListing, SubscribedPrincipal, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserDesignation } from "./models_0";
2
+ /**
3
+ * @public
4
+ * @enum
5
+ */
6
+ export declare const RuleAction: {
7
+ readonly CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET";
8
+ readonly CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST";
9
+ };
10
+ /**
11
+ * @public
12
+ */
13
+ export type RuleAction = (typeof RuleAction)[keyof typeof RuleAction];
14
+ /**
15
+ * <p>The reference of a metadata form.</p>
16
+ * @public
17
+ */
18
+ export interface MetadataFormReference {
19
+ /**
20
+ * <p>The type ID of the metadata form reference.</p>
21
+ * @public
22
+ */
23
+ typeIdentifier: string | undefined;
24
+ /**
25
+ * <p>The type revision of the metadata form reference.</p>
26
+ * @public
27
+ */
28
+ typeRevision: string | undefined;
29
+ }
2
30
  /**
3
31
  * <p>The enforcement details of a metadata form.</p>
4
32
  * @public
@@ -2688,6 +2716,21 @@ export interface DeleteEnvironmentActionInput {
2688
2716
  */
2689
2717
  identifier: string | undefined;
2690
2718
  }
2719
+ /**
2720
+ * @public
2721
+ */
2722
+ export interface DeleteEnvironmentBlueprintInput {
2723
+ /**
2724
+ * <p>The ID of the Amazon DataZone domain in which the blueprint is deleted.</p>
2725
+ * @public
2726
+ */
2727
+ domainIdentifier: string | undefined;
2728
+ /**
2729
+ * <p>The ID of the blueprint that is deleted.</p>
2730
+ * @public
2731
+ */
2732
+ identifier: string | undefined;
2733
+ }
2691
2734
  /**
2692
2735
  * @public
2693
2736
  */
@@ -3775,6 +3818,11 @@ export interface PutEnvironmentBlueprintConfigurationInput {
3775
3818
  * @public
3776
3819
  */
3777
3820
  regionalParameters?: Record<string, Record<string, string>> | undefined;
3821
+ /**
3822
+ * <p>Region-agnostic environment blueprint parameters. </p>
3823
+ * @public
3824
+ */
3825
+ globalParameters?: Record<string, string> | undefined;
3778
3826
  /**
3779
3827
  * <p>The provisioning configuration of a blueprint.</p>
3780
3828
  * @public
@@ -8192,7 +8240,7 @@ export interface SubscriptionGrantSummary {
8192
8240
  */
8193
8241
  createdAt: Date | undefined;
8194
8242
  /**
8195
- * <p>The timestampf of when the subscription grant was updated.</p>
8243
+ * <p>The timestamp of when the subscription grant was updated.</p>
8196
8244
  * @public
8197
8245
  */
8198
8246
  updatedAt: Date | undefined;
@@ -8784,83 +8832,6 @@ export declare const MetadataGenerationTargetType: {
8784
8832
  * @public
8785
8833
  */
8786
8834
  export type MetadataGenerationTargetType = (typeof MetadataGenerationTargetType)[keyof typeof MetadataGenerationTargetType];
8787
- /**
8788
- * <p>The asset for which metadata was generated.</p>
8789
- * @public
8790
- */
8791
- export interface MetadataGenerationRunTarget {
8792
- /**
8793
- * <p>The type of the asset for which metadata was generated.</p>
8794
- * @public
8795
- */
8796
- type: MetadataGenerationTargetType | undefined;
8797
- /**
8798
- * <p>The ID of the metadata generation run's target.</p>
8799
- * @public
8800
- */
8801
- identifier: string | undefined;
8802
- /**
8803
- * <p>The revision of the asset for which metadata was generated.</p>
8804
- * @public
8805
- */
8806
- revision?: string | undefined;
8807
- }
8808
- /**
8809
- * @public
8810
- * @enum
8811
- */
8812
- export declare const MetadataGenerationRunType: {
8813
- readonly BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS";
8814
- };
8815
- /**
8816
- * @public
8817
- */
8818
- export type MetadataGenerationRunType = (typeof MetadataGenerationRunType)[keyof typeof MetadataGenerationRunType];
8819
- /**
8820
- * @public
8821
- */
8822
- export interface GetMetadataGenerationRunOutput {
8823
- /**
8824
- * <p>The ID of the Amazon DataZone domain the metadata generation run of which you want to get.</p>
8825
- * @public
8826
- */
8827
- domainId: string | undefined;
8828
- /**
8829
- * <p>The ID of the metadata generation run.</p>
8830
- * @public
8831
- */
8832
- id: string | undefined;
8833
- /**
8834
- * <p>The asset for which you're generating metadata.</p>
8835
- * @public
8836
- */
8837
- target?: MetadataGenerationRunTarget | undefined;
8838
- /**
8839
- * <p>The status of the metadata generation run.</p>
8840
- * @public
8841
- */
8842
- status?: MetadataGenerationRunStatus | undefined;
8843
- /**
8844
- * <p>The type of metadata generation run.</p>
8845
- * @public
8846
- */
8847
- type?: MetadataGenerationRunType | undefined;
8848
- /**
8849
- * <p>The timestamp of when the metadata generation run was start.</p>
8850
- * @public
8851
- */
8852
- createdAt?: Date | undefined;
8853
- /**
8854
- * <p>The Amazon DataZone user who started the metadata generation run.</p>
8855
- * @public
8856
- */
8857
- createdBy?: string | undefined;
8858
- /**
8859
- * <p>The ID of the project that owns the assets for which you're running metadata generation.</p>
8860
- * @public
8861
- */
8862
- owningProjectId: string | undefined;
8863
- }
8864
8835
  /**
8865
8836
  * @internal
8866
8837
  */
@@ -1,5 +1,82 @@
1
- import { AccountSource, ActionParameters, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, ConnectionPropertiesOutput, ConnectionPropertiesPatch, ConnectionType, CustomParameter, DataZoneEntityType, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, EnvironmentStatus, FilterStatus, FormEntryOutput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GroupProfileStatus, ManagedPolicyType, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, ResolutionStrategy, Resource, RowFilterExpression, RuleAction, Status, SubscribedListing, SubscribedPrincipal, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TermRelations } from "./models_0";
2
- import { DataProductListingItem, DataProductResultItem, FailureCause, GrantedEntity, Import, MetadataGenerationRunStatus, MetadataGenerationRunTarget, MetadataGenerationRunType, RuleDetail, RuleScope, RuleTarget, RuleTargetType, RuleType, SortOrder, SubscribedAsset, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionTargetForm, TimeSeriesDataPointFormOutput, TimeSeriesEntityType, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_1";
1
+ import { AccountSource, ActionParameters, AggregationListItem, AggregationOutput, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, ConnectionPropertiesOutput, ConnectionPropertiesPatch, ConnectionType, CustomParameter, DataZoneEntityType, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, EnvironmentStatus, FilterStatus, FormEntryOutput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GroupProfileStatus, ManagedPolicyType, MatchRationaleItem, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, ResolutionStrategy, Resource, RowFilterExpression, Status, SubscribedListing, SubscribedPrincipal, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TermRelations } from "./models_0";
2
+ import { DataProductListingItem, DataProductResultItem, FailureCause, GrantedEntity, Import, MetadataGenerationRunStatus, MetadataGenerationTargetType, RuleAction, RuleDetail, RuleScope, RuleTarget, RuleTargetType, RuleType, SortOrder, SubscribedAsset, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionTargetForm, TimeSeriesDataPointFormOutput, TimeSeriesEntityType, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_1";
3
+ /**
4
+ * <p>The asset for which metadata was generated.</p>
5
+ * @public
6
+ */
7
+ export interface MetadataGenerationRunTarget {
8
+ /**
9
+ * <p>The type of the asset for which metadata was generated.</p>
10
+ * @public
11
+ */
12
+ type: MetadataGenerationTargetType | undefined;
13
+ /**
14
+ * <p>The ID of the metadata generation run's target.</p>
15
+ * @public
16
+ */
17
+ identifier: string | undefined;
18
+ /**
19
+ * <p>The revision of the asset for which metadata was generated.</p>
20
+ * @public
21
+ */
22
+ revision?: string | undefined;
23
+ }
24
+ /**
25
+ * @public
26
+ * @enum
27
+ */
28
+ export declare const MetadataGenerationRunType: {
29
+ readonly BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS";
30
+ };
31
+ /**
32
+ * @public
33
+ */
34
+ export type MetadataGenerationRunType = (typeof MetadataGenerationRunType)[keyof typeof MetadataGenerationRunType];
35
+ /**
36
+ * @public
37
+ */
38
+ export interface GetMetadataGenerationRunOutput {
39
+ /**
40
+ * <p>The ID of the Amazon DataZone domain the metadata generation run of which you want to get.</p>
41
+ * @public
42
+ */
43
+ domainId: string | undefined;
44
+ /**
45
+ * <p>The ID of the metadata generation run.</p>
46
+ * @public
47
+ */
48
+ id: string | undefined;
49
+ /**
50
+ * <p>The asset for which you're generating metadata.</p>
51
+ * @public
52
+ */
53
+ target?: MetadataGenerationRunTarget | undefined;
54
+ /**
55
+ * <p>The status of the metadata generation run.</p>
56
+ * @public
57
+ */
58
+ status?: MetadataGenerationRunStatus | undefined;
59
+ /**
60
+ * <p>The type of metadata generation run.</p>
61
+ * @public
62
+ */
63
+ type?: MetadataGenerationRunType | undefined;
64
+ /**
65
+ * <p>The timestamp of when the metadata generation run was start.</p>
66
+ * @public
67
+ */
68
+ createdAt?: Date | undefined;
69
+ /**
70
+ * <p>The Amazon DataZone user who started the metadata generation run.</p>
71
+ * @public
72
+ */
73
+ createdBy?: string | undefined;
74
+ /**
75
+ * <p>The ID of the project that owns the assets for which you're running metadata generation.</p>
76
+ * @public
77
+ */
78
+ owningProjectId: string | undefined;
79
+ }
3
80
  /**
4
81
  * @public
5
82
  */
@@ -2209,6 +2286,91 @@ export interface UpdateEnvironmentActionOutput {
2209
2286
  */
2210
2287
  description?: string | undefined;
2211
2288
  }
2289
+ /**
2290
+ * @public
2291
+ */
2292
+ export interface UpdateEnvironmentBlueprintInput {
2293
+ /**
2294
+ * <p>The identifier of the Amazon DataZone domain in which an environment blueprint is to be updated.</p>
2295
+ * @public
2296
+ */
2297
+ domainIdentifier: string | undefined;
2298
+ /**
2299
+ * <p>The identifier of the environment blueprint to be updated.</p>
2300
+ * @public
2301
+ */
2302
+ identifier: string | undefined;
2303
+ /**
2304
+ * <p>The description to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
2305
+ * @public
2306
+ */
2307
+ description?: string | undefined;
2308
+ /**
2309
+ * <p>The provisioning properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
2310
+ * @public
2311
+ */
2312
+ provisioningProperties?: ProvisioningProperties | undefined;
2313
+ /**
2314
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
2315
+ * @public
2316
+ */
2317
+ userParameters?: CustomParameter[] | undefined;
2318
+ }
2319
+ /**
2320
+ * @public
2321
+ */
2322
+ export interface UpdateEnvironmentBlueprintOutput {
2323
+ /**
2324
+ * <p>The identifier of the blueprint to be updated.</p>
2325
+ * @public
2326
+ */
2327
+ id: string | undefined;
2328
+ /**
2329
+ * <p>The name to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
2330
+ * @public
2331
+ */
2332
+ name: string | undefined;
2333
+ /**
2334
+ * <p>The description to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
2335
+ * @public
2336
+ */
2337
+ description?: string | undefined;
2338
+ /**
2339
+ * <p>The provider of the blueprint to be udpated.</p>
2340
+ * @public
2341
+ */
2342
+ provider: string | undefined;
2343
+ /**
2344
+ * <p>The provisioning properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
2345
+ * @public
2346
+ */
2347
+ provisioningProperties: ProvisioningProperties | undefined;
2348
+ /**
2349
+ * <p>The deployment properties to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
2350
+ * @public
2351
+ */
2352
+ deploymentProperties?: DeploymentProperties | undefined;
2353
+ /**
2354
+ * <p>The user parameters to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
2355
+ * @public
2356
+ */
2357
+ userParameters?: CustomParameter[] | undefined;
2358
+ /**
2359
+ * <p>The glossary terms to be updated as part of the <code>UpdateEnvironmentBlueprint</code> action.</p>
2360
+ * @public
2361
+ */
2362
+ glossaryTerms?: string[] | undefined;
2363
+ /**
2364
+ * <p>The timestamp of when the environment blueprint was created.</p>
2365
+ * @public
2366
+ */
2367
+ createdAt?: Date | undefined;
2368
+ /**
2369
+ * <p>The timestamp of when the blueprint was updated.</p>
2370
+ * @public
2371
+ */
2372
+ updatedAt?: Date | undefined;
2373
+ }
2212
2374
  /**
2213
2375
  * @public
2214
2376
  */
@@ -3651,6 +3813,14 @@ export declare const UpdateConnectionOutputFilterSensitiveLog: (obj: UpdateConne
3651
3813
  * @internal
3652
3814
  */
3653
3815
  export declare const UpdateEnvironmentOutputFilterSensitiveLog: (obj: UpdateEnvironmentOutput) => any;
3816
+ /**
3817
+ * @internal
3818
+ */
3819
+ export declare const UpdateEnvironmentBlueprintInputFilterSensitiveLog: (obj: UpdateEnvironmentBlueprintInput) => any;
3820
+ /**
3821
+ * @internal
3822
+ */
3823
+ export declare const UpdateEnvironmentBlueprintOutputFilterSensitiveLog: (obj: UpdateEnvironmentBlueprintOutput) => any;
3654
3824
  /**
3655
3825
  * @internal
3656
3826
  */
@@ -20,6 +20,7 @@ import { CreateDataSourceCommandInput, CreateDataSourceCommandOutput } from "../
20
20
  import { CreateDomainCommandInput, CreateDomainCommandOutput } from "../commands/CreateDomainCommand";
21
21
  import { CreateDomainUnitCommandInput, CreateDomainUnitCommandOutput } from "../commands/CreateDomainUnitCommand";
22
22
  import { CreateEnvironmentActionCommandInput, CreateEnvironmentActionCommandOutput } from "../commands/CreateEnvironmentActionCommand";
23
+ import { CreateEnvironmentBlueprintCommandInput, CreateEnvironmentBlueprintCommandOutput } from "../commands/CreateEnvironmentBlueprintCommand";
23
24
  import { CreateEnvironmentCommandInput, CreateEnvironmentCommandOutput } from "../commands/CreateEnvironmentCommand";
24
25
  import { CreateEnvironmentProfileCommandInput, CreateEnvironmentProfileCommandOutput } from "../commands/CreateEnvironmentProfileCommand";
25
26
  import { CreateFormTypeCommandInput, CreateFormTypeCommandOutput } from "../commands/CreateFormTypeCommand";
@@ -45,6 +46,7 @@ import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../
45
46
  import { DeleteDomainCommandInput, DeleteDomainCommandOutput } from "../commands/DeleteDomainCommand";
46
47
  import { DeleteDomainUnitCommandInput, DeleteDomainUnitCommandOutput } from "../commands/DeleteDomainUnitCommand";
47
48
  import { DeleteEnvironmentActionCommandInput, DeleteEnvironmentActionCommandOutput } from "../commands/DeleteEnvironmentActionCommand";
49
+ import { DeleteEnvironmentBlueprintCommandInput, DeleteEnvironmentBlueprintCommandOutput } from "../commands/DeleteEnvironmentBlueprintCommand";
48
50
  import { DeleteEnvironmentBlueprintConfigurationCommandInput, DeleteEnvironmentBlueprintConfigurationCommandOutput } from "../commands/DeleteEnvironmentBlueprintConfigurationCommand";
49
51
  import { DeleteEnvironmentCommandInput, DeleteEnvironmentCommandOutput } from "../commands/DeleteEnvironmentCommand";
50
52
  import { DeleteEnvironmentProfileCommandInput, DeleteEnvironmentProfileCommandOutput } from "../commands/DeleteEnvironmentProfileCommand";
@@ -154,6 +156,7 @@ import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../
154
156
  import { UpdateDomainCommandInput, UpdateDomainCommandOutput } from "../commands/UpdateDomainCommand";
155
157
  import { UpdateDomainUnitCommandInput, UpdateDomainUnitCommandOutput } from "../commands/UpdateDomainUnitCommand";
156
158
  import { UpdateEnvironmentActionCommandInput, UpdateEnvironmentActionCommandOutput } from "../commands/UpdateEnvironmentActionCommand";
159
+ import { UpdateEnvironmentBlueprintCommandInput, UpdateEnvironmentBlueprintCommandOutput } from "../commands/UpdateEnvironmentBlueprintCommand";
157
160
  import { UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput } from "../commands/UpdateEnvironmentCommand";
158
161
  import { UpdateEnvironmentProfileCommandInput, UpdateEnvironmentProfileCommandOutput } from "../commands/UpdateEnvironmentProfileCommand";
159
162
  import { UpdateGlossaryCommandInput, UpdateGlossaryCommandOutput } from "../commands/UpdateGlossaryCommand";
@@ -250,6 +253,10 @@ export declare const se_CreateEnvironmentCommand: (input: CreateEnvironmentComma
250
253
  * serializeAws_restJson1CreateEnvironmentActionCommand
251
254
  */
252
255
  export declare const se_CreateEnvironmentActionCommand: (input: CreateEnvironmentActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
+ /**
257
+ * serializeAws_restJson1CreateEnvironmentBlueprintCommand
258
+ */
259
+ export declare const se_CreateEnvironmentBlueprintCommand: (input: CreateEnvironmentBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
260
  /**
254
261
  * serializeAws_restJson1CreateEnvironmentProfileCommand
255
262
  */
@@ -350,6 +357,10 @@ export declare const se_DeleteEnvironmentCommand: (input: DeleteEnvironmentComma
350
357
  * serializeAws_restJson1DeleteEnvironmentActionCommand
351
358
  */
352
359
  export declare const se_DeleteEnvironmentActionCommand: (input: DeleteEnvironmentActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
+ /**
361
+ * serializeAws_restJson1DeleteEnvironmentBlueprintCommand
362
+ */
363
+ export declare const se_DeleteEnvironmentBlueprintCommand: (input: DeleteEnvironmentBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
353
364
  /**
354
365
  * serializeAws_restJson1DeleteEnvironmentBlueprintConfigurationCommand
355
366
  */
@@ -786,6 +797,10 @@ export declare const se_UpdateEnvironmentCommand: (input: UpdateEnvironmentComma
786
797
  * serializeAws_restJson1UpdateEnvironmentActionCommand
787
798
  */
788
799
  export declare const se_UpdateEnvironmentActionCommand: (input: UpdateEnvironmentActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
800
+ /**
801
+ * serializeAws_restJson1UpdateEnvironmentBlueprintCommand
802
+ */
803
+ export declare const se_UpdateEnvironmentBlueprintCommand: (input: UpdateEnvironmentBlueprintCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
789
804
  /**
790
805
  * serializeAws_restJson1UpdateEnvironmentProfileCommand
791
806
  */
@@ -914,6 +929,10 @@ export declare const de_CreateEnvironmentCommand: (output: __HttpResponse, conte
914
929
  * deserializeAws_restJson1CreateEnvironmentActionCommand
915
930
  */
916
931
  export declare const de_CreateEnvironmentActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentActionCommandOutput>;
932
+ /**
933
+ * deserializeAws_restJson1CreateEnvironmentBlueprintCommand
934
+ */
935
+ export declare const de_CreateEnvironmentBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEnvironmentBlueprintCommandOutput>;
917
936
  /**
918
937
  * deserializeAws_restJson1CreateEnvironmentProfileCommand
919
938
  */
@@ -1014,6 +1033,10 @@ export declare const de_DeleteEnvironmentCommand: (output: __HttpResponse, conte
1014
1033
  * deserializeAws_restJson1DeleteEnvironmentActionCommand
1015
1034
  */
1016
1035
  export declare const de_DeleteEnvironmentActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentActionCommandOutput>;
1036
+ /**
1037
+ * deserializeAws_restJson1DeleteEnvironmentBlueprintCommand
1038
+ */
1039
+ export declare const de_DeleteEnvironmentBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEnvironmentBlueprintCommandOutput>;
1017
1040
  /**
1018
1041
  * deserializeAws_restJson1DeleteEnvironmentBlueprintConfigurationCommand
1019
1042
  */
@@ -1450,6 +1473,10 @@ export declare const de_UpdateEnvironmentCommand: (output: __HttpResponse, conte
1450
1473
  * deserializeAws_restJson1UpdateEnvironmentActionCommand
1451
1474
  */
1452
1475
  export declare const de_UpdateEnvironmentActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentActionCommandOutput>;
1476
+ /**
1477
+ * deserializeAws_restJson1UpdateEnvironmentBlueprintCommand
1478
+ */
1479
+ export declare const de_UpdateEnvironmentBlueprintCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEnvironmentBlueprintCommandOutput>;
1453
1480
  /**
1454
1481
  * deserializeAws_restJson1UpdateEnvironmentProfileCommand
1455
1482
  */