@aws-sdk/client-datazone 3.427.0 → 3.429.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.
@@ -40,7 +40,7 @@ export interface AcceptRule {
40
40
  * @public
41
41
  * <p>Specifies whether you want to accept the top prediction for all targets or none.</p>
42
42
  */
43
- rule?: AcceptRuleBehavior | string;
43
+ rule?: AcceptRuleBehavior;
44
44
  /**
45
45
  * @public
46
46
  * <p>The confidence score that specifies the condition at which a prediction can be
@@ -424,7 +424,7 @@ export interface AcceptSubscriptionRequestOutput {
424
424
  * @public
425
425
  * <p>Specifies the status of the subscription request.</p>
426
426
  */
427
- status: SubscriptionRequestStatus | string | undefined;
427
+ status: SubscriptionRequestStatus | undefined;
428
428
  /**
429
429
  * @public
430
430
  * <p>The timestamp that specifies when the subscription request was accepted.</p>
@@ -489,7 +489,7 @@ export interface AssetListingDetails {
489
489
  * @public
490
490
  * <p>The status of an asset published in an Amazon DataZone catalog. </p>
491
491
  */
492
- listingStatus: ListingStatus | string | undefined;
492
+ listingStatus: ListingStatus | undefined;
493
493
  }
494
494
  /**
495
495
  * @public
@@ -1657,7 +1657,7 @@ export interface CancelSubscriptionOutput {
1657
1657
  * @public
1658
1658
  * <p>The status of the request to cancel the subscription.</p>
1659
1659
  */
1660
- status: SubscriptionStatus | string | undefined;
1660
+ status: SubscriptionStatus | undefined;
1661
1661
  /**
1662
1662
  * @public
1663
1663
  * <p>The timestamp that specifies when the request to cancel the subscription was
@@ -1759,7 +1759,7 @@ export interface ConfigurableEnvironmentAction {
1759
1759
  * @public
1760
1760
  * <p>The authentication type of a configurable action of a Amazon DataZone environment. </p>
1761
1761
  */
1762
- auth?: ConfigurableActionTypeAuthorization | string;
1762
+ auth?: ConfigurableActionTypeAuthorization;
1763
1763
  /**
1764
1764
  * @public
1765
1765
  * <p>The parameters of a configurable action in a Amazon DataZone environment.</p>
@@ -1787,7 +1787,7 @@ export interface FilterExpression {
1787
1787
  * @public
1788
1788
  * <p>The search filter explresison type.</p>
1789
1789
  */
1790
- type: FilterExpressionType | string | undefined;
1790
+ type: FilterExpressionType | undefined;
1791
1791
  /**
1792
1792
  * @public
1793
1793
  * <p>The search filter expression.</p>
@@ -2091,7 +2091,7 @@ export interface ScheduleConfiguration {
2091
2091
  * @public
2092
2092
  * <p>The timezone of the data source run. </p>
2093
2093
  */
2094
- timezone?: Timezone | string;
2094
+ timezone?: Timezone;
2095
2095
  /**
2096
2096
  * @public
2097
2097
  * <p>The schedule of the data source runs.</p>
@@ -2150,7 +2150,7 @@ export interface CreateDataSourceInput {
2150
2150
  * @public
2151
2151
  * <p>Specifies whether the data source is enabled.</p>
2152
2152
  */
2153
- enableSetting?: EnableSetting | string;
2153
+ enableSetting?: EnableSetting;
2154
2154
  /**
2155
2155
  * @public
2156
2156
  * <p>The schedule of the data source runs.</p>
@@ -2316,7 +2316,7 @@ export interface DataSourceErrorMessage {
2316
2316
  * <p>The type of the error message that is returned if the operation cannot be successfully
2317
2317
  * completed.</p>
2318
2318
  */
2319
- errorType: DataSourceErrorType | string | undefined;
2319
+ errorType: DataSourceErrorType | undefined;
2320
2320
  /**
2321
2321
  * @public
2322
2322
  * <p>The details of the error message that is returned if the operation cannot be
@@ -2370,7 +2370,7 @@ export interface CreateDataSourceOutput {
2370
2370
  * @public
2371
2371
  * <p>The status of the data source.</p>
2372
2372
  */
2373
- status?: DataSourceStatus | string;
2373
+ status?: DataSourceStatus;
2374
2374
  /**
2375
2375
  * @public
2376
2376
  * <p>The type of the data source.</p>
@@ -2418,7 +2418,7 @@ export interface CreateDataSourceOutput {
2418
2418
  * @public
2419
2419
  * <p>Specifies whether the data source is enabled.</p>
2420
2420
  */
2421
- enableSetting?: EnableSetting | string;
2421
+ enableSetting?: EnableSetting;
2422
2422
  /**
2423
2423
  * @public
2424
2424
  * <p>Specifies whether the assets that this data source creates in the inventory are to be
@@ -2439,7 +2439,7 @@ export interface CreateDataSourceOutput {
2439
2439
  * @public
2440
2440
  * <p>The status of the last run of this data source.</p>
2441
2441
  */
