@aws-sdk/client-datazone 3.1019.0 → 3.1020.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.
- package/dist-es/DataZone.js +14 -14
- package/dist-types/DataZone.d.ts +176 -176
- package/dist-types/DataZoneClient.d.ts +179 -179
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/GetLineageEventCommand.d.ts +1 -1
- package/dist-types/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/models/models_2.d.ts +3 -3
- package/dist-types/pagination/ListAccountPoolsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAccountsInAccountPoolPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetFiltersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssetRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataProductRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceRunActivitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourceRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDataSourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainUnitsForParentPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDomainsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEntityOwnersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentBlueprintConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentBlueprintsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEnvironmentsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListJobRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListLineageNodeHistoryPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMetadataGenerationRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectMembershipsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRulesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionGrantsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionRequestsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTimeSeriesDataPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/QueryGraphPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchGroupProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchListingsPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/SearchUserProfilesPaginator.d.ts +1 -1
- package/dist-types/ts3.4/DataZoneClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostLineageEventCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +24 -24
- package/dist-types/ts3.4/models/models_2.d.ts +12 -12
- package/package.json +14 -14
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDomainUnitsForParentCommandInput, ListDomainUnitsForParentCommandOutput } from "../commands/ListDomainUnitsForParentCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEntityOwnersCommandInput, ListEntityOwnersCommandOutput } from "../commands/ListEntityOwnersCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentActionsCommandInput, ListEnvironmentActionsCommandOutput } from "../commands/ListEnvironmentActionsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentBlueprintConfigurationsCommandInput, ListEnvironmentBlueprintConfigurationsCommandOutput } from "../commands/ListEnvironmentBlueprintConfigurationsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentBlueprintsCommandInput, ListEnvironmentBlueprintsCommandOutput } from "../commands/ListEnvironmentBlueprintsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentProfilesCommandInput, ListEnvironmentProfilesCommandOutput } from "../commands/ListEnvironmentProfilesCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListEnvironmentsCommandInput, ListEnvironmentsCommandOutput } from "../commands/ListEnvironmentsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListJobRunsCommandInput, ListJobRunsCommandOutput } from "../commands/ListJobRunsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListLineageEventsCommandInput, ListLineageEventsCommandOutput } from "../commands/ListLineageEventsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListLineageNodeHistoryCommandInput, ListLineageNodeHistoryCommandOutput } from "../commands/ListLineageNodeHistoryCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMetadataGenerationRunsCommandInput, ListMetadataGenerationRunsCommandOutput } from "../commands/ListMetadataGenerationRunsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPolicyGrantsCommandInput, ListPolicyGrantsCommandOutput } from "../commands/ListPolicyGrantsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListProjectMembershipsCommandInput, ListProjectMembershipsCommandOutput } from "../commands/ListProjectMembershipsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListProjectProfilesCommandInput, ListProjectProfilesCommandOutput } from "../commands/ListProjectProfilesCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRulesCommandInput, ListRulesCommandOutput } from "../commands/ListRulesCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSubscriptionGrantsCommandInput, ListSubscriptionGrantsCommandOutput } from "../commands/ListSubscriptionGrantsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSubscriptionRequestsCommandInput, ListSubscriptionRequestsCommandOutput } from "../commands/ListSubscriptionRequestsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSubscriptionTargetsCommandInput, ListSubscriptionTargetsCommandOutput } from "../commands/ListSubscriptionTargetsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListSubscriptionsCommandInput, ListSubscriptionsCommandOutput } from "../commands/ListSubscriptionsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTimeSeriesDataPointsCommandInput, ListTimeSeriesDataPointsCommandOutput } from "../commands/ListTimeSeriesDataPointsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { QueryGraphCommandInput, QueryGraphCommandOutput } from "../commands/QueryGraphCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SearchGroupProfilesCommandInput, SearchGroupProfilesCommandOutput } from "../commands/SearchGroupProfilesCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SearchListingsCommandInput, SearchListingsCommandOutput } from "../commands/SearchListingsCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SearchCommandInput, SearchCommandOutput } from "../commands/SearchCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SearchTypesCommandInput, SearchTypesCommandOutput } from "../commands/SearchTypesCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { SearchUserProfilesCommandInput, SearchUserProfilesCommandOutput } from "../commands/SearchUserProfilesCommand";
|
|
3
|
-
import { DataZonePaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { DataZonePaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -1128,7 +1127,7 @@ export interface ClientDefaults
|
|
|
1128
1127
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1129
1128
|
region?: string | __Provider<string>;
|
|
1130
1129
|
profile?: string;
|
|
1131
|
-
defaultUserAgentProvider?:
|
|
1130
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
1132
1131
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
1133
1132
|
maxAttempts?: number | __Provider<number>;
|
|
1134
1133
|
retryMode?: string | __Provider<string>;
|
|
@@ -64,58 +64,58 @@ import {
|
|
|
64
64
|
UserType,
|
|
65
65
|
} from "./enums";
|
|
66
66
|
import {
|
|
67
|
+
AccountInfo,
|
|
68
|
+
AccountPoolSummary,
|
|
67
69
|
AccountSource,
|
|
68
70
|
ActionParameters,
|
|
71
|
+
AssetFilterSummary,
|
|
72
|
+
AssetItem,
|
|
73
|
+
AssetListing,
|
|
74
|
+
AssetRevision,
|
|
75
|
+
ConfigurableEnvironmentAction,
|
|
69
76
|
ConnectionCredentials,
|
|
70
77
|
ConnectionPropertiesOutput,
|
|
78
|
+
ConnectionSummary,
|
|
79
|
+
CustomParameter,
|
|
80
|
+
DataProductItem,
|
|
71
81
|
DataSourceConfigurationInput,
|
|
72
82
|
DataSourceConfigurationOutput,
|
|
73
83
|
DataSourceErrorMessage,
|
|
74
84
|
Deployment,
|
|
75
85
|
DeploymentProperties,
|
|
86
|
+
DetailedGlossaryTerm,
|
|
87
|
+
DomainUnitOwnerProperties,
|
|
88
|
+
EnvironmentConfiguration,
|
|
89
|
+
EnvironmentConfigurationUserParameter,
|
|
76
90
|
EnvironmentDeploymentDetails,
|
|
91
|
+
FormInput,
|
|
92
|
+
FormOutput,
|
|
77
93
|
GrantedEntity,
|
|
94
|
+
MatchRationaleItem,
|
|
78
95
|
Member,
|
|
79
96
|
Model,
|
|
80
97
|
OwnerProperties,
|
|
98
|
+
PhysicalEndpoint,
|
|
81
99
|
PolicyGrantDetail,
|
|
82
100
|
PolicyGrantPrincipal,
|
|
101
|
+
ProjectDeletionError,
|
|
83
102
|
ProvisioningProperties,
|
|
84
103
|
RecommendationConfiguration,
|
|
104
|
+
Resource,
|
|
105
|
+
ResourceTag,
|
|
106
|
+
ResourceTagParameter,
|
|
85
107
|
RuleDetail,
|
|
86
108
|
RuleScope,
|
|
87
109
|
RuleTarget,
|
|
88
110
|
ScheduleConfiguration,
|
|
89
111
|
SingleSignOn,
|
|
90
|
-
TermRelations,
|
|
91
|
-
UserProfileDetails,
|
|
92
|
-
AccountInfo,
|
|
93
|
-
AccountPoolSummary,
|
|
94
|
-
AssetFilterSummary,
|
|
95
|
-
AssetItem,
|
|
96
|
-
AssetListing,
|
|
97
|
-
AssetRevision,
|
|
98
|
-
ConfigurableEnvironmentAction,
|
|
99
|
-
ConnectionSummary,
|
|
100
|
-
CustomParameter,
|
|
101
|
-
DataProductItem,
|
|
102
|
-
DetailedGlossaryTerm,
|
|
103
|
-
DomainUnitOwnerProperties,
|
|
104
|
-
EnvironmentConfiguration,
|
|
105
|
-
EnvironmentConfigurationUserParameter,
|
|
106
|
-
FormInput,
|
|
107
|
-
FormOutput,
|
|
108
|
-
MatchRationaleItem,
|
|
109
|
-
PhysicalEndpoint,
|
|
110
|
-
ProjectDeletionError,
|
|
111
|
-
Resource,
|
|
112
|
-
ResourceTag,
|
|
113
|
-
ResourceTagParameter,
|
|
114
112
|
SubscribedAsset,
|
|
115
113
|
SubscribedListing,
|
|
116
114
|
SubscribedPrincipal,
|
|
117
115
|
SubscriptionTargetForm,
|
|
116
|
+
TermRelations,
|
|
118
117
|
TimeSeriesDataPointSummaryFormOutput,
|
|
118
|
+
UserProfileDetails,
|
|
119
119
|
} from "./models_0";
|
|
120
120
|
export interface CreateSubscriptionTargetOutput {
|
|
121
121
|
id: string | undefined;
|
|
@@ -24,31 +24,30 @@ import {
|
|
|
24
24
|
AccountSource,
|
|
25
25
|
ActionParameters,
|
|
26
26
|
AdditionalAttributes,
|
|
27
|
-
AwsLocation,
|
|
28
|
-
ConnectionPropertiesOutput,
|
|
29
|
-
ConnectionPropertiesPatch,
|
|
30
|
-
Deployment,
|
|
31
|
-
DeploymentProperties,
|
|
32
|
-
EnvironmentDeploymentDetails,
|
|
33
|
-
FailureCause,
|
|
34
|
-
GrantedEntity,
|
|
35
|
-
Model,
|
|
36
|
-
ProvisioningProperties,
|
|
37
|
-
UserProfileDetails,
|
|
38
27
|
AggregationListItem,
|
|
39
28
|
AggregationOutput,
|
|
40
29
|
AssetListingItem,
|
|
41
30
|
AssetTypeItem,
|
|
31
|
+
AwsLocation,
|
|
42
32
|
ColumnFilterConfiguration,
|
|
43
33
|
ConfigurableEnvironmentAction,
|
|
34
|
+
ConnectionPropertiesOutput,
|
|
35
|
+
ConnectionPropertiesPatch,
|
|
44
36
|
CustomParameter,
|
|
37
|
+
Deployment,
|
|
38
|
+
DeploymentProperties,
|
|
45
39
|
EnvironmentConfiguration,
|
|
46
40
|
EnvironmentConfigurationUserParameter,
|
|
41
|
+
EnvironmentDeploymentDetails,
|
|
47
42
|
EnvironmentParameter,
|
|
43
|
+
FailureCause,
|
|
48
44
|
FormEntryOutput,
|
|
49
45
|
FormOutput,
|
|
46
|
+
GrantedEntity,
|
|
47
|
+
Model,
|
|
50
48
|
PhysicalEndpoint,
|
|
51
49
|
ProjectDeletionError,
|
|
50
|
+
ProvisioningProperties,
|
|
52
51
|
Resource,
|
|
53
52
|
ResourceTag,
|
|
54
53
|
ResourceTagParameter,
|
|
@@ -57,14 +56,15 @@ import {
|
|
|
57
56
|
SubscribedListing,
|
|
58
57
|
SubscribedPrincipal,
|
|
59
58
|
SubscriptionTargetForm,
|
|
59
|
+
UserProfileDetails,
|
|
60
60
|
} from "./models_0";
|
|
61
61
|
import {
|
|
62
|
-
SearchSort,
|
|
63
62
|
DataProductListingItem,
|
|
64
63
|
Filter,
|
|
65
64
|
Import,
|
|
66
65
|
RelationPattern,
|
|
67
66
|
SearchInItem,
|
|
67
|
+
SearchSort,
|
|
68
68
|
} from "./models_1";
|
|
69
69
|
export type SearchResultItem =
|
|
70
70
|
| SearchResultItem.AssetListingMember
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datazone",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datazone",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
59
|
+
"@smithy/util-stream": "^4.5.21",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.2",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|