@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.
@@ -159,7 +159,7 @@ export interface RejectRule {
159
159
  * @public
160
160
  * <p>Specifies whether you want to reject the top prediction for all targets or none.</p>
161
161
  */
162
- rule?: RejectRuleBehavior | string;
162
+ rule?: RejectRuleBehavior;
163
163
  /**
164
164
  * @public
165
165
  * <p>The confidence score that specifies the condition at which a prediction can be
@@ -273,7 +273,7 @@ export interface RejectSubscriptionRequestOutput {
273
273
  * @public
274
274
  * <p>The status of the subscription request.</p>
275
275
  */
276
- status: SubscriptionRequestStatus | string | undefined;
276
+ status: SubscriptionRequestStatus | undefined;
277
277
  /**
278
278
  * @public
279
279
  * <p>The timestamp of when the subscription request was rejected.</p>
@@ -358,7 +358,7 @@ export interface RevokeSubscriptionOutput {
358
358
  * @public
359
359
  * <p>The status of the revoked subscription.</p>
360
360
  */
361
- status: SubscriptionStatus | string | undefined;
361
+ status: SubscriptionStatus | undefined;
362
362
  /**
363
363
  * @public
364
364
  * <p>The timestamp of when the subscription was revoked.</p>
@@ -455,7 +455,7 @@ export interface SearchSort {
455
455
  * @public
456
456
  * <p>The order detail of the wya to sort search results.</p>
457
457
  */
458
- order?: SortOrder | string;
458
+ order?: SortOrder;
459
459
  }
460
460
  /**
461
461
  * @public
@@ -491,7 +491,7 @@ export interface GlossaryItem {
491
491
  * @public
492
492
  * <p>The business glossary status.</p>
493
493
  */
494
- status: GlossaryStatus | string | undefined;
494
+ status: GlossaryStatus | undefined;
495
495
  /**
496
496
  * @public
497
497
  * <p>The timestamp of when the glossary was created.</p>
@@ -557,7 +557,7 @@ export interface GlossaryTermItem {
557
557
  * @public
558
558
  * <p>The status of the business glossary term.</p>
559
559
  */
560
- status: GlossaryTermStatus | string | undefined;
560
+ status: GlossaryTermStatus | undefined;
561
561
  /**
562
562
  * @public
563
563
  * <p>The timestamp of when a business glossary term was created.</p>
@@ -701,7 +701,7 @@ export interface SearchGroupProfilesInput {
701
701
  * @public
702
702
  * <p>The group type for which to search.</p>
703
703
  */
704
- groupType: GroupSearchType | string | undefined;
704
+ groupType: GroupSearchType | undefined;
705
705
  /**
706
706
  * @public
707
707
  * <p>Specifies the text for which to search.</p>
@@ -746,7 +746,7 @@ export interface GroupProfileSummary {
746
746
  * @public
747
747
  * <p>The status of a group profile.</p>
748
748
  */
749
- status?: GroupProfileStatus | string;
749
+ status?: GroupProfileStatus;
750
750
  /**
751
751
  * @public
752
752
  * <p>The group name of a group profile.</p>
@@ -870,7 +870,7 @@ export interface FormTypeData {
870
870
  * @public
871
871
  * <p>The status of the form type.</p>
872
872
  */
873
- status?: FormTypeStatus | string;
873
+ status?: FormTypeStatus;
874
874
  /**
875
875
  * @public
876
876
  * <p>The identifier of the project that owns the form type.</p>
@@ -1003,7 +1003,7 @@ export interface SearchUserProfilesInput {
1003
1003
  * @public
1004
1004
  * <p>Specifies the user type for the <code>SearchUserProfiles</code> action.</p>
1005
1005
  */
1006
- userType: UserSearchType | string | undefined;
1006
+ userType: UserSearchType | undefined;
1007
1007
  /**
1008
1008
  * @public
1009
1009
  * <p>Specifies the text for which to search.</p>
@@ -1048,12 +1048,12 @@ export interface UserProfileSummary {
1048
1048
  * @public
1049
1049
  * <p>The type of the user profile.</p>
1050
1050
  */
1051
- type?: UserProfileType | string;
1051
+ type?: UserProfileType;
1052
1052
  /**
1053
1053
  * @public
1054
1054
  * <p>The status of the user profile.</p>
1055
1055
  */
1056
- status?: UserProfileStatus | string;
1056
+ status?: UserProfileStatus;
1057
1057
  /**
1058
1058
  * @public
1059
1059
  * <p>The details of the user profile.</p>
@@ -1228,7 +1228,7 @@ export interface UpdateEnvironmentOutput {
1228
1228
  * @public
1229
1229
  * <p>The status to be updated as part of the <code>UpdateEnvironment</code> action.</p>
1230
1230
  */
1231
- status?: EnvironmentStatus | string;
1231
+ status?: EnvironmentStatus;
1232
1232
  /**
1233
1233
  * @public
1234
1234
  * <p>The environment actions to be updated as part of the <code>UpdateEnvironment</code>
@@ -1405,7 +1405,7 @@ export interface UpdateGroupProfileInput {
1405
1405
  * @public
1406
1406
  * <p>The status of the group profile that is updated.</p>
1407
1407
  */