2442
- lastRunStatus?: DataSourceRunStatus | string;
2442
+ lastRunStatus?: DataSourceRunStatus;
2443
2443
  /**
2444
2444
  * @public
2445
2445
  * <p>The timestamp that specifies when the data source was last run.</p>
@@ -2489,12 +2489,12 @@ export interface SingleSignOn {
2489
2489
  * @public
2490
2490
  * <p>The type of single sign-on in Amazon DataZone.</p>
2491
2491
  */
2492
- type?: AuthType | string;
2492
+ type?: AuthType;
2493
2493
  /**
2494
2494
  * @public
2495
2495
  * <p>The single sign-on user assignment in Amazon DataZone.</p>
2496
2496
  */
2497
- userAssignment?: UserAssignment | string;
2497
+ userAssignment?: UserAssignment;
2498
2498
  }
2499
2499
  /**
2500
2500
  * @public
@@ -2602,7 +2602,7 @@ export interface CreateDomainOutput {
2602
2602
  * @public
2603
2603
  * <p>The status of the Amazon DataZone domain.</p>
2604
2604
  */
2605
- status?: DomainStatus | string;
2605
+ status?: DomainStatus;
2606
2606
  /**
2607
2607
  * @public
2608
2608
  * <p>The URL of the data portal for this Amazon DataZone domain.</p>
@@ -2744,12 +2744,12 @@ export interface Deployment {
2744
2744
  * @public
2745
2745
  * <p>The type of the last deployment of the environment.</p>
2746
2746
  */
2747
- deploymentType?: DeploymentType | string;
2747
+ deploymentType?: DeploymentType;
2748
2748
  /**
2749
2749
  * @public
2750
2750
  * <p>The status of the last deployment of the environment.</p>
2751
2751
  */
2752
- deploymentStatus?: DeploymentStatus | string;
2752
+ deploymentStatus?: DeploymentStatus;
2753
2753
  /**
2754
2754
  * @public
2755
2755
  * <p>The failure reason of the last deployment of the environment.</p>
@@ -2956,7 +2956,7 @@ export interface CreateEnvironmentOutput {
2956
2956
  * @public
2957
2957
  * <p>The status of this Amazon DataZone environment.</p>
2958
2958
  */
2959
- status?: EnvironmentStatus | string;
2959
+ status?: EnvironmentStatus;
2960
2960
  /**
2961
2961
  * @public
2962
2962
  * <p>The configurable actions of this Amazon DataZone environment.</p>
@@ -3175,7 +3175,7 @@ export interface CreateFormTypeInput {
3175
3175
  * @public
3176
3176
  * <p>The status of this Amazon DataZone metadata form type.</p>
3177
3177
  */
3178
- status?: FormTypeStatus | string;
3178
+ status?: FormTypeStatus;
3179
3179
  /**
3180
3180
  * @public
3181
3181
  * <p>The description of this Amazon DataZone metadata form type.</p>
@@ -3264,7 +3264,7 @@ export interface CreateGlossaryInput {
3264
3264
  * @public
3265
3265
  * <p>The status of this business glossary.</p>
3266
3266
  */
3267
- status?: GlossaryStatus | string;
3267
+ status?: GlossaryStatus;
3268
3268
  /**
3269
3269
  * @public
3270
3270
  * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
@@ -3305,7 +3305,7 @@ export interface CreateGlossaryOutput {
3305
3305
  * @public
3306
3306
  * <p>The status of this business glossary.</p>
3307
3307
  */
3308
- status?: GlossaryStatus | string;
3308
+ status?: GlossaryStatus;
3309
3309
  }
3310
3310
  /**
3311
3311
  * @public
@@ -3358,7 +3358,7 @@ export interface CreateGlossaryTermInput {
3358
3358
  * @public
3359
3359
  * <p>The status of this business glossary term.</p>
3360
3360
  */
3361
- status?: GlossaryTermStatus | string;
3361
+ status?: GlossaryTermStatus;
3362
3362
  /**
3363
3363
  * @public
3364
3364
  * <p>The short description of this business glossary term.</p>
@@ -3409,7 +3409,7 @@ export interface CreateGlossaryTermOutput {
3409
3409
  * @public
3410
3410
  * <p>The status of this business glossary term.</p>
3411
3411
  */
3412
- status: GlossaryTermStatus | string | undefined;
3412
+ status: GlossaryTermStatus | undefined;
3413
3413
  /**
3414
3414
  * @public
3415
3415
  * <p>The short description of this business glossary term.</p>
@@ -3477,7 +3477,7 @@ export interface CreateGroupProfileOutput {
3477
3477
  * @public
3478
3478
  * <p>The status of the group profile.</p>
3479
3479
  */
3480
- status?: GroupProfileStatus | string;
3480
+ status?: GroupProfileStatus;
3481
3481
  /**
3482
3482
  * @public
3483
3483
  * <p>The name of the group for which group profile is created.</p>
@@ -3513,7 +3513,7 @@ export interface CreateListingChangeSetInput {
3513
3513
  * @public
3514
3514
  * <p/>
3515
3515
  */
