@aws-sdk/client-datazone 3.798.0 → 3.803.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/index.js +4 -1
- package/dist-cjs/runtimeConfig.js +1 -0
- package/dist-es/models/models_0.js +4 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-types/commands/AddPolicyGrantCommand.d.ts +5 -2
- package/dist-types/commands/ListPolicyGrantsCommand.d.ts +5 -2
- package/dist-types/commands/RemovePolicyGrantCommand.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +50 -12
- package/dist-types/models/models_1.d.ts +12 -17
- package/dist-types/models/models_2.d.ts +19 -2
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +38 -3
- package/dist-types/ts3.4/models/models_1.d.ts +3 -5
- package/dist-types/ts3.4/models/models_2.d.ts +4 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -4
- package/package.json +7 -7
package/dist-cjs/index.js
CHANGED
|
@@ -934,10 +934,12 @@ var PolicyGrantDetail;
|
|
|
934
934
|
return visitor.createEnvironmentFromBlueprint(value.createEnvironmentFromBlueprint);
|
|
935
935
|
if (value.createProjectFromProjectProfile !== void 0)
|
|
936
936
|
return visitor.createProjectFromProjectProfile(value.createProjectFromProjectProfile);
|
|
937
|
+
if (value.useAssetType !== void 0) return visitor.useAssetType(value.useAssetType);
|
|
937
938
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
938
939
|
}, "visit");
|
|
939
940
|
})(PolicyGrantDetail || (PolicyGrantDetail = {}));
|
|
940
941
|
var TargetEntityType = {
|
|
942
|
+
ASSET_TYPE: "ASSET_TYPE",
|
|
941
943
|
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
942
944
|
ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION",
|
|
943
945
|
ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE"
|
|
@@ -955,7 +957,8 @@ var ManagedPolicyType = {
|
|
|
955
957
|
CREATE_PROJECT_FROM_PROJECT_PROFILE: "CREATE_PROJECT_FROM_PROJECT_PROFILE",
|
|
956
958
|
DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE",
|
|
957
959
|
OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS",
|
|
958
|
-
OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS"
|
|
960
|
+
OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS",
|
|
961
|
+
USE_ASSET_TYPE: "USE_ASSET_TYPE"
|
|
959
962
|
};
|
|
960
963
|
var DomainUnitDesignation = {
|
|
961
964
|
OWNER: "OWNER"
|
|
@@ -29,6 +29,7 @@ const getRuntimeConfig = (config) => {
|
|
|
29
29
|
...config,
|
|
30
30
|
runtime: "node",
|
|
31
31
|
defaultsMode,
|
|
32
|
+
authSchemePreference: config?.authSchemePreference ?? (0, node_config_provider_1.loadConfig)(core_1.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
|
|
32
33
|
bodyLengthChecker: config?.bodyLengthChecker ?? util_body_length_node_1.calculateBodyLength,
|
|
33
34
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credential_provider_node_1.defaultProvider,
|
|
34
35
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
@@ -175,10 +175,13 @@ export var PolicyGrantDetail;
|
|
|
175
175
|
return visitor.createEnvironmentFromBlueprint(value.createEnvironmentFromBlueprint);
|
|
176
176
|
if (value.createProjectFromProjectProfile !== undefined)
|
|
177
177
|
return visitor.createProjectFromProjectProfile(value.createProjectFromProjectProfile);
|
|
178
|
+
if (value.useAssetType !== undefined)
|
|
179
|
+
return visitor.useAssetType(value.useAssetType);
|
|
178
180
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
179
181
|
};
|
|
180
182
|
})(PolicyGrantDetail || (PolicyGrantDetail = {}));
|
|
181
183
|
export const TargetEntityType = {
|
|
184
|
+
ASSET_TYPE: "ASSET_TYPE",
|
|
182
185
|
DOMAIN_UNIT: "DOMAIN_UNIT",
|
|
183
186
|
ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION",
|
|
184
187
|
ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE",
|
|
@@ -197,6 +200,7 @@ export const ManagedPolicyType = {
|
|
|
197
200
|
DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE",
|
|
198
201
|
OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS",
|
|
199
202
|
OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS",
|
|
203
|
+
USE_ASSET_TYPE: "USE_ASSET_TYPE",
|
|
200
204
|
};
|
|
201
205
|
export const DomainUnitDesignation = {
|
|
202
206
|
OWNER: "OWNER",
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
|
|
2
|
+
import { NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, emitWarningIfUnsupportedVersion as awsCheckVersion } from "@aws-sdk/core";
|
|
3
3
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
4
4
|
import { NODE_APP_ID_CONFIG_OPTIONS, createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-node";
|
|
5
5
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@smithy/config-resolver";
|
|
@@ -25,6 +25,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
25
25
|
...config,
|
|
26
26
|
runtime: "node",
|
|
27
27
|
defaultsMode,
|
|
28
|
+
authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, profileConfig),
|
|
28
29
|
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
29
30
|
credentialDefaultProvider: config?.credentialDefaultProvider ?? credentialDefaultProvider,
|
|
30
31
|
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
@@ -37,9 +37,9 @@ declare const AddPolicyGrantCommand_base: {
|
|
|
37
37
|
* const client = new DataZoneClient(config);
|
|
38
38
|
* const input = { // AddPolicyGrantInput
|
|
39
39
|
* domainIdentifier: "STRING_VALUE", // required
|
|
40
|
-
* entityType: "DOMAIN_UNIT" || "ENVIRONMENT_BLUEPRINT_CONFIGURATION" || "ENVIRONMENT_PROFILE", // required
|
|
40
|
+
* entityType: "DOMAIN_UNIT" || "ENVIRONMENT_BLUEPRINT_CONFIGURATION" || "ENVIRONMENT_PROFILE" || "ASSET_TYPE", // required
|
|
41
41
|
* entityIdentifier: "STRING_VALUE", // required
|
|
42
|
-
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT" || "CREATE_ENVIRONMENT_FROM_BLUEPRINT" || "CREATE_PROJECT_FROM_PROJECT_PROFILE", // required
|
|
42
|
+
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT" || "CREATE_ENVIRONMENT_FROM_BLUEPRINT" || "CREATE_PROJECT_FROM_PROJECT_PROFILE" || "USE_ASSET_TYPE", // required
|
|
43
43
|
* principal: { // PolicyGrantPrincipal Union: only one key present
|
|
44
44
|
* user: { // UserPolicyGrantPrincipal Union: only one key present
|
|
45
45
|
* userIdentifier: "STRING_VALUE",
|
|
@@ -103,6 +103,9 @@ declare const AddPolicyGrantCommand_base: {
|
|
|
103
103
|
* "STRING_VALUE",
|
|
104
104
|
* ],
|
|
105
105
|
* },
|
|
106
|
+
* useAssetType: { // UseAssetTypePolicyGrantDetail
|
|
107
|
+
* domainUnitId: "STRING_VALUE",
|
|
108
|
+
* },
|
|
106
109
|
* },
|
|
107
110
|
* clientToken: "STRING_VALUE",
|
|
108
111
|
* };
|
|
@@ -36,9 +36,9 @@ declare const ListPolicyGrantsCommand_base: {
|
|
|
36
36
|
* const client = new DataZoneClient(config);
|
|
37
37
|
* const input = { // ListPolicyGrantsInput
|
|
38
38
|
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
-
* entityType: "DOMAIN_UNIT" || "ENVIRONMENT_BLUEPRINT_CONFIGURATION" || "ENVIRONMENT_PROFILE", // required
|
|
39
|
+
* entityType: "DOMAIN_UNIT" || "ENVIRONMENT_BLUEPRINT_CONFIGURATION" || "ENVIRONMENT_PROFILE" || "ASSET_TYPE", // required
|
|
40
40
|
* entityIdentifier: "STRING_VALUE", // required
|
|
41
|
-
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT" || "CREATE_ENVIRONMENT_FROM_BLUEPRINT" || "CREATE_PROJECT_FROM_PROJECT_PROFILE", // required
|
|
41
|
+
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT" || "CREATE_ENVIRONMENT_FROM_BLUEPRINT" || "CREATE_PROJECT_FROM_PROJECT_PROFILE" || "USE_ASSET_TYPE", // required
|
|
42
42
|
* maxResults: Number("int"),
|
|
43
43
|
* nextToken: "STRING_VALUE",
|
|
44
44
|
* };
|
|
@@ -110,6 +110,9 @@ declare const ListPolicyGrantsCommand_base: {
|
|
|
110
110
|
* // "STRING_VALUE",
|
|
111
111
|
* // ],
|
|
112
112
|
* // },
|
|
113
|
+
* // useAssetType: { // UseAssetTypePolicyGrantDetail
|
|
114
|
+
* // domainUnitId: "STRING_VALUE",
|
|
115
|
+
* // },
|
|
113
116
|
* // },
|
|
114
117
|
* // createdAt: new Date("TIMESTAMP"),
|
|
115
118
|
* // createdBy: "STRING_VALUE",
|
|
@@ -36,9 +36,9 @@ declare const RemovePolicyGrantCommand_base: {
|
|
|
36
36
|
* const client = new DataZoneClient(config);
|
|
37
37
|
* const input = { // RemovePolicyGrantInput
|
|
38
38
|
* domainIdentifier: "STRING_VALUE", // required
|
|
39
|
-
* entityType: "DOMAIN_UNIT" || "ENVIRONMENT_BLUEPRINT_CONFIGURATION" || "ENVIRONMENT_PROFILE", // required
|
|
39
|
+
* entityType: "DOMAIN_UNIT" || "ENVIRONMENT_BLUEPRINT_CONFIGURATION" || "ENVIRONMENT_PROFILE" || "ASSET_TYPE", // required
|
|
40
40
|
* entityIdentifier: "STRING_VALUE", // required
|
|
41
|
-
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT" || "CREATE_ENVIRONMENT_FROM_BLUEPRINT" || "CREATE_PROJECT_FROM_PROJECT_PROFILE", // required
|
|
41
|
+
* policyType: "CREATE_DOMAIN_UNIT" || "OVERRIDE_DOMAIN_UNIT_OWNERS" || "ADD_TO_PROJECT_MEMBER_POOL" || "OVERRIDE_PROJECT_OWNERS" || "CREATE_GLOSSARY" || "CREATE_FORM_TYPE" || "CREATE_ASSET_TYPE" || "CREATE_PROJECT" || "CREATE_ENVIRONMENT_PROFILE" || "DELEGATE_CREATE_ENVIRONMENT_PROFILE" || "CREATE_ENVIRONMENT" || "CREATE_ENVIRONMENT_FROM_BLUEPRINT" || "CREATE_PROJECT_FROM_PROJECT_PROFILE" || "USE_ASSET_TYPE", // required
|
|
42
42
|
* principal: { // PolicyGrantPrincipal Union: only one key present
|
|
43
43
|
* user: { // UserPolicyGrantPrincipal Union: only one key present
|
|
44
44
|
* userIdentifier: "STRING_VALUE",
|
|
@@ -912,11 +912,22 @@ export interface OverrideProjectOwnersPolicyGrantDetail {
|
|
|
912
912
|
*/
|
|
913
913
|
includeChildDomainUnits?: boolean | undefined;
|
|
914
914
|
}
|
|
915
|
+
/**
|
|
916
|
+
* <p>Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>
|
|
917
|
+
* @public
|
|
918
|
+
*/
|
|
919
|
+
export interface UseAssetTypePolicyGrantDetail {
|
|
920
|
+
/**
|
|
921
|
+
* <p>The ID of the domain unit.</p>
|
|
922
|
+
* @public
|
|
923
|
+
*/
|
|
924
|
+
domainUnitId?: string | undefined;
|
|
925
|
+
}
|
|
915
926
|
/**
|
|
916
927
|
* <p>The details of the policy grant.</p>
|
|
917
928
|
* @public
|
|
918
929
|
*/
|
|
919
|
-
export type PolicyGrantDetail = PolicyGrantDetail.AddToProjectMemberPoolMember | PolicyGrantDetail.CreateAssetTypeMember | PolicyGrantDetail.CreateDomainUnitMember | PolicyGrantDetail.CreateEnvironmentMember | PolicyGrantDetail.CreateEnvironmentFromBlueprintMember | PolicyGrantDetail.CreateEnvironmentProfileMember | PolicyGrantDetail.CreateFormTypeMember | PolicyGrantDetail.CreateGlossaryMember | PolicyGrantDetail.CreateProjectMember | PolicyGrantDetail.CreateProjectFromProjectProfileMember | PolicyGrantDetail.DelegateCreateEnvironmentProfileMember | PolicyGrantDetail.OverrideDomainUnitOwnersMember | PolicyGrantDetail.OverrideProjectOwnersMember | PolicyGrantDetail.$UnknownMember;
|
|
930
|
+
export type PolicyGrantDetail = PolicyGrantDetail.AddToProjectMemberPoolMember | PolicyGrantDetail.CreateAssetTypeMember | PolicyGrantDetail.CreateDomainUnitMember | PolicyGrantDetail.CreateEnvironmentMember | PolicyGrantDetail.CreateEnvironmentFromBlueprintMember | PolicyGrantDetail.CreateEnvironmentProfileMember | PolicyGrantDetail.CreateFormTypeMember | PolicyGrantDetail.CreateGlossaryMember | PolicyGrantDetail.CreateProjectMember | PolicyGrantDetail.CreateProjectFromProjectProfileMember | PolicyGrantDetail.DelegateCreateEnvironmentProfileMember | PolicyGrantDetail.OverrideDomainUnitOwnersMember | PolicyGrantDetail.OverrideProjectOwnersMember | PolicyGrantDetail.UseAssetTypeMember | PolicyGrantDetail.$UnknownMember;
|
|
920
931
|
/**
|
|
921
932
|
* @public
|
|
922
933
|
*/
|
|
@@ -939,6 +950,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
939
950
|
createEnvironment?: never;
|
|
940
951
|
createEnvironmentFromBlueprint?: never;
|
|
941
952
|
createProjectFromProjectProfile?: never;
|
|
953
|
+
useAssetType?: never;
|
|
942
954
|
$unknown?: never;
|
|
943
955
|
}
|
|
944
956
|
/**
|
|
@@ -959,6 +971,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
959
971
|
createEnvironment?: never;
|
|
960
972
|
createEnvironmentFromBlueprint?: never;
|
|
961
973
|
createProjectFromProjectProfile?: never;
|
|
974
|
+
useAssetType?: never;
|
|
962
975
|
$unknown?: never;
|
|
963
976
|
}
|
|
964
977
|
/**
|
|
@@ -979,6 +992,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
979
992
|
createEnvironment?: never;
|
|
980
993
|
createEnvironmentFromBlueprint?: never;
|
|
981
994
|
createProjectFromProjectProfile?: never;
|
|
995
|
+
useAssetType?: never;
|
|
982
996
|
$unknown?: never;
|
|
983
997
|
}
|
|
984
998
|
/**
|
|
@@ -999,6 +1013,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
999
1013
|
createEnvironment?: never;
|
|
1000
1014
|
createEnvironmentFromBlueprint?: never;
|
|
1001
1015
|
createProjectFromProjectProfile?: never;
|
|
1016
|
+
useAssetType?: never;
|
|
1002
1017
|
$unknown?: never;
|
|
1003
1018
|
}
|
|
1004
1019
|
/**
|
|
@@ -1019,6 +1034,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1019
1034
|
createEnvironment?: never;
|
|
1020
1035
|
createEnvironmentFromBlueprint?: never;
|
|
1021
1036
|
createProjectFromProjectProfile?: never;
|
|
1037
|
+
useAssetType?: never;
|
|
1022
1038
|
$unknown?: never;
|
|
1023
1039
|
}
|
|
1024
1040
|
/**
|
|
@@ -1039,6 +1055,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1039
1055
|
createEnvironment?: never;
|
|
1040
1056
|
createEnvironmentFromBlueprint?: never;
|
|
1041
1057
|
createProjectFromProjectProfile?: never;
|
|
1058
|
+
useAssetType?: never;
|
|
1042
1059
|
$unknown?: never;
|
|
1043
1060
|
}
|
|
1044
1061
|
/**
|
|
@@ -1059,6 +1076,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1059
1076
|
createEnvironment?: never;
|
|
1060
1077
|
createEnvironmentFromBlueprint?: never;
|
|
1061
1078
|
createProjectFromProjectProfile?: never;
|
|
1079
|
+
useAssetType?: never;
|
|
1062
1080
|
$unknown?: never;
|
|
1063
1081
|
}
|
|
1064
1082
|
/**
|
|
@@ -1079,6 +1097,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1079
1097
|
createEnvironment?: never;
|
|
1080
1098
|
createEnvironmentFromBlueprint?: never;
|
|
1081
1099
|
createProjectFromProjectProfile?: never;
|
|
1100
|
+
useAssetType?: never;
|
|
1082
1101
|
$unknown?: never;
|
|
1083
1102
|
}
|
|
1084
1103
|
/**
|
|
@@ -1099,6 +1118,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1099
1118
|
createEnvironment?: never;
|
|
1100
1119
|
createEnvironmentFromBlueprint?: never;
|
|
1101
1120
|
createProjectFromProjectProfile?: never;
|
|
1121
|
+
useAssetType?: never;
|
|
1102
1122
|
$unknown?: never;
|
|
1103
1123
|
}
|
|
1104
1124
|
/**
|
|
@@ -1119,6 +1139,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1119
1139
|
createEnvironment?: never;
|
|
1120
1140
|
createEnvironmentFromBlueprint?: never;
|
|
1121
1141
|
createProjectFromProjectProfile?: never;
|
|
1142
|
+
useAssetType?: never;
|
|
1122
1143
|
$unknown?: never;
|
|
1123
1144
|
}
|
|
1124
1145
|
/**
|
|
@@ -1139,6 +1160,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1139
1160
|
createEnvironment: Unit;
|
|
1140
1161
|
createEnvironmentFromBlueprint?: never;
|
|
1141
1162
|
createProjectFromProjectProfile?: never;
|
|
1163
|
+
useAssetType?: never;
|
|
1142
1164
|
$unknown?: never;
|
|
1143
1165
|
}
|
|
1144
1166
|
/**
|
|
@@ -1159,6 +1181,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1159
1181
|
createEnvironment?: never;
|
|
1160
1182
|
createEnvironmentFromBlueprint: Unit;
|
|
1161
1183
|
createProjectFromProjectProfile?: never;
|
|
1184
|
+
useAssetType?: never;
|
|
1162
1185
|
$unknown?: never;
|
|
1163
1186
|
}
|
|
1164
1187
|
/**
|
|
@@ -1179,6 +1202,28 @@ export declare namespace PolicyGrantDetail {
|
|
|
1179
1202
|
createEnvironment?: never;
|
|
1180
1203
|
createEnvironmentFromBlueprint?: never;
|
|
1181
1204
|
createProjectFromProjectProfile: CreateProjectFromProjectProfilePolicyGrantDetail;
|
|
1205
|
+
useAssetType?: never;
|
|
1206
|
+
$unknown?: never;
|
|
1207
|
+
}
|
|
1208
|
+
/**
|
|
1209
|
+
* <p> Specifies the domain unit(s) whose projects can use this asset type while creating asset or asset revisions.</p>
|
|
1210
|
+
* @public
|
|
1211
|
+
*/
|
|
1212
|
+
interface UseAssetTypeMember {
|
|
1213
|
+
createDomainUnit?: never;
|
|
1214
|
+
overrideDomainUnitOwners?: never;
|
|
1215
|
+
addToProjectMemberPool?: never;
|
|
1216
|
+
overrideProjectOwners?: never;
|
|
1217
|
+
createGlossary?: never;
|
|
1218
|
+
createFormType?: never;
|
|
1219
|
+
createAssetType?: never;
|
|
1220
|
+
createProject?: never;
|
|
1221
|
+
createEnvironmentProfile?: never;
|
|
1222
|
+
delegateCreateEnvironmentProfile?: never;
|
|
1223
|
+
createEnvironment?: never;
|
|
1224
|
+
createEnvironmentFromBlueprint?: never;
|
|
1225
|
+
createProjectFromProjectProfile?: never;
|
|
1226
|
+
useAssetType: UseAssetTypePolicyGrantDetail;
|
|
1182
1227
|
$unknown?: never;
|
|
1183
1228
|
}
|
|
1184
1229
|
/**
|
|
@@ -1198,6 +1243,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1198
1243
|
createEnvironment?: never;
|
|
1199
1244
|
createEnvironmentFromBlueprint?: never;
|
|
1200
1245
|
createProjectFromProjectProfile?: never;
|
|
1246
|
+
useAssetType?: never;
|
|
1201
1247
|
$unknown: [string, any];
|
|
1202
1248
|
}
|
|
1203
1249
|
interface Visitor<T> {
|
|
@@ -1214,6 +1260,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1214
1260
|
createEnvironment: (value: Unit) => T;
|
|
1215
1261
|
createEnvironmentFromBlueprint: (value: Unit) => T;
|
|
1216
1262
|
createProjectFromProjectProfile: (value: CreateProjectFromProjectProfilePolicyGrantDetail) => T;
|
|
1263
|
+
useAssetType: (value: UseAssetTypePolicyGrantDetail) => T;
|
|
1217
1264
|
_: (name: string, value: any) => T;
|
|
1218
1265
|
}
|
|
1219
1266
|
const visit: <T>(value: PolicyGrantDetail, visitor: Visitor<T>) => T;
|
|
@@ -1223,6 +1270,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
1223
1270
|
* @enum
|
|
1224
1271
|
*/
|
|
1225
1272
|
export declare const TargetEntityType: {
|
|
1273
|
+
readonly ASSET_TYPE: "ASSET_TYPE";
|
|
1226
1274
|
readonly DOMAIN_UNIT: "DOMAIN_UNIT";
|
|
1227
1275
|
readonly ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION";
|
|
1228
1276
|
readonly ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE";
|
|
@@ -1249,6 +1297,7 @@ export declare const ManagedPolicyType: {
|
|
|
1249
1297
|
readonly DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE";
|
|
1250
1298
|
readonly OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS";
|
|
1251
1299
|
readonly OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS";
|
|
1300
|
+
readonly USE_ASSET_TYPE: "USE_ASSET_TYPE";
|
|
1252
1301
|
};
|
|
1253
1302
|
/**
|
|
1254
1303
|
* @public
|
|
@@ -8959,17 +9008,6 @@ export interface SubscribedListingInput {
|
|
|
8959
9008
|
*/
|
|
8960
9009
|
identifier: string | undefined;
|
|
8961
9010
|
}
|
|
8962
|
-
/**
|
|
8963
|
-
* <p>The project that is to be given a subscription grant.</p>
|
|
8964
|
-
* @public
|
|
8965
|
-
*/
|
|
8966
|
-
export interface SubscribedProjectInput {
|
|
8967
|
-
/**
|
|
8968
|
-
* <p>The identifier of the project that is to be given a subscription grant.</p>
|
|
8969
|
-
* @public
|
|
8970
|
-
*/
|
|
8971
|
-
identifier?: string | undefined;
|
|
8972
|
-
}
|
|
8973
9011
|
/**
|
|
8974
9012
|
* @internal
|
|
8975
9013
|
*/
|
|
@@ -1,4 +1,15 @@
|
|
|
1
|
-
import { ActionParameters, AssetFilterSummary, AssetListing, AssetRevision, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, ConnectionType, CustomParameter, DataProductItem, DataProductStatus, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainStatus, DomainUnitOwnerProperties, DomainVersion, EnableSetting, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentStatus, FilterStatus, FormInput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, ListingStatus, ManagedPolicyType, Member, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, RecommendationConfiguration, Resource, RuleAction, RuleDetail, RuleScope, RuleTarget, RuleTargetType, RuleType, ScheduleConfiguration, SingleSignOn, Status, SubscribedAsset, SubscribedListing, SubscribedListingInput, SubscribedPrincipal,
|
|
1
|
+
import { ActionParameters, AssetFilterSummary, AssetListing, AssetRevision, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, ConnectionType, CustomParameter, DataProductItem, DataProductStatus, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainStatus, DomainUnitOwnerProperties, DomainVersion, EnableSetting, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentStatus, FilterStatus, FormInput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, ListingStatus, ManagedPolicyType, Member, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProjectStatus, ProvisioningProperties, RecommendationConfiguration, Resource, RuleAction, RuleDetail, RuleScope, RuleTarget, RuleTargetType, RuleType, ScheduleConfiguration, SingleSignOn, Status, SubscribedAsset, SubscribedListing, SubscribedListingInput, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserDesignation } from "./models_0";
|
|
2
|
+
/**
|
|
3
|
+
* <p>The project that is to be given a subscription grant.</p>
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface SubscribedProjectInput {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The identifier of the project that is to be given a subscription grant.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
identifier?: string | undefined;
|
|
12
|
+
}
|
|
2
13
|
/**
|
|
3
14
|
* <p>The principal that is to be given a subscriptiong grant.</p>
|
|
4
15
|
* @public
|
|
@@ -9567,22 +9578,6 @@ export declare const SearchOutputAdditionalAttribute: {
|
|
|
9567
9578
|
* @public
|
|
9568
9579
|
*/
|
|
9569
9580
|
export type SearchOutputAdditionalAttribute = (typeof SearchOutputAdditionalAttribute)[keyof typeof SearchOutputAdditionalAttribute];
|
|
9570
|
-
/**
|
|
9571
|
-
* <p>A search filter in Amazon DataZone.</p>
|
|
9572
|
-
* @public
|
|
9573
|
-
*/
|
|
9574
|
-
export interface Filter {
|
|
9575
|
-
/**
|
|
9576
|
-
* <p>A search filter attribute in Amazon DataZone.</p>
|
|
9577
|
-
* @public
|
|
9578
|
-
*/
|
|
9579
|
-
attribute: string | undefined;
|
|
9580
|
-
/**
|
|
9581
|
-
* <p>A search filter value in Amazon DataZone.</p>
|
|
9582
|
-
* @public
|
|
9583
|
-
*/
|
|
9584
|
-
value: string | undefined;
|
|
9585
|
-
}
|
|
9586
9581
|
/**
|
|
9587
9582
|
* @internal
|
|
9588
9583
|
*/
|
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
import { ActionParameters, AssetItem, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, ConnectionPropertiesOutput, ConnectionPropertiesPatch, ConnectionType, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, EnvironmentStatus, FailureCause, FilterStatus, FormEntryOutput, FormOutput, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GrantedEntity, GroupProfileStatus, Model, PhysicalEndpoint, ProjectDeletionError, ProjectStatus, ProvisioningProperties, Resource, RowFilterExpression, Status, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, TermRelations } from "./models_0";
|
|
2
|
-
import { DataProductListingItem, DataProductResultItem,
|
|
2
|
+
import { DataProductListingItem, DataProductResultItem, Import, SearchOutputAdditionalAttribute, SortOrder, SubscriptionTargetForm, UserProfileDetails, UserProfileStatus, UserProfileType } from "./models_1";
|
|
3
|
+
/**
|
|
4
|
+
* <p>A search filter in Amazon DataZone.</p>
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface Filter {
|
|
8
|
+
/**
|
|
9
|
+
* <p>A search filter attribute in Amazon DataZone.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
attribute: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>A search filter value in Amazon DataZone.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
value: string | undefined;
|
|
18
|
+
}
|
|
3
19
|
/**
|
|
4
20
|
* <p>The details of the search.</p>
|
|
5
21
|
* @public
|
|
@@ -1755,7 +1771,8 @@ export interface UpdateSubscriptionTargetOutput {
|
|
|
1755
1771
|
id: string | undefined;
|
|
1756
1772
|
/**
|
|
1757
1773
|
* <p>The authorized principals to be updated as part of the
|
|
1758
|
-
* <code>UpdateSubscriptionTarget</code> action
|
|
1774
|
+
* <code>UpdateSubscriptionTarget</code> action. Updates are supported in batches of 5 at a
|
|
1775
|
+
* time.</p>
|
|
1759
1776
|
* @public
|
|
1760
1777
|
*/
|
|
1761
1778
|
authorizedPrincipals: string[] | undefined;
|
|
@@ -6,6 +6,7 @@ import { DataZoneClientConfig } from "./DataZoneClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
|
9
|
+
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
10
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
10
11
|
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
|
11
12
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
|
@@ -38,7 +39,6 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
38
39
|
}) => import("@smithy/types").EndpointV2;
|
|
39
40
|
tls?: boolean | undefined;
|
|
40
41
|
serviceConfiguredEndpoint?: undefined;
|
|
41
|
-
authSchemePreference?: string[] | import("@smithy/types").Provider<string[]> | undefined;
|
|
42
42
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
43
43
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataZoneHttpAuthSchemeProvider;
|
|
44
44
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -311,6 +311,9 @@ export interface OverrideDomainUnitOwnersPolicyGrantDetail {
|
|
|
311
311
|
export interface OverrideProjectOwnersPolicyGrantDetail {
|
|
312
312
|
includeChildDomainUnits?: boolean | undefined;
|
|
313
313
|
}
|
|
314
|
+
export interface UseAssetTypePolicyGrantDetail {
|
|
315
|
+
domainUnitId?: string | undefined;
|
|
316
|
+
}
|
|
314
317
|
export type PolicyGrantDetail =
|
|
315
318
|
| PolicyGrantDetail.AddToProjectMemberPoolMember
|
|
316
319
|
| PolicyGrantDetail.CreateAssetTypeMember
|
|
@@ -325,6 +328,7 @@ export type PolicyGrantDetail =
|
|
|
325
328
|
| PolicyGrantDetail.DelegateCreateEnvironmentProfileMember
|
|
326
329
|
| PolicyGrantDetail.OverrideDomainUnitOwnersMember
|
|
327
330
|
| PolicyGrantDetail.OverrideProjectOwnersMember
|
|
331
|
+
| PolicyGrantDetail.UseAssetTypeMember
|
|
328
332
|
| PolicyGrantDetail.$UnknownMember;
|
|
329
333
|
export declare namespace PolicyGrantDetail {
|
|
330
334
|
interface CreateDomainUnitMember {
|
|
@@ -341,6 +345,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
341
345
|
createEnvironment?: never;
|
|
342
346
|
createEnvironmentFromBlueprint?: never;
|
|
343
347
|
createProjectFromProjectProfile?: never;
|
|
348
|
+
useAssetType?: never;
|
|
344
349
|
$unknown?: never;
|
|
345
350
|
}
|
|
346
351
|
interface OverrideDomainUnitOwnersMember {
|
|
@@ -357,6 +362,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
357
362
|
createEnvironment?: never;
|
|
358
363
|
createEnvironmentFromBlueprint?: never;
|
|
359
364
|
createProjectFromProjectProfile?: never;
|
|
365
|
+
useAssetType?: never;
|
|
360
366
|
$unknown?: never;
|
|
361
367
|
}
|
|
362
368
|
interface AddToProjectMemberPoolMember {
|
|
@@ -373,6 +379,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
373
379
|
createEnvironment?: never;
|
|
374
380
|
createEnvironmentFromBlueprint?: never;
|
|
375
381
|
createProjectFromProjectProfile?: never;
|
|
382
|
+
useAssetType?: never;
|
|
376
383
|
$unknown?: never;
|
|
377
384
|
}
|
|
378
385
|
interface OverrideProjectOwnersMember {
|
|
@@ -389,6 +396,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
389
396
|
createEnvironment?: never;
|
|
390
397
|
createEnvironmentFromBlueprint?: never;
|
|
391
398
|
createProjectFromProjectProfile?: never;
|
|
399
|
+
useAssetType?: never;
|
|
392
400
|
$unknown?: never;
|
|
393
401
|
}
|
|
394
402
|
interface CreateGlossaryMember {
|
|
@@ -405,6 +413,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
405
413
|
createEnvironment?: never;
|
|
406
414
|
createEnvironmentFromBlueprint?: never;
|
|
407
415
|
createProjectFromProjectProfile?: never;
|
|
416
|
+
useAssetType?: never;
|
|
408
417
|
$unknown?: never;
|
|
409
418
|
}
|
|
410
419
|
interface CreateFormTypeMember {
|
|
@@ -421,6 +430,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
421
430
|
createEnvironment?: never;
|
|
422
431
|
createEnvironmentFromBlueprint?: never;
|
|
423
432
|
createProjectFromProjectProfile?: never;
|
|
433
|
+
useAssetType?: never;
|
|
424
434
|
$unknown?: never;
|
|
425
435
|
}
|
|
426
436
|
interface CreateAssetTypeMember {
|
|
@@ -437,6 +447,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
437
447
|
createEnvironment?: never;
|
|
438
448
|
createEnvironmentFromBlueprint?: never;
|
|
439
449
|
createProjectFromProjectProfile?: never;
|
|
450
|
+
useAssetType?: never;
|
|
440
451
|
$unknown?: never;
|
|
441
452
|
}
|
|
442
453
|
interface CreateProjectMember {
|
|
@@ -453,6 +464,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
453
464
|
createEnvironment?: never;
|
|
454
465
|
createEnvironmentFromBlueprint?: never;
|
|
455
466
|
createProjectFromProjectProfile?: never;
|
|
467
|
+
useAssetType?: never;
|
|
456
468
|
$unknown?: never;
|
|
457
469
|
}
|
|
458
470
|
interface CreateEnvironmentProfileMember {
|
|
@@ -469,6 +481,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
469
481
|
createEnvironment?: never;
|
|
470
482
|
createEnvironmentFromBlueprint?: never;
|
|
471
483
|
createProjectFromProjectProfile?: never;
|
|
484
|
+
useAssetType?: never;
|
|
472
485
|
$unknown?: never;
|
|
473
486
|
}
|
|
474
487
|
interface DelegateCreateEnvironmentProfileMember {
|
|
@@ -485,6 +498,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
485
498
|
createEnvironment?: never;
|
|
486
499
|
createEnvironmentFromBlueprint?: never;
|
|
487
500
|
createProjectFromProjectProfile?: never;
|
|
501
|
+
useAssetType?: never;
|
|
488
502
|
$unknown?: never;
|
|
489
503
|
}
|
|
490
504
|
interface CreateEnvironmentMember {
|
|
@@ -501,6 +515,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
501
515
|
createEnvironment: Unit;
|
|
502
516
|
createEnvironmentFromBlueprint?: never;
|
|
503
517
|
createProjectFromProjectProfile?: never;
|
|
518
|
+
useAssetType?: never;
|
|
504
519
|
$unknown?: never;
|
|
505
520
|
}
|
|
506
521
|
interface CreateEnvironmentFromBlueprintMember {
|
|
@@ -517,6 +532,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
517
532
|
createEnvironment?: never;
|
|
518
533
|
createEnvironmentFromBlueprint: Unit;
|
|
519
534
|
createProjectFromProjectProfile?: never;
|
|
535
|
+
useAssetType?: never;
|
|
520
536
|
$unknown?: never;
|
|
521
537
|
}
|
|
522
538
|
interface CreateProjectFromProjectProfileMember {
|
|
@@ -533,6 +549,24 @@ export declare namespace PolicyGrantDetail {
|
|
|
533
549
|
createEnvironment?: never;
|
|
534
550
|
createEnvironmentFromBlueprint?: never;
|
|
535
551
|
createProjectFromProjectProfile: CreateProjectFromProjectProfilePolicyGrantDetail;
|
|
552
|
+
useAssetType?: never;
|
|
553
|
+
$unknown?: never;
|
|
554
|
+
}
|
|
555
|
+
interface UseAssetTypeMember {
|
|
556
|
+
createDomainUnit?: never;
|
|
557
|
+
overrideDomainUnitOwners?: never;
|
|
558
|
+
addToProjectMemberPool?: never;
|
|
559
|
+
overrideProjectOwners?: never;
|
|
560
|
+
createGlossary?: never;
|
|
561
|
+
createFormType?: never;
|
|
562
|
+
createAssetType?: never;
|
|
563
|
+
createProject?: never;
|
|
564
|
+
createEnvironmentProfile?: never;
|
|
565
|
+
delegateCreateEnvironmentProfile?: never;
|
|
566
|
+
createEnvironment?: never;
|
|
567
|
+
createEnvironmentFromBlueprint?: never;
|
|
568
|
+
createProjectFromProjectProfile?: never;
|
|
569
|
+
useAssetType: UseAssetTypePolicyGrantDetail;
|
|
536
570
|
$unknown?: never;
|
|
537
571
|
}
|
|
538
572
|
interface $UnknownMember {
|
|
@@ -549,6 +583,7 @@ export declare namespace PolicyGrantDetail {
|
|
|
549
583
|
createEnvironment?: never;
|
|
550
584
|
createEnvironmentFromBlueprint?: never;
|
|
551
585
|
createProjectFromProjectProfile?: never;
|
|
586
|
+
useAssetType?: never;
|
|
552
587
|
$unknown: [string, any];
|
|
553
588
|
}
|
|
554
589
|
interface Visitor<T> {
|
|
@@ -573,11 +608,13 @@ export declare namespace PolicyGrantDetail {
|
|
|
573
608
|
createProjectFromProjectProfile: (
|
|
574
609
|
value: CreateProjectFromProjectProfilePolicyGrantDetail
|
|
575
610
|
) => T;
|
|
611
|
+
useAssetType: (value: UseAssetTypePolicyGrantDetail) => T;
|
|
576
612
|
_: (name: string, value: any) => T;
|
|
577
613
|
}
|
|
578
614
|
const visit: <T>(value: PolicyGrantDetail, visitor: Visitor<T>) => T;
|
|
579
615
|
}
|
|
580
616
|
export declare const TargetEntityType: {
|
|
617
|
+
readonly ASSET_TYPE: "ASSET_TYPE";
|
|
581
618
|
readonly DOMAIN_UNIT: "DOMAIN_UNIT";
|
|
582
619
|
readonly ENVIRONMENT_BLUEPRINT_CONFIGURATION: "ENVIRONMENT_BLUEPRINT_CONFIGURATION";
|
|
583
620
|
readonly ENVIRONMENT_PROFILE: "ENVIRONMENT_PROFILE";
|
|
@@ -598,6 +635,7 @@ export declare const ManagedPolicyType: {
|
|
|
598
635
|
readonly DELEGATE_CREATE_ENVIRONMENT_PROFILE: "DELEGATE_CREATE_ENVIRONMENT_PROFILE";
|
|
599
636
|
readonly OVERRIDE_DOMAIN_UNIT_OWNERS: "OVERRIDE_DOMAIN_UNIT_OWNERS";
|
|
600
637
|
readonly OVERRIDE_PROJECT_OWNERS: "OVERRIDE_PROJECT_OWNERS";
|
|
638
|
+
readonly USE_ASSET_TYPE: "USE_ASSET_TYPE";
|
|
601
639
|
};
|
|
602
640
|
export type ManagedPolicyType =
|
|
603
641
|
(typeof ManagedPolicyType)[keyof typeof ManagedPolicyType];
|
|
@@ -3284,9 +3322,6 @@ export interface CreateSubscriptionGrantOutput {
|
|
|
3284
3322
|
export interface SubscribedListingInput {
|
|
3285
3323
|
identifier: string | undefined;
|
|
3286
3324
|
}
|
|
3287
|
-
export interface SubscribedProjectInput {
|
|
3288
|
-
identifier?: string | undefined;
|
|
3289
|
-
}
|
|
3290
3325
|
export declare const AcceptChoiceFilterSensitiveLog: (obj: AcceptChoice) => any;
|
|
3291
3326
|
export declare const AcceptPredictionsInputFilterSensitiveLog: (
|
|
3292
3327
|
obj: AcceptPredictionsInput
|
|
@@ -62,7 +62,6 @@ import {
|
|
|
62
62
|
SubscribedListing,
|
|
63
63
|
SubscribedListingInput,
|
|
64
64
|
SubscribedPrincipal,
|
|
65
|
-
SubscribedProjectInput,
|
|
66
65
|
SubscriptionGrantOverallStatus,
|
|
67
66
|
SubscriptionRequestStatus,
|
|
68
67
|
SubscriptionStatus,
|
|
@@ -71,6 +70,9 @@ import {
|
|
|
71
70
|
TimeSeriesDataPointSummaryFormOutput,
|
|
72
71
|
UserDesignation,
|
|
73
72
|
} from "./models_0";
|
|
73
|
+
export interface SubscribedProjectInput {
|
|
74
|
+
identifier?: string | undefined;
|
|
75
|
+
}
|
|
74
76
|
export type SubscribedPrincipalInput =
|
|
75
77
|
| SubscribedPrincipalInput.ProjectMember
|
|
76
78
|
| SubscribedPrincipalInput.$UnknownMember;
|
|
@@ -2365,10 +2367,6 @@ export declare const SearchOutputAdditionalAttribute: {
|
|
|
2365
2367
|
};
|
|
2366
2368
|
export type SearchOutputAdditionalAttribute =
|
|
2367
2369
|
(typeof SearchOutputAdditionalAttribute)[keyof typeof SearchOutputAdditionalAttribute];
|
|
2368
|
-
export interface Filter {
|
|
2369
|
-
attribute: string | undefined;
|
|
2370
|
-
value: string | undefined;
|
|
2371
|
-
}
|
|
2372
2370
|
export declare const CreateSubscriptionRequestInputFilterSensitiveLog: (
|
|
2373
2371
|
obj: CreateSubscriptionRequestInput
|
|
2374
2372
|
) => any;
|
|
@@ -45,7 +45,6 @@ import {
|
|
|
45
45
|
import {
|
|
46
46
|
DataProductListingItem,
|
|
47
47
|
DataProductResultItem,
|
|
48
|
-
Filter,
|
|
49
48
|
Import,
|
|
50
49
|
SearchOutputAdditionalAttribute,
|
|
51
50
|
SortOrder,
|
|
@@ -54,6 +53,10 @@ import {
|
|
|
54
53
|
UserProfileStatus,
|
|
55
54
|
UserProfileType,
|
|
56
55
|
} from "./models_1";
|
|
56
|
+
export interface Filter {
|
|
57
|
+
attribute: string | undefined;
|
|
58
|
+
value: string | undefined;
|
|
59
|
+
}
|
|
57
60
|
export interface SearchInItem {
|
|
58
61
|
attribute: string | undefined;
|
|
59
62
|
}
|
|
@@ -5,6 +5,7 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
|
+
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
8
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
10
|
credentialDefaultProvider:
|
|
10
11
|
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
|
@@ -73,10 +74,6 @@ export declare const getRuntimeConfig: (config: DataZoneClientConfig) => {
|
|
|
73
74
|
) => import("@smithy/types").EndpointV2;
|
|
74
75
|
tls?: boolean | undefined;
|
|
75
76
|
serviceConfiguredEndpoint?: undefined;
|
|
76
|
-
authSchemePreference?:
|
|
77
|
-
| string[]
|
|
78
|
-
| import("@smithy/types").Provider<string[]>
|
|
79
|
-
| undefined;
|
|
80
77
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
81
78
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").DataZoneHttpAuthSchemeProvider;
|
|
82
79
|
credentials?:
|
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.803.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-datazone",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.799.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.803.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.799.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.787.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.799.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.3.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.0.2",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.0.2",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.1.1",
|
|
41
|
-
"@smithy/middleware-retry": "^4.1.
|
|
41
|
+
"@smithy/middleware-retry": "^4.1.2",
|
|
42
42
|
"@smithy/middleware-serde": "^4.0.3",
|
|
43
43
|
"@smithy/middleware-stack": "^4.0.2",
|
|
44
44
|
"@smithy/node-config-provider": "^4.0.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.0.9",
|
|
55
55
|
"@smithy/util-endpoints": "^3.0.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.0.2",
|
|
57
|
-
"@smithy/util-retry": "^4.0.
|
|
57
|
+
"@smithy/util-retry": "^4.0.3",
|
|
58
58
|
"@smithy/util-stream": "^4.2.0",
|
|
59
59
|
"@smithy/util-utf8": "^4.0.0",
|
|
60
60
|
"@types/uuid": "^9.0.1",
|