1408
- status: GroupProfileStatus | string | undefined;
1408
+ status: GroupProfileStatus | undefined;
1409
1409
  }
1410
1410
  /**
1411
1411
  * @public
@@ -1425,7 +1425,7 @@ export interface UpdateGroupProfileOutput {
1425
1425
  * @public
1426
1426
  * <p>The status of the group profile that is updated.</p>
1427
1427
  */
1428
- status?: GroupProfileStatus | string;
1428
+ status?: GroupProfileStatus;
1429
1429
  /**
1430
1430
  * @public
1431
1431
  * <p>The name of the group profile that is updated.</p>
@@ -1534,7 +1534,7 @@ export interface UpdateSubscriptionGrantStatusInput {
1534
1534
  * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
1535
1535
  * action.</p>
1536
1536
  */
1537
- status: SubscriptionGrantStatus | string | undefined;
1537
+ status: SubscriptionGrantStatus | undefined;
1538
1538
  /**
1539
1539
  * @public
1540
1540
  * <p>Specifies the error message that is returned if the operation cannot be successfully
@@ -1600,7 +1600,7 @@ export interface UpdateSubscriptionGrantStatusOutput {
1600
1600
  * <p>The status to be updated as part of the <code>UpdateSubscriptionGrantStatus</code>
1601
1601
  * action.</p>
1602
1602
  */
1603
- status: SubscriptionGrantOverallStatus | string | undefined;
1603
+ status: SubscriptionGrantOverallStatus | undefined;
1604
1604
  /**
1605
1605
  * @public
1606
1606
  * <p/>
@@ -1662,7 +1662,7 @@ export interface UpdateSubscriptionRequestOutput {
1662
1662
  * @public
1663
1663
  * <p>The status of the subscription request.</p>
1664
1664
  */
1665
- status: SubscriptionRequestStatus | string | undefined;
1665
+ status: SubscriptionRequestStatus | undefined;
1666
1666
  /**
1667
1667
  * @public
1668
1668
  * <p>The timestamp of when the subscription request was created.</p>
@@ -1864,12 +1864,12 @@ export interface UpdateUserProfileInput {
1864
1864
  * @public
1865
1865
  * <p>The type of the user profile that are to be updated.</p>
1866
1866
  */
1867
- type?: UserProfileType | string;
1867
+ type?: UserProfileType;
1868
1868
  /**
1869
1869
  * @public
1870
1870
  * <p>The status of the user profile that are to be updated.</p>
1871
1871
  */
1872
- status: UserProfileStatus | string | undefined;
1872
+ status: UserProfileStatus | undefined;
1873
1873
  }
1874
1874
  /**
1875
1875
  * @public
@@ -1889,12 +1889,12 @@ export interface UpdateUserProfileOutput {
1889
1889
  * @public
1890
1890
  * <p>The type of the user profile.</p>
1891
1891
  */
1892
- type?: UserProfileType | string;
1892
+ type?: UserProfileType;
1893
1893
  /**
1894
1894
  * @public
1895
1895
  * <p>The status of the user profile.</p>
1896
1896
  */
1897
- status?: UserProfileStatus | string;
1897
+ status?: UserProfileStatus;
1898
1898
  /**
1899
1899
  * @public
1900
1900
  * <p>The details of the user profile in Amazon DataZone.</p>
@@ -1992,7 +1992,7 @@ export interface SearchInput {
1992
1992
  * @public
1993
1993
  * <p>The scope of the search.</p>
1994
1994
  */
1995
- searchScope: InventorySearchScope | string | undefined;
1995
+ searchScope: InventorySearchScope | undefined;
1996
1996
  /**
1997
1997
  * @public
1998
1998
  * <p>Specifies the text for which to search.</p>
@@ -2017,7 +2017,7 @@ export interface SearchInput {
2017
2017
  * @public
2018
2018
  * <p>Specifies additional attributes for the <code>Search</code> action.</p>
2019
2019
  */
2020
- additionalAttributes?: (SearchOutputAdditionalAttribute | string)[];
2020
+ additionalAttributes?: SearchOutputAdditionalAttribute[];
2021
2021
  }
2022
2022
  /**
2023
2023
  * @public
@@ -2071,7 +2071,7 @@ export interface SearchListingsInput {
2071
2071
  * @public
2072
2072
  * <p>Specifies additional attributes for the search.</p>
2073
2073
  */
2074
- additionalAttributes?: (SearchOutputAdditionalAttribute | string)[];
2074
+ additionalAttributes?: SearchOutputAdditionalAttribute[];
2075
2075
  }
2076
2076
  /**
2077
2077
  * @public
@@ -2106,7 +2106,7 @@ export interface SearchTypesInput {
2106
2106
  * @public
2107
2107
  * <p>Specifies the scope of the search for types.</p>
2108
2108
  */
2109
- searchScope: TypesSearchScope | string | undefined;
2109
+ searchScope: TypesSearchScope | undefined;
2110
2110
  /**
2111
2111
  * @public
2112
2112
  * <p>Specifies the text for which to search.</p>