3516
- entityType: EntityType | string | undefined;
3516
+ entityType: EntityType | undefined;
3517
3517
  /**
3518
3518
  * @public
3519
3519
  * <p/>
@@ -3523,7 +3523,7 @@ export interface CreateListingChangeSetInput {
3523
3523
  * @public
3524
3524
  * <p/>
3525
3525
  */
3526
- action: ChangeAction | string | undefined;
3526
+ action: ChangeAction | undefined;
3527
3527
  /**
3528
3528
  * @public
3529
3529
  * <p/>
@@ -3548,7 +3548,7 @@ export interface CreateListingChangeSetOutput {
3548
3548
  * @public
3549
3549
  * <p/>
3550
3550
  */
3551
- status: ListingStatus | string | undefined;
3551
+ status: ListingStatus | undefined;
3552
3552
  }
3553
3553
  /**
3554
3554
  * @public
@@ -3697,7 +3697,7 @@ export interface CreateProjectMembershipInput {
3697
3697
  * @public
3698
3698
  * <p>The designation of the project membership.</p>
3699
3699
  */
3700
- designation: UserDesignation | string | undefined;
3700
+ designation: UserDesignation | undefined;
3701
3701
  }
3702
3702
  /**
3703
3703
  * @public
@@ -3837,7 +3837,7 @@ export interface SubscribedAsset {
3837
3837
  * @public
3838
3838
  * <p>The status of the asset for which the subscription grant is created.</p>
3839
3839
  */
3840
- status: SubscriptionGrantStatus | string | undefined;
3840
+ status: SubscriptionGrantStatus | undefined;
3841
3841
  /**
3842
3842
  * @public
3843
3843
  * <p>The target name of the asset for which the subscription grant is created.</p>
@@ -3972,7 +3972,7 @@ export interface CreateSubscriptionGrantOutput {
3972
3972
  * @public
3973
3973
  * <p>The status of the subscription grant.</p>
3974
3974
  */
3975
- status: SubscriptionGrantOverallStatus | string | undefined;
3975
+ status: SubscriptionGrantOverallStatus | undefined;
3976
3976
  /**
3977
3977
  * @public
3978
3978
  * <p>The assets for which the subscription grant is created.</p>
@@ -4096,7 +4096,7 @@ export interface CreateSubscriptionRequestOutput {
4096
4096
  * @public
4097
4097
  * <p>The status of the subscription request.</p>
4098
4098
  */
4099
- status: SubscriptionRequestStatus | string | undefined;
4099
+ status: SubscriptionRequestStatus | undefined;
4100
4100
  /**
4101
4101
  * @public
4102
4102
  * <p>A timestamp of when the subscription request is created.</p>
@@ -4316,7 +4316,7 @@ export interface CreateUserProfileInput {
4316
4316
  * @public
4317
4317
  * <p>The user type of the user for which the user profile is created.</p>
4318
4318
  */
4319
- userType?: UserType | string;
4319
+ userType?: UserType;
4320
4320
  /**
4321
4321
  * @public
4322
4322
  * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
@@ -4442,12 +4442,12 @@ export interface CreateUserProfileOutput {
4442
4442
  * @public
4443
4443
  * <p>The type of the user profile.</p>
4444
4444
  */
4445
- type?: UserProfileType | string;
4445
+ type?: UserProfileType;
4446
4446
  /**
4447
4447
  * @public
4448
4448
  * <p>The status of the user profile.</p>
4449
4449
  */
4450
- status?: UserProfileStatus | string;
4450
+ status?: UserProfileStatus;
4451
4451
  /**
4452
4452
  * @public
4453
4453
  * <p>The details of the user profile in Amazon DataZone.</p>
@@ -4583,7 +4583,7 @@ export interface DeleteDataSourceOutput {
4583
4583
  * @public
4584
4584
  * <p>The status of this data source.</p>
4585
4585
  */
4586
- status?: DataSourceStatus | string;
4586
+ status?: DataSourceStatus;
4587
4587
  /**
4588
4588
  * @public
4589
4589
  * <p>The type of this data source.</p>
@@ -4625,7 +4625,7 @@ export interface DeleteDataSourceOutput {
4625
4625
  * <p>The enable setting of the data source that specifies whether the data source is enabled
4626
4626
  * or disabled.</p>
4627
4627
  */
4628
- enableSetting?: EnableSetting | string;
4628
+ enableSetting?: EnableSetting;
4629
4629
  /**
4630
4630
  * @public
4631
4631
  * <p>Specifies whether the assets that this data source creates in the inventory are to be
@@ -4646,7 +4646,7 @@ export interface DeleteDataSourceOutput {
4646
4646
  * @public
4647
4647
  * <p>The status of the last run of this data source.</p>
4648
4648
  */
4649
- lastRunStatus?: DataSourceRunStatus | string;
4649
+ lastRunStatus?: DataSourceRunStatus;
4650
4650
  /**
4651
4651
  * @public
4652
4652
  * <p>The timestamp of when the data source was last run.</p>
@@ -4703,7 +4703,7 @@ export interface GetDataSourceOutput {
4703
4703
  * @public
4704
4704
  * <p>The status of the data source.</p>
4705
4705
  */
