@aws-sdk/client-datazone 3.485.0 → 3.490.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-cjs/commands/ListSubscriptionTargetsCommand.js +2 -2
- package/dist-cjs/commands/RejectSubscriptionRequestCommand.js +2 -1
- package/dist-cjs/models/models_0.js +22 -3
- package/dist-cjs/models/models_1.js +1 -20
- package/dist-es/commands/ListSubscriptionTargetsCommand.js +1 -1
- package/dist-es/commands/RejectSubscriptionRequestCommand.js +2 -1
- package/dist-es/models/models_0.js +16 -0
- package/dist-es/models/models_1.js +0 -16
- package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +1 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +257 -0
- package/dist-types/models/models_1.d.ts +0 -257
- package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +68 -0
- package/dist-types/ts3.4/models/models_1.d.ts +0 -68
- package/package.json +14 -14
|
@@ -6,7 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
-
const
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
10
10
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
11
|
class ListSubscriptionTargetsCommand extends smithy_client_1.Command
|
|
12
12
|
.classBuilder()
|
|
@@ -21,7 +21,7 @@ class ListSubscriptionTargetsCommand extends smithy_client_1.Command
|
|
|
21
21
|
})
|
|
22
22
|
.s("DataZone", "ListSubscriptionTargets", {})
|
|
23
23
|
.n("DataZoneClient", "ListSubscriptionTargetsCommand")
|
|
24
|
-
.f(void 0,
|
|
24
|
+
.f(void 0, models_0_1.ListSubscriptionTargetsOutputFilterSensitiveLog)
|
|
25
25
|
.ser(Aws_restJson1_1.se_ListSubscriptionTargetsCommand)
|
|
26
26
|
.de(Aws_restJson1_1.de_ListSubscriptionTargetsCommand)
|
|
27
27
|
.build() {
|
|
@@ -6,6 +6,7 @@ const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
|
6
6
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
7
|
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
8
|
const EndpointParameters_1 = require("../endpoint/EndpointParameters");
|
|
9
|
+
const models_0_1 = require("../models/models_0");
|
|
9
10
|
const models_1_1 = require("../models/models_1");
|
|
10
11
|
const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
|
|
11
12
|
class RejectSubscriptionRequestCommand extends smithy_client_1.Command
|
|
@@ -21,7 +22,7 @@ class RejectSubscriptionRequestCommand extends smithy_client_1.Command
|
|
|
21
22
|
})
|
|
22
23
|
.s("DataZone", "RejectSubscriptionRequest", {})
|
|
23
24
|
.n("DataZoneClient", "RejectSubscriptionRequestCommand")
|
|
24
|
-
.f(
|
|
25
|
+
.f(models_0_1.RejectSubscriptionRequestInputFilterSensitiveLog, models_1_1.RejectSubscriptionRequestOutputFilterSensitiveLog)
|
|
25
26
|
.ser(Aws_restJson1_1.se_RejectSubscriptionRequestCommand)
|
|
26
27
|
.de(Aws_restJson1_1.de_RejectSubscriptionRequestCommand)
|
|
27
28
|
.build() {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DataAssetActivityStatus = exports.UserProfileType = exports.UserProfileStatus = exports.UserProfileDetails = exports.UserType = exports.SubscribedPrincipalInput = exports.SubscriptionGrantOverallStatus = exports.GrantedEntity = exports.SubscriptionGrantStatus = exports.GrantedEntityInput = exports.Member = exports.UserDesignation = exports.EntityType = exports.GroupProfileStatus = exports.GlossaryTermStatus = exports.GlossaryStatus = exports.FormTypeStatus = exports.Model = exports.EnvironmentStatus = exports.ProvisioningProperties = exports.DeploymentType = exports.DeploymentStatus = exports.DomainStatus = exports.UserAssignment = exports.DataSourceStatus = exports.DataSourceRunStatus = exports.DataSourceErrorType = exports.DataSourceConfigurationOutput = exports.Timezone = exports.EnableSetting = exports.DataSourceConfigurationInput = exports.RedshiftStorage = exports.FilterExpressionType = exports.ConfigurableActionTypeAuthorization = exports.ChangeAction = exports.SubscriptionStatus = exports.AuthType = exports.ServiceQuotaExceededException = exports.ListingStatus = exports.SubscribedPrincipal = exports.SubscribedListingItem = exports.SubscriptionRequestStatus = exports.ValidationException = exports.UnauthorizedException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.InternalServerException = exports.ConflictException = exports.AccessDeniedException = exports.AcceptRuleBehavior = void 0;
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.ListSubscriptionsOutputFilterSensitiveLog = exports.SubscriptionSummaryFilterSensitiveLog = exports.ListSubscriptionRequestsOutputFilterSensitiveLog = exports.SubscriptionRequestSummaryFilterSensitiveLog = exports.ListProjectsOutputFilterSensitiveLog = exports.ProjectSummaryFilterSensitiveLog = void 0;
|
|
4
|
+
exports.CreateGlossaryTermOutputFilterSensitiveLog = exports.CreateGlossaryTermInputFilterSensitiveLog = exports.CreateGlossaryOutputFilterSensitiveLog = exports.CreateGlossaryInputFilterSensitiveLog = exports.CreateFormTypeOutputFilterSensitiveLog = exports.CreateFormTypeInputFilterSensitiveLog = exports.ModelFilterSensitiveLog = exports.CreateEnvironmentProfileOutputFilterSensitiveLog = exports.CreateEnvironmentProfileInputFilterSensitiveLog = exports.CreateEnvironmentOutputFilterSensitiveLog = exports.CustomParameterFilterSensitiveLog = exports.CreateDataSourceOutputFilterSensitiveLog = exports.CreateDataSourceInputFilterSensitiveLog = exports.ScheduleConfigurationFilterSensitiveLog = exports.CancelSubscriptionOutputFilterSensitiveLog = exports.AssetTypeItemFilterSensitiveLog = exports.GetAssetTypeOutputFilterSensitiveLog = exports.CreateAssetTypeOutputFilterSensitiveLog = exports.FormEntryOutputFilterSensitiveLog = exports.CreateAssetTypeInputFilterSensitiveLog = exports.AssetListingItemFilterSensitiveLog = exports.AssetListingFilterSensitiveLog = exports.AssetItemFilterSensitiveLog = exports.AssetItemAdditionalAttributesFilterSensitiveLog = exports.GetAssetOutputFilterSensitiveLog = exports.CreateAssetRevisionOutputFilterSensitiveLog = exports.CreateAssetRevisionInputFilterSensitiveLog = exports.CreateAssetOutputFilterSensitiveLog = exports.FormOutputFilterSensitiveLog = exports.CreateAssetInputFilterSensitiveLog = exports.FormInputFilterSensitiveLog = exports.AcceptSubscriptionRequestOutputFilterSensitiveLog = exports.SubscribedPrincipalFilterSensitiveLog = exports.SubscribedProjectFilterSensitiveLog = exports.SubscribedListingFilterSensitiveLog = exports.SubscribedListingItemFilterSensitiveLog = exports.SubscribedAssetListingFilterSensitiveLog = exports.DetailedGlossaryTermFilterSensitiveLog = exports.AcceptSubscriptionRequestInputFilterSensitiveLog = exports.RejectRuleBehavior = exports.SortKey = exports.MemberDetails = exports.SortOrder = exports.SortFieldProject = exports.NotificationRole = exports.NotificationResourceType = exports.NotificationType = exports.TaskStatus = exports.ListingItem = exports.DataSourceRunType = void 0;
|
|
5
|
+
exports.ListNotificationsOutputFilterSensitiveLog = exports.NotificationOutputFilterSensitiveLog = exports.GetListingOutputFilterSensitiveLog = exports.ListingItemFilterSensitiveLog = exports.ListEnvironmentsOutputFilterSensitiveLog = exports.EnvironmentSummaryFilterSensitiveLog = exports.ListEnvironmentProfilesOutputFilterSensitiveLog = exports.EnvironmentProfileSummaryFilterSensitiveLog = exports.ListEnvironmentProfilesInputFilterSensitiveLog = exports.ListEnvironmentBlueprintsOutputFilterSensitiveLog = exports.EnvironmentBlueprintSummaryFilterSensitiveLog = exports.ListDataSourceRunActivitiesOutputFilterSensitiveLog = exports.UpdateGlossaryTermOutputFilterSensitiveLog = exports.UpdateGlossaryTermInputFilterSensitiveLog = exports.GetGlossaryTermOutputFilterSensitiveLog = exports.UpdateGlossaryOutputFilterSensitiveLog = exports.UpdateGlossaryInputFilterSensitiveLog = exports.GetGlossaryOutputFilterSensitiveLog = exports.GetUserProfileOutputFilterSensitiveLog = exports.GetSubscriptionTargetOutputFilterSensitiveLog = exports.GetSubscriptionRequestDetailsOutputFilterSensitiveLog = exports.GetSubscriptionOutputFilterSensitiveLog = exports.GetProjectOutputFilterSensitiveLog = exports.GetGroupProfileOutputFilterSensitiveLog = exports.GetEnvironmentProfileOutputFilterSensitiveLog = exports.GetEnvironmentBlueprintOutputFilterSensitiveLog = exports.GetEnvironmentOutputFilterSensitiveLog = exports.GetFormTypeOutputFilterSensitiveLog = exports.ImportFilterSensitiveLog = exports.ListDomainsOutputFilterSensitiveLog = exports.DomainSummaryFilterSensitiveLog = exports.DataSourceRunActivityFilterSensitiveLog = exports.UpdateDataSourceOutputFilterSensitiveLog = exports.UpdateDataSourceInputFilterSensitiveLog = exports.ListDataSourcesOutputFilterSensitiveLog = exports.DataSourceSummaryFilterSensitiveLog = exports.ListDataSourcesInputFilterSensitiveLog = exports.GetDataSourceOutputFilterSensitiveLog = exports.DeleteDataSourceOutputFilterSensitiveLog = exports.DataProductSummaryFilterSensitiveLog = exports.CreateUserProfileOutputFilterSensitiveLog = exports.UserProfileDetailsFilterSensitiveLog = exports.SsoUserProfileDetailsFilterSensitiveLog = exports.CreateSubscriptionTargetOutputFilterSensitiveLog = exports.CreateSubscriptionTargetInputFilterSensitiveLog = exports.CreateSubscriptionRequestOutputFilterSensitiveLog = exports.CreateSubscriptionRequestInputFilterSensitiveLog = exports.CreateProjectOutputFilterSensitiveLog = exports.CreateProjectInputFilterSensitiveLog = exports.CreateGroupProfileOutputFilterSensitiveLog = void 0;
|
|
6
|
+
exports.RejectSubscriptionRequestInputFilterSensitiveLog = exports.ListSubscriptionTargetsOutputFilterSensitiveLog = exports.SubscriptionTargetSummaryFilterSensitiveLog = exports.ListSubscriptionsOutputFilterSensitiveLog = exports.SubscriptionSummaryFilterSensitiveLog = exports.ListSubscriptionRequestsOutputFilterSensitiveLog = exports.SubscriptionRequestSummaryFilterSensitiveLog = exports.ListProjectsOutputFilterSensitiveLog = exports.ProjectSummaryFilterSensitiveLog = exports.ListProjectsInputFilterSensitiveLog = void 0;
|
|
7
7
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
8
8
|
const DataZoneServiceException_1 = require("./DataZoneServiceException");
|
|
9
9
|
exports.AcceptRuleBehavior = {
|
|
@@ -505,6 +505,10 @@ exports.SortKey = {
|
|
|
505
505
|
CREATED_AT: "CREATED_AT",
|
|
506
506
|
UPDATED_AT: "UPDATED_AT",
|
|
507
507
|
};
|
|
508
|
+
exports.RejectRuleBehavior = {
|
|
509
|
+
ALL: "ALL",
|
|
510
|
+
NONE: "NONE",
|
|
511
|
+
};
|
|
508
512
|
const AcceptSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
509
513
|
...obj,
|
|
510
514
|
...(obj.decisionComment && { decisionComment: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -1178,3 +1182,18 @@ const ListSubscriptionsOutputFilterSensitiveLog = (obj) => ({
|
|
|
1178
1182
|
...(obj.items && { items: obj.items.map((item) => (0, exports.SubscriptionSummaryFilterSensitiveLog)(item)) }),
|
|
1179
1183
|
});
|
|
1180
1184
|
exports.ListSubscriptionsOutputFilterSensitiveLog = ListSubscriptionsOutputFilterSensitiveLog;
|
|
1185
|
+
const SubscriptionTargetSummaryFilterSensitiveLog = (obj) => ({
|
|
1186
|
+
...obj,
|
|
1187
|
+
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
1188
|
+
});
|
|
1189
|
+
exports.SubscriptionTargetSummaryFilterSensitiveLog = SubscriptionTargetSummaryFilterSensitiveLog;
|
|
1190
|
+
const ListSubscriptionTargetsOutputFilterSensitiveLog = (obj) => ({
|
|
1191
|
+
...obj,
|
|
1192
|
+
...(obj.items && { items: obj.items.map((item) => (0, exports.SubscriptionTargetSummaryFilterSensitiveLog)(item)) }),
|
|
1193
|
+
});
|
|
1194
|
+
exports.ListSubscriptionTargetsOutputFilterSensitiveLog = ListSubscriptionTargetsOutputFilterSensitiveLog;
|
|
1195
|
+
const RejectSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
1196
|
+
...obj,
|
|
1197
|
+
...(obj.decisionComment && { decisionComment: smithy_client_1.SENSITIVE_STRING }),
|
|
1198
|
+
});
|
|
1199
|
+
exports.RejectSubscriptionRequestInputFilterSensitiveLog = RejectSubscriptionRequestInputFilterSensitiveLog;
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.UpdateUserProfileOutputFilterSensitiveLog = exports.UpdateSubscriptionTargetOutputFilterSensitiveLog = exports.UpdateSubscriptionTargetInputFilterSensitiveLog = exports.UpdateSubscriptionRequestOutputFilterSensitiveLog = exports.UpdateSubscriptionRequestInputFilterSensitiveLog = exports.UpdateProjectOutputFilterSensitiveLog = exports.UpdateProjectInputFilterSensitiveLog = exports.UpdateGroupProfileOutputFilterSensitiveLog = exports.UpdateEnvironmentProfileOutputFilterSensitiveLog = exports.UpdateEnvironmentProfileInputFilterSensitiveLog = exports.UpdateEnvironmentOutputFilterSensitiveLog = exports.SearchUserProfilesOutputFilterSensitiveLog = exports.UserProfileSummaryFilterSensitiveLog = exports.SearchUserProfilesInputFilterSensitiveLog = exports.SearchTypesOutputFilterSensitiveLog = exports.SearchTypesResultItemFilterSensitiveLog = exports.FormTypeDataFilterSensitiveLog = exports.SearchListingsOutputFilterSensitiveLog = exports.SearchResultItemFilterSensitiveLog = exports.SearchGroupProfilesOutputFilterSensitiveLog = exports.GroupProfileSummaryFilterSensitiveLog = exports.SearchGroupProfilesInputFilterSensitiveLog = exports.SearchOutputFilterSensitiveLog = exports.SearchInventoryResultItemFilterSensitiveLog = exports.GlossaryTermItemFilterSensitiveLog = exports.GlossaryItemFilterSensitiveLog = exports.RevokeSubscriptionOutputFilterSensitiveLog = exports.RejectSubscriptionRequestOutputFilterSensitiveLog = exports.
|
|
3
|
+
exports.UpdateUserProfileOutputFilterSensitiveLog = exports.UpdateSubscriptionTargetOutputFilterSensitiveLog = exports.UpdateSubscriptionTargetInputFilterSensitiveLog = exports.UpdateSubscriptionRequestOutputFilterSensitiveLog = exports.UpdateSubscriptionRequestInputFilterSensitiveLog = exports.UpdateProjectOutputFilterSensitiveLog = exports.UpdateProjectInputFilterSensitiveLog = exports.UpdateGroupProfileOutputFilterSensitiveLog = exports.UpdateEnvironmentProfileOutputFilterSensitiveLog = exports.UpdateEnvironmentProfileInputFilterSensitiveLog = exports.UpdateEnvironmentOutputFilterSensitiveLog = exports.SearchUserProfilesOutputFilterSensitiveLog = exports.UserProfileSummaryFilterSensitiveLog = exports.SearchUserProfilesInputFilterSensitiveLog = exports.SearchTypesOutputFilterSensitiveLog = exports.SearchTypesResultItemFilterSensitiveLog = exports.FormTypeDataFilterSensitiveLog = exports.SearchListingsOutputFilterSensitiveLog = exports.SearchResultItemFilterSensitiveLog = exports.SearchGroupProfilesOutputFilterSensitiveLog = exports.GroupProfileSummaryFilterSensitiveLog = exports.SearchGroupProfilesInputFilterSensitiveLog = exports.SearchOutputFilterSensitiveLog = exports.SearchInventoryResultItemFilterSensitiveLog = exports.GlossaryTermItemFilterSensitiveLog = exports.GlossaryItemFilterSensitiveLog = exports.RevokeSubscriptionOutputFilterSensitiveLog = exports.RejectSubscriptionRequestOutputFilterSensitiveLog = exports.FilterClause = exports.UserSearchType = exports.SearchTypesResultItem = exports.TypesSearchScope = exports.SearchResultItem = exports.GroupSearchType = exports.SearchInventoryResultItem = exports.InventorySearchScope = exports.SearchOutputAdditionalAttribute = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const models_0_1 = require("./models_0");
|
|
6
|
-
exports.RejectRuleBehavior = {
|
|
7
|
-
ALL: "ALL",
|
|
8
|
-
NONE: "NONE",
|
|
9
|
-
};
|
|
10
6
|
exports.SearchOutputAdditionalAttribute = {
|
|
11
7
|
FORMS: "FORMS",
|
|
12
8
|
};
|
|
@@ -73,21 +69,6 @@ var FilterClause;
|
|
|
73
69
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
74
70
|
};
|
|
75
71
|
})(FilterClause = exports.FilterClause || (exports.FilterClause = {}));
|
|
76
|
-
const SubscriptionTargetSummaryFilterSensitiveLog = (obj) => ({
|
|
77
|
-
...obj,
|
|
78
|
-
...(obj.name && { name: smithy_client_1.SENSITIVE_STRING }),
|
|
79
|
-
});
|
|
80
|
-
exports.SubscriptionTargetSummaryFilterSensitiveLog = SubscriptionTargetSummaryFilterSensitiveLog;
|
|
81
|
-
const ListSubscriptionTargetsOutputFilterSensitiveLog = (obj) => ({
|
|
82
|
-
...obj,
|
|
83
|
-
...(obj.items && { items: obj.items.map((item) => (0, exports.SubscriptionTargetSummaryFilterSensitiveLog)(item)) }),
|
|
84
|
-
});
|
|
85
|
-
exports.ListSubscriptionTargetsOutputFilterSensitiveLog = ListSubscriptionTargetsOutputFilterSensitiveLog;
|
|
86
|
-
const RejectSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
87
|
-
...obj,
|
|
88
|
-
...(obj.decisionComment && { decisionComment: smithy_client_1.SENSITIVE_STRING }),
|
|
89
|
-
});
|
|
90
|
-
exports.RejectSubscriptionRequestInputFilterSensitiveLog = RejectSubscriptionRequestInputFilterSensitiveLog;
|
|
91
72
|
const RejectSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
|
|
92
73
|
...obj,
|
|
93
74
|
...(obj.requestReason && { requestReason: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { ListSubscriptionTargetsOutputFilterSensitiveLog } from "../models/
|
|
5
|
+
import { ListSubscriptionTargetsOutputFilterSensitiveLog, } from "../models/models_0";
|
|
6
6
|
import { de_ListSubscriptionTargetsCommand, se_ListSubscriptionTargetsCommand } from "../protocols/Aws_restJson1";
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListSubscriptionTargetsCommand extends $Command
|
|
@@ -2,7 +2,8 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
|
2
2
|
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
3
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
4
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
-
import { RejectSubscriptionRequestInputFilterSensitiveLog
|
|
5
|
+
import { RejectSubscriptionRequestInputFilterSensitiveLog } from "../models/models_0";
|
|
6
|
+
import { RejectSubscriptionRequestOutputFilterSensitiveLog } from "../models/models_1";
|
|
6
7
|
import { de_RejectSubscriptionRequestCommand, se_RejectSubscriptionRequestCommand } from "../protocols/Aws_restJson1";
|
|
7
8
|
export { $Command };
|
|
8
9
|
export class RejectSubscriptionRequestCommand extends $Command
|
|
@@ -491,6 +491,10 @@ export const SortKey = {
|
|
|
491
491
|
CREATED_AT: "CREATED_AT",
|
|
492
492
|
UPDATED_AT: "UPDATED_AT",
|
|
493
493
|
};
|
|
494
|
+
export const RejectRuleBehavior = {
|
|
495
|
+
ALL: "ALL",
|
|
496
|
+
NONE: "NONE",
|
|
497
|
+
};
|
|
494
498
|
export const AcceptSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
495
499
|
...obj,
|
|
496
500
|
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
@@ -1068,3 +1072,15 @@ export const ListSubscriptionsOutputFilterSensitiveLog = (obj) => ({
|
|
|
1068
1072
|
...obj,
|
|
1069
1073
|
...(obj.items && { items: obj.items.map((item) => SubscriptionSummaryFilterSensitiveLog(item)) }),
|
|
1070
1074
|
});
|
|
1075
|
+
export const SubscriptionTargetSummaryFilterSensitiveLog = (obj) => ({
|
|
1076
|
+
...obj,
|
|
1077
|
+
...(obj.name && { name: SENSITIVE_STRING }),
|
|
1078
|
+
});
|
|
1079
|
+
export const ListSubscriptionTargetsOutputFilterSensitiveLog = (obj) => ({
|
|
1080
|
+
...obj,
|
|
1081
|
+
...(obj.items && { items: obj.items.map((item) => SubscriptionTargetSummaryFilterSensitiveLog(item)) }),
|
|
1082
|
+
});
|
|
1083
|
+
export const RejectSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
1084
|
+
...obj,
|
|
1085
|
+
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
1086
|
+
});
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { AssetItemFilterSensitiveLog, AssetListingItemFilterSensitiveLog, AssetTypeItemFilterSensitiveLog, CustomParameterFilterSensitiveLog, DataProductSummaryFilterSensitiveLog, ImportFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, UserProfileDetailsFilterSensitiveLog, } from "./models_0";
|
|
3
|
-
export const RejectRuleBehavior = {
|
|
4
|
-
ALL: "ALL",
|
|
5
|
-
NONE: "NONE",
|
|
6
|
-
};
|
|
7
3
|
export const SearchOutputAdditionalAttribute = {
|
|
8
4
|
FORMS: "FORMS",
|
|
9
5
|
};
|
|
@@ -70,18 +66,6 @@ export var FilterClause;
|
|
|
70
66
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
71
67
|
};
|
|
72
68
|
})(FilterClause || (FilterClause = {}));
|
|
73
|
-
export const SubscriptionTargetSummaryFilterSensitiveLog = (obj) => ({
|
|
74
|
-
...obj,
|
|
75
|
-
...(obj.name && { name: SENSITIVE_STRING }),
|
|
76
|
-
});
|
|
77
|
-
export const ListSubscriptionTargetsOutputFilterSensitiveLog = (obj) => ({
|
|
78
|
-
...obj,
|
|
79
|
-
...(obj.items && { items: obj.items.map((item) => SubscriptionTargetSummaryFilterSensitiveLog(item)) }),
|
|
80
|
-
});
|
|
81
|
-
export const RejectSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
|
|
82
|
-
...obj,
|
|
83
|
-
...(obj.decisionComment && { decisionComment: SENSITIVE_STRING }),
|
|
84
|
-
});
|
|
85
69
|
export const RejectSubscriptionRequestOutputFilterSensitiveLog = (obj) => ({
|
|
86
70
|
...obj,
|
|
87
71
|
...(obj.requestReason && { requestReason: SENSITIVE_STRING }),
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { ListSubscriptionTargetsInput } from "../models/models_0";
|
|
5
|
-
import { ListSubscriptionTargetsOutput } from "../models/models_1";
|
|
4
|
+
import { ListSubscriptionTargetsInput, ListSubscriptionTargetsOutput } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { RejectPredictionsInput, RejectPredictionsOutput } from "../models/
|
|
4
|
+
import { RejectPredictionsInput, RejectPredictionsOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
|
|
4
|
-
import { RejectSubscriptionRequestInput
|
|
4
|
+
import { RejectSubscriptionRequestInput } from "../models/models_0";
|
|
5
|
+
import { RejectSubscriptionRequestOutput } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -9153,6 +9153,251 @@ export interface ListSubscriptionTargetsInput {
|
|
|
9153
9153
|
*/
|
|
9154
9154
|
nextToken?: string;
|
|
9155
9155
|
}
|
|
9156
|
+
/**
|
|
9157
|
+
* @public
|
|
9158
|
+
* <p>The details of the subscription target.</p>
|
|
9159
|
+
*/
|
|
9160
|
+
export interface SubscriptionTargetSummary {
|
|
9161
|
+
/**
|
|
9162
|
+
* @public
|
|
9163
|
+
* <p>The identifier of the subscription target.</p>
|
|
9164
|
+
*/
|
|
9165
|
+
id: string | undefined;
|
|
9166
|
+
/**
|
|
9167
|
+
* @public
|
|
9168
|
+
* <p>The authorized principals included in the subscription target.</p>
|
|
9169
|
+
*/
|
|
9170
|
+
authorizedPrincipals: string[] | undefined;
|
|
9171
|
+
/**
|
|
9172
|
+
* @public
|
|
9173
|
+
* <p>The identifier of the Amazon DataZone domain in which the subscription target exists.</p>
|
|
9174
|
+
*/
|
|
9175
|
+
domainId: string | undefined;
|
|
9176
|
+
/**
|
|
9177
|
+
* @public
|
|
9178
|
+
* <p>The identifier of the project specified in the subscription target.</p>
|
|
9179
|
+
*/
|
|
9180
|
+
projectId: string | undefined;
|
|
9181
|
+
/**
|
|
9182
|
+
* @public
|
|
9183
|
+
* <p>The identifier of the environment of the subscription target.</p>
|
|
9184
|
+
*/
|
|
9185
|
+
environmentId: string | undefined;
|
|
9186
|
+
/**
|
|
9187
|
+
* @public
|
|
9188
|
+
* <p>The name of the subscription target.</p>
|
|
9189
|
+
*/
|
|
9190
|
+
name: string | undefined;
|
|
9191
|
+
/**
|
|
9192
|
+
* @public
|
|
9193
|
+
* <p>The type of the subscription target.</p>
|
|
9194
|
+
*/
|
|
9195
|
+
type: string | undefined;
|
|
9196
|
+
/**
|
|
9197
|
+
* @public
|
|
9198
|
+
* <p>The Amazon DataZone user who created the subscription target.</p>
|
|
9199
|
+
*/
|
|
9200
|
+
createdBy: string | undefined;
|
|
9201
|
+
/**
|
|
9202
|
+
* @public
|
|
9203
|
+
* <p>The Amazon DataZone user who updated the subscription target.</p>
|
|
9204
|
+
*/
|
|
9205
|
+
updatedBy?: string;
|
|
9206
|
+
/**
|
|
9207
|
+
* @public
|
|
9208
|
+
* <p>The timestamp of when the subscription target was created.</p>
|
|
9209
|
+
*/
|
|
9210
|
+
createdAt: Date | undefined;
|
|
9211
|
+
/**
|
|
9212
|
+
* @public
|
|
9213
|
+
* <p>The timestamp of when the subscription target was updated.</p>
|
|
9214
|
+
*/
|
|
9215
|
+
updatedAt?: Date;
|
|
9216
|
+
/**
|
|
9217
|
+
* @public
|
|
9218
|
+
* <p>The manage access role specified in the subscription target.</p>
|
|
9219
|
+
*/
|
|
9220
|
+
manageAccessRole: string | undefined;
|
|
9221
|
+
/**
|
|
9222
|
+
* @public
|
|
9223
|
+
* <p>The asset types included in the subscription target.</p>
|
|
9224
|
+
*/
|
|
9225
|
+
applicableAssetTypes: string[] | undefined;
|
|
9226
|
+
/**
|
|
9227
|
+
* @public
|
|
9228
|
+
* <p>The configuration of the subscription target.</p>
|
|
9229
|
+
*/
|
|
9230
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
9231
|
+
/**
|
|
9232
|
+
* @public
|
|
9233
|
+
* <p>The provider of the subscription target.</p>
|
|
9234
|
+
*/
|
|
9235
|
+
provider: string | undefined;
|
|
9236
|
+
}
|
|
9237
|
+
/**
|
|
9238
|
+
* @public
|
|
9239
|
+
*/
|
|
9240
|
+
export interface ListSubscriptionTargetsOutput {
|
|
9241
|
+
/**
|
|
9242
|
+
* @public
|
|
9243
|
+
* <p>The results of the <code>ListSubscriptionTargets</code> action.</p>
|
|
9244
|
+
*/
|
|
9245
|
+
items: SubscriptionTargetSummary[] | undefined;
|
|
9246
|
+
/**
|
|
9247
|
+
* @public
|
|
9248
|
+
* <p>When the number of subscription targets is greater than the default value for the
|
|
9249
|
+
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
9250
|
+
* <code>MaxResults</code> that is less than the number of subscription targets, the
|
|
9251
|
+
* response includes a pagination token named <code>NextToken</code>. You can specify this
|
|
9252
|
+
* <code>NextToken</code> value in a subsequent call to
|
|
9253
|
+
* <code>ListSubscriptionTargets</code> to list the next set of subscription
|
|
9254
|
+
* targets.</p>
|
|
9255
|
+
*/
|
|
9256
|
+
nextToken?: string;
|
|
9257
|
+
}
|
|
9258
|
+
/**
|
|
9259
|
+
* @public
|
|
9260
|
+
*/
|
|
9261
|
+
export interface ListTagsForResourceRequest {
|
|
9262
|
+
/**
|
|
9263
|
+
* @public
|
|
9264
|
+
* <p>The ARN of the resource whose tags you want to list.</p>
|
|
9265
|
+
*/
|
|
9266
|
+
resourceArn: string | undefined;
|
|
9267
|
+
}
|
|
9268
|
+
/**
|
|
9269
|
+
* @public
|
|
9270
|
+
*/
|
|
9271
|
+
export interface ListTagsForResourceResponse {
|
|
9272
|
+
/**
|
|
9273
|
+
* @public
|
|
9274
|
+
* <p>The tags of the specified resource.</p>
|
|
9275
|
+
*/
|
|
9276
|
+
tags?: Record<string, string>;
|
|
9277
|
+
}
|
|
9278
|
+
/**
|
|
9279
|
+
* @public
|
|
9280
|
+
* <p>The details of the automatically generated business metadata that is rejected.</p>
|
|
9281
|
+
*/
|
|
9282
|
+
export interface RejectChoice {
|
|
9283
|
+
/**
|
|
9284
|
+
* @public
|
|
9285
|
+
* <p>Specifies the target (for example, a column name) where a prediction can be
|
|
9286
|
+
* rejected.</p>
|
|
9287
|
+
*/
|
|
9288
|
+
predictionTarget?: string;
|
|
9289
|
+
/**
|
|
9290
|
+
* @public
|
|
9291
|
+
* <p>Specifies the the automatically generated business metadata that can be rejected.</p>
|
|
9292
|
+
*/
|
|
9293
|
+
predictionChoices?: number[];
|
|
9294
|
+
}
|
|
9295
|
+
/**
|
|
9296
|
+
* @public
|
|
9297
|
+
* @enum
|
|
9298
|
+
*/
|
|
9299
|
+
export declare const RejectRuleBehavior: {
|
|
9300
|
+
readonly ALL: "ALL";
|
|
9301
|
+
readonly NONE: "NONE";
|
|
9302
|
+
};
|
|
9303
|
+
/**
|
|
9304
|
+
* @public
|
|
9305
|
+
*/
|
|
9306
|
+
export type RejectRuleBehavior = (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
|
|
9307
|
+
/**
|
|
9308
|
+
* @public
|
|
9309
|
+
* <p>Specifies the rule and the threshold under which a prediction can be rejected.</p>
|
|
9310
|
+
*/
|
|
9311
|
+
export interface RejectRule {
|
|
9312
|
+
/**
|
|
9313
|
+
* @public
|
|
9314
|
+
* <p>Specifies whether you want to reject the top prediction for all targets or none.</p>
|
|
9315
|
+
*/
|
|
9316
|
+
rule?: RejectRuleBehavior;
|
|
9317
|
+
/**
|
|
9318
|
+
* @public
|
|
9319
|
+
* <p>The confidence score that specifies the condition at which a prediction can be
|
|
9320
|
+
* rejected.</p>
|
|
9321
|
+
*/
|
|
9322
|
+
threshold?: number;
|
|
9323
|
+
}
|
|
9324
|
+
/**
|
|
9325
|
+
* @public
|
|
9326
|
+
*/
|
|
9327
|
+
export interface RejectPredictionsInput {
|
|
9328
|
+
/**
|
|
9329
|
+
* @public
|
|
9330
|
+
* <p>The identifier of the Amazon DataZone domain.</p>
|
|
9331
|
+
*/
|
|
9332
|
+
domainIdentifier: string | undefined;
|
|
9333
|
+
/**
|
|
9334
|
+
* @public
|
|
9335
|
+
* <p>The identifier of the prediction.</p>
|
|
9336
|
+
*/
|
|
9337
|
+
identifier: string | undefined;
|
|
9338
|
+
/**
|
|
9339
|
+
* @public
|
|
9340
|
+
* <p/>
|
|
9341
|
+
*/
|
|
9342
|
+
revision?: string;
|
|
9343
|
+
/**
|
|
9344
|
+
* @public
|
|
9345
|
+
* <p/>
|
|
9346
|
+
*/
|
|
9347
|
+
rejectRule?: RejectRule;
|
|
9348
|
+
/**
|
|
9349
|
+
* @public
|
|
9350
|
+
* <p/>
|
|
9351
|
+
*/
|
|
9352
|
+
rejectChoices?: RejectChoice[];
|
|
9353
|
+
/**
|
|
9354
|
+
* @public
|
|
9355
|
+
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
|
|
9356
|
+
* request.</p>
|
|
9357
|
+
*/
|
|
9358
|
+
clientToken?: string;
|
|
9359
|
+
}
|
|
9360
|
+
/**
|
|
9361
|
+
* @public
|
|
9362
|
+
*/
|
|
9363
|
+
export interface RejectPredictionsOutput {
|
|
9364
|
+
/**
|
|
9365
|
+
* @public
|
|
9366
|
+
* <p/>
|
|
9367
|
+
*/
|
|
9368
|
+
domainId: string | undefined;
|
|
9369
|
+
/**
|
|
9370
|
+
* @public
|
|
9371
|
+
* <p/>
|
|
9372
|
+
*/
|
|
9373
|
+
assetId: string | undefined;
|
|
9374
|
+
/**
|
|
9375
|
+
* @public
|
|
9376
|
+
* <p/>
|
|
9377
|
+
*/
|
|
9378
|
+
assetRevision: string | undefined;
|
|
9379
|
+
}
|
|
9380
|
+
/**
|
|
9381
|
+
* @public
|
|
9382
|
+
*/
|
|
9383
|
+
export interface RejectSubscriptionRequestInput {
|
|
9384
|
+
/**
|
|
9385
|
+
* @public
|
|
9386
|
+
* <p>The identifier of the Amazon DataZone domain in which the subscription request was
|
|
9387
|
+
* rejected.</p>
|
|
9388
|
+
*/
|
|
9389
|
+
domainIdentifier: string | undefined;
|
|
9390
|
+
/**
|
|
9391
|
+
* @public
|
|
9392
|
+
* <p>The identifier of the subscription request that was rejected.</p>
|
|
9393
|
+
*/
|
|
9394
|
+
identifier: string | undefined;
|
|
9395
|
+
/**
|
|
9396
|
+
* @public
|
|
9397
|
+
* <p>The decision comment of the rejected subscription request.</p>
|
|
9398
|
+
*/
|
|
9399
|
+
decisionComment?: string;
|
|
9400
|
+
}
|
|
9156
9401
|
/**
|
|
9157
9402
|
* @internal
|
|
9158
9403
|
*/
|
|
@@ -9537,3 +9782,15 @@ export declare const SubscriptionSummaryFilterSensitiveLog: (obj: SubscriptionSu
|
|
|
9537
9782
|
* @internal
|
|
9538
9783
|
*/
|
|
9539
9784
|
export declare const ListSubscriptionsOutputFilterSensitiveLog: (obj: ListSubscriptionsOutput) => any;
|
|
9785
|
+
/**
|
|
9786
|
+
* @internal
|
|
9787
|
+
*/
|
|
9788
|
+
export declare const SubscriptionTargetSummaryFilterSensitiveLog: (obj: SubscriptionTargetSummary) => any;
|
|
9789
|
+
/**
|
|
9790
|
+
* @internal
|
|
9791
|
+
*/
|
|
9792
|
+
export declare const ListSubscriptionTargetsOutputFilterSensitiveLog: (obj: ListSubscriptionTargetsOutput) => any;
|
|
9793
|
+
/**
|
|
9794
|
+
* @internal
|
|
9795
|
+
*/
|
|
9796
|
+
export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (obj: RejectSubscriptionRequestInput) => any;
|
|
@@ -1,249 +1,4 @@
|
|
|
1
1
|
import { AssetItem, AssetListingItem, AssetTypeItem, ConfigurableEnvironmentAction, CustomParameter, DataProductSummary, Deployment, DeploymentProperties, EnvironmentParameter, EnvironmentStatus, FailureCause, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Import, Model, ProvisioningProperties, Resource, SortOrder, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, SubscriptionTargetForm, TermRelations, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_0";
|
|
2
|
-
/**
|
|
3
|
-
* @public
|
|
4
|
-
* <p>The details of the subscription target.</p>
|
|
5
|
-
*/
|
|
6
|
-
export interface SubscriptionTargetSummary {
|
|
7
|
-
/**
|
|
8
|
-
* @public
|
|
9
|
-
* <p>The identifier of the subscription target.</p>
|
|
10
|
-
*/
|
|
11
|
-
id: string | undefined;
|
|
12
|
-
/**
|
|
13
|
-
* @public
|
|
14
|
-
* <p>The authorized principals included in the subscription target.</p>
|
|
15
|
-
*/
|
|
16
|
-
authorizedPrincipals: string[] | undefined;
|
|
17
|
-
/**
|
|
18
|
-
* @public
|
|
19
|
-
* <p>The identifier of the Amazon DataZone domain in which the subscription target exists.</p>
|
|
20
|
-
*/
|
|
21
|
-
domainId: string | undefined;
|
|
22
|
-
/**
|
|
23
|
-
* @public
|
|
24
|
-
* <p>The identifier of the project specified in the subscription target.</p>
|
|
25
|
-
*/
|
|
26
|
-
projectId: string | undefined;
|
|
27
|
-
/**
|
|
28
|
-
* @public
|
|
29
|
-
* <p>The identifier of the environment of the subscription target.</p>
|
|
30
|
-
*/
|
|
31
|
-
environmentId: string | undefined;
|
|
32
|
-
/**
|
|
33
|
-
* @public
|
|
34
|
-
* <p>The name of the subscription target.</p>
|
|
35
|
-
*/
|
|
36
|
-
name: string | undefined;
|
|
37
|
-
/**
|
|
38
|
-
* @public
|
|
39
|
-
* <p>The type of the subscription target.</p>
|
|
40
|
-
*/
|
|
41
|
-
type: string | undefined;
|
|
42
|
-
/**
|
|
43
|
-
* @public
|
|
44
|
-
* <p>The Amazon DataZone user who created the subscription target.</p>
|
|
45
|
-
*/
|
|
46
|
-
createdBy: string | undefined;
|
|
47
|
-
/**
|
|
48
|
-
* @public
|
|
49
|
-
* <p>The Amazon DataZone user who updated the subscription target.</p>
|
|
50
|
-
*/
|
|
51
|
-
updatedBy?: string;
|
|
52
|
-
/**
|
|
53
|
-
* @public
|
|
54
|
-
* <p>The timestamp of when the subscription target was created.</p>
|
|
55
|
-
*/
|
|
56
|
-
createdAt: Date | undefined;
|
|
57
|
-
/**
|
|
58
|
-
* @public
|
|
59
|
-
* <p>The timestamp of when the subscription target was updated.</p>
|
|
60
|
-
*/
|
|
61
|
-
updatedAt?: Date;
|
|
62
|
-
/**
|
|
63
|
-
* @public
|
|
64
|
-
* <p>The manage access role specified in the subscription target.</p>
|
|
65
|
-
*/
|
|
66
|
-
manageAccessRole: string | undefined;
|
|
67
|
-
/**
|
|
68
|
-
* @public
|
|
69
|
-
* <p>The asset types included in the subscription target.</p>
|
|
70
|
-
*/
|
|
71
|
-
applicableAssetTypes: string[] | undefined;
|
|
72
|
-
/**
|
|
73
|
-
* @public
|
|
74
|
-
* <p>The configuration of the subscription target.</p>
|
|
75
|
-
*/
|
|
76
|
-
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
77
|
-
/**
|
|
78
|
-
* @public
|
|
79
|
-
* <p>The provider of the subscription target.</p>
|
|
80
|
-
*/
|
|
81
|
-
provider: string | undefined;
|
|
82
|
-
}
|
|
83
|
-
/**
|
|
84
|
-
* @public
|
|
85
|
-
*/
|
|
86
|
-
export interface ListSubscriptionTargetsOutput {
|
|
87
|
-
/**
|
|
88
|
-
* @public
|
|
89
|
-
* <p>The results of the <code>ListSubscriptionTargets</code> action.</p>
|
|
90
|
-
*/
|
|
91
|
-
items: SubscriptionTargetSummary[] | undefined;
|
|
92
|
-
/**
|
|
93
|
-
* @public
|
|
94
|
-
* <p>When the number of subscription targets is greater than the default value for the
|
|
95
|
-
* <code>MaxResults</code> parameter, or if you explicitly specify a value for
|
|
96
|
-
* <code>MaxResults</code> that is less than the number of subscription targets, the
|
|
97
|
-
* response includes a pagination token named <code>NextToken</code>. You can specify this
|
|
98
|
-
* <code>NextToken</code> value in a subsequent call to
|
|
99
|
-
* <code>ListSubscriptionTargets</code> to list the next set of subscription
|
|
100
|
-
* targets.</p>
|
|
101
|
-
*/
|
|
102
|
-
nextToken?: string;
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* @public
|
|
106
|
-
*/
|
|
107
|
-
export interface ListTagsForResourceRequest {
|
|
108
|
-
/**
|
|
109
|
-
* @public
|
|
110
|
-
* <p>The ARN of the resource whose tags you want to list.</p>
|
|
111
|
-
*/
|
|
112
|
-
resourceArn: string | undefined;
|
|
113
|
-
}
|
|
114
|
-
/**
|
|
115
|
-
* @public
|
|
116
|
-
*/
|
|
117
|
-
export interface ListTagsForResourceResponse {
|
|
118
|
-
/**
|
|
119
|
-
* @public
|
|
120
|
-
* <p>The tags of the specified resource.</p>
|
|
121
|
-
*/
|
|
122
|
-
tags?: Record<string, string>;
|
|
123
|
-
}
|
|
124
|
-
/**
|
|
125
|
-
* @public
|
|
126
|
-
* <p>The details of the automatically generated business metadata that is rejected.</p>
|
|
127
|
-
*/
|
|
128
|
-
export interface RejectChoice {
|
|
129
|
-
/**
|
|
130
|
-
* @public
|
|
131
|
-
* <p>Specifies the target (for example, a column name) where a prediction can be
|
|
132
|
-
* rejected.</p>
|
|
133
|
-
*/
|
|
134
|
-
predictionTarget?: string;
|
|
135
|
-
/**
|
|
136
|
-
* @public
|
|
137
|
-
* <p>Specifies the the automatically generated business metadata that can be rejected.</p>
|
|
138
|
-
*/
|
|
139
|
-
predictionChoices?: number[];
|
|
140
|
-
}
|
|
141
|
-
/**
|
|
142
|
-
* @public
|
|
143
|
-
* @enum
|
|
144
|
-
*/
|
|
145
|
-
export declare const RejectRuleBehavior: {
|
|
146
|
-
readonly ALL: "ALL";
|
|
147
|
-
readonly NONE: "NONE";
|
|
148
|
-
};
|
|
149
|
-
/**
|
|
150
|
-
* @public
|
|
151
|
-
*/
|
|
152
|
-
export type RejectRuleBehavior = (typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
|
|
153
|
-
/**
|
|
154
|
-
* @public
|
|
155
|
-
* <p>Specifies the rule and the threshold under which a prediction can be rejected.</p>
|
|
156
|
-
*/
|
|
157
|
-
export interface RejectRule {
|
|
158
|
-
/**
|
|
159
|
-
* @public
|
|
160
|
-
* <p>Specifies whether you want to reject the top prediction for all targets or none.</p>
|
|
161
|
-
*/
|
|
162
|
-
rule?: RejectRuleBehavior;
|
|
163
|
-
/**
|
|
164
|
-
* @public
|
|
165
|
-
* <p>The confidence score that specifies the condition at which a prediction can be
|
|
166
|
-
* rejected.</p>
|
|
167
|
-
*/
|
|
168
|
-
threshold?: number;
|
|
169
|
-
}
|
|
170
|
-
/**
|
|
171
|
-
* @public
|
|
172
|
-
*/
|
|
173
|
-
export interface RejectPredictionsInput {
|
|
174
|
-
/**
|
|
175
|
-
* @public
|
|
176
|
-
* <p>The identifier of the Amazon DataZone domain.</p>
|
|
177
|
-
*/
|
|
178
|
-
domainIdentifier: string | undefined;
|
|
179
|
-
/**
|
|
180
|
-
* @public
|
|
181
|
-
* <p>The identifier of the prediction.</p>
|
|
182
|
-
*/
|
|
183
|
-
identifier: string | undefined;
|
|
184
|
-
/**
|
|
185
|
-
* @public
|
|
186
|
-
* <p/>
|
|
187
|
-
*/
|
|
188
|
-
revision?: string;
|
|
189
|
-
/**
|
|
190
|
-
* @public
|
|
191
|
-
* <p/>
|
|
192
|
-
*/
|
|
193
|
-
rejectRule?: RejectRule;
|
|
194
|
-
/**
|
|
195
|
-
* @public
|
|
196
|
-
* <p/>
|
|
197
|
-
*/
|
|
198
|
-
rejectChoices?: RejectChoice[];
|
|
199
|
-
/**
|
|
200
|
-
* @public
|
|
201
|
-
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the
|
|
202
|
-
* request.</p>
|
|
203
|
-
*/
|
|
204
|
-
clientToken?: string;
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* @public
|
|
208
|
-
*/
|
|
209
|
-
export interface RejectPredictionsOutput {
|
|
210
|
-
/**
|
|
211
|
-
* @public
|
|
212
|
-
* <p/>
|
|
213
|
-
*/
|
|
214
|
-
domainId: string | undefined;
|
|
215
|
-
/**
|
|
216
|
-
* @public
|
|
217
|
-
* <p/>
|
|
218
|
-
*/
|
|
219
|
-
assetId: string | undefined;
|
|
220
|
-
/**
|
|
221
|
-
* @public
|
|
222
|
-
* <p/>
|
|
223
|
-
*/
|
|
224
|
-
assetRevision: string | undefined;
|
|
225
|
-
}
|
|
226
|
-
/**
|
|
227
|
-
* @public
|
|
228
|
-
*/
|
|
229
|
-
export interface RejectSubscriptionRequestInput {
|
|
230
|
-
/**
|
|
231
|
-
* @public
|
|
232
|
-
* <p>The identifier of the Amazon DataZone domain in which the subscription request was
|
|
233
|
-
* rejected.</p>
|
|
234
|
-
*/
|
|
235
|
-
domainIdentifier: string | undefined;
|
|
236
|
-
/**
|
|
237
|
-
* @public
|
|
238
|
-
* <p>The identifier of the subscription request that was rejected.</p>
|
|
239
|
-
*/
|
|
240
|
-
identifier: string | undefined;
|
|
241
|
-
/**
|
|
242
|
-
* @public
|
|
243
|
-
* <p>The decision comment of the rejected subscription request.</p>
|
|
244
|
-
*/
|
|
245
|
-
decisionComment?: string;
|
|
246
|
-
}
|
|
247
2
|
/**
|
|
248
3
|
* @public
|
|
249
4
|
*/
|
|
@@ -2133,18 +1888,6 @@ export interface SearchTypesInput {
|
|
|
2133
1888
|
*/
|
|
2134
1889
|
managed: boolean | undefined;
|
|
2135
1890
|
}
|
|
2136
|
-
/**
|
|
2137
|
-
* @internal
|
|
2138
|
-
*/
|
|
2139
|
-
export declare const SubscriptionTargetSummaryFilterSensitiveLog: (obj: SubscriptionTargetSummary) => any;
|
|
2140
|
-
/**
|
|
2141
|
-
* @internal
|
|
2142
|
-
*/
|
|
2143
|
-
export declare const ListSubscriptionTargetsOutputFilterSensitiveLog: (obj: ListSubscriptionTargetsOutput) => any;
|
|
2144
|
-
/**
|
|
2145
|
-
* @internal
|
|
2146
|
-
*/
|
|
2147
|
-
export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (obj: RejectSubscriptionRequestInput) => any;
|
|
2148
1891
|
/**
|
|
2149
1892
|
* @internal
|
|
2150
1893
|
*/
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
ListSubscriptionTargetsInput,
|
|
10
|
+
ListSubscriptionTargetsOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
10
12
|
export { __MetadataBearer, $Command };
|
|
11
13
|
export interface ListSubscriptionTargetsCommandInput
|
|
12
14
|
extends ListSubscriptionTargetsInput {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface ListTagsForResourceCommandInput
|
|
14
14
|
extends ListTagsForResourceRequest {}
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
RejectPredictionsInput,
|
|
10
10
|
RejectPredictionsOutput,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_0";
|
|
12
12
|
export { __MetadataBearer, $Command };
|
|
13
13
|
export interface RejectPredictionsCommandInput extends RejectPredictionsInput {}
|
|
14
14
|
export interface RejectPredictionsCommandOutput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
RejectSubscriptionRequestOutput,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { RejectSubscriptionRequestInput } from "../models/models_0";
|
|
9
|
+
import { RejectSubscriptionRequestOutput } from "../models/models_1";
|
|
12
10
|
export { __MetadataBearer, $Command };
|
|
13
11
|
export interface RejectSubscriptionRequestCommandInput
|
|
14
12
|
extends RejectSubscriptionRequestInput {}
|
|
@@ -2426,6 +2426,65 @@ export interface ListSubscriptionTargetsInput {
|
|
|
2426
2426
|
maxResults?: number;
|
|
2427
2427
|
nextToken?: string;
|
|
2428
2428
|
}
|
|
2429
|
+
export interface SubscriptionTargetSummary {
|
|
2430
|
+
id: string | undefined;
|
|
2431
|
+
authorizedPrincipals: string[] | undefined;
|
|
2432
|
+
domainId: string | undefined;
|
|
2433
|
+
projectId: string | undefined;
|
|
2434
|
+
environmentId: string | undefined;
|
|
2435
|
+
name: string | undefined;
|
|
2436
|
+
type: string | undefined;
|
|
2437
|
+
createdBy: string | undefined;
|
|
2438
|
+
updatedBy?: string;
|
|
2439
|
+
createdAt: Date | undefined;
|
|
2440
|
+
updatedAt?: Date;
|
|
2441
|
+
manageAccessRole: string | undefined;
|
|
2442
|
+
applicableAssetTypes: string[] | undefined;
|
|
2443
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
2444
|
+
provider: string | undefined;
|
|
2445
|
+
}
|
|
2446
|
+
export interface ListSubscriptionTargetsOutput {
|
|
2447
|
+
items: SubscriptionTargetSummary[] | undefined;
|
|
2448
|
+
nextToken?: string;
|
|
2449
|
+
}
|
|
2450
|
+
export interface ListTagsForResourceRequest {
|
|
2451
|
+
resourceArn: string | undefined;
|
|
2452
|
+
}
|
|
2453
|
+
export interface ListTagsForResourceResponse {
|
|
2454
|
+
tags?: Record<string, string>;
|
|
2455
|
+
}
|
|
2456
|
+
export interface RejectChoice {
|
|
2457
|
+
predictionTarget?: string;
|
|
2458
|
+
predictionChoices?: number[];
|
|
2459
|
+
}
|
|
2460
|
+
export declare const RejectRuleBehavior: {
|
|
2461
|
+
readonly ALL: "ALL";
|
|
2462
|
+
readonly NONE: "NONE";
|
|
2463
|
+
};
|
|
2464
|
+
export type RejectRuleBehavior =
|
|
2465
|
+
(typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
|
|
2466
|
+
export interface RejectRule {
|
|
2467
|
+
rule?: RejectRuleBehavior;
|
|
2468
|
+
threshold?: number;
|
|
2469
|
+
}
|
|
2470
|
+
export interface RejectPredictionsInput {
|
|
2471
|
+
domainIdentifier: string | undefined;
|
|
2472
|
+
identifier: string | undefined;
|
|
2473
|
+
revision?: string;
|
|
2474
|
+
rejectRule?: RejectRule;
|
|
2475
|
+
rejectChoices?: RejectChoice[];
|
|
2476
|
+
clientToken?: string;
|
|
2477
|
+
}
|
|
2478
|
+
export interface RejectPredictionsOutput {
|
|
2479
|
+
domainId: string | undefined;
|
|
2480
|
+
assetId: string | undefined;
|
|
2481
|
+
assetRevision: string | undefined;
|
|
2482
|
+
}
|
|
2483
|
+
export interface RejectSubscriptionRequestInput {
|
|
2484
|
+
domainIdentifier: string | undefined;
|
|
2485
|
+
identifier: string | undefined;
|
|
2486
|
+
decisionComment?: string;
|
|
2487
|
+
}
|
|
2429
2488
|
export declare const AcceptSubscriptionRequestInputFilterSensitiveLog: (
|
|
2430
2489
|
obj: AcceptSubscriptionRequestInput
|
|
2431
2490
|
) => any;
|
|
@@ -2700,3 +2759,12 @@ export declare const SubscriptionSummaryFilterSensitiveLog: (
|
|
|
2700
2759
|
export declare const ListSubscriptionsOutputFilterSensitiveLog: (
|
|
2701
2760
|
obj: ListSubscriptionsOutput
|
|
2702
2761
|
) => any;
|
|
2762
|
+
export declare const SubscriptionTargetSummaryFilterSensitiveLog: (
|
|
2763
|
+
obj: SubscriptionTargetSummary
|
|
2764
|
+
) => any;
|
|
2765
|
+
export declare const ListSubscriptionTargetsOutputFilterSensitiveLog: (
|
|
2766
|
+
obj: ListSubscriptionTargetsOutput
|
|
2767
|
+
) => any;
|
|
2768
|
+
export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (
|
|
2769
|
+
obj: RejectSubscriptionRequestInput
|
|
2770
|
+
) => any;
|
|
@@ -33,65 +33,6 @@ import {
|
|
|
33
33
|
UserProfileStatus,
|
|
34
34
|
UserProfileType,
|
|
35
35
|
} from "./models_0";
|
|
36
|
-
export interface SubscriptionTargetSummary {
|
|
37
|
-
id: string | undefined;
|
|
38
|
-
authorizedPrincipals: string[] | undefined;
|
|
39
|
-
domainId: string | undefined;
|
|
40
|
-
projectId: string | undefined;
|
|
41
|
-
environmentId: string | undefined;
|
|
42
|
-
name: string | undefined;
|
|
43
|
-
type: string | undefined;
|
|
44
|
-
createdBy: string | undefined;
|
|
45
|
-
updatedBy?: string;
|
|
46
|
-
createdAt: Date | undefined;
|
|
47
|
-
updatedAt?: Date;
|
|
48
|
-
manageAccessRole: string | undefined;
|
|
49
|
-
applicableAssetTypes: string[] | undefined;
|
|
50
|
-
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
51
|
-
provider: string | undefined;
|
|
52
|
-
}
|
|
53
|
-
export interface ListSubscriptionTargetsOutput {
|
|
54
|
-
items: SubscriptionTargetSummary[] | undefined;
|
|
55
|
-
nextToken?: string;
|
|
56
|
-
}
|
|
57
|
-
export interface ListTagsForResourceRequest {
|
|
58
|
-
resourceArn: string | undefined;
|
|
59
|
-
}
|
|
60
|
-
export interface ListTagsForResourceResponse {
|
|
61
|
-
tags?: Record<string, string>;
|
|
62
|
-
}
|
|
63
|
-
export interface RejectChoice {
|
|
64
|
-
predictionTarget?: string;
|
|
65
|
-
predictionChoices?: number[];
|
|
66
|
-
}
|
|
67
|
-
export declare const RejectRuleBehavior: {
|
|
68
|
-
readonly ALL: "ALL";
|
|
69
|
-
readonly NONE: "NONE";
|
|
70
|
-
};
|
|
71
|
-
export type RejectRuleBehavior =
|
|
72
|
-
(typeof RejectRuleBehavior)[keyof typeof RejectRuleBehavior];
|
|
73
|
-
export interface RejectRule {
|
|
74
|
-
rule?: RejectRuleBehavior;
|
|
75
|
-
threshold?: number;
|
|
76
|
-
}
|
|
77
|
-
export interface RejectPredictionsInput {
|
|
78
|
-
domainIdentifier: string | undefined;
|
|
79
|
-
identifier: string | undefined;
|
|
80
|
-
revision?: string;
|
|
81
|
-
rejectRule?: RejectRule;
|
|
82
|
-
rejectChoices?: RejectChoice[];
|
|
83
|
-
clientToken?: string;
|
|
84
|
-
}
|
|
85
|
-
export interface RejectPredictionsOutput {
|
|
86
|
-
domainId: string | undefined;
|
|
87
|
-
assetId: string | undefined;
|
|
88
|
-
assetRevision: string | undefined;
|
|
89
|
-
}
|
|
90
|
-
export interface RejectSubscriptionRequestInput {
|
|
91
|
-
domainIdentifier: string | undefined;
|
|
92
|
-
identifier: string | undefined;
|
|
93
|
-
decisionComment?: string;
|
|
94
|
-
}
|
|
95
36
|
export interface RejectSubscriptionRequestOutput {
|
|
96
37
|
id: string | undefined;
|
|
97
38
|
createdBy: string | undefined;
|
|
@@ -596,15 +537,6 @@ export interface SearchTypesInput {
|
|
|
596
537
|
sort?: SearchSort;
|
|
597
538
|
managed: boolean | undefined;
|
|
598
539
|
}
|
|
599
|
-
export declare const SubscriptionTargetSummaryFilterSensitiveLog: (
|
|
600
|
-
obj: SubscriptionTargetSummary
|
|
601
|
-
) => any;
|
|
602
|
-
export declare const ListSubscriptionTargetsOutputFilterSensitiveLog: (
|
|
603
|
-
obj: ListSubscriptionTargetsOutput
|
|
604
|
-
) => any;
|
|
605
|
-
export declare const RejectSubscriptionRequestInputFilterSensitiveLog: (
|
|
606
|
-
obj: RejectSubscriptionRequestInput
|
|
607
|
-
) => any;
|
|
608
540
|
export declare const RejectSubscriptionRequestOutputFilterSensitiveLog: (
|
|
609
541
|
obj: RejectSubscriptionRequestOutput
|
|
610
542
|
) => any;
|
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.490.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,19 +20,19 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.490.0",
|
|
24
|
+
"@aws-sdk/core": "3.490.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.490.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.489.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.489.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.489.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.489.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.489.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.489.0",
|
|
32
|
+
"@aws-sdk/types": "3.489.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.489.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.489.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.489.0",
|
|
36
36
|
"@smithy/config-resolver": "^2.0.23",
|
|
37
37
|
"@smithy/core": "^1.2.2",
|
|
38
38
|
"@smithy/fetch-http-handler": "^2.3.2",
|