@aws-sdk/client-datazone 3.1024.0 → 3.1026.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/schemas/schemas_0.js +89 -73
- package/dist-es/schemas/schemas_0.js +73 -57
- package/dist-types/commands/CreateConnectionCommand.d.ts +29 -2
- package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +1 -2
- package/dist-types/commands/GetConnectionCommand.d.ts +16 -1
- package/dist-types/commands/ListConnectionsCommand.d.ts +16 -1
- package/dist-types/commands/SearchGroupProfilesCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +25 -1
- package/dist-types/models/models_0.d.ts +63 -62
- package/dist-types/models/models_1.d.ts +66 -16
- package/dist-types/models/models_2.d.ts +27 -2
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +2 -4
- package/dist-types/ts3.4/models/models_0.d.ts +13 -14
- package/dist-types/ts3.4/models/models_1.d.ts +15 -4
- package/dist-types/ts3.4/models/models_2.d.ts +8 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +34 -34
|
@@ -37,6 +37,14 @@ declare const UpdateConnectionCommand_base: {
|
|
|
37
37
|
* const config = {}; // type is DataZoneClientConfig
|
|
38
38
|
* const client = new DataZoneClient(config);
|
|
39
39
|
* const input = { // UpdateConnectionInput
|
|
40
|
+
* configurations: [ // Configurations
|
|
41
|
+
* { // Configuration
|
|
42
|
+
* classification: "STRING_VALUE",
|
|
43
|
+
* properties: { // PropertyMap
|
|
44
|
+
* "<keys>": "STRING_VALUE",
|
|
45
|
+
* },
|
|
46
|
+
* },
|
|
47
|
+
* ],
|
|
40
48
|
* domainIdentifier: "STRING_VALUE", // required
|
|
41
49
|
* identifier: "STRING_VALUE", // required
|
|
42
50
|
* description: "STRING_VALUE",
|
|
@@ -103,6 +111,7 @@ declare const UpdateConnectionCommand_base: {
|
|
|
103
111
|
* s3Properties: { // S3PropertiesPatch
|
|
104
112
|
* s3Uri: "STRING_VALUE", // required
|
|
105
113
|
* s3AccessGrantLocationId: "STRING_VALUE",
|
|
114
|
+
* registerS3AccessGrantLocation: true || false,
|
|
106
115
|
* },
|
|
107
116
|
* amazonQProperties: { // AmazonQPropertiesPatch
|
|
108
117
|
* isEnabled: true || false, // required
|
|
@@ -117,6 +126,14 @@ declare const UpdateConnectionCommand_base: {
|
|
|
117
126
|
* const command = new UpdateConnectionCommand(input);
|
|
118
127
|
* const response = await client.send(command);
|
|
119
128
|
* // { // UpdateConnectionOutput
|
|
129
|
+
* // configurations: [ // Configurations
|
|
130
|
+
* // { // Configuration
|
|
131
|
+
* // classification: "STRING_VALUE",
|
|
132
|
+
* // properties: { // PropertyMap
|
|
133
|
+
* // "<keys>": "STRING_VALUE",
|
|
134
|
+
* // },
|
|
135
|
+
* // },
|
|
136
|
+
* // ],
|
|
120
137
|
* // connectionId: "STRING_VALUE", // required
|
|
121
138
|
* // description: "STRING_VALUE",
|
|
122
139
|
* // domainId: "STRING_VALUE", // required
|
|
@@ -132,6 +149,9 @@ declare const UpdateConnectionCommand_base: {
|
|
|
132
149
|
* // iamConnectionId: "STRING_VALUE",
|
|
133
150
|
* // },
|
|
134
151
|
* // glueConnectionName: "STRING_VALUE",
|
|
152
|
+
* // glueConnectionNames: [ // GlueConnectionNames
|
|
153
|
+
* // "STRING_VALUE",
|
|
154
|
+
* // ],
|
|
135
155
|
* // glueConnection: { // GlueConnection
|
|
136
156
|
* // name: "STRING_VALUE",
|
|
137
157
|
* // description: "STRING_VALUE",
|
|
@@ -142,7 +162,7 @@ declare const UpdateConnectionCommand_base: {
|
|
|
142
162
|
* // connectionProperties: { // ConnectionProperties
|
|
143
163
|
* // "<keys>": "STRING_VALUE",
|
|
144
164
|
* // },
|
|
145
|
-
* // sparkProperties: {
|
|
165
|
+
* // sparkProperties: {
|
|
146
166
|
* // "<keys>": "STRING_VALUE",
|
|
147
167
|
* // },
|
|
148
168
|
* // athenaProperties: {
|
|
@@ -275,6 +295,9 @@ declare const UpdateConnectionCommand_base: {
|
|
|
275
295
|
* // connection: "STRING_VALUE",
|
|
276
296
|
* // },
|
|
277
297
|
* // glueConnectionName: "STRING_VALUE",
|
|
298
|
+
* // glueConnectionNames: [
|
|
299
|
+
* // "STRING_VALUE",
|
|
300
|
+
* // ],
|
|
278
301
|
* // glueVersion: "STRING_VALUE",
|
|
279
302
|
* // idleTimeout: Number("int"),
|
|
280
303
|
* // javaVirtualEnv: "STRING_VALUE",
|
|
@@ -285,6 +308,7 @@ declare const UpdateConnectionCommand_base: {
|
|
|
285
308
|
* // s3Properties: { // S3PropertiesOutput
|
|
286
309
|
* // s3Uri: "STRING_VALUE", // required
|
|
287
310
|
* // s3AccessGrantLocationId: "STRING_VALUE",
|
|
311
|
+
* // registerS3AccessGrantLocation: true || false,
|
|
288
312
|
* // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
|
|
289
313
|
* // errorMessage: "STRING_VALUE",
|
|
290
314
|
* // },
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AcceptRuleBehavior, AttributeEntityType, AuthenticationType, AuthType, ChangeAction, ComputeEnvironments, ConfigurableActionTypeAuthorization, ConnectionScope, ConnectionStatus, ConnectionType, DataProductItemType, DataProductStatus, DataSourceErrorType, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, DeploymentMode, DeploymentStatus, DeploymentType, DomainStatus, DomainUnitDesignation, DomainVersion, EnableSetting, EntityType, EnvironmentStatus, FilterExpressionType, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GlueConnectionType, GovernanceType, GovernedEntityType, GroupProfileStatus, HyperPodOrchestrator, ListingStatus, ManagedPolicyType, OAuth2GrantType, OverallDeploymentStatus, ProjectDesignation, ProjectStatus, Protocol, ResolutionStrategy, ResourceTagSource, RuleAction, RuleScopeSelectionMode, RuleTargetType, RuleType, S3Permission, Status,
|
|
1
|
+
import type { AcceptRuleBehavior, AttributeEntityType, AuthenticationType, AuthType, ChangeAction, ComputeEnvironments, ConfigurableActionTypeAuthorization, ConnectionScope, ConnectionStatus, ConnectionType, DataProductItemType, DataProductStatus, DataSourceErrorType, DataSourceRunStatus, DataSourceStatus, DataZoneEntityType, DeploymentMode, DeploymentStatus, DeploymentType, DomainStatus, DomainUnitDesignation, DomainVersion, EnableSetting, EntityType, EnvironmentStatus, FilterExpressionType, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GlueConnectionType, GovernanceType, GovernedEntityType, GroupProfileStatus, HyperPodOrchestrator, ListingStatus, ManagedPolicyType, OAuth2GrantType, OverallDeploymentStatus, ProjectDesignation, ProjectStatus, Protocol, ResolutionStrategy, ResourceTagSource, RuleAction, RuleScopeSelectionMode, RuleTargetType, RuleType, S3Permission, Status, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, Timezone, UserAssignment, UserDesignation } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.</p>
|
|
4
4
|
* @public
|
|
@@ -4365,6 +4365,22 @@ export interface ConfigurableEnvironmentAction {
|
|
|
4365
4365
|
*/
|
|
4366
4366
|
parameters: ConfigurableActionParameter[] | undefined;
|
|
4367
4367
|
}
|
|
4368
|
+
/**
|
|
4369
|
+
* <p>The configuration of a connection.</p>
|
|
4370
|
+
* @public
|
|
4371
|
+
*/
|
|
4372
|
+
export interface Configuration {
|
|
4373
|
+
/**
|
|
4374
|
+
* <p>The classification of the connection configuration.</p>
|
|
4375
|
+
* @public
|
|
4376
|
+
*/
|
|
4377
|
+
classification?: string | undefined;
|
|
4378
|
+
/**
|
|
4379
|
+
* <p>The properties of the connection configuration.</p>
|
|
4380
|
+
* @public
|
|
4381
|
+
*/
|
|
4382
|
+
properties?: Record<string, string> | undefined;
|
|
4383
|
+
}
|
|
4368
4384
|
/**
|
|
4369
4385
|
* <p>The credentials of a connection.</p>
|
|
4370
4386
|
* @public
|
|
@@ -4711,6 +4727,11 @@ export interface S3PropertiesInput {
|
|
|
4711
4727
|
* @public
|
|
4712
4728
|
*/
|
|
4713
4729
|
s3AccessGrantLocationId?: string | undefined;
|
|
4730
|
+
/**
|
|
4731
|
+
* <p>Specifies whether to register the Amazon S3 Access Grant location.</p>
|
|
4732
|
+
* @public
|
|
4733
|
+
*/
|
|
4734
|
+
registerS3AccessGrantLocation?: boolean | undefined;
|
|
4714
4735
|
}
|
|
4715
4736
|
/**
|
|
4716
4737
|
* <p>The Spark EMR properties.</p>
|
|
@@ -4780,10 +4801,15 @@ export interface SparkGluePropertiesInput {
|
|
|
4780
4801
|
*/
|
|
4781
4802
|
additionalArgs?: SparkGlueArgs | undefined;
|
|
4782
4803
|
/**
|
|
4783
|
-
* <p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties.</p>
|
|
4804
|
+
* <p>The Amazon Web Services Glue connection name in the Spark Amazon Web Services Glue properties. Specify either <code>glueConnectionName</code> or <code>glueConnectionNames</code>, but not both.</p>
|
|
4784
4805
|
* @public
|
|
4785
4806
|
*/
|
|
4786
4807
|
glueConnectionName?: string | undefined;
|
|
4808
|
+
/**
|
|
4809
|
+
* <p>The Amazon Web Services Glue connection names in the Spark Amazon Web Services Glue properties. Specify either <code>glueConnectionName</code> or <code>glueConnectionNames</code>, but not both.</p>
|
|
4810
|
+
* @public
|
|
4811
|
+
*/
|
|
4812
|
+
glueConnectionNames?: string[] | undefined;
|
|
4787
4813
|
/**
|
|
4788
4814
|
* <p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties.</p>
|
|
4789
4815
|
* @public
|
|
@@ -5258,6 +5284,11 @@ export interface S3PropertiesOutput {
|
|
|
5258
5284
|
* @public
|
|
5259
5285
|
*/
|
|
5260
5286
|
s3AccessGrantLocationId?: string | undefined;
|
|
5287
|
+
/**
|
|
5288
|
+
* <p>Specifies whether to register the Amazon S3 Access Grant location.</p>
|
|
5289
|
+
* @public
|
|
5290
|
+
*/
|
|
5291
|
+
registerS3AccessGrantLocation?: boolean | undefined;
|
|
5261
5292
|
/**
|
|
5262
5293
|
* <p>The status of the Amazon S3 connection.</p>
|
|
5263
5294
|
* @public
|
|
@@ -5376,6 +5407,11 @@ export interface SparkGluePropertiesOutput {
|
|
|
5376
5407
|
* @public
|
|
5377
5408
|
*/
|
|
5378
5409
|
glueConnectionName?: string | undefined;
|
|
5410
|
+
/**
|
|
5411
|
+
* <p>The Amazon Web Services Glue connection names in the Spark Amazon Web Services Glue properties.</p>
|
|
5412
|
+
* @public
|
|
5413
|
+
*/
|
|
5414
|
+
glueConnectionNames?: string[] | undefined;
|
|
5379
5415
|
/**
|
|
5380
5416
|
* <p>The Amazon Web Services Glue version in the Spark Amazon Web Services Glue properties. </p>
|
|
5381
5417
|
* @public
|
|
@@ -5804,6 +5840,11 @@ export interface S3PropertiesPatch {
|
|
|
5804
5840
|
* @public
|
|
5805
5841
|
*/
|
|
5806
5842
|
s3AccessGrantLocationId?: string | undefined;
|
|
5843
|
+
/**
|
|
5844
|
+
* <p>Specifies whether to register the Amazon S3 Access Grant location.</p>
|
|
5845
|
+
* @public
|
|
5846
|
+
*/
|
|
5847
|
+
registerS3AccessGrantLocation?: boolean | undefined;
|
|
5807
5848
|
}
|
|
5808
5849
|
/**
|
|
5809
5850
|
* <p>The Spark EMR properties patch.</p>
|
|
@@ -6121,6 +6162,11 @@ export interface PhysicalEndpoint {
|
|
|
6121
6162
|
* @public
|
|
6122
6163
|
*/
|
|
6123
6164
|
glueConnectionName?: string | undefined;
|
|
6165
|
+
/**
|
|
6166
|
+
* <p>The Amazon Web Services Glue connection names in the physical endpoint.</p>
|
|
6167
|
+
* @public
|
|
6168
|
+
*/
|
|
6169
|
+
glueConnectionNames?: string[] | undefined;
|
|
6124
6170
|
/**
|
|
6125
6171
|
* <p>The Amazon Web Services Glue connection.</p>
|
|
6126
6172
|
* @public
|
|
@@ -6157,6 +6203,11 @@ export interface PhysicalEndpoint {
|
|
|
6157
6203
|
* @public
|
|
6158
6204
|
*/
|
|
6159
6205
|
export interface ConnectionSummary {
|
|
6206
|
+
/**
|
|
6207
|
+
* <p>The configurations of a connection summary.</p>
|
|
6208
|
+
* @public
|
|
6209
|
+
*/
|
|
6210
|
+
configurations?: Configuration[] | undefined;
|
|
6160
6211
|
/**
|
|
6161
6212
|
* <p>The ID of a connection.</p>
|
|
6162
6213
|
* @public
|
|
@@ -6312,6 +6363,11 @@ export interface CreateConnectionInput {
|
|
|
6312
6363
|
* @public
|
|
6313
6364
|
*/
|
|
6314
6365
|
clientToken?: string | undefined;
|
|
6366
|
+
/**
|
|
6367
|
+
* <p>The configurations of the connection.</p>
|
|
6368
|
+
* @public
|
|
6369
|
+
*/
|
|
6370
|
+
configurations?: Configuration[] | undefined;
|
|
6315
6371
|
/**
|
|
6316
6372
|
* <p>A connection description.</p>
|
|
6317
6373
|
* @public
|
|
@@ -6357,6 +6413,11 @@ export interface CreateConnectionOutput {
|
|
|
6357
6413
|
* @public
|
|
6358
6414
|
*/
|
|
6359
6415
|
connectionId: string | undefined;
|
|
6416
|
+
/**
|
|
6417
|
+
* <p>The configurations of the connection.</p>
|
|
6418
|
+
* @public
|
|
6419
|
+
*/
|
|
6420
|
+
configurations?: Configuration[] | undefined;
|
|
6360
6421
|
/**
|
|
6361
6422
|
* <p>The connection description.</p>
|
|
6362
6423
|
* @public
|
|
@@ -9998,63 +10059,3 @@ export interface SubscriptionTargetForm {
|
|
|
9998
10059
|
*/
|
|
9999
10060
|
content: string | undefined;
|
|
10000
10061
|
}
|
|
10001
|
-
/**
|
|
10002
|
-
* @public
|
|
10003
|
-
*/
|
|
10004
|
-
export interface CreateSubscriptionTargetInput {
|
|
10005
|
-
/**
|
|
10006
|
-
* <p>The ID of the Amazon DataZone domain in which subscription target is created.</p>
|
|
10007
|
-
* @public
|
|
10008
|
-
*/
|
|
10009
|
-
domainIdentifier: string | undefined;
|
|
10010
|
-
/**
|
|
10011
|
-
* <p>The ID of the environment in which subscription target is created.</p>
|
|
10012
|
-
* @public
|
|
10013
|
-
*/
|
|
10014
|
-
environmentIdentifier: string | undefined;
|
|
10015
|
-
/**
|
|
10016
|
-
* <p>The name of the subscription target.</p>
|
|
10017
|
-
* @public
|
|
10018
|
-
*/
|
|
10019
|
-
name: string | undefined;
|
|
10020
|
-
/**
|
|
10021
|
-
* <p>The type of the subscription target.</p>
|
|
10022
|
-
* @public
|
|
10023
|
-
*/
|
|
10024
|
-
type: string | undefined;
|
|
10025
|
-
/**
|
|
10026
|
-
* <p>The configuration of the subscription target.</p>
|
|
10027
|
-
* @public
|
|
10028
|
-
*/
|
|
10029
|
-
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
10030
|
-
/**
|
|
10031
|
-
* <p>The authorized principals of the subscription target.</p>
|
|
10032
|
-
* @public
|
|
10033
|
-
*/
|
|
10034
|
-
authorizedPrincipals: string[] | undefined;
|
|
10035
|
-
/**
|
|
10036
|
-
* <p>The manage access role that is used to create the subscription target.</p>
|
|
10037
|
-
* @public
|
|
10038
|
-
*/
|
|
10039
|
-
manageAccessRole: string | undefined;
|
|
10040
|
-
/**
|
|
10041
|
-
* <p>The asset types that can be included in the subscription target.</p>
|
|
10042
|
-
* @public
|
|
10043
|
-
*/
|
|
10044
|
-
applicableAssetTypes: string[] | undefined;
|
|
10045
|
-
/**
|
|
10046
|
-
* <p>The provider of the subscription target.</p>
|
|
10047
|
-
* @public
|
|
10048
|
-
*/
|
|
10049
|
-
provider?: string | undefined;
|
|
10050
|
-
/**
|
|
10051
|
-
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
|
|
10052
|
-
* @public
|
|
10053
|
-
*/
|
|
10054
|
-
clientToken?: string | undefined;
|
|
10055
|
-
/**
|
|
10056
|
-
* <p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>
|
|
10057
|
-
* @public
|
|
10058
|
-
*/
|
|
10059
|
-
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
10060
|
-
}
|
|
@@ -1,5 +1,65 @@
|
|
|
1
1
|
import type { ConfigurationStatus, ConnectionScope, ConnectionType, DataAssetActivityStatus, DataProductStatus, DataSourceRunStatus, DataSourceRunType, DataSourceStatus, DataZoneEntityType, DomainStatus, DomainVersion, EdgeDirection, EnableSetting, EnvironmentStatus, FilterOperator, FilterStatus, FormTypeStatus, GlossaryStatus, GlossaryTermStatus, GlossaryUsageRestriction, GovernedEntityType, GroupProfileStatus, GroupSearchType, JobRunMode, JobRunStatus, JobType, LineageEventProcessingStatus, LineageImportStatus, ListingStatus, ManagedPolicyType, MetadataGenerationRunStatus, MetadataGenerationRunType, MetadataGenerationTargetType, NotificationResourceType, NotificationRole, NotificationType, OpenLineageRunState, ProjectStatus, RejectRuleBehavior, RelationDirection, RelationType, ResolutionStrategy, RuleAction, RuleTargetType, RuleType, SelfGrantStatus, SortFieldAccountPool, SortFieldConnection, SortFieldProject, SortKey, SortOrder, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionRequestStatus, SubscriptionStatus, TargetEntityType, TaskStatus, TimeSeriesEntityType, UserDesignation, UserProfileStatus, UserProfileType, UserType } from "./enums";
|
|
2
|
-
import type { AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetItem, AssetListing, AssetRevision, ConfigurableEnvironmentAction, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput, GrantedEntity, MatchRationaleItem, Member, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, RecommendationConfiguration, Resource, ResourceTag, ResourceTagParameter, RuleDetail, RuleScope, RuleTarget, ScheduleConfiguration, SingleSignOn, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserProfileDetails } from "./models_0";
|
|
2
|
+
import type { AccountInfo, AccountPoolSummary, AccountSource, ActionParameters, AssetFilterSummary, AssetItem, AssetListing, AssetRevision, ConfigurableEnvironmentAction, Configuration, ConnectionCredentials, ConnectionPropertiesOutput, ConnectionSummary, CustomParameter, DataProductItem, DataSourceConfigurationInput, DataSourceConfigurationOutput, DataSourceErrorMessage, Deployment, DeploymentProperties, DetailedGlossaryTerm, DomainUnitOwnerProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, FormInput, FormOutput, GrantedEntity, MatchRationaleItem, Member, Model, OwnerProperties, PhysicalEndpoint, PolicyGrantDetail, PolicyGrantPrincipal, ProjectDeletionError, ProvisioningProperties, RecommendationConfiguration, Resource, ResourceTag, ResourceTagParameter, RuleDetail, RuleScope, RuleTarget, ScheduleConfiguration, SingleSignOn, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, TermRelations, TimeSeriesDataPointSummaryFormOutput, UserProfileDetails } from "./models_0";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
6
|
+
export interface CreateSubscriptionTargetInput {
|
|
7
|
+
/**
|
|
8
|
+
* <p>The ID of the Amazon DataZone domain in which subscription target is created.</p>
|
|
9
|
+
* @public
|
|
10
|
+
*/
|
|
11
|
+
domainIdentifier: string | undefined;
|
|
12
|
+
/**
|
|
13
|
+
* <p>The ID of the environment in which subscription target is created.</p>
|
|
14
|
+
* @public
|
|
15
|
+
*/
|
|
16
|
+
environmentIdentifier: string | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* <p>The name of the subscription target.</p>
|
|
19
|
+
* @public
|
|
20
|
+
*/
|
|
21
|
+
name: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* <p>The type of the subscription target.</p>
|
|
24
|
+
* @public
|
|
25
|
+
*/
|
|
26
|
+
type: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* <p>The configuration of the subscription target.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The authorized principals of the subscription target.</p>
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
authorizedPrincipals: string[] | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* <p>The manage access role that is used to create the subscription target.</p>
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
manageAccessRole: string | undefined;
|
|
42
|
+
/**
|
|
43
|
+
* <p>The asset types that can be included in the subscription target.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
applicableAssetTypes: string[] | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>The provider of the subscription target.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
provider?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
clientToken?: string | undefined;
|
|
57
|
+
/**
|
|
58
|
+
* <p> Determines the subscription grant creation mode for this target, defining if grants are auto-created upon subscription approval or managed manually. </p>
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
62
|
+
}
|
|
3
63
|
/**
|
|
4
64
|
* @public
|
|
5
65
|
*/
|
|
@@ -3168,6 +3228,11 @@ export interface GetConnectionOutput {
|
|
|
3168
3228
|
* @public
|
|
3169
3229
|
*/
|
|
3170
3230
|
connectionCredentials?: ConnectionCredentials | undefined;
|
|
3231
|
+
/**
|
|
3232
|
+
* <p>The configurations of the connection.</p>
|
|
3233
|
+
* @public
|
|
3234
|
+
*/
|
|
3235
|
+
configurations?: Configuration[] | undefined;
|
|
3171
3236
|
/**
|
|
3172
3237
|
* <p>The ID of the connection.</p>
|
|
3173
3238
|
* @public
|
|
@@ -9514,18 +9579,3 @@ export interface GroupProfileSummary {
|
|
|
9514
9579
|
*/
|
|
9515
9580
|
groupName?: string | undefined;
|
|
9516
9581
|
}
|
|
9517
|
-
/**
|
|
9518
|
-
* @public
|
|
9519
|
-
*/
|
|
9520
|
-
export interface SearchGroupProfilesOutput {
|
|
9521
|
-
/**
|
|
9522
|
-
* <p>The results of the <code>SearchGroupProfiles</code> action.</p>
|
|
9523
|
-
* @public
|
|
9524
|
-
*/
|
|
9525
|
-
items?: GroupProfileSummary[] | undefined;
|
|
9526
|
-
/**
|
|
9527
|
-
* <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results.</p>
|
|
9528
|
-
* @public
|
|
9529
|
-
*/
|
|
9530
|
-
nextToken?: string | undefined;
|
|
9531
|
-
}
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
import type { ConnectionScope, ConnectionType, EnvironmentStatus, FilterStatus, FormTypeStatus, GraphEntityType, GroupProfileStatus, InventorySearchScope, ProjectStatus, ResolutionStrategy, SearchOutputAdditionalAttribute, Status, SubscriptionGrantCreationMode, SubscriptionGrantOverallStatus, SubscriptionGrantStatus, SubscriptionRequestStatus, TypesSearchScope, UserProfileStatus, UserProfileType, UserSearchType } from "./enums";
|
|
2
|
-
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FailureCause, FormEntryOutput, FormOutput, GrantedEntity, Model, PhysicalEndpoint, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, UserProfileDetails } from "./models_0";
|
|
3
|
-
import type { DataProductListingItem, Filter, Import, RelationPattern, SearchInItem, SearchSort } from "./models_1";
|
|
2
|
+
import type { AccountSource, ActionParameters, AdditionalAttributes, AggregationListItem, AggregationOutput, AssetListingItem, AssetTypeItem, AwsLocation, ColumnFilterConfiguration, ConfigurableEnvironmentAction, Configuration, ConnectionPropertiesOutput, ConnectionPropertiesPatch, CustomParameter, Deployment, DeploymentProperties, EnvironmentConfiguration, EnvironmentConfigurationUserParameter, EnvironmentDeploymentDetails, EnvironmentParameter, FailureCause, FormEntryOutput, FormOutput, GrantedEntity, Model, PhysicalEndpoint, ProjectDeletionError, ProvisioningProperties, Resource, ResourceTag, ResourceTagParameter, RowFilterExpression, SubscribedAsset, SubscribedListing, SubscribedPrincipal, SubscriptionTargetForm, UserProfileDetails } from "./models_0";
|
|
3
|
+
import type { DataProductListingItem, Filter, GroupProfileSummary, Import, RelationPattern, SearchInItem, SearchSort } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface SearchGroupProfilesOutput {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The results of the <code>SearchGroupProfiles</code> action.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
items?: GroupProfileSummary[] | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>When the number of results is greater than the default value for the <code>MaxResults</code> parameter, or if you explicitly specify a value for <code>MaxResults</code> that is less than the number of results, the response includes a pagination token named <code>NextToken</code>. You can specify this <code>NextToken</code> value in a subsequent call to <code>SearchGroupProfiles</code> to list the next set of results.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
nextToken?: string | undefined;
|
|
18
|
+
}
|
|
4
19
|
/**
|
|
5
20
|
* <p>The details of the results of the <code>SearchListings</code> action.</p>
|
|
6
21
|
* @public
|
|
@@ -482,6 +497,11 @@ export interface UpdateAccountPoolOutput {
|
|
|
482
497
|
* @public
|
|
483
498
|
*/
|
|
484
499
|
export interface UpdateConnectionInput {
|
|
500
|
+
/**
|
|
501
|
+
* <p>The configurations of the connection.</p>
|
|
502
|
+
* @public
|
|
503
|
+
*/
|
|
504
|
+
configurations?: Configuration[] | undefined;
|
|
485
505
|
/**
|
|
486
506
|
* <p>The ID of the domain where a connection is to be updated.</p>
|
|
487
507
|
* @public
|
|
@@ -512,6 +532,11 @@ export interface UpdateConnectionInput {
|
|
|
512
532
|
* @public
|
|
513
533
|
*/
|
|
514
534
|
export interface UpdateConnectionOutput {
|
|
535
|
+
/**
|
|
536
|
+
* <p>The configurations of the connection.</p>
|
|
537
|
+
* @public
|
|
538
|
+
*/
|
|
539
|
+
configurations?: Configuration[] | undefined;
|
|
515
540
|
/**
|
|
516
541
|
* <p>The ID of the connection.</p>
|
|
517
542
|
* @public
|
|
@@ -83,6 +83,7 @@ export declare var CloudFormationProperties$: StaticStructureSchema;
|
|
|
83
83
|
export declare var ColumnFilterConfiguration$: StaticStructureSchema;
|
|
84
84
|
export declare var ConfigurableActionParameter$: StaticStructureSchema;
|
|
85
85
|
export declare var ConfigurableEnvironmentAction$: StaticStructureSchema;
|
|
86
|
+
export declare var Configuration$: StaticStructureSchema;
|
|
86
87
|
export declare var ConnectionCredentials$: StaticStructureSchema;
|
|
87
88
|
export declare var ConnectionSummary$: StaticStructureSchema;
|
|
88
89
|
export declare var CreateAccountPoolInput$: StaticStructureSchema;
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
CreateSubscriptionTargetInput,
|
|
10
|
+
CreateSubscriptionTargetOutput,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface CreateSubscriptionTargetCommandInput
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../DataZoneClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
SearchGroupProfilesOutput,
|
|
11
|
-
} from "../models/models_1";
|
|
8
|
+
import { SearchGroupProfilesInput } from "../models/models_1";
|
|
9
|
+
import { SearchGroupProfilesOutput } from "../models/models_2";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface SearchGroupProfilesCommandInput
|
|
@@ -50,7 +50,6 @@ import {
|
|
|
50
50
|
RuleType,
|
|
51
51
|
S3Permission,
|
|
52
52
|
Status,
|
|
53
|
-
SubscriptionGrantCreationMode,
|
|
54
53
|
SubscriptionGrantOverallStatus,
|
|
55
54
|
SubscriptionGrantStatus,
|
|
56
55
|
SubscriptionRequestStatus,
|
|
@@ -1681,6 +1680,10 @@ export interface ConfigurableEnvironmentAction {
|
|
|
1681
1680
|
auth?: ConfigurableActionTypeAuthorization | undefined;
|
|
1682
1681
|
parameters: ConfigurableActionParameter[] | undefined;
|
|
1683
1682
|
}
|
|
1683
|
+
export interface Configuration {
|
|
1684
|
+
classification?: string | undefined;
|
|
1685
|
+
properties?: Record<string, string> | undefined;
|
|
1686
|
+
}
|
|
1684
1687
|
export interface ConnectionCredentials {
|
|
1685
1688
|
accessKeyId?: string | undefined;
|
|
1686
1689
|
secretAccessKey?: string | undefined;
|
|
@@ -1793,6 +1796,7 @@ export interface RedshiftPropertiesInput {
|
|
|
1793
1796
|
export interface S3PropertiesInput {
|
|
1794
1797
|
s3Uri: string | undefined;
|
|
1795
1798
|
s3AccessGrantLocationId?: string | undefined;
|
|
1799
|
+
registerS3AccessGrantLocation?: boolean | undefined;
|
|
1796
1800
|
}
|
|
1797
1801
|
export interface SparkEmrPropertiesInput {
|
|
1798
1802
|
computeArn?: string | undefined;
|
|
@@ -1810,6 +1814,7 @@ export interface SparkGlueArgs {
|
|
|
1810
1814
|
export interface SparkGluePropertiesInput {
|
|
1811
1815
|
additionalArgs?: SparkGlueArgs | undefined;
|
|
1812
1816
|
glueConnectionName?: string | undefined;
|
|
1817
|
+
glueConnectionNames?: string[] | undefined;
|
|
1813
1818
|
glueVersion?: string | undefined;
|
|
1814
1819
|
idleTimeout?: number | undefined;
|
|
1815
1820
|
javaVirtualEnv?: string | undefined;
|
|
@@ -2084,6 +2089,7 @@ export interface RedshiftPropertiesOutput {
|
|
|
2084
2089
|
export interface S3PropertiesOutput {
|
|
2085
2090
|
s3Uri: string | undefined;
|
|
2086
2091
|
s3AccessGrantLocationId?: string | undefined;
|
|
2092
|
+
registerS3AccessGrantLocation?: boolean | undefined;
|
|
2087
2093
|
status?: ConnectionStatus | undefined;
|
|
2088
2094
|
errorMessage?: string | undefined;
|
|
2089
2095
|
}
|
|
@@ -2110,6 +2116,7 @@ export interface SparkEmrPropertiesOutput {
|
|
|
2110
2116
|
export interface SparkGluePropertiesOutput {
|
|
2111
2117
|
additionalArgs?: SparkGlueArgs | undefined;
|
|
2112
2118
|
glueConnectionName?: string | undefined;
|
|
2119
|
+
glueConnectionNames?: string[] | undefined;
|
|
2113
2120
|
glueVersion?: string | undefined;
|
|
2114
2121
|
idleTimeout?: number | undefined;
|
|
2115
2122
|
javaVirtualEnv?: string | undefined;
|
|
@@ -2374,6 +2381,7 @@ export interface RedshiftPropertiesPatch {
|
|
|
2374
2381
|
export interface S3PropertiesPatch {
|
|
2375
2382
|
s3Uri: string | undefined;
|
|
2376
2383
|
s3AccessGrantLocationId?: string | undefined;
|
|
2384
|
+
registerS3AccessGrantLocation?: boolean | undefined;
|
|
2377
2385
|
}
|
|
2378
2386
|
export interface SparkEmrPropertiesPatch {
|
|
2379
2387
|
computeArn?: string | undefined;
|
|
@@ -2530,6 +2538,7 @@ export interface GlueConnection {
|
|
|
2530
2538
|
export interface PhysicalEndpoint {
|
|
2531
2539
|
awsLocation?: AwsLocation | undefined;
|
|
2532
2540
|
glueConnectionName?: string | undefined;
|
|
2541
|
+
glueConnectionNames?: string[] | undefined;
|
|
2533
2542
|
glueConnection?: GlueConnection | undefined;
|
|
2534
2543
|
enableTrustedIdentityPropagation?: boolean | undefined;
|
|
2535
2544
|
host?: string | undefined;
|
|
@@ -2538,6 +2547,7 @@ export interface PhysicalEndpoint {
|
|
|
2538
2547
|
stage?: string | undefined;
|
|
2539
2548
|
}
|
|
2540
2549
|
export interface ConnectionSummary {
|
|
2550
|
+
configurations?: Configuration[] | undefined;
|
|
2541
2551
|
connectionId: string | undefined;
|
|
2542
2552
|
domainId: string | undefined;
|
|
2543
2553
|
domainUnitId: string | undefined;
|
|
@@ -2572,6 +2582,7 @@ export interface CreateAccountPoolOutput {
|
|
|
2572
2582
|
export interface CreateConnectionInput {
|
|
2573
2583
|
awsLocation?: AwsLocation | undefined;
|
|
2574
2584
|
clientToken?: string | undefined;
|
|
2585
|
+
configurations?: Configuration[] | undefined;
|
|
2575
2586
|
description?: string | undefined;
|
|
2576
2587
|
domainIdentifier: string | undefined;
|
|
2577
2588
|
environmentIdentifier?: string | undefined;
|
|
@@ -2582,6 +2593,7 @@ export interface CreateConnectionInput {
|
|
|
2582
2593
|
}
|
|
2583
2594
|
export interface CreateConnectionOutput {
|
|
2584
2595
|
connectionId: string | undefined;
|
|
2596
|
+
configurations?: Configuration[] | undefined;
|
|
2585
2597
|
description?: string | undefined;
|
|
2586
2598
|
domainId: string | undefined;
|
|
2587
2599
|
domainUnitId: string | undefined;
|
|
@@ -3612,16 +3624,3 @@ export interface SubscriptionTargetForm {
|
|
|
3612
3624
|
formName: string | undefined;
|
|
3613
3625
|
content: string | undefined;
|
|
3614
3626
|
}
|
|
3615
|
-
export interface CreateSubscriptionTargetInput {
|
|
3616
|
-
domainIdentifier: string | undefined;
|
|
3617
|
-
environmentIdentifier: string | undefined;
|
|
3618
|
-
name: string | undefined;
|
|
3619
|
-
type: string | undefined;
|
|
3620
|
-
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
3621
|
-
authorizedPrincipals: string[] | undefined;
|
|
3622
|
-
manageAccessRole: string | undefined;
|
|
3623
|
-
applicableAssetTypes: string[] | undefined;
|
|
3624
|
-
provider?: string | undefined;
|
|
3625
|
-
clientToken?: string | undefined;
|
|
3626
|
-
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
3627
|
-
}
|
|
@@ -73,6 +73,7 @@ import {
|
|
|
73
73
|
AssetListing,
|
|
74
74
|
AssetRevision,
|
|
75
75
|
ConfigurableEnvironmentAction,
|
|
76
|
+
Configuration,
|
|
76
77
|
ConnectionCredentials,
|
|
77
78
|
ConnectionPropertiesOutput,
|
|
78
79
|
ConnectionSummary,
|
|
@@ -117,6 +118,19 @@ import {
|
|
|
117
118
|
TimeSeriesDataPointSummaryFormOutput,
|
|
118
119
|
UserProfileDetails,
|
|
119
120
|
} from "./models_0";
|
|
121
|
+
export interface CreateSubscriptionTargetInput {
|
|
122
|
+
domainIdentifier: string | undefined;
|
|
123
|
+
environmentIdentifier: string | undefined;
|
|
124
|
+
name: string | undefined;
|
|
125
|
+
type: string | undefined;
|
|
126
|
+
subscriptionTargetConfig: SubscriptionTargetForm[] | undefined;
|
|
127
|
+
authorizedPrincipals: string[] | undefined;
|
|
128
|
+
manageAccessRole: string | undefined;
|
|
129
|
+
applicableAssetTypes: string[] | undefined;
|
|
130
|
+
provider?: string | undefined;
|
|
131
|
+
clientToken?: string | undefined;
|
|
132
|
+
subscriptionGrantCreationMode?: SubscriptionGrantCreationMode | undefined;
|
|
133
|
+
}
|
|
120
134
|
export interface CreateSubscriptionTargetOutput {
|
|
121
135
|
id: string | undefined;
|
|
122
136
|
authorizedPrincipals: string[] | undefined;
|
|
@@ -863,6 +877,7 @@ export interface GetConnectionInput {
|
|
|
863
877
|
}
|
|
864
878
|
export interface GetConnectionOutput {
|
|
865
879
|
connectionCredentials?: ConnectionCredentials | undefined;
|
|
880
|
+
configurations?: Configuration[] | undefined;
|
|
866
881
|
connectionId: string | undefined;
|
|
867
882
|
description?: string | undefined;
|
|
868
883
|
domainId: string | undefined;
|
|
@@ -2417,7 +2432,3 @@ export interface GroupProfileSummary {
|
|
|
2417
2432
|
status?: GroupProfileStatus | undefined;
|
|
2418
2433
|
groupName?: string | undefined;
|
|
2419
2434
|
}
|
|
2420
|
-
export interface SearchGroupProfilesOutput {
|
|
2421
|
-
items?: GroupProfileSummary[] | undefined;
|
|
2422
|
-
nextToken?: string | undefined;
|
|
2423
|
-
}
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
AwsLocation,
|
|
32
32
|
ColumnFilterConfiguration,
|
|
33
33
|
ConfigurableEnvironmentAction,
|
|
34
|
+
Configuration,
|
|
34
35
|
ConnectionPropertiesOutput,
|
|
35
36
|
ConnectionPropertiesPatch,
|
|
36
37
|
CustomParameter,
|
|
@@ -61,11 +62,16 @@ import {
|
|
|
61
62
|
import {
|
|
62
63
|
DataProductListingItem,
|
|
63
64
|
Filter,
|
|
65
|
+
GroupProfileSummary,
|
|
64
66
|
Import,
|
|
65
67
|
RelationPattern,
|
|
66
68
|
SearchInItem,
|
|
67
69
|
SearchSort,
|
|
68
70
|
} from "./models_1";
|
|
71
|
+
export interface SearchGroupProfilesOutput {
|
|
72
|
+
items?: GroupProfileSummary[] | undefined;
|
|
73
|
+
nextToken?: string | undefined;
|
|
74
|
+
}
|
|
69
75
|
export type SearchResultItem =
|
|
70
76
|
| SearchResultItem.AssetListingMember
|
|
71
77
|
| SearchResultItem.DataProductListingMember
|
|
@@ -215,6 +221,7 @@ export interface UpdateAccountPoolOutput {
|
|
|
215
221
|
domainUnitId?: string | undefined;
|
|
216
222
|
}
|
|
217
223
|
export interface UpdateConnectionInput {
|
|
224
|
+
configurations?: Configuration[] | undefined;
|
|
218
225
|
domainIdentifier: string | undefined;
|
|
219
226
|
identifier: string | undefined;
|
|
220
227
|
description?: string | undefined;
|
|
@@ -222,6 +229,7 @@ export interface UpdateConnectionInput {
|
|
|
222
229
|
props?: ConnectionPropertiesPatch | undefined;
|
|
223
230
|
}
|
|
224
231
|
export interface UpdateConnectionOutput {
|
|
232
|
+
configurations?: Configuration[] | undefined;
|
|
225
233
|
connectionId: string | undefined;
|
|
226
234
|
description?: string | undefined;
|
|
227
235
|
domainId: string | undefined;
|
|
@@ -83,6 +83,7 @@ export declare var CloudFormationProperties$: StaticStructureSchema;
|
|
|
83
83
|
export declare var ColumnFilterConfiguration$: StaticStructureSchema;
|
|
84
84
|
export declare var ConfigurableActionParameter$: StaticStructureSchema;
|
|
85
85
|
export declare var ConfigurableEnvironmentAction$: StaticStructureSchema;
|
|
86
|
+
export declare var Configuration$: StaticStructureSchema;
|
|
86
87
|
export declare var ConnectionCredentials$: StaticStructureSchema;
|
|
87
88
|
export declare var ConnectionSummary$: StaticStructureSchema;
|
|
88
89
|
export declare var CreateAccountPoolInput$: StaticStructureSchema;
|