4706
- status?: DataSourceStatus | string;
4706
+ status?: DataSourceStatus;
4707
4707
  /**
4708
4708
  * @public
4709
4709
  * <p>The type of the data source.</p>
@@ -4748,7 +4748,7 @@ export interface GetDataSourceOutput {
4748
4748
  * @public
4749
4749
  * <p>Specifies whether this data source is enabled or not.</p>
4750
4750
  */
4751
- enableSetting?: EnableSetting | string;
4751
+ enableSetting?: EnableSetting;
4752
4752
  /**
4753
4753
  * @public
4754
4754
  * <p>Specifies whether the assets that this data source creates in the inventory are to be
@@ -4769,7 +4769,7 @@ export interface GetDataSourceOutput {
4769
4769
  * @public
4770
4770
  * <p>The status of the last run of the data source.</p>
4771
4771
  */
4772
- lastRunStatus?: DataSourceRunStatus | string;
4772
+ lastRunStatus?: DataSourceRunStatus;
4773
4773
  /**
4774
4774
  * @public
4775
4775
  * <p>The timestamp of the last run of the data source.</p>
@@ -4831,7 +4831,7 @@ export interface ListDataSourcesInput {
4831
4831
  * @public
4832
4832
  * <p>The status of the data source.</p>
4833
4833
  */
4834
- status?: DataSourceStatus | string;
4834
+ status?: DataSourceStatus;
4835
4835
  /**
4836
4836
  * @public
4837
4837
  * <p>The name of the data source.</p>
@@ -4891,12 +4891,12 @@ export interface DataSourceSummary {
4891
4891
  * @public
4892
4892
  * <p>The status of the data source.</p>
4893
4893
  */
4894
- status: DataSourceStatus | string | undefined;
4894
+ status: DataSourceStatus | undefined;
4895
4895
  /**
4896
4896
  * @public
4897
4897
  * <p>Specifies whether the data source is enabled.</p>
4898
4898
  */
4899
- enableSetting?: EnableSetting | string;
4899
+ enableSetting?: EnableSetting;
4900
4900
  /**
4901
4901
  * @public
4902
4902
  * <p>The details of the schedule of the data source runs.</p>
@@ -4906,7 +4906,7 @@ export interface DataSourceSummary {
4906
4906
  * @public
4907
4907
  * <p>The status of the last data source run.</p>
4908
4908
  */
4909
- lastRunStatus?: DataSourceRunStatus | string;
4909
+ lastRunStatus?: DataSourceRunStatus;
4910
4910
  /**
4911
4911
  * @public
4912
4912
  * <p>The timestamp of when the data source run was last performed.</p>
@@ -4984,7 +4984,7 @@ export interface UpdateDataSourceInput {
4984
4984
  * <p>The enable setting to be updated as part of the <code>UpdateDataSource</code>
4985
4985
  * action.</p>
4986
4986
  */
4987
- enableSetting?: EnableSetting | string;
4987
+ enableSetting?: EnableSetting;
4988
4988
  /**
4989
4989
  * @public
4990
4990
  * <p>The publish on import setting to be updated as part of the <code>UpdateDataSource</code>
@@ -5028,7 +5028,7 @@ export interface UpdateDataSourceOutput {
5028
5028
  * @public
5029
5029
  * <p>The status to be updated as part of the <code>UpdateDataSource</code> action.</p>
5030
5030
  */
5031
- status?: DataSourceStatus | string;
5031
+ status?: DataSourceStatus;
5032
5032
  /**
5033
5033
  * @public
5034
5034
  * <p>The type to be updated as part of the <code>UpdateDataSource</code> action.</p>
@@ -5077,7 +5077,7 @@ export interface UpdateDataSourceOutput {
5077
5077
  * <p>The enable setting to be updated as part of the <code>UpdateDataSource</code>
5078
5078
  * action.</p>
5079
5079
  */
5080
- enableSetting?: EnableSetting | string;
5080
+ enableSetting?: EnableSetting;
5081
5081
  /**
5082
5082
  * @public
5083
5083
  * <p>The publish on import setting to be updated as part of the <code>UpdateDataSource</code>
@@ -5099,7 +5099,7 @@ export interface UpdateDataSourceOutput {
5099
5099
  * @public
5100
5100
  * <p>The last run status of the data source.</p>
5101
5101
  */
5102
- lastRunStatus?: DataSourceRunStatus | string;
5102
+ lastRunStatus?: DataSourceRunStatus;
5103
5103
  /**
5104
5104
  * @public
5105
5105
  * <p>The timestamp of when the data source was last run.</p>
@@ -5213,12 +5213,12 @@ export interface GetDataSourceRunOutput {
5213
5213
  * @public
5214
5214
  * <p>The status of this data source run.</p>
5215
5215
  */
5216
- status: DataSourceRunStatus | string | undefined;
5216
+ status: DataSourceRunStatus | undefined;
5217
5217
  /**
5218
5218
  * @public
5219
5219
  * <p>The type of this data source run.</p>
5220
5220
  */
5221
- type: DataSourceRunType | string | undefined;
5221
+ type: DataSourceRunType | undefined;
5222
5222
  /**
5223
5223
  * @public
5224
5224
  * <p>The configuration snapshot of the data source run.</p>
@@ -5275,7 +5275,7 @@ export interface ListDataSourceRunsInput {
5275
5275
  * @public
5276
5276
  * <p>The status of the data source.</p>
5277
5277
  */
5278
- status?: DataSourceRunStatus | string;
5278
+ status?: DataSourceRunStatus;
5279
5279
  /**
5280
5280
  * @public
5281
5281
  * <p>When the number of runs is greater than the default value for the
@@ -5315,12 +5315,12 @@ export interface DataSourceRunSummary {
5315
5315
  * @public
5316
5316
  * <p>The type of the data source run.</p>
5317
5317
  */
5318
- type: DataSourceRunType | string | undefined;
5318
+ type: DataSourceRunType | undefined;
5319
5319
  /**
5320
5320
  * @public
5321
5321
  * <p>The status of the data source run.</p>
5322
5322
  */
5323
- status: DataSourceRunStatus | string | undefined;
5323
+ status: DataSourceRunStatus | undefined;
5324
5324
  /**
5325
5325
  * @public
5326
5326
  * <p>The project ID of the data source run.</p>
@@ -5427,12 +5427,12 @@ export interface StartDataSourceRunOutput {
5427
5427
  * @public
5428
5428
  * <p>The status of the data source run.</p>
5429
5429
  */
5430
- status: DataSourceRunStatus | string | undefined;
5430
+ status: DataSourceRunStatus | undefined;
5431
5431
  /**
5432
5432
  * @public
5433
5433
  * <p>The type of the data source run.</p>
5434
5434
  */
5435
- type: DataSourceRunType | string | undefined;
5435
+ type: DataSourceRunType | undefined;
5436
5436
  /**
5437
5437
  * @public
5438
5438
  * <p>The configuration snapshot of the data source that is being run.</p>
@@ -5494,7 +5494,7 @@ export interface DataSourceRunActivity {
5494
5494
  * @public
5495
5495
  * <p>The status of the asset included in the data source run activity.</p>
5496
5496
  */
5497
- dataAssetStatus: DataAssetActivityStatus | string | undefined;
5497
+ dataAssetStatus: DataAssetActivityStatus | undefined;
5498
5498
  /**
5499
5499
  * @public
5500
5500
  * <p>The project ID included in the data source run activity.</p>
@@ -5666,7 +5666,7 @@ export interface DeleteSubscriptionGrantOutput {
5666
5666
  * @public
5667
5667
  * <p>The status of the subscription grant that is deleted.</p>
5668
5668
  */
5669
- status: SubscriptionGrantOverallStatus | string | undefined;
5669
+ status: SubscriptionGrantOverallStatus | undefined;
5670
5670
  /**
5671
5671
  * @public
5672
5672
  * <p>The assets for which the subsctiption grant that is deleted gave access.</p>
@@ -5737,7 +5737,7 @@ export interface DeleteDomainOutput {
5737
5737
  * @public
5738
5738
  * <p>The status of the domain.</p>
5739
5739
  */
5740
- status: DomainStatus | string | undefined;
5740
+ status: DomainStatus | undefined;
5741
5741
  }
5742
5742
  /**
5743
5743
  * @public
@@ -5793,7 +5793,7 @@ export interface GetDomainOutput {
5793
5793
  * @public
5794
5794
  * <p>The status of the specified Amazon DataZone domain.</p>
5795
5795
  */
5796
- status: DomainStatus | string | undefined;
5796
+ status: DomainStatus | undefined;
5797
5797
  /**
5798
5798
  * @public
5799
5799
  * <p>The URL of the data portal for this Amazon DataZone domain.</p>
@@ -5823,7 +5823,7 @@ export interface ListDomainsInput {
5823
5823
  * @public
5824
5824
  * <p>The status of the data source.</p>
5825
5825
  */
5826
- status?: DomainStatus | string;
5826
+ status?: DomainStatus;
5827
5827
  /**
5828
5828
  * @public
5829
5829
  * <p>The maximum number of domains to return in a single call to <code>ListDomains</code>.
@@ -5878,7 +5878,7 @@ export interface DomainSummary {
5878
5878
  * @public
5879
5879
  * <p>The status of the Amazon DataZone domain.</p>
5880
5880
  */
5881
- status: DomainStatus | string | undefined;
5881
+ status: DomainStatus | undefined;
5882
5882
  /**
5883
5883
  * @public
5884
5884
  * <p>The data portal URL for the Amazon DataZone domain.</p>
@@ -6349,7 +6349,7 @@ export interface GetFormTypeOutput {
6349
6349
  * @public
6350
6350
  * <p>The status of the metadata form type.</p>
6351
6351
  */
6352
- status?: FormTypeStatus | string;
6352
+ status?: FormTypeStatus;
6353
6353
  /**
6354
6354
  * @public
6355
6355
  * <p>The timestamp of when this metadata form type was created.</p>
@@ -6459,7 +6459,7 @@ export interface GetEnvironmentOutput {
6459
6459
  * @public
6460
6460
  * <p>The status of this Amazon DataZone environment.</p>
6461
6461
  */
6462
- status?: EnvironmentStatus | string;
6462
+ status?: EnvironmentStatus;
6463
6463
  /**
6464
6464
  * @public
6465
6465
  * <p>The actions of the environment.</p>
@@ -6679,7 +6679,7 @@ export interface GetGroupProfileOutput {
6679
6679
  * @public
6680
6680
  * <p>The identifier of the group profile.</p>
6681
6681
  */
6682
- status?: GroupProfileStatus | string;
6682
+ status?: GroupProfileStatus;
6683
6683
  /**
6684
6684
  * @public
6685
6685
  * <p>The name of the group for which the specified group profile exists.</p>
@@ -6814,7 +6814,7 @@ export interface GetSubscriptionOutput {
6814
6814
  * @public
6815
6815
  * <p>The status of the subscription.</p>
6816
6816
  */
6817
- status: SubscriptionStatus | string | undefined;
6817
+ status: SubscriptionStatus | undefined;
6818
6818
  /**
6819
6819
  * @public
6820
6820
  * <p>The timestamp of when the subscription was created.</p>
@@ -6909,7 +6909,7 @@ export interface GetSubscriptionGrantOutput {
6909
6909
  * @public
6910
6910
  * <p>The status of the subscription grant.</p>
6911
6911
  */
6912
- status: SubscriptionGrantOverallStatus | string | undefined;
6912
+ status: SubscriptionGrantOverallStatus | undefined;
6913
6913
  /**
6914
6914
  * @public
6915
6915
  * <p>The assets for which the subscription grant is created.</p>
@@ -6965,7 +6965,7 @@ export interface GetSubscriptionRequestDetailsOutput {
6965
6965
  * @public
6966
6966
  * <p>The status of the subscription request.</p>
6967
6967
  */
6968
- status: SubscriptionRequestStatus | string | undefined;
6968
+ status: SubscriptionRequestStatus | undefined;
6969
6969
  /**
6970
6970
  * @public
6971
6971
  * <p>The timestamp of when the specified subscription request was created.</p>
@@ -7120,7 +7120,7 @@ export interface GetUserProfileInput {
7120
7120
  * @public
7121
7121
  * <p>The type of the user profile.</p>
7122
7122
  */
7123
- type?: UserProfileType | string;
7123
+ type?: UserProfileType;
7124
7124
  }
7125
7125
  /**
7126
7126
  * @public
@@ -7141,12 +7141,12 @@ export interface GetUserProfileOutput {
7141
7141
  * @public
7142
7142
  * <p>The type of the user profile.</p>
7143
7143
  */
7144
- type?: UserProfileType | string;
7144
+ type?: UserProfileType;
7145
7145
  /**
7146
7146
  * @public
7147
7147
  * <p>The status of the user profile.</p>
7148
7148
  */
7149
- status?: UserProfileStatus | string;
7149
+ status?: UserProfileStatus;
7150
7150
  /**
7151
7151
  * @public
7152
7152
  * <p>The details of the user profile in Amazon DataZone.</p>
@@ -7221,7 +7221,7 @@ export interface GetGlossaryOutput {
7221
7221
  * @public
7222
7222
  * <p>The status of the business glossary.</p>
7223
7223
  */
7224
- status: GlossaryStatus | string | undefined;
7224
+ status: GlossaryStatus | undefined;
7225
7225
  /**
7226
7226
  * @public
7227
7227
  * <p>The timestamp of when this business glossary was created.</p>
@@ -7272,7 +7272,7 @@ export interface UpdateGlossaryInput {
7272
7272
  * @public
7273
7273
  * <p>The status to be updated as part of the <code>UpdateGlossary</code> action.</p>
7274
7274
  */
7275
- status?: GlossaryStatus | string;
7275
+ status?: GlossaryStatus;
7276
7276
  /**
7277
7277
  * @public
7278
7278
  * <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
@@ -7314,7 +7314,7 @@ export interface UpdateGlossaryOutput {
7314
7314
  * @public
7315
7315
  * <p>The status to be updated as part of the <code>UpdateGlossary</code> action.</p>
7316
7316
  */
7317
- status?: GlossaryStatus | string;
7317
+ status?: GlossaryStatus;
7318
7318
  }
7319
7319
  /**
7320
7320
  * @public
@@ -7394,7 +7394,7 @@ export interface GetGlossaryTermOutput {
7394
7394
  * @public
7395
7395
  * <p>The status of the business glossary term.</p>
7396
7396
  */
7397
- status: GlossaryTermStatus | string | undefined;
7397
+ status: GlossaryTermStatus | undefined;
7398
7398
  /**
7399
7399
  * @public
7400
7400
  * <p>The timestamp of when the business glossary term was created.</p>
@@ -7463,7 +7463,7 @@ export interface UpdateGlossaryTermInput {
7463
7463
  * @public
7464
7464
  * <p>The status to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>
7465
7465
  */
7466
- status?: GlossaryTermStatus | string;
7466
+ status?: GlossaryTermStatus;
7467
7467
  }
7468
7468
  /**
7469
7469
  * @public
@@ -7494,7 +7494,7 @@ export interface UpdateGlossaryTermOutput {
7494
7494
  * @public
7495
7495
  * <p>The status to be updated as part of the <code>UpdateGlossaryTerm</code> action.</p>
7496
7496
  */
7497
- status: GlossaryTermStatus | string | undefined;
7497
+ status: GlossaryTermStatus | undefined;
7498
7498
  /**
7499
7499
  * @public
7500
7500
  * <p>The short description to be updated as part of the <code>UpdateGlossaryTerm</code>
@@ -7587,7 +7587,7 @@ export interface ListDataSourceRunActivitiesInput {
7587
7587
  * @public
7588
7588
  * <p>The status of the data source run.</p>
7589
7589
  */
7590
- status?: DataAssetActivityStatus | string;
7590
+ status?: DataAssetActivityStatus;
7591
7591
  /**
7592
7592
  * @public
7593
7593
  * <p>When the number of activities is greater than the default value for the
@@ -7887,7 +7887,7 @@ export interface ListEnvironmentsInput {
7887
7887
  * @public
7888
7888
  * <p>The status of the environments that you want to list.</p>
7889
7889
  */
7890
- status?: EnvironmentStatus | string;
7890
+ status?: EnvironmentStatus;
7891
7891
  /**
7892
7892
  * @public
7893
7893
  * <p>The Amazon Web Services region where you want to list environments.</p>
@@ -8007,7 +8007,7 @@ export interface EnvironmentSummary {
8007
8007
  * @public
8008
8008
  * <p>The status of the environment.</p>
8009
8009
  */
8010
- status?: EnvironmentStatus | string;
8010
+ status?: EnvironmentStatus;
8011
8011
  }
8012
8012
  /**
8013
8013
  * @public
@@ -8157,7 +8157,7 @@ export interface GetListingOutput {
8157
8157
  * @public
8158
8158
  * <p/>
8159
8159
  */
8160
- status?: ListingStatus | string;
8160
+ status?: ListingStatus;
8161
8161
  }
8162
8162
  /**
8163
8163
  * @public
@@ -8196,7 +8196,7 @@ export interface ListNotificationsInput {
8196
8196
  * @public
8197
8197
  * <p>The type of notifications.</p>
8198
8198
  */
8199
- type: NotificationType | string | undefined;
8199
+ type: NotificationType | undefined;
8200
8200
  /**
8201
8201
  * @public
8202
8202
  * <p>The time after which you want to list notifications.</p>
@@ -8216,7 +8216,7 @@ export interface ListNotificationsInput {
8216
8216
  * @public
8217
8217
  * <p>The task status of notifications.</p>
8218
8218
  */
8219
- taskStatus?: TaskStatus | string;
8219
+ taskStatus?: TaskStatus;
8220
8220
  /**
8221
8221
  * @public
8222
8222
  * <p>The maximum number of notifications to return in a single call to
@@ -8257,7 +8257,7 @@ export interface NotificationResource {
8257
8257
  * @public
8258
8258
  * <p>The type of the resource mentioned in a notification.</p>
8259
8259
  */
8260
- type: NotificationResourceType | string | undefined;
8260
+ type: NotificationResourceType | undefined;
8261
8261
  /**
8262
8262
  * @public
8263
8263
  * <p>The ID of the resource mentioned in a notification.</p>
@@ -8303,7 +8303,7 @@ export interface Topic {
8303
8303
  * @public
8304
8304
  * <p>The role of the resource mentioned in a notification.</p>
8305
8305
  */
8306
- role: NotificationRole | string | undefined;
8306
+ role: NotificationRole | undefined;
8307
8307
  }
8308
8308
  /**
8309
8309
  * @public
@@ -8324,7 +8324,7 @@ export interface NotificationOutput {
8324
8324
  * @public
8325
8325
  * <p>The type of the notification.</p>
8326
8326
  */
8327
- type: NotificationType | string | undefined;
8327
+ type: NotificationType | undefined;
8328
8328
  /**
8329
8329
  * @public
8330
8330
  * <p>The topic of the notification.</p>
@@ -8344,7 +8344,7 @@ export interface NotificationOutput {
8344
8344
  * @public
8345
8345
  * <p>The status included in the notification.</p>
8346
8346
  */
8347
- status?: TaskStatus | string;
8347
+ status?: TaskStatus;
8348
8348
  /**
8349
8349
  * @public
8350
8350
  * <p>The action link included in the notification.</p>
@@ -8428,12 +8428,12 @@ export interface ListProjectMembershipsInput {
8428
8428
  * @public
8429
8429
  * <p>The method by which you want to sort the project memberships.</p>
8430
8430
  */
8431
- sortBy?: SortFieldProject | string;
8431
+ sortBy?: SortFieldProject;
8432
8432
  /**
8433
8433
  * @public
8434
8434
  * <p>The sort order of the project memberships.</p>
8435
8435
  */
8436
- sortOrder?: SortOrder | string;
8436
+ sortOrder?: SortOrder;
8437
8437
  /**
8438
8438
  * @public
8439
8439
  * <p>When the number of memberships is greater than the default value for the
@@ -8532,7 +8532,7 @@ export interface ProjectMember {
8532
8532
  * @public
8533
8533
  * <p>The designated role of a project member.</p>
8534
8534
  */
8535
- designation: UserDesignation | string | undefined;
8535
+ designation: UserDesignation | undefined;
8536
8536
  }
8537
8537
  /**
8538
8538
  * @public
@@ -8704,12 +8704,12 @@ export interface ListSubscriptionGrantsInput {
8704
8704
  * @public
8705
8705
  * <p>Specifies the way of sorting the results of this action.</p>
8706
8706
  */
8707
- sortBy?: SortKey | string;
8707
+ sortBy?: SortKey;
8708
8708
  /**
8709
8709
  * @public
8710
8710
  * <p>Specifies the sort order of this action.</p>
8711
8711
  */
8712
- sortOrder?: SortOrder | string;
8712
+ sortOrder?: SortOrder;
8713
8713
  /**
8714
8714
  * @public
8715
8715
  * <p>The maximum number of subscription grants to return in a single call to
@@ -8779,7 +8779,7 @@ export interface SubscriptionGrantSummary {
8779
8779
  * @public
8780
8780
  * <p>The status of the subscription grant.</p>
8781
8781
  */
8782
- status: SubscriptionGrantOverallStatus | string | undefined;
8782
+ status: SubscriptionGrantOverallStatus | undefined;
8783
8783
  /**
8784
8784
  * @public
8785
8785
  * <p>The assets included in the subscription grant.</p>
@@ -8824,7 +8824,7 @@ export interface ListSubscriptionRequestsInput {
8824
8824
  * @public
8825
8825
  * <p>Specifies the status of the subscription requests.</p>
8826
8826
  */
8827
- status?: SubscriptionRequestStatus | string;
8827
+ status?: SubscriptionRequestStatus;
8828
8828
  /**
8829
8829
  * @public
8830
8830
  * <p>The identifier of the subscribed listing.</p>
@@ -8844,12 +8844,12 @@ export interface ListSubscriptionRequestsInput {
8844
8844
  * @public
8845
8845
  * <p>Specifies the way to sort the results of this action.</p>
8846
8846
  */
8847
- sortBy?: SortKey | string;
8847
+ sortBy?: SortKey;
8848
8848
  /**
8849
8849
  * @public
8850
8850
  * <p>Specifies the sort order for the results of this action.</p>
8851
8851
  */
8852
- sortOrder?: SortOrder | string;
8852
+ sortOrder?: SortOrder;
8853
8853
  /**
8854
8854
  * @public
8855
8855
  * <p>The maximum number of subscription requests to return in a single call to
@@ -8901,7 +8901,7 @@ export interface SubscriptionRequestSummary {
8901
8901
  * @public
8902
8902
  * <p>The status of the subscription request.</p>
8903
8903
  */
8904
- status: SubscriptionRequestStatus | string | undefined;
8904
+ status: SubscriptionRequestStatus | undefined;
8905
8905
  /**
8906
8906
  * @public
8907
8907
  * <p>The timestamp of when a subscription request was created.</p>
@@ -8978,7 +8978,7 @@ export interface ListSubscriptionsInput {
8978
8978
  * @public
8979
8979
  * <p>The status of the subscriptions that you want to list.</p>
8980
8980
  */
8981
- status?: SubscriptionStatus | string;
8981
+ status?: SubscriptionStatus;
8982
8982
  /**
8983
8983
  * @public
8984
8984
  * <p>The identifier of the subscribed listing for the subscriptions that you want to
@@ -8999,12 +8999,12 @@ export interface ListSubscriptionsInput {
8999
8999
  * @public
9000
9000
  * <p>Specifies the way in which the results of this action are to be sorted.</p>
9001
9001
  */
9002
- sortBy?: SortKey | string;
9002
+ sortBy?: SortKey;
9003
9003
  /**
9004
9004
  * @public
9005
9005
  * <p>Specifies the sort order for the results of this action.</p>
9006
9006
  */
9007
- sortOrder?: SortOrder | string;
9007
+ sortOrder?: SortOrder;
9008
9008
  /**
9009
9009
  * @public
9010
9010
  * <p>The maximum number of subscriptions to return in a single call to
@@ -9054,7 +9054,7 @@ export interface SubscriptionSummary {
9054
9054
  * @public
9055
9055
  * <p>The status of the subscription.</p>
9056
9056
  */
9057
- status: SubscriptionStatus | string | undefined;
9057
+ status: SubscriptionStatus | undefined;
9058
9058
  /**
9059
9059
  * @public
9060
9060
  * <p>The timestamp of when the subscription was created.</p>
@@ -9125,12 +9125,12 @@ export interface ListSubscriptionTargetsInput {
9125
9125
  * @public
9126
9126
  * <p>Specifies the way in which the results of this action are to be sorted.</p>
9127
9127
  */
9128
- sortBy?: SortKey | string;
9128
+ sortBy?: SortKey;
9129
9129
  /**
9130
9130
  * @public
9131
9131
  * <p>Specifies the sort order for the results of this action.</p>
9132
9132
  */
9133
- sortOrder?: SortOrder | string;
9133
+ sortOrder?: SortOrder;
9134
9134
  /**
9135
9135
  * @public
9136
9136
  * <p>The maximum number of subscription targets to return in a single call to