aws-sdk-datazone 1.27.0 → 1.29.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.
@@ -57,16 +57,41 @@ module Aws::DataZone
57
57
  AssetTargetNameMap = Shapes::StructureShape.new(name: 'AssetTargetNameMap')
58
58
  AssetTargetNames = Shapes::ListShape.new(name: 'AssetTargetNames')
59
59
  AssetTypeIdentifier = Shapes::StringShape.new(name: 'AssetTypeIdentifier')
60
+ AssetTypeIdentifiers = Shapes::ListShape.new(name: 'AssetTypeIdentifiers')
60
61
  AssetTypeItem = Shapes::StructureShape.new(name: 'AssetTypeItem')
62
+ AssetTypesForRule = Shapes::StructureShape.new(name: 'AssetTypesForRule')
61
63
  AssociateEnvironmentRoleInput = Shapes::StructureShape.new(name: 'AssociateEnvironmentRoleInput')
62
64
  AssociateEnvironmentRoleOutput = Shapes::StructureShape.new(name: 'AssociateEnvironmentRoleOutput')
65
+ AthenaPropertiesInput = Shapes::StructureShape.new(name: 'AthenaPropertiesInput')
66
+ AthenaPropertiesInputWorkgroupNameString = Shapes::StringShape.new(name: 'AthenaPropertiesInputWorkgroupNameString')
67
+ AthenaPropertiesOutput = Shapes::StructureShape.new(name: 'AthenaPropertiesOutput')
68
+ AthenaPropertiesOutputWorkgroupNameString = Shapes::StringShape.new(name: 'AthenaPropertiesOutputWorkgroupNameString')
69
+ AthenaPropertiesPatch = Shapes::StructureShape.new(name: 'AthenaPropertiesPatch')
70
+ AthenaPropertiesPatchWorkgroupNameString = Shapes::StringShape.new(name: 'AthenaPropertiesPatchWorkgroupNameString')
63
71
  Attribute = Shapes::StringShape.new(name: 'Attribute')
64
72
  AuthType = Shapes::StringShape.new(name: 'AuthType')
73
+ AuthenticationConfiguration = Shapes::StructureShape.new(name: 'AuthenticationConfiguration')
74
+ AuthenticationConfigurationInput = Shapes::StructureShape.new(name: 'AuthenticationConfigurationInput')
75
+ AuthenticationConfigurationInputKmsKeyArnString = Shapes::StringShape.new(name: 'AuthenticationConfigurationInputKmsKeyArnString')
76
+ AuthenticationConfigurationInputSecretArnString = Shapes::StringShape.new(name: 'AuthenticationConfigurationInputSecretArnString')
77
+ AuthenticationConfigurationPatch = Shapes::StructureShape.new(name: 'AuthenticationConfigurationPatch')
78
+ AuthenticationConfigurationPatchSecretArnString = Shapes::StringShape.new(name: 'AuthenticationConfigurationPatchSecretArnString')
79
+ AuthenticationConfigurationSecretArnString = Shapes::StringShape.new(name: 'AuthenticationConfigurationSecretArnString')
80
+ AuthenticationType = Shapes::StringShape.new(name: 'AuthenticationType')
81
+ AuthorizationCodeProperties = Shapes::StructureShape.new(name: 'AuthorizationCodeProperties')
82
+ AuthorizationCodePropertiesAuthorizationCodeString = Shapes::StringShape.new(name: 'AuthorizationCodePropertiesAuthorizationCodeString')
83
+ AuthorizationCodePropertiesRedirectUriString = Shapes::StringShape.new(name: 'AuthorizationCodePropertiesRedirectUriString')
65
84
  AuthorizedPrincipalIdentifier = Shapes::StringShape.new(name: 'AuthorizedPrincipalIdentifier')
66
85
  AuthorizedPrincipalIdentifiers = Shapes::ListShape.new(name: 'AuthorizedPrincipalIdentifiers')
86
+ AwsAccount = Shapes::UnionShape.new(name: 'AwsAccount')
67
87
  AwsAccountId = Shapes::StringShape.new(name: 'AwsAccountId')
68
88
  AwsConsoleLinkParameters = Shapes::StructureShape.new(name: 'AwsConsoleLinkParameters')
89
+ AwsLocation = Shapes::StructureShape.new(name: 'AwsLocation')
90
+ AwsLocationAccessRoleString = Shapes::StringShape.new(name: 'AwsLocationAccessRoleString')
69
91
  AwsRegion = Shapes::StringShape.new(name: 'AwsRegion')
92
+ BasicAuthenticationCredentials = Shapes::StructureShape.new(name: 'BasicAuthenticationCredentials')
93
+ BasicAuthenticationCredentialsPasswordString = Shapes::StringShape.new(name: 'BasicAuthenticationCredentialsPasswordString')
94
+ BasicAuthenticationCredentialsUserNameString = Shapes::StringShape.new(name: 'BasicAuthenticationCredentialsUserNameString')
70
95
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
71
96
  BusinessNameGenerationConfiguration = Shapes::StructureShape.new(name: 'BusinessNameGenerationConfiguration')
72
97
  CancelMetadataGenerationRunInput = Shapes::StructureShape.new(name: 'CancelMetadataGenerationRunInput')
@@ -78,11 +103,25 @@ module Aws::DataZone
78
103
  CloudFormationProperties = Shapes::StructureShape.new(name: 'CloudFormationProperties')
79
104
  ColumnFilterConfiguration = Shapes::StructureShape.new(name: 'ColumnFilterConfiguration')
80
105
  ColumnNameList = Shapes::ListShape.new(name: 'ColumnNameList')
106
+ ComputeEnvironments = Shapes::StringShape.new(name: 'ComputeEnvironments')
107
+ ComputeEnvironmentsList = Shapes::ListShape.new(name: 'ComputeEnvironmentsList')
81
108
  ConfigurableActionParameter = Shapes::StructureShape.new(name: 'ConfigurableActionParameter')
82
109
  ConfigurableActionParameterList = Shapes::ListShape.new(name: 'ConfigurableActionParameterList')
83
110
  ConfigurableActionTypeAuthorization = Shapes::StringShape.new(name: 'ConfigurableActionTypeAuthorization')
84
111
  ConfigurableEnvironmentAction = Shapes::StructureShape.new(name: 'ConfigurableEnvironmentAction')
85
112
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
113
+ ConnectionCredentials = Shapes::StructureShape.new(name: 'ConnectionCredentials')
114
+ ConnectionId = Shapes::StringShape.new(name: 'ConnectionId')
115
+ ConnectionName = Shapes::StringShape.new(name: 'ConnectionName')
116
+ ConnectionProperties = Shapes::MapShape.new(name: 'ConnectionProperties')
117
+ ConnectionPropertiesInput = Shapes::UnionShape.new(name: 'ConnectionPropertiesInput')
118
+ ConnectionPropertiesOutput = Shapes::UnionShape.new(name: 'ConnectionPropertiesOutput')
119
+ ConnectionPropertiesPatch = Shapes::UnionShape.new(name: 'ConnectionPropertiesPatch')
120
+ ConnectionPropertiesValueString = Shapes::StringShape.new(name: 'ConnectionPropertiesValueString')
121
+ ConnectionStatus = Shapes::StringShape.new(name: 'ConnectionStatus')
122
+ ConnectionSummaries = Shapes::ListShape.new(name: 'ConnectionSummaries')
123
+ ConnectionSummary = Shapes::StructureShape.new(name: 'ConnectionSummary')
124
+ ConnectionType = Shapes::StringShape.new(name: 'ConnectionType')
86
125
  CreateAssetFilterInput = Shapes::StructureShape.new(name: 'CreateAssetFilterInput')
87
126
  CreateAssetFilterOutput = Shapes::StructureShape.new(name: 'CreateAssetFilterOutput')
88
127
  CreateAssetInput = Shapes::StructureShape.new(name: 'CreateAssetInput')
@@ -92,11 +131,17 @@ module Aws::DataZone
92
131
  CreateAssetTypeInput = Shapes::StructureShape.new(name: 'CreateAssetTypeInput')
93
132
  CreateAssetTypeOutput = Shapes::StructureShape.new(name: 'CreateAssetTypeOutput')
94
133
  CreateAssetTypePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateAssetTypePolicyGrantDetail')
134
+ CreateConnectionInput = Shapes::StructureShape.new(name: 'CreateConnectionInput')
135
+ CreateConnectionInputDescriptionString = Shapes::StringShape.new(name: 'CreateConnectionInputDescriptionString')
136
+ CreateConnectionOutput = Shapes::StructureShape.new(name: 'CreateConnectionOutput')
95
137
  CreateDataProductInput = Shapes::StructureShape.new(name: 'CreateDataProductInput')
96
138
  CreateDataProductOutput = Shapes::StructureShape.new(name: 'CreateDataProductOutput')
97
139
  CreateDataProductRevisionInput = Shapes::StructureShape.new(name: 'CreateDataProductRevisionInput')
98
140
  CreateDataProductRevisionOutput = Shapes::StructureShape.new(name: 'CreateDataProductRevisionOutput')
99
141
  CreateDataSourceInput = Shapes::StructureShape.new(name: 'CreateDataSourceInput')
142
+ CreateDataSourceInputConnectionIdentifierString = Shapes::StringShape.new(name: 'CreateDataSourceInputConnectionIdentifierString')
143
+ CreateDataSourceInputEnvironmentIdentifierString = Shapes::StringShape.new(name: 'CreateDataSourceInputEnvironmentIdentifierString')
144
+ CreateDataSourceInputProjectIdentifierString = Shapes::StringShape.new(name: 'CreateDataSourceInputProjectIdentifierString')
100
145
  CreateDataSourceOutput = Shapes::StructureShape.new(name: 'CreateDataSourceOutput')
101
146
  CreateDomainInput = Shapes::StructureShape.new(name: 'CreateDomainInput')
102
147
  CreateDomainOutput = Shapes::StructureShape.new(name: 'CreateDomainOutput')
@@ -122,11 +167,16 @@ module Aws::DataZone
122
167
  CreateGroupProfileOutput = Shapes::StructureShape.new(name: 'CreateGroupProfileOutput')
123
168
  CreateListingChangeSetInput = Shapes::StructureShape.new(name: 'CreateListingChangeSetInput')
124
169
  CreateListingChangeSetOutput = Shapes::StructureShape.new(name: 'CreateListingChangeSetOutput')
170
+ CreateProjectFromProjectProfilePolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateProjectFromProjectProfilePolicyGrantDetail')
125
171
  CreateProjectInput = Shapes::StructureShape.new(name: 'CreateProjectInput')
126
172
  CreateProjectMembershipInput = Shapes::StructureShape.new(name: 'CreateProjectMembershipInput')
127
173
  CreateProjectMembershipOutput = Shapes::StructureShape.new(name: 'CreateProjectMembershipOutput')
128
174
  CreateProjectOutput = Shapes::StructureShape.new(name: 'CreateProjectOutput')
129
175
  CreateProjectPolicyGrantDetail = Shapes::StructureShape.new(name: 'CreateProjectPolicyGrantDetail')
176
+ CreateProjectProfileInput = Shapes::StructureShape.new(name: 'CreateProjectProfileInput')
177
+ CreateProjectProfileOutput = Shapes::StructureShape.new(name: 'CreateProjectProfileOutput')
178
+ CreateRuleInput = Shapes::StructureShape.new(name: 'CreateRuleInput')
179
+ CreateRuleOutput = Shapes::StructureShape.new(name: 'CreateRuleOutput')
130
180
  CreateSubscriptionGrantInput = Shapes::StructureShape.new(name: 'CreateSubscriptionGrantInput')
131
181
  CreateSubscriptionGrantOutput = Shapes::StructureShape.new(name: 'CreateSubscriptionGrantOutput')
132
182
  CreateSubscriptionRequestInput = Shapes::StructureShape.new(name: 'CreateSubscriptionRequestInput')
@@ -139,6 +189,9 @@ module Aws::DataZone
139
189
  CreateUserProfileOutput = Shapes::StructureShape.new(name: 'CreateUserProfileOutput')
140
190
  CreatedAt = Shapes::TimestampShape.new(name: 'CreatedAt')
141
191
  CreatedBy = Shapes::StringShape.new(name: 'CreatedBy')
192
+ CredentialMap = Shapes::MapShape.new(name: 'CredentialMap')
193
+ CredentialMapKeyString = Shapes::StringShape.new(name: 'CredentialMapKeyString')
194
+ CredentialMapValueString = Shapes::StringShape.new(name: 'CredentialMapValueString')
142
195
  CronString = Shapes::StringShape.new(name: 'CronString')
143
196
  CustomParameter = Shapes::StructureShape.new(name: 'CustomParameter')
144
197
  CustomParameterKeyNameString = Shapes::StringShape.new(name: 'CustomParameterKeyNameString')
@@ -166,6 +219,7 @@ module Aws::DataZone
166
219
  DataSourceRunActivities = Shapes::ListShape.new(name: 'DataSourceRunActivities')
167
220
  DataSourceRunActivity = Shapes::StructureShape.new(name: 'DataSourceRunActivity')
168
221
  DataSourceRunId = Shapes::StringShape.new(name: 'DataSourceRunId')
222
+ DataSourceRunLineageSummary = Shapes::StructureShape.new(name: 'DataSourceRunLineageSummary')
169
223
  DataSourceRunStatus = Shapes::StringShape.new(name: 'DataSourceRunStatus')
170
224
  DataSourceRunSummaries = Shapes::ListShape.new(name: 'DataSourceRunSummaries')
171
225
  DataSourceRunSummary = Shapes::StructureShape.new(name: 'DataSourceRunSummary')
@@ -182,6 +236,8 @@ module Aws::DataZone
182
236
  DeleteAssetOutput = Shapes::StructureShape.new(name: 'DeleteAssetOutput')
183
237
  DeleteAssetTypeInput = Shapes::StructureShape.new(name: 'DeleteAssetTypeInput')
184
238
  DeleteAssetTypeOutput = Shapes::StructureShape.new(name: 'DeleteAssetTypeOutput')
239
+ DeleteConnectionInput = Shapes::StructureShape.new(name: 'DeleteConnectionInput')
240
+ DeleteConnectionOutput = Shapes::StructureShape.new(name: 'DeleteConnectionOutput')
185
241
  DeleteDataProductInput = Shapes::StructureShape.new(name: 'DeleteDataProductInput')
186
242
  DeleteDataProductOutput = Shapes::StructureShape.new(name: 'DeleteDataProductOutput')
187
243
  DeleteDataSourceInput = Shapes::StructureShape.new(name: 'DeleteDataSourceInput')
@@ -207,6 +263,10 @@ module Aws::DataZone
207
263
  DeleteProjectMembershipInput = Shapes::StructureShape.new(name: 'DeleteProjectMembershipInput')
208
264
  DeleteProjectMembershipOutput = Shapes::StructureShape.new(name: 'DeleteProjectMembershipOutput')
209
265
  DeleteProjectOutput = Shapes::StructureShape.new(name: 'DeleteProjectOutput')
266
+ DeleteProjectProfileInput = Shapes::StructureShape.new(name: 'DeleteProjectProfileInput')
267
+ DeleteProjectProfileOutput = Shapes::StructureShape.new(name: 'DeleteProjectProfileOutput')
268
+ DeleteRuleInput = Shapes::StructureShape.new(name: 'DeleteRuleInput')
269
+ DeleteRuleOutput = Shapes::StructureShape.new(name: 'DeleteRuleOutput')
210
270
  DeleteSubscriptionGrantInput = Shapes::StructureShape.new(name: 'DeleteSubscriptionGrantInput')
211
271
  DeleteSubscriptionGrantOutput = Shapes::StructureShape.new(name: 'DeleteSubscriptionGrantOutput')
212
272
  DeleteSubscriptionRequestInput = Shapes::StructureShape.new(name: 'DeleteSubscriptionRequestInput')
@@ -216,6 +276,8 @@ module Aws::DataZone
216
276
  Deployment = Shapes::StructureShape.new(name: 'Deployment')
217
277
  DeploymentMessage = Shapes::StringShape.new(name: 'DeploymentMessage')
218
278
  DeploymentMessagesList = Shapes::ListShape.new(name: 'DeploymentMessagesList')
279
+ DeploymentMode = Shapes::StringShape.new(name: 'DeploymentMode')
280
+ DeploymentOrder = Shapes::IntegerShape.new(name: 'DeploymentOrder')
219
281
  DeploymentProperties = Shapes::StructureShape.new(name: 'DeploymentProperties')
220
282
  DeploymentPropertiesEndTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'DeploymentPropertiesEndTimeoutMinutesInteger')
221
283
  DeploymentPropertiesStartTimeoutMinutesInteger = Shapes::IntegerShape.new(name: 'DeploymentPropertiesStartTimeoutMinutesInteger')
@@ -245,7 +307,9 @@ module Aws::DataZone
245
307
  DomainUnitPolicyGrantPrincipal = Shapes::StructureShape.new(name: 'DomainUnitPolicyGrantPrincipal')
246
308
  DomainUnitSummaries = Shapes::ListShape.new(name: 'DomainUnitSummaries')
247
309
  DomainUnitSummary = Shapes::StructureShape.new(name: 'DomainUnitSummary')
310
+ DomainUnitTarget = Shapes::StructureShape.new(name: 'DomainUnitTarget')
248
311
  DomainUnitUserProperties = Shapes::StructureShape.new(name: 'DomainUnitUserProperties')
312
+ DomainVersion = Shapes::StringShape.new(name: 'DomainVersion')
249
313
  EdgeDirection = Shapes::StringShape.new(name: 'EdgeDirection')
250
314
  EditedValue = Shapes::StringShape.new(name: 'EditedValue')
251
315
  EnableSetting = Shapes::StringShape.new(name: 'EnableSetting')
@@ -263,7 +327,20 @@ module Aws::DataZone
263
327
  EnvironmentBlueprintName = Shapes::StringShape.new(name: 'EnvironmentBlueprintName')
264
328
  EnvironmentBlueprintSummaries = Shapes::ListShape.new(name: 'EnvironmentBlueprintSummaries')
265
329
  EnvironmentBlueprintSummary = Shapes::StructureShape.new(name: 'EnvironmentBlueprintSummary')
330
+ EnvironmentConfiguration = Shapes::StructureShape.new(name: 'EnvironmentConfiguration')
331
+ EnvironmentConfigurationId = Shapes::StringShape.new(name: 'EnvironmentConfigurationId')
332
+ EnvironmentConfigurationName = Shapes::StringShape.new(name: 'EnvironmentConfigurationName')
333
+ EnvironmentConfigurationParameter = Shapes::StructureShape.new(name: 'EnvironmentConfigurationParameter')
334
+ EnvironmentConfigurationParameterName = Shapes::StringShape.new(name: 'EnvironmentConfigurationParameterName')
335
+ EnvironmentConfigurationParametersDetails = Shapes::StructureShape.new(name: 'EnvironmentConfigurationParametersDetails')
336
+ EnvironmentConfigurationParametersList = Shapes::ListShape.new(name: 'EnvironmentConfigurationParametersList')
337
+ EnvironmentConfigurationUserParameter = Shapes::StructureShape.new(name: 'EnvironmentConfigurationUserParameter')
338
+ EnvironmentConfigurationUserParametersList = Shapes::ListShape.new(name: 'EnvironmentConfigurationUserParametersList')
339
+ EnvironmentConfigurationsList = Shapes::ListShape.new(name: 'EnvironmentConfigurationsList')
340
+ EnvironmentDeploymentDetails = Shapes::StructureShape.new(name: 'EnvironmentDeploymentDetails')
266
341
  EnvironmentError = Shapes::StructureShape.new(name: 'EnvironmentError')
342
+ EnvironmentFailureReasons = Shapes::MapShape.new(name: 'EnvironmentFailureReasons')
343
+ EnvironmentFailureReasonsList = Shapes::ListShape.new(name: 'EnvironmentFailureReasonsList')
267
344
  EnvironmentId = Shapes::StringShape.new(name: 'EnvironmentId')
268
345
  EnvironmentName = Shapes::StringShape.new(name: 'EnvironmentName')
269
346
  EnvironmentParameter = Shapes::StructureShape.new(name: 'EnvironmentParameter')
@@ -277,7 +354,9 @@ module Aws::DataZone
277
354
  EnvironmentSummary = Shapes::StructureShape.new(name: 'EnvironmentSummary')
278
355
  EqualToExpression = Shapes::StructureShape.new(name: 'EqualToExpression')
279
356
  ErrorMessage = Shapes::StringShape.new(name: 'ErrorMessage')
357
+ EventSummary = Shapes::UnionShape.new(name: 'EventSummary')
280
358
  ExternalIdentifier = Shapes::StringShape.new(name: 'ExternalIdentifier')
359
+ FailedQueryProcessingErrorMessages = Shapes::ListShape.new(name: 'FailedQueryProcessingErrorMessages')
281
360
  FailureCause = Shapes::StructureShape.new(name: 'FailureCause')
282
361
  FailureReasons = Shapes::ListShape.new(name: 'FailureReasons')
283
362
  Filter = Shapes::StructureShape.new(name: 'Filter')
@@ -315,6 +394,8 @@ module Aws::DataZone
315
394
  GetAssetOutput = Shapes::StructureShape.new(name: 'GetAssetOutput')
316
395
  GetAssetTypeInput = Shapes::StructureShape.new(name: 'GetAssetTypeInput')
317
396
  GetAssetTypeOutput = Shapes::StructureShape.new(name: 'GetAssetTypeOutput')
397
+ GetConnectionInput = Shapes::StructureShape.new(name: 'GetConnectionInput')
398
+ GetConnectionOutput = Shapes::StructureShape.new(name: 'GetConnectionOutput')
318
399
  GetDataProductInput = Shapes::StructureShape.new(name: 'GetDataProductInput')
319
400
  GetDataProductOutput = Shapes::StructureShape.new(name: 'GetDataProductOutput')
320
401
  GetDataSourceInput = Shapes::StructureShape.new(name: 'GetDataSourceInput')
@@ -347,6 +428,10 @@ module Aws::DataZone
347
428
  GetGroupProfileOutput = Shapes::StructureShape.new(name: 'GetGroupProfileOutput')
348
429
  GetIamPortalLoginUrlInput = Shapes::StructureShape.new(name: 'GetIamPortalLoginUrlInput')
349
430
  GetIamPortalLoginUrlOutput = Shapes::StructureShape.new(name: 'GetIamPortalLoginUrlOutput')
431
+ GetJobRunInput = Shapes::StructureShape.new(name: 'GetJobRunInput')
432
+ GetJobRunOutput = Shapes::StructureShape.new(name: 'GetJobRunOutput')
433
+ GetLineageEventInput = Shapes::StructureShape.new(name: 'GetLineageEventInput')
434
+ GetLineageEventOutput = Shapes::StructureShape.new(name: 'GetLineageEventOutput')
350
435
  GetLineageNodeInput = Shapes::StructureShape.new(name: 'GetLineageNodeInput')
351
436
  GetLineageNodeOutput = Shapes::StructureShape.new(name: 'GetLineageNodeOutput')
352
437
  GetListingInput = Shapes::StructureShape.new(name: 'GetListingInput')
@@ -355,6 +440,10 @@ module Aws::DataZone
355
440
  GetMetadataGenerationRunOutput = Shapes::StructureShape.new(name: 'GetMetadataGenerationRunOutput')
356
441
  GetProjectInput = Shapes::StructureShape.new(name: 'GetProjectInput')
357
442
  GetProjectOutput = Shapes::StructureShape.new(name: 'GetProjectOutput')
443
+ GetProjectProfileInput = Shapes::StructureShape.new(name: 'GetProjectProfileInput')
444
+ GetProjectProfileOutput = Shapes::StructureShape.new(name: 'GetProjectProfileOutput')
445
+ GetRuleInput = Shapes::StructureShape.new(name: 'GetRuleInput')
446
+ GetRuleOutput = Shapes::StructureShape.new(name: 'GetRuleOutput')
358
447
  GetSubscriptionGrantInput = Shapes::StructureShape.new(name: 'GetSubscriptionGrantInput')
359
448
  GetSubscriptionGrantOutput = Shapes::StructureShape.new(name: 'GetSubscriptionGrantOutput')
360
449
  GetSubscriptionInput = Shapes::StructureShape.new(name: 'GetSubscriptionInput')
@@ -379,13 +468,33 @@ module Aws::DataZone
379
468
  GlossaryTermName = Shapes::StringShape.new(name: 'GlossaryTermName')
380
469
  GlossaryTermStatus = Shapes::StringShape.new(name: 'GlossaryTermStatus')
381
470
  GlossaryTerms = Shapes::ListShape.new(name: 'GlossaryTerms')
471
+ GlueConnection = Shapes::StructureShape.new(name: 'GlueConnection')
472
+ GlueConnectionConnectionSchemaVersionInteger = Shapes::IntegerShape.new(name: 'GlueConnectionConnectionSchemaVersionInteger')
473
+ GlueConnectionDescriptionString = Shapes::StringShape.new(name: 'GlueConnectionDescriptionString')
474
+ GlueConnectionInput = Shapes::StructureShape.new(name: 'GlueConnectionInput')
475
+ GlueConnectionInputMatchCriteriaString = Shapes::StringShape.new(name: 'GlueConnectionInputMatchCriteriaString')
476
+ GlueConnectionInputNameString = Shapes::StringShape.new(name: 'GlueConnectionInputNameString')
477
+ GlueConnectionPatch = Shapes::StructureShape.new(name: 'GlueConnectionPatch')
478
+ GlueConnectionStatusReasonString = Shapes::StringShape.new(name: 'GlueConnectionStatusReasonString')
479
+ GlueConnectionType = Shapes::StringShape.new(name: 'GlueConnectionType')
480
+ GlueOAuth2Credentials = Shapes::StructureShape.new(name: 'GlueOAuth2Credentials')
481
+ GlueOAuth2CredentialsAccessTokenString = Shapes::StringShape.new(name: 'GlueOAuth2CredentialsAccessTokenString')
482
+ GlueOAuth2CredentialsJwtTokenString = Shapes::StringShape.new(name: 'GlueOAuth2CredentialsJwtTokenString')
483
+ GlueOAuth2CredentialsRefreshTokenString = Shapes::StringShape.new(name: 'GlueOAuth2CredentialsRefreshTokenString')
484
+ GlueOAuth2CredentialsUserManagedClientApplicationClientSecretString = Shapes::StringShape.new(name: 'GlueOAuth2CredentialsUserManagedClientApplicationClientSecretString')
485
+ GluePropertiesInput = Shapes::StructureShape.new(name: 'GluePropertiesInput')
486
+ GluePropertiesOutput = Shapes::StructureShape.new(name: 'GluePropertiesOutput')
487
+ GluePropertiesPatch = Shapes::StructureShape.new(name: 'GluePropertiesPatch')
382
488
  GlueRunConfigurationInput = Shapes::StructureShape.new(name: 'GlueRunConfigurationInput')
489
+ GlueRunConfigurationInputCatalogNameString = Shapes::StringShape.new(name: 'GlueRunConfigurationInputCatalogNameString')
383
490
  GlueRunConfigurationInputDataAccessRoleString = Shapes::StringShape.new(name: 'GlueRunConfigurationInputDataAccessRoleString')
384
491
  GlueRunConfigurationOutput = Shapes::StructureShape.new(name: 'GlueRunConfigurationOutput')
385
492
  GlueRunConfigurationOutputAccountIdString = Shapes::StringShape.new(name: 'GlueRunConfigurationOutputAccountIdString')
493
+ GlueRunConfigurationOutputCatalogNameString = Shapes::StringShape.new(name: 'GlueRunConfigurationOutputCatalogNameString')
386
494
  GlueRunConfigurationOutputDataAccessRoleString = Shapes::StringShape.new(name: 'GlueRunConfigurationOutputDataAccessRoleString')
387
495
  GlueRunConfigurationOutputRegionString = Shapes::StringShape.new(name: 'GlueRunConfigurationOutputRegionString')
388
496
  GlueSelfGrantStatusOutput = Shapes::StructureShape.new(name: 'GlueSelfGrantStatusOutput')
497
+ GovernanceType = Shapes::StringShape.new(name: 'GovernanceType')
389
498
  GrantedEntity = Shapes::UnionShape.new(name: 'GrantedEntity')
390
499
  GrantedEntityInput = Shapes::UnionShape.new(name: 'GrantedEntityInput')
391
500
  GreaterThanExpression = Shapes::StructureShape.new(name: 'GreaterThanExpression')
@@ -400,6 +509,14 @@ module Aws::DataZone
400
509
  GroupProfileSummary = Shapes::StructureShape.new(name: 'GroupProfileSummary')
401
510
  GroupSearchText = Shapes::StringShape.new(name: 'GroupSearchText')
402
511
  GroupSearchType = Shapes::StringShape.new(name: 'GroupSearchType')
512
+ HyperPodOrchestrator = Shapes::StringShape.new(name: 'HyperPodOrchestrator')
513
+ HyperPodPropertiesInput = Shapes::StructureShape.new(name: 'HyperPodPropertiesInput')
514
+ HyperPodPropertiesInputClusterNameString = Shapes::StringShape.new(name: 'HyperPodPropertiesInputClusterNameString')
515
+ HyperPodPropertiesOutput = Shapes::StructureShape.new(name: 'HyperPodPropertiesOutput')
516
+ IamPropertiesInput = Shapes::StructureShape.new(name: 'IamPropertiesInput')
517
+ IamPropertiesOutput = Shapes::StructureShape.new(name: 'IamPropertiesOutput')
518
+ IamPropertiesPatch = Shapes::StructureShape.new(name: 'IamPropertiesPatch')
519
+ IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
403
520
  IamUserProfileDetails = Shapes::StructureShape.new(name: 'IamUserProfileDetails')
404
521
  Import = Shapes::StructureShape.new(name: 'Import')
405
522
  ImportList = Shapes::ListShape.new(name: 'ImportList')
@@ -410,6 +527,13 @@ module Aws::DataZone
410
527
  IsNotNullExpression = Shapes::StructureShape.new(name: 'IsNotNullExpression')
411
528
  IsNullExpression = Shapes::StructureShape.new(name: 'IsNullExpression')
412
529
  ItemGlossaryTerms = Shapes::ListShape.new(name: 'ItemGlossaryTerms')
530
+ JobRunDetails = Shapes::UnionShape.new(name: 'JobRunDetails')
531
+ JobRunError = Shapes::StructureShape.new(name: 'JobRunError')
532
+ JobRunMode = Shapes::StringShape.new(name: 'JobRunMode')
533
+ JobRunStatus = Shapes::StringShape.new(name: 'JobRunStatus')
534
+ JobRunSummaries = Shapes::ListShape.new(name: 'JobRunSummaries')
535
+ JobRunSummary = Shapes::StructureShape.new(name: 'JobRunSummary')
536
+ JobType = Shapes::StringShape.new(name: 'JobType')
413
537
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
414
538
  LakeFormationConfiguration = Shapes::StructureShape.new(name: 'LakeFormationConfiguration')
415
539
  LastName = Shapes::StringShape.new(name: 'LastName')
@@ -417,6 +541,13 @@ module Aws::DataZone
417
541
  LessThanOrEqualToExpression = Shapes::StructureShape.new(name: 'LessThanOrEqualToExpression')
418
542
  LikeExpression = Shapes::StructureShape.new(name: 'LikeExpression')
419
543
  LineageEvent = Shapes::BlobShape.new(name: 'LineageEvent')
544
+ LineageEventErrorMessage = Shapes::StringShape.new(name: 'LineageEventErrorMessage')
545
+ LineageEventIdentifier = Shapes::StringShape.new(name: 'LineageEventIdentifier')
546
+ LineageEventProcessingStatus = Shapes::StringShape.new(name: 'LineageEventProcessingStatus')
547
+ LineageEventSummaries = Shapes::ListShape.new(name: 'LineageEventSummaries')
548
+ LineageEventSummary = Shapes::StructureShape.new(name: 'LineageEventSummary')
549
+ LineageImportStatus = Shapes::StringShape.new(name: 'LineageImportStatus')
550
+ LineageInfo = Shapes::StructureShape.new(name: 'LineageInfo')
420
551
  LineageNodeId = Shapes::StringShape.new(name: 'LineageNodeId')
421
552
  LineageNodeIdentifier = Shapes::StringShape.new(name: 'LineageNodeIdentifier')
422
553
  LineageNodeReference = Shapes::StructureShape.new(name: 'LineageNodeReference')
@@ -424,10 +555,16 @@ module Aws::DataZone
424
555
  LineageNodeSummaries = Shapes::ListShape.new(name: 'LineageNodeSummaries')
425
556
  LineageNodeSummary = Shapes::StructureShape.new(name: 'LineageNodeSummary')
426
557
  LineageNodeTypeItem = Shapes::StructureShape.new(name: 'LineageNodeTypeItem')
558
+ LineageRunDetails = Shapes::StructureShape.new(name: 'LineageRunDetails')
559
+ LineageSqlQueryRunDetails = Shapes::StructureShape.new(name: 'LineageSqlQueryRunDetails')
560
+ LineageSyncSchedule = Shapes::StructureShape.new(name: 'LineageSyncSchedule')
561
+ LineageSyncScheduleScheduleString = Shapes::StringShape.new(name: 'LineageSyncScheduleScheduleString')
427
562
  ListAssetFiltersInput = Shapes::StructureShape.new(name: 'ListAssetFiltersInput')
428
563
  ListAssetFiltersOutput = Shapes::StructureShape.new(name: 'ListAssetFiltersOutput')
429
564
  ListAssetRevisionsInput = Shapes::StructureShape.new(name: 'ListAssetRevisionsInput')
430
565
  ListAssetRevisionsOutput = Shapes::StructureShape.new(name: 'ListAssetRevisionsOutput')
566
+ ListConnectionsInput = Shapes::StructureShape.new(name: 'ListConnectionsInput')
567
+ ListConnectionsOutput = Shapes::StructureShape.new(name: 'ListConnectionsOutput')
431
568
  ListDataProductRevisionsInput = Shapes::StructureShape.new(name: 'ListDataProductRevisionsInput')
432
569
  ListDataProductRevisionsOutput = Shapes::StructureShape.new(name: 'ListDataProductRevisionsOutput')
433
570
  ListDataSourceRunActivitiesInput = Shapes::StructureShape.new(name: 'ListDataSourceRunActivitiesInput')
@@ -453,6 +590,11 @@ module Aws::DataZone
453
590
  ListEnvironmentProfilesOutput = Shapes::StructureShape.new(name: 'ListEnvironmentProfilesOutput')
454
591
  ListEnvironmentsInput = Shapes::StructureShape.new(name: 'ListEnvironmentsInput')
455
592
  ListEnvironmentsOutput = Shapes::StructureShape.new(name: 'ListEnvironmentsOutput')
593
+ ListJobRunsInput = Shapes::StructureShape.new(name: 'ListJobRunsInput')
594
+ ListJobRunsInputJobIdentifierString = Shapes::StringShape.new(name: 'ListJobRunsInputJobIdentifierString')
595
+ ListJobRunsOutput = Shapes::StructureShape.new(name: 'ListJobRunsOutput')
596
+ ListLineageEventsInput = Shapes::StructureShape.new(name: 'ListLineageEventsInput')
597
+ ListLineageEventsOutput = Shapes::StructureShape.new(name: 'ListLineageEventsOutput')
456
598
  ListLineageNodeHistoryInput = Shapes::StructureShape.new(name: 'ListLineageNodeHistoryInput')
457
599
  ListLineageNodeHistoryOutput = Shapes::StructureShape.new(name: 'ListLineageNodeHistoryOutput')
458
600
  ListMetadataGenerationRunsInput = Shapes::StructureShape.new(name: 'ListMetadataGenerationRunsInput')
@@ -463,8 +605,13 @@ module Aws::DataZone
463
605
  ListPolicyGrantsOutput = Shapes::StructureShape.new(name: 'ListPolicyGrantsOutput')
464
606
  ListProjectMembershipsInput = Shapes::StructureShape.new(name: 'ListProjectMembershipsInput')
465
607
  ListProjectMembershipsOutput = Shapes::StructureShape.new(name: 'ListProjectMembershipsOutput')
608
+ ListProjectProfilesInput = Shapes::StructureShape.new(name: 'ListProjectProfilesInput')
609
+ ListProjectProfilesOutput = Shapes::StructureShape.new(name: 'ListProjectProfilesOutput')
466
610
  ListProjectsInput = Shapes::StructureShape.new(name: 'ListProjectsInput')
467
611
  ListProjectsOutput = Shapes::StructureShape.new(name: 'ListProjectsOutput')
612
+ ListRulesInput = Shapes::StructureShape.new(name: 'ListRulesInput')
613
+ ListRulesInputMaxResultsInteger = Shapes::IntegerShape.new(name: 'ListRulesInputMaxResultsInteger')
614
+ ListRulesOutput = Shapes::StructureShape.new(name: 'ListRulesOutput')
468
615
  ListSubscriptionGrantsInput = Shapes::StructureShape.new(name: 'ListSubscriptionGrantsInput')
469
616
  ListSubscriptionGrantsOutput = Shapes::StructureShape.new(name: 'ListSubscriptionGrantsOutput')
470
617
  ListSubscriptionRequestsInput = Shapes::StructureShape.new(name: 'ListSubscriptionRequestsInput')
@@ -489,11 +636,18 @@ module Aws::DataZone
489
636
  ListingSummaryItems = Shapes::ListShape.new(name: 'ListingSummaryItems')
490
637
  LongDescription = Shapes::StringShape.new(name: 'LongDescription')
491
638
  ManagedPolicyType = Shapes::StringShape.new(name: 'ManagedPolicyType')
639
+ MatchCriteria = Shapes::ListShape.new(name: 'MatchCriteria')
492
640
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
493
641
  MaxResultsForListDomains = Shapes::IntegerShape.new(name: 'MaxResultsForListDomains')
494
642
  Member = Shapes::UnionShape.new(name: 'Member')
495
643
  MemberDetails = Shapes::UnionShape.new(name: 'MemberDetails')
496
644
  Message = Shapes::StringShape.new(name: 'Message')
645
+ MetadataFormEnforcementDetail = Shapes::StructureShape.new(name: 'MetadataFormEnforcementDetail')
646
+ MetadataFormInputs = Shapes::ListShape.new(name: 'MetadataFormInputs')
647
+ MetadataFormReference = Shapes::StructureShape.new(name: 'MetadataFormReference')
648
+ MetadataFormSummary = Shapes::StructureShape.new(name: 'MetadataFormSummary')
649
+ MetadataForms = Shapes::ListShape.new(name: 'MetadataForms')
650
+ MetadataFormsSummary = Shapes::ListShape.new(name: 'MetadataFormsSummary')
497
651
  MetadataGenerationRunIdentifier = Shapes::StringShape.new(name: 'MetadataGenerationRunIdentifier')
498
652
  MetadataGenerationRunItem = Shapes::StructureShape.new(name: 'MetadataGenerationRunItem')
499
653
  MetadataGenerationRunStatus = Shapes::StringShape.new(name: 'MetadataGenerationRunStatus')
@@ -504,6 +658,8 @@ module Aws::DataZone
504
658
  MetadataMap = Shapes::MapShape.new(name: 'MetadataMap')
505
659
  Model = Shapes::UnionShape.new(name: 'Model')
506
660
  Name = Shapes::StringShape.new(name: 'Name')
661
+ NameIdentifier = Shapes::StructureShape.new(name: 'NameIdentifier')
662
+ NameIdentifiers = Shapes::ListShape.new(name: 'NameIdentifiers')
507
663
  NotEqualToExpression = Shapes::StructureShape.new(name: 'NotEqualToExpression')
508
664
  NotInExpression = Shapes::StructureShape.new(name: 'NotInExpression')
509
665
  NotLikeExpression = Shapes::StructureShape.new(name: 'NotLikeExpression')
@@ -514,6 +670,15 @@ module Aws::DataZone
514
670
  NotificationSubjects = Shapes::ListShape.new(name: 'NotificationSubjects')
515
671
  NotificationType = Shapes::StringShape.new(name: 'NotificationType')
516
672
  NotificationsList = Shapes::ListShape.new(name: 'NotificationsList')
673
+ OAuth2ClientApplication = Shapes::StructureShape.new(name: 'OAuth2ClientApplication')
674
+ OAuth2ClientApplicationAWSManagedClientApplicationReferenceString = Shapes::StringShape.new(name: 'OAuth2ClientApplicationAWSManagedClientApplicationReferenceString')
675
+ OAuth2ClientApplicationUserManagedClientApplicationClientIdString = Shapes::StringShape.new(name: 'OAuth2ClientApplicationUserManagedClientApplicationClientIdString')
676
+ OAuth2GrantType = Shapes::StringShape.new(name: 'OAuth2GrantType')
677
+ OAuth2Properties = Shapes::StructureShape.new(name: 'OAuth2Properties')
678
+ OAuth2PropertiesTokenUrlString = Shapes::StringShape.new(name: 'OAuth2PropertiesTokenUrlString')
679
+ OpenLineageRunEventSummary = Shapes::StructureShape.new(name: 'OpenLineageRunEventSummary')
680
+ OpenLineageRunState = Shapes::StringShape.new(name: 'OpenLineageRunState')
681
+ OverallDeploymentStatus = Shapes::StringShape.new(name: 'OverallDeploymentStatus')
517
682
  OverrideDomainUnitOwnersPolicyGrantDetail = Shapes::StructureShape.new(name: 'OverrideDomainUnitOwnersPolicyGrantDetail')
518
683
  OverrideProjectOwnersPolicyGrantDetail = Shapes::StructureShape.new(name: 'OverrideProjectOwnersPolicyGrantDetail')
519
684
  OwnerGroupProperties = Shapes::StructureShape.new(name: 'OwnerGroupProperties')
@@ -523,6 +688,13 @@ module Aws::DataZone
523
688
  OwnerUserProperties = Shapes::StructureShape.new(name: 'OwnerUserProperties')
524
689
  OwnerUserPropertiesOutput = Shapes::StructureShape.new(name: 'OwnerUserPropertiesOutput')
525
690
  PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
691
+ ParameterStorePath = Shapes::StringShape.new(name: 'ParameterStorePath')
692
+ Password = Shapes::StringShape.new(name: 'Password')
693
+ PhysicalConnectionRequirements = Shapes::StructureShape.new(name: 'PhysicalConnectionRequirements')
694
+ PhysicalConnectionRequirementsAvailabilityZoneString = Shapes::StringShape.new(name: 'PhysicalConnectionRequirementsAvailabilityZoneString')
695
+ PhysicalEndpoint = Shapes::StructureShape.new(name: 'PhysicalEndpoint')
696
+ PhysicalEndpoints = Shapes::ListShape.new(name: 'PhysicalEndpoints')
697
+ PolicyArn = Shapes::StringShape.new(name: 'PolicyArn')
526
698
  PolicyGrantDetail = Shapes::UnionShape.new(name: 'PolicyGrantDetail')
527
699
  PolicyGrantList = Shapes::ListShape.new(name: 'PolicyGrantList')
528
700
  PolicyGrantMember = Shapes::StructureShape.new(name: 'PolicyGrantMember')
@@ -537,13 +709,24 @@ module Aws::DataZone
537
709
  ProjectDesignation = Shapes::StringShape.new(name: 'ProjectDesignation')
538
710
  ProjectGrantFilter = Shapes::UnionShape.new(name: 'ProjectGrantFilter')
539
711
  ProjectId = Shapes::StringShape.new(name: 'ProjectId')
712
+ ProjectIds = Shapes::ListShape.new(name: 'ProjectIds')
540
713
  ProjectMember = Shapes::StructureShape.new(name: 'ProjectMember')
541
714
  ProjectMembers = Shapes::ListShape.new(name: 'ProjectMembers')
542
715
  ProjectName = Shapes::StringShape.new(name: 'ProjectName')
543
716
  ProjectPolicyGrantPrincipal = Shapes::StructureShape.new(name: 'ProjectPolicyGrantPrincipal')
717
+ ProjectProfileId = Shapes::StringShape.new(name: 'ProjectProfileId')
718
+ ProjectProfileList = Shapes::ListShape.new(name: 'ProjectProfileList')
719
+ ProjectProfileName = Shapes::StringShape.new(name: 'ProjectProfileName')
720
+ ProjectProfileSummaries = Shapes::ListShape.new(name: 'ProjectProfileSummaries')
721
+ ProjectProfileSummary = Shapes::StructureShape.new(name: 'ProjectProfileSummary')
544
722
  ProjectStatus = Shapes::StringShape.new(name: 'ProjectStatus')
545
723
  ProjectSummaries = Shapes::ListShape.new(name: 'ProjectSummaries')
546
724
  ProjectSummary = Shapes::StructureShape.new(name: 'ProjectSummary')
725
+ ProjectsForRule = Shapes::StructureShape.new(name: 'ProjectsForRule')
726
+ PropertyMap = Shapes::MapShape.new(name: 'PropertyMap')
727
+ PropertyMapKeyString = Shapes::StringShape.new(name: 'PropertyMapKeyString')
728
+ PropertyMapValueString = Shapes::StringShape.new(name: 'PropertyMapValueString')
729
+ Protocol = Shapes::StringShape.new(name: 'Protocol')
547
730
  ProvisioningConfiguration = Shapes::UnionShape.new(name: 'ProvisioningConfiguration')
548
731
  ProvisioningConfigurationList = Shapes::ListShape.new(name: 'ProvisioningConfigurationList')
549
732
  ProvisioningProperties = Shapes::UnionShape.new(name: 'ProvisioningProperties')
@@ -554,6 +737,17 @@ module Aws::DataZone
554
737
  RedshiftClusterStorageClusterNameString = Shapes::StringShape.new(name: 'RedshiftClusterStorageClusterNameString')
555
738
  RedshiftCredentialConfiguration = Shapes::StructureShape.new(name: 'RedshiftCredentialConfiguration')
556
739
  RedshiftCredentialConfigurationSecretManagerArnString = Shapes::StringShape.new(name: 'RedshiftCredentialConfigurationSecretManagerArnString')
740
+ RedshiftCredentials = Shapes::UnionShape.new(name: 'RedshiftCredentials')
741
+ RedshiftCredentialsSecretArnString = Shapes::StringShape.new(name: 'RedshiftCredentialsSecretArnString')
742
+ RedshiftLineageSyncConfigurationInput = Shapes::StructureShape.new(name: 'RedshiftLineageSyncConfigurationInput')
743
+ RedshiftLineageSyncConfigurationOutput = Shapes::StructureShape.new(name: 'RedshiftLineageSyncConfigurationOutput')
744
+ RedshiftPropertiesInput = Shapes::StructureShape.new(name: 'RedshiftPropertiesInput')
745
+ RedshiftPropertiesInputDatabaseNameString = Shapes::StringShape.new(name: 'RedshiftPropertiesInputDatabaseNameString')
746
+ RedshiftPropertiesInputHostString = Shapes::StringShape.new(name: 'RedshiftPropertiesInputHostString')
747
+ RedshiftPropertiesOutput = Shapes::StructureShape.new(name: 'RedshiftPropertiesOutput')
748
+ RedshiftPropertiesPatch = Shapes::StructureShape.new(name: 'RedshiftPropertiesPatch')
749
+ RedshiftPropertiesPatchDatabaseNameString = Shapes::StringShape.new(name: 'RedshiftPropertiesPatchDatabaseNameString')
750
+ RedshiftPropertiesPatchHostString = Shapes::StringShape.new(name: 'RedshiftPropertiesPatchHostString')
557
751
  RedshiftRunConfigurationInput = Shapes::StructureShape.new(name: 'RedshiftRunConfigurationInput')
558
752
  RedshiftRunConfigurationInputDataAccessRoleString = Shapes::StringShape.new(name: 'RedshiftRunConfigurationInputDataAccessRoleString')
559
753
  RedshiftRunConfigurationOutput = Shapes::StructureShape.new(name: 'RedshiftRunConfigurationOutput')
@@ -564,6 +758,10 @@ module Aws::DataZone
564
758
  RedshiftServerlessStorage = Shapes::StructureShape.new(name: 'RedshiftServerlessStorage')
565
759
  RedshiftServerlessStorageWorkgroupNameString = Shapes::StringShape.new(name: 'RedshiftServerlessStorageWorkgroupNameString')
566
760
  RedshiftStorage = Shapes::UnionShape.new(name: 'RedshiftStorage')
761
+ RedshiftStorageProperties = Shapes::UnionShape.new(name: 'RedshiftStorageProperties')
762
+ RedshiftStoragePropertiesClusterNameString = Shapes::StringShape.new(name: 'RedshiftStoragePropertiesClusterNameString')
763
+ RedshiftStoragePropertiesWorkgroupNameString = Shapes::StringShape.new(name: 'RedshiftStoragePropertiesWorkgroupNameString')
764
+ Region = Shapes::UnionShape.new(name: 'Region')
567
765
  RegionName = Shapes::StringShape.new(name: 'RegionName')
568
766
  RegionalParameter = Shapes::MapShape.new(name: 'RegionalParameter')
569
767
  RegionalParameterMap = Shapes::MapShape.new(name: 'RegionalParameterMap')
@@ -586,10 +784,12 @@ module Aws::DataZone
586
784
  RemovePolicyGrantInput = Shapes::StructureShape.new(name: 'RemovePolicyGrantInput')
587
785
  RemovePolicyGrantOutput = Shapes::StructureShape.new(name: 'RemovePolicyGrantOutput')
588
786
  RequestReason = Shapes::StringShape.new(name: 'RequestReason')
787
+ RequiredMetadataFormList = Shapes::ListShape.new(name: 'RequiredMetadataFormList')
589
788
  Resource = Shapes::StructureShape.new(name: 'Resource')
590
789
  ResourceList = Shapes::ListShape.new(name: 'ResourceList')
591
790
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
592
791
  Revision = Shapes::StringShape.new(name: 'Revision')
792
+ RevisionInput = Shapes::StringShape.new(name: 'RevisionInput')
593
793
  RevokeSubscriptionInput = Shapes::StructureShape.new(name: 'RevokeSubscriptionInput')
594
794
  RevokeSubscriptionOutput = Shapes::StructureShape.new(name: 'RevokeSubscriptionOutput')
595
795
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
@@ -597,9 +797,29 @@ module Aws::DataZone
597
797
  RowFilterConfiguration = Shapes::StructureShape.new(name: 'RowFilterConfiguration')
598
798
  RowFilterExpression = Shapes::UnionShape.new(name: 'RowFilterExpression')
599
799
  RowFilterList = Shapes::ListShape.new(name: 'RowFilterList')
800
+ RuleAction = Shapes::StringShape.new(name: 'RuleAction')
801
+ RuleAssetTypeList = Shapes::ListShape.new(name: 'RuleAssetTypeList')
802
+ RuleDetail = Shapes::UnionShape.new(name: 'RuleDetail')
803
+ RuleId = Shapes::StringShape.new(name: 'RuleId')
804
+ RuleName = Shapes::StringShape.new(name: 'RuleName')
805
+ RuleProjectIdentifierList = Shapes::ListShape.new(name: 'RuleProjectIdentifierList')
806
+ RuleScope = Shapes::StructureShape.new(name: 'RuleScope')
807
+ RuleScopeSelectionMode = Shapes::StringShape.new(name: 'RuleScopeSelectionMode')
808
+ RuleSummaries = Shapes::ListShape.new(name: 'RuleSummaries')
809
+ RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
810
+ RuleTarget = Shapes::UnionShape.new(name: 'RuleTarget')
811
+ RuleTargetType = Shapes::StringShape.new(name: 'RuleTargetType')
812
+ RuleType = Shapes::StringShape.new(name: 'RuleType')
813
+ RunIdentifier = Shapes::StringShape.new(name: 'RunIdentifier')
600
814
  RunStatisticsForAssets = Shapes::StructureShape.new(name: 'RunStatisticsForAssets')
601
815
  S3Location = Shapes::StringShape.new(name: 'S3Location')
602
816
  S3LocationList = Shapes::ListShape.new(name: 'S3LocationList')
817
+ SageMakerAssetType = Shapes::StringShape.new(name: 'SageMakerAssetType')
818
+ SageMakerResourceArn = Shapes::StringShape.new(name: 'SageMakerResourceArn')
819
+ SageMakerRunConfigurationInput = Shapes::StructureShape.new(name: 'SageMakerRunConfigurationInput')
820
+ SageMakerRunConfigurationOutput = Shapes::StructureShape.new(name: 'SageMakerRunConfigurationOutput')
821
+ SageMakerRunConfigurationOutputAccountIdString = Shapes::StringShape.new(name: 'SageMakerRunConfigurationOutputAccountIdString')
822
+ SageMakerRunConfigurationOutputRegionString = Shapes::StringShape.new(name: 'SageMakerRunConfigurationOutputRegionString')
603
823
  ScheduleConfiguration = Shapes::StructureShape.new(name: 'ScheduleConfiguration')
604
824
  SearchGroupProfilesInput = Shapes::StructureShape.new(name: 'SearchGroupProfilesInput')
605
825
  SearchGroupProfilesOutput = Shapes::StructureShape.new(name: 'SearchGroupProfilesOutput')
@@ -623,6 +843,8 @@ module Aws::DataZone
623
843
  SearchTypesResultItems = Shapes::ListShape.new(name: 'SearchTypesResultItems')
624
844
  SearchUserProfilesInput = Shapes::StructureShape.new(name: 'SearchUserProfilesInput')
625
845
  SearchUserProfilesOutput = Shapes::StructureShape.new(name: 'SearchUserProfilesOutput')
846
+ SecurityGroupIdList = Shapes::ListShape.new(name: 'SecurityGroupIdList')
847
+ SecurityGroupIdListMemberString = Shapes::StringShape.new(name: 'SecurityGroupIdListMemberString')
626
848
  SelfGrantStatus = Shapes::StringShape.new(name: 'SelfGrantStatus')
627
849
  SelfGrantStatusDetail = Shapes::StructureShape.new(name: 'SelfGrantStatusDetail')
628
850
  SelfGrantStatusDetailDatabaseNameString = Shapes::StringShape.new(name: 'SelfGrantStatusDetailDatabaseNameString')
@@ -633,16 +855,45 @@ module Aws::DataZone
633
855
  ShortDescription = Shapes::StringShape.new(name: 'ShortDescription')
634
856
  SingleSignOn = Shapes::StructureShape.new(name: 'SingleSignOn')
635
857
  Smithy = Shapes::StringShape.new(name: 'Smithy')
858
+ SortFieldConnection = Shapes::StringShape.new(name: 'SortFieldConnection')
636
859
  SortFieldProject = Shapes::StringShape.new(name: 'SortFieldProject')
637
860
  SortKey = Shapes::StringShape.new(name: 'SortKey')
638
861
  SortOrder = Shapes::StringShape.new(name: 'SortOrder')
862
+ SparkEmrPropertiesInput = Shapes::StructureShape.new(name: 'SparkEmrPropertiesInput')
863
+ SparkEmrPropertiesInputComputeArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputComputeArnString')
864
+ SparkEmrPropertiesInputInstanceProfileArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputInstanceProfileArnString')
865
+ SparkEmrPropertiesInputJavaVirtualEnvString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputJavaVirtualEnvString')
866
+ SparkEmrPropertiesInputLogUriString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputLogUriString')
867
+ SparkEmrPropertiesInputPythonVirtualEnvString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputPythonVirtualEnvString')
868
+ SparkEmrPropertiesInputRuntimeRoleString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputRuntimeRoleString')
869
+ SparkEmrPropertiesInputTrustedCertificatesS3UriString = Shapes::StringShape.new(name: 'SparkEmrPropertiesInputTrustedCertificatesS3UriString')
870
+ SparkEmrPropertiesOutput = Shapes::StructureShape.new(name: 'SparkEmrPropertiesOutput')
871
+ SparkEmrPropertiesPatch = Shapes::StructureShape.new(name: 'SparkEmrPropertiesPatch')
872
+ SparkEmrPropertiesPatchComputeArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchComputeArnString')
873
+ SparkEmrPropertiesPatchInstanceProfileArnString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchInstanceProfileArnString')
874
+ SparkEmrPropertiesPatchJavaVirtualEnvString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchJavaVirtualEnvString')
875
+ SparkEmrPropertiesPatchLogUriString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchLogUriString')
876
+ SparkEmrPropertiesPatchPythonVirtualEnvString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchPythonVirtualEnvString')
877
+ SparkEmrPropertiesPatchRuntimeRoleString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchRuntimeRoleString')
878
+ SparkEmrPropertiesPatchTrustedCertificatesS3UriString = Shapes::StringShape.new(name: 'SparkEmrPropertiesPatchTrustedCertificatesS3UriString')
879
+ SparkGlueArgs = Shapes::StructureShape.new(name: 'SparkGlueArgs')
880
+ SparkGluePropertiesInput = Shapes::StructureShape.new(name: 'SparkGluePropertiesInput')
881
+ SparkGluePropertiesInputGlueConnectionNameString = Shapes::StringShape.new(name: 'SparkGluePropertiesInputGlueConnectionNameString')
882
+ SparkGluePropertiesInputGlueVersionString = Shapes::StringShape.new(name: 'SparkGluePropertiesInputGlueVersionString')
883
+ SparkGluePropertiesInputJavaVirtualEnvString = Shapes::StringShape.new(name: 'SparkGluePropertiesInputJavaVirtualEnvString')
884
+ SparkGluePropertiesInputPythonVirtualEnvString = Shapes::StringShape.new(name: 'SparkGluePropertiesInputPythonVirtualEnvString')
885
+ SparkGluePropertiesInputWorkerTypeString = Shapes::StringShape.new(name: 'SparkGluePropertiesInputWorkerTypeString')
886
+ SparkGluePropertiesOutput = Shapes::StructureShape.new(name: 'SparkGluePropertiesOutput')
639
887
  SsoUserProfileDetails = Shapes::StructureShape.new(name: 'SsoUserProfileDetails')
640
888
  StartDataSourceRunInput = Shapes::StructureShape.new(name: 'StartDataSourceRunInput')
641
889
  StartDataSourceRunOutput = Shapes::StructureShape.new(name: 'StartDataSourceRunOutput')
642
890
  StartMetadataGenerationRunInput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunInput')
643
891
  StartMetadataGenerationRunOutput = Shapes::StructureShape.new(name: 'StartMetadataGenerationRunOutput')
892
+ Status = Shapes::StringShape.new(name: 'Status')
644
893
  String = Shapes::StringShape.new(name: 'String')
645
894
  StringList = Shapes::ListShape.new(name: 'StringList')
895
+ SubnetId = Shapes::StringShape.new(name: 'SubnetId')
896
+ SubnetIdList = Shapes::ListShape.new(name: 'SubnetIdList')
646
897
  SubscribedAsset = Shapes::StructureShape.new(name: 'SubscribedAsset')
647
898
  SubscribedAssetListing = Shapes::StructureShape.new(name: 'SubscribedAssetListing')
648
899
  SubscribedAssets = Shapes::ListShape.new(name: 'SubscribedAssets')
@@ -706,7 +957,12 @@ module Aws::DataZone
706
957
  Timestamp = Shapes::TimestampShape.new(name: 'Timestamp')
707
958
  Timezone = Shapes::StringShape.new(name: 'Timezone')
708
959
  Title = Shapes::StringShape.new(name: 'Title')
960
+ TokenUrlParametersMap = Shapes::MapShape.new(name: 'TokenUrlParametersMap')
961
+ TokenUrlParametersMapKeyString = Shapes::StringShape.new(name: 'TokenUrlParametersMapKeyString')
962
+ TokenUrlParametersMapValueString = Shapes::StringShape.new(name: 'TokenUrlParametersMapValueString')
709
963
  Topic = Shapes::StructureShape.new(name: 'Topic')
964
+ TrackingAssetArns = Shapes::ListShape.new(name: 'TrackingAssetArns')
965
+ TrackingAssets = Shapes::MapShape.new(name: 'TrackingAssets')
710
966
  TypeName = Shapes::StringShape.new(name: 'TypeName')
711
967
  TypesSearchScope = Shapes::StringShape.new(name: 'TypesSearchScope')
712
968
  UnauthorizedException = Shapes::StructureShape.new(name: 'UnauthorizedException')
@@ -715,6 +971,9 @@ module Aws::DataZone
715
971
  UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
716
972
  UpdateAssetFilterInput = Shapes::StructureShape.new(name: 'UpdateAssetFilterInput')
717
973
  UpdateAssetFilterOutput = Shapes::StructureShape.new(name: 'UpdateAssetFilterOutput')
974
+ UpdateConnectionInput = Shapes::StructureShape.new(name: 'UpdateConnectionInput')
975
+ UpdateConnectionInputDescriptionString = Shapes::StringShape.new(name: 'UpdateConnectionInputDescriptionString')
976
+ UpdateConnectionOutput = Shapes::StructureShape.new(name: 'UpdateConnectionOutput')
718
977
  UpdateDataSourceInput = Shapes::StructureShape.new(name: 'UpdateDataSourceInput')
719
978
  UpdateDataSourceOutput = Shapes::StructureShape.new(name: 'UpdateDataSourceOutput')
720
979
  UpdateDomainInput = Shapes::StructureShape.new(name: 'UpdateDomainInput')
@@ -735,6 +994,10 @@ module Aws::DataZone
735
994
  UpdateGroupProfileOutput = Shapes::StructureShape.new(name: 'UpdateGroupProfileOutput')
736
995
  UpdateProjectInput = Shapes::StructureShape.new(name: 'UpdateProjectInput')
737
996
  UpdateProjectOutput = Shapes::StructureShape.new(name: 'UpdateProjectOutput')
997
+ UpdateProjectProfileInput = Shapes::StructureShape.new(name: 'UpdateProjectProfileInput')
998
+ UpdateProjectProfileOutput = Shapes::StructureShape.new(name: 'UpdateProjectProfileOutput')
999
+ UpdateRuleInput = Shapes::StructureShape.new(name: 'UpdateRuleInput')
1000
+ UpdateRuleOutput = Shapes::StructureShape.new(name: 'UpdateRuleOutput')
738
1001
  UpdateSubscriptionGrantStatusInput = Shapes::StructureShape.new(name: 'UpdateSubscriptionGrantStatusInput')
739
1002
  UpdateSubscriptionGrantStatusOutput = Shapes::StructureShape.new(name: 'UpdateSubscriptionGrantStatusOutput')
740
1003
  UpdateSubscriptionRequestInput = Shapes::StructureShape.new(name: 'UpdateSubscriptionRequestInput')
@@ -762,6 +1025,8 @@ module Aws::DataZone
762
1025
  UserSearchText = Shapes::StringShape.new(name: 'UserSearchText')
763
1026
  UserSearchType = Shapes::StringShape.new(name: 'UserSearchType')
764
1027
  UserType = Shapes::StringShape.new(name: 'UserType')
1028
+ Username = Shapes::StringShape.new(name: 'Username')
1029
+ UsernamePassword = Shapes::StructureShape.new(name: 'UsernamePassword')
765
1030
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
766
1031
 
767
1032
  AcceptChoice.add_member(:edited_value, Shapes::ShapeRef.new(shape: EditedValue, location_name: "editedValue"))
@@ -798,7 +1063,9 @@ module Aws::DataZone
798
1063
  AcceptSubscriptionRequestOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
799
1064
  AcceptSubscriptionRequestOutput.add_member(:decision_comment, Shapes::ShapeRef.new(shape: DecisionComment, location_name: "decisionComment"))
800
1065
  AcceptSubscriptionRequestOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1066
+ AcceptSubscriptionRequestOutput.add_member(:existing_subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "existingSubscriptionId"))
801
1067
  AcceptSubscriptionRequestOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionRequestId, required: true, location_name: "id"))
1068
+ AcceptSubscriptionRequestOutput.add_member(:metadata_forms, Shapes::ShapeRef.new(shape: MetadataForms, location_name: "metadataForms"))
802
1069
  AcceptSubscriptionRequestOutput.add_member(:request_reason, Shapes::ShapeRef.new(shape: RequestReason, required: true, location_name: "requestReason"))
803
1070
  AcceptSubscriptionRequestOutput.add_member(:reviewer_id, Shapes::ShapeRef.new(shape: String, location_name: "reviewerId"))
804
1071
  AcceptSubscriptionRequestOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionRequestStatus, required: true, location_name: "status"))
@@ -960,6 +1227,8 @@ module Aws::DataZone
960
1227
 
961
1228
  AssetTargetNames.member = Shapes::ShapeRef.new(shape: AssetTargetNameMap)
962
1229
 
1230
+ AssetTypeIdentifiers.member = Shapes::ShapeRef.new(shape: AssetTypeIdentifier)
1231
+
963
1232
  AssetTypeItem.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
964
1233
  AssetTypeItem.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
965
1234
  AssetTypeItem.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
@@ -974,6 +1243,10 @@ module Aws::DataZone
974
1243
  AssetTypeItem.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
975
1244
  AssetTypeItem.struct_class = Types::AssetTypeItem
976
1245
 
1246
+ AssetTypesForRule.add_member(:selection_mode, Shapes::ShapeRef.new(shape: RuleScopeSelectionMode, required: true, location_name: "selectionMode"))
1247
+ AssetTypesForRule.add_member(:specific_asset_types, Shapes::ShapeRef.new(shape: RuleAssetTypeList, location_name: "specificAssetTypes"))
1248
+ AssetTypesForRule.struct_class = Types::AssetTypesForRule
1249
+
977
1250
  AssociateEnvironmentRoleInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
978
1251
  AssociateEnvironmentRoleInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
979
1252
  AssociateEnvironmentRoleInput.add_member(:environment_role_arn, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "environmentRoleArn"))
@@ -981,11 +1254,59 @@ module Aws::DataZone
981
1254
 
982
1255
  AssociateEnvironmentRoleOutput.struct_class = Types::AssociateEnvironmentRoleOutput
983
1256
 
1257
+ AthenaPropertiesInput.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: AthenaPropertiesInputWorkgroupNameString, location_name: "workgroupName"))
1258
+ AthenaPropertiesInput.struct_class = Types::AthenaPropertiesInput
1259
+
1260
+ AthenaPropertiesOutput.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: AthenaPropertiesOutputWorkgroupNameString, location_name: "workgroupName"))
1261
+ AthenaPropertiesOutput.struct_class = Types::AthenaPropertiesOutput
1262
+
1263
+ AthenaPropertiesPatch.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: AthenaPropertiesPatchWorkgroupNameString, location_name: "workgroupName"))
1264
+ AthenaPropertiesPatch.struct_class = Types::AthenaPropertiesPatch
1265
+
1266
+ AuthenticationConfiguration.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
1267
+ AuthenticationConfiguration.add_member(:o_auth_2_properties, Shapes::ShapeRef.new(shape: OAuth2Properties, location_name: "oAuth2Properties"))
1268
+ AuthenticationConfiguration.add_member(:secret_arn, Shapes::ShapeRef.new(shape: AuthenticationConfigurationSecretArnString, location_name: "secretArn"))
1269
+ AuthenticationConfiguration.struct_class = Types::AuthenticationConfiguration
1270
+
1271
+ AuthenticationConfigurationInput.add_member(:authentication_type, Shapes::ShapeRef.new(shape: AuthenticationType, location_name: "authenticationType"))
1272
+ AuthenticationConfigurationInput.add_member(:basic_authentication_credentials, Shapes::ShapeRef.new(shape: BasicAuthenticationCredentials, location_name: "basicAuthenticationCredentials"))
1273
+ AuthenticationConfigurationInput.add_member(:custom_authentication_credentials, Shapes::ShapeRef.new(shape: CredentialMap, location_name: "customAuthenticationCredentials"))
1274
+ AuthenticationConfigurationInput.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: AuthenticationConfigurationInputKmsKeyArnString, location_name: "kmsKeyArn"))
1275
+ AuthenticationConfigurationInput.add_member(:o_auth_2_properties, Shapes::ShapeRef.new(shape: OAuth2Properties, location_name: "oAuth2Properties"))
1276
+ AuthenticationConfigurationInput.add_member(:secret_arn, Shapes::ShapeRef.new(shape: AuthenticationConfigurationInputSecretArnString, location_name: "secretArn"))
1277
+ AuthenticationConfigurationInput.struct_class = Types::AuthenticationConfigurationInput
1278
+
1279
+ AuthenticationConfigurationPatch.add_member(:basic_authentication_credentials, Shapes::ShapeRef.new(shape: BasicAuthenticationCredentials, location_name: "basicAuthenticationCredentials"))
1280
+ AuthenticationConfigurationPatch.add_member(:secret_arn, Shapes::ShapeRef.new(shape: AuthenticationConfigurationPatchSecretArnString, location_name: "secretArn"))
1281
+ AuthenticationConfigurationPatch.struct_class = Types::AuthenticationConfigurationPatch
1282
+
1283
+ AuthorizationCodeProperties.add_member(:authorization_code, Shapes::ShapeRef.new(shape: AuthorizationCodePropertiesAuthorizationCodeString, location_name: "authorizationCode"))
1284
+ AuthorizationCodeProperties.add_member(:redirect_uri, Shapes::ShapeRef.new(shape: AuthorizationCodePropertiesRedirectUriString, location_name: "redirectUri"))
1285
+ AuthorizationCodeProperties.struct_class = Types::AuthorizationCodeProperties
1286
+
984
1287
  AuthorizedPrincipalIdentifiers.member = Shapes::ShapeRef.new(shape: AuthorizedPrincipalIdentifier)
985
1288
 
1289
+ AwsAccount.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "awsAccountId"))
1290
+ AwsAccount.add_member(:aws_account_id_path, Shapes::ShapeRef.new(shape: ParameterStorePath, location_name: "awsAccountIdPath"))
1291
+ AwsAccount.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1292
+ AwsAccount.add_member_subclass(:aws_account_id, Types::AwsAccount::AwsAccountId)
1293
+ AwsAccount.add_member_subclass(:aws_account_id_path, Types::AwsAccount::AwsAccountIdPath)
1294
+ AwsAccount.add_member_subclass(:unknown, Types::AwsAccount::Unknown)
1295
+ AwsAccount.struct_class = Types::AwsAccount
1296
+
986
1297
  AwsConsoleLinkParameters.add_member(:uri, Shapes::ShapeRef.new(shape: String, location_name: "uri"))
987
1298
  AwsConsoleLinkParameters.struct_class = Types::AwsConsoleLinkParameters
988
1299
 
1300
+ AwsLocation.add_member(:access_role, Shapes::ShapeRef.new(shape: AwsLocationAccessRoleString, location_name: "accessRole"))
1301
+ AwsLocation.add_member(:aws_account_id, Shapes::ShapeRef.new(shape: AwsAccountId, location_name: "awsAccountId"))
1302
+ AwsLocation.add_member(:aws_region, Shapes::ShapeRef.new(shape: AwsRegion, location_name: "awsRegion"))
1303
+ AwsLocation.add_member(:iam_connection_id, Shapes::ShapeRef.new(shape: ConnectionId, location_name: "iamConnectionId"))
1304
+ AwsLocation.struct_class = Types::AwsLocation
1305
+
1306
+ BasicAuthenticationCredentials.add_member(:password, Shapes::ShapeRef.new(shape: BasicAuthenticationCredentialsPasswordString, location_name: "password"))
1307
+ BasicAuthenticationCredentials.add_member(:user_name, Shapes::ShapeRef.new(shape: BasicAuthenticationCredentialsUserNameString, location_name: "userName"))
1308
+ BasicAuthenticationCredentials.struct_class = Types::BasicAuthenticationCredentials
1309
+
989
1310
  BusinessNameGenerationConfiguration.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
990
1311
  BusinessNameGenerationConfiguration.struct_class = Types::BusinessNameGenerationConfiguration
991
1312
 
@@ -1020,6 +1341,8 @@ module Aws::DataZone
1020
1341
 
1021
1342
  ColumnNameList.member = Shapes::ShapeRef.new(shape: String)
1022
1343
 
1344
+ ComputeEnvironmentsList.member = Shapes::ShapeRef.new(shape: ComputeEnvironments)
1345
+
1023
1346
  ConfigurableActionParameter.add_member(:key, Shapes::ShapeRef.new(shape: String, location_name: "key"))
1024
1347
  ConfigurableActionParameter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
1025
1348
  ConfigurableActionParameter.struct_class = Types::ConfigurableActionParameter
@@ -1034,6 +1357,78 @@ module Aws::DataZone
1034
1357
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
1035
1358
  ConflictException.struct_class = Types::ConflictException
1036
1359
 
1360
+ ConnectionCredentials.add_member(:access_key_id, Shapes::ShapeRef.new(shape: String, location_name: "accessKeyId"))
1361
+ ConnectionCredentials.add_member(:expiration, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "expiration"))
1362
+ ConnectionCredentials.add_member(:secret_access_key, Shapes::ShapeRef.new(shape: String, location_name: "secretAccessKey"))
1363
+ ConnectionCredentials.add_member(:session_token, Shapes::ShapeRef.new(shape: String, location_name: "sessionToken"))
1364
+ ConnectionCredentials.struct_class = Types::ConnectionCredentials
1365
+
1366
+ ConnectionProperties.key = Shapes::ShapeRef.new(shape: String)
1367
+ ConnectionProperties.value = Shapes::ShapeRef.new(shape: ConnectionPropertiesValueString)
1368
+
1369
+ ConnectionPropertiesInput.add_member(:athena_properties, Shapes::ShapeRef.new(shape: AthenaPropertiesInput, location_name: "athenaProperties"))
1370
+ ConnectionPropertiesInput.add_member(:glue_properties, Shapes::ShapeRef.new(shape: GluePropertiesInput, location_name: "glueProperties"))
1371
+ ConnectionPropertiesInput.add_member(:hyper_pod_properties, Shapes::ShapeRef.new(shape: HyperPodPropertiesInput, location_name: "hyperPodProperties"))
1372
+ ConnectionPropertiesInput.add_member(:iam_properties, Shapes::ShapeRef.new(shape: IamPropertiesInput, location_name: "iamProperties"))
1373
+ ConnectionPropertiesInput.add_member(:redshift_properties, Shapes::ShapeRef.new(shape: RedshiftPropertiesInput, location_name: "redshiftProperties"))
1374
+ ConnectionPropertiesInput.add_member(:spark_emr_properties, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInput, location_name: "sparkEmrProperties"))
1375
+ ConnectionPropertiesInput.add_member(:spark_glue_properties, Shapes::ShapeRef.new(shape: SparkGluePropertiesInput, location_name: "sparkGlueProperties"))
1376
+ ConnectionPropertiesInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1377
+ ConnectionPropertiesInput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesInput::AthenaProperties)
1378
+ ConnectionPropertiesInput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesInput::GlueProperties)
1379
+ ConnectionPropertiesInput.add_member_subclass(:hyper_pod_properties, Types::ConnectionPropertiesInput::HyperPodProperties)
1380
+ ConnectionPropertiesInput.add_member_subclass(:iam_properties, Types::ConnectionPropertiesInput::IamProperties)
1381
+ ConnectionPropertiesInput.add_member_subclass(:redshift_properties, Types::ConnectionPropertiesInput::RedshiftProperties)
1382
+ ConnectionPropertiesInput.add_member_subclass(:spark_emr_properties, Types::ConnectionPropertiesInput::SparkEmrProperties)
1383
+ ConnectionPropertiesInput.add_member_subclass(:spark_glue_properties, Types::ConnectionPropertiesInput::SparkGlueProperties)
1384
+ ConnectionPropertiesInput.add_member_subclass(:unknown, Types::ConnectionPropertiesInput::Unknown)
1385
+ ConnectionPropertiesInput.struct_class = Types::ConnectionPropertiesInput
1386
+
1387
+ ConnectionPropertiesOutput.add_member(:athena_properties, Shapes::ShapeRef.new(shape: AthenaPropertiesOutput, location_name: "athenaProperties"))
1388
+ ConnectionPropertiesOutput.add_member(:glue_properties, Shapes::ShapeRef.new(shape: GluePropertiesOutput, location_name: "glueProperties"))
1389
+ ConnectionPropertiesOutput.add_member(:hyper_pod_properties, Shapes::ShapeRef.new(shape: HyperPodPropertiesOutput, location_name: "hyperPodProperties"))
1390
+ ConnectionPropertiesOutput.add_member(:iam_properties, Shapes::ShapeRef.new(shape: IamPropertiesOutput, location_name: "iamProperties"))
1391
+ ConnectionPropertiesOutput.add_member(:redshift_properties, Shapes::ShapeRef.new(shape: RedshiftPropertiesOutput, location_name: "redshiftProperties"))
1392
+ ConnectionPropertiesOutput.add_member(:spark_emr_properties, Shapes::ShapeRef.new(shape: SparkEmrPropertiesOutput, location_name: "sparkEmrProperties"))
1393
+ ConnectionPropertiesOutput.add_member(:spark_glue_properties, Shapes::ShapeRef.new(shape: SparkGluePropertiesOutput, location_name: "sparkGlueProperties"))
1394
+ ConnectionPropertiesOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1395
+ ConnectionPropertiesOutput.add_member_subclass(:athena_properties, Types::ConnectionPropertiesOutput::AthenaProperties)
1396
+ ConnectionPropertiesOutput.add_member_subclass(:glue_properties, Types::ConnectionPropertiesOutput::GlueProperties)
1397
+ ConnectionPropertiesOutput.add_member_subclass(:hyper_pod_properties, Types::ConnectionPropertiesOutput::HyperPodProperties)
1398
+ ConnectionPropertiesOutput.add_member_subclass(:iam_properties, Types::ConnectionPropertiesOutput::IamProperties)
1399
+ ConnectionPropertiesOutput.add_member_subclass(:redshift_properties, Types::ConnectionPropertiesOutput::RedshiftProperties)
1400
+ ConnectionPropertiesOutput.add_member_subclass(:spark_emr_properties, Types::ConnectionPropertiesOutput::SparkEmrProperties)
1401
+ ConnectionPropertiesOutput.add_member_subclass(:spark_glue_properties, Types::ConnectionPropertiesOutput::SparkGlueProperties)
1402
+ ConnectionPropertiesOutput.add_member_subclass(:unknown, Types::ConnectionPropertiesOutput::Unknown)
1403
+ ConnectionPropertiesOutput.struct_class = Types::ConnectionPropertiesOutput
1404
+
1405
+ ConnectionPropertiesPatch.add_member(:athena_properties, Shapes::ShapeRef.new(shape: AthenaPropertiesPatch, location_name: "athenaProperties"))
1406
+ ConnectionPropertiesPatch.add_member(:glue_properties, Shapes::ShapeRef.new(shape: GluePropertiesPatch, location_name: "glueProperties"))
1407
+ ConnectionPropertiesPatch.add_member(:iam_properties, Shapes::ShapeRef.new(shape: IamPropertiesPatch, location_name: "iamProperties"))
1408
+ ConnectionPropertiesPatch.add_member(:redshift_properties, Shapes::ShapeRef.new(shape: RedshiftPropertiesPatch, location_name: "redshiftProperties"))
1409
+ ConnectionPropertiesPatch.add_member(:spark_emr_properties, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatch, location_name: "sparkEmrProperties"))
1410
+ ConnectionPropertiesPatch.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1411
+ ConnectionPropertiesPatch.add_member_subclass(:athena_properties, Types::ConnectionPropertiesPatch::AthenaProperties)
1412
+ ConnectionPropertiesPatch.add_member_subclass(:glue_properties, Types::ConnectionPropertiesPatch::GlueProperties)
1413
+ ConnectionPropertiesPatch.add_member_subclass(:iam_properties, Types::ConnectionPropertiesPatch::IamProperties)
1414
+ ConnectionPropertiesPatch.add_member_subclass(:redshift_properties, Types::ConnectionPropertiesPatch::RedshiftProperties)
1415
+ ConnectionPropertiesPatch.add_member_subclass(:spark_emr_properties, Types::ConnectionPropertiesPatch::SparkEmrProperties)
1416
+ ConnectionPropertiesPatch.add_member_subclass(:unknown, Types::ConnectionPropertiesPatch::Unknown)
1417
+ ConnectionPropertiesPatch.struct_class = Types::ConnectionPropertiesPatch
1418
+
1419
+ ConnectionSummaries.member = Shapes::ShapeRef.new(shape: ConnectionSummary)
1420
+
1421
+ ConnectionSummary.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
1422
+ ConnectionSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1423
+ ConnectionSummary.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "domainUnitId"))
1424
+ ConnectionSummary.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
1425
+ ConnectionSummary.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "name"))
1426
+ ConnectionSummary.add_member(:physical_endpoints, Shapes::ShapeRef.new(shape: PhysicalEndpoints, required: true, location_name: "physicalEndpoints"))
1427
+ ConnectionSummary.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectId"))
1428
+ ConnectionSummary.add_member(:props, Shapes::ShapeRef.new(shape: ConnectionPropertiesOutput, location_name: "props"))
1429
+ ConnectionSummary.add_member(:type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "type"))
1430
+ ConnectionSummary.struct_class = Types::ConnectionSummary
1431
+
1037
1432
  CreateAssetFilterInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
1038
1433
  CreateAssetFilterInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1039
1434
  CreateAssetFilterInput.add_member(:configuration, Shapes::ShapeRef.new(shape: AssetFilterConfiguration, required: true, location_name: "configuration"))
@@ -1145,6 +1540,27 @@ module Aws::DataZone
1145
1540
  CreateAssetTypePolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
1146
1541
  CreateAssetTypePolicyGrantDetail.struct_class = Types::CreateAssetTypePolicyGrantDetail
1147
1542
 
1543
+ CreateConnectionInput.add_member(:aws_location, Shapes::ShapeRef.new(shape: AwsLocation, location_name: "awsLocation"))
1544
+ CreateConnectionInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1545
+ CreateConnectionInput.add_member(:description, Shapes::ShapeRef.new(shape: CreateConnectionInputDescriptionString, location_name: "description"))
1546
+ CreateConnectionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1547
+ CreateConnectionInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentIdentifier"))
1548
+ CreateConnectionInput.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "name"))
1549
+ CreateConnectionInput.add_member(:props, Shapes::ShapeRef.new(shape: ConnectionPropertiesInput, location_name: "props"))
1550
+ CreateConnectionInput.struct_class = Types::CreateConnectionInput
1551
+
1552
+ CreateConnectionOutput.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
1553
+ CreateConnectionOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1554
+ CreateConnectionOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1555
+ CreateConnectionOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "domainUnitId"))
1556
+ CreateConnectionOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
1557
+ CreateConnectionOutput.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "name"))
1558
+ CreateConnectionOutput.add_member(:physical_endpoints, Shapes::ShapeRef.new(shape: PhysicalEndpoints, required: true, location_name: "physicalEndpoints"))
1559
+ CreateConnectionOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectId"))
1560
+ CreateConnectionOutput.add_member(:props, Shapes::ShapeRef.new(shape: ConnectionPropertiesOutput, location_name: "props"))
1561
+ CreateConnectionOutput.add_member(:type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "type"))
1562
+ CreateConnectionOutput.struct_class = Types::CreateConnectionOutput
1563
+
1148
1564
  CreateDataProductInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1149
1565
  CreateDataProductInput.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1150
1566
  CreateDataProductInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
@@ -1200,12 +1616,13 @@ module Aws::DataZone
1200
1616
  CreateDataSourceInput.add_member(:asset_forms_input, Shapes::ShapeRef.new(shape: FormInputList, location_name: "assetFormsInput"))
1201
1617
  CreateDataSourceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1202
1618
  CreateDataSourceInput.add_member(:configuration, Shapes::ShapeRef.new(shape: DataSourceConfigurationInput, location_name: "configuration"))
1619
+ CreateDataSourceInput.add_member(:connection_identifier, Shapes::ShapeRef.new(shape: CreateDataSourceInputConnectionIdentifierString, location_name: "connectionIdentifier"))
1203
1620
  CreateDataSourceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1204
1621
  CreateDataSourceInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1205
1622
  CreateDataSourceInput.add_member(:enable_setting, Shapes::ShapeRef.new(shape: EnableSetting, location_name: "enableSetting"))
1206
- CreateDataSourceInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "environmentIdentifier"))
1623
+ CreateDataSourceInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: CreateDataSourceInputEnvironmentIdentifierString, location_name: "environmentIdentifier"))
1207
1624
  CreateDataSourceInput.add_member(:name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "name"))
1208
- CreateDataSourceInput.add_member(:project_identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "projectIdentifier"))
1625
+ CreateDataSourceInput.add_member(:project_identifier, Shapes::ShapeRef.new(shape: CreateDataSourceInputProjectIdentifierString, required: true, location_name: "projectIdentifier"))
1209
1626
  CreateDataSourceInput.add_member(:publish_on_import, Shapes::ShapeRef.new(shape: Boolean, location_name: "publishOnImport"))
1210
1627
  CreateDataSourceInput.add_member(:recommendation, Shapes::ShapeRef.new(shape: RecommendationConfiguration, location_name: "recommendation"))
1211
1628
  CreateDataSourceInput.add_member(:schedule, Shapes::ShapeRef.new(shape: ScheduleConfiguration, location_name: "schedule"))
@@ -1214,11 +1631,12 @@ module Aws::DataZone
1214
1631
 
1215
1632
  CreateDataSourceOutput.add_member(:asset_forms_output, Shapes::ShapeRef.new(shape: FormOutputList, location_name: "assetFormsOutput"))
1216
1633
  CreateDataSourceOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: DataSourceConfigurationOutput, location_name: "configuration"))
1634
+ CreateDataSourceOutput.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, location_name: "connectionId"))
1217
1635
  CreateDataSourceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdAt"))
1218
1636
  CreateDataSourceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1219
1637
  CreateDataSourceOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1220
1638
  CreateDataSourceOutput.add_member(:enable_setting, Shapes::ShapeRef.new(shape: EnableSetting, location_name: "enableSetting"))
1221
- CreateDataSourceOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
1639
+ CreateDataSourceOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
1222
1640
  CreateDataSourceOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: DataSourceErrorMessage, location_name: "errorMessage"))
1223
1641
  CreateDataSourceOutput.add_member(:id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location_name: "id"))
1224
1642
  CreateDataSourceOutput.add_member(:last_run_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "lastRunAt"))
@@ -1237,8 +1655,10 @@ module Aws::DataZone
1237
1655
  CreateDomainInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1238
1656
  CreateDomainInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1239
1657
  CreateDomainInput.add_member(:domain_execution_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "domainExecutionRole"))
1658
+ CreateDomainInput.add_member(:domain_version, Shapes::ShapeRef.new(shape: DomainVersion, location_name: "domainVersion"))
1240
1659
  CreateDomainInput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyIdentifier"))
1241
1660
  CreateDomainInput.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1661
+ CreateDomainInput.add_member(:service_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "serviceRole"))
1242
1662
  CreateDomainInput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
1243
1663
  CreateDomainInput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
1244
1664
  CreateDomainInput.struct_class = Types::CreateDomainInput
@@ -1246,11 +1666,13 @@ module Aws::DataZone
1246
1666
  CreateDomainOutput.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
1247
1667
  CreateDomainOutput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1248
1668
  CreateDomainOutput.add_member(:domain_execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "domainExecutionRole"))
1669
+ CreateDomainOutput.add_member(:domain_version, Shapes::ShapeRef.new(shape: DomainVersion, location_name: "domainVersion"))
1249
1670
  CreateDomainOutput.add_member(:id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "id"))
1250
1671
  CreateDomainOutput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyIdentifier"))
1251
1672
  CreateDomainOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
1252
1673
  CreateDomainOutput.add_member(:portal_url, Shapes::ShapeRef.new(shape: String, location_name: "portalUrl"))
1253
1674
  CreateDomainOutput.add_member(:root_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "rootDomainUnitId"))
1675
+ CreateDomainOutput.add_member(:service_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "serviceRole"))
1254
1676
  CreateDomainOutput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
1255
1677
  CreateDomainOutput.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, location_name: "status"))
1256
1678
  CreateDomainOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
@@ -1292,11 +1714,13 @@ module Aws::DataZone
1292
1714
  CreateEnvironmentActionOutput.add_member(:parameters, Shapes::ShapeRef.new(shape: ActionParameters, required: true, location_name: "parameters"))
1293
1715
  CreateEnvironmentActionOutput.struct_class = Types::CreateEnvironmentActionOutput
1294
1716
 
1717
+ CreateEnvironmentInput.add_member(:deployment_order, Shapes::ShapeRef.new(shape: Integer, location_name: "deploymentOrder"))
1295
1718
  CreateEnvironmentInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
1296
1719
  CreateEnvironmentInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1297
1720
  CreateEnvironmentInput.add_member(:environment_account_identifier, Shapes::ShapeRef.new(shape: String, location_name: "environmentAccountIdentifier"))
1298
1721
  CreateEnvironmentInput.add_member(:environment_account_region, Shapes::ShapeRef.new(shape: String, location_name: "environmentAccountRegion"))
1299
1722
  CreateEnvironmentInput.add_member(:environment_blueprint_identifier, Shapes::ShapeRef.new(shape: String, location_name: "environmentBlueprintIdentifier"))
1723
+ CreateEnvironmentInput.add_member(:environment_configuration_id, Shapes::ShapeRef.new(shape: String, location_name: "environmentConfigurationId"))
1300
1724
  CreateEnvironmentInput.add_member(:environment_profile_identifier, Shapes::ShapeRef.new(shape: EnvironmentProfileId, required: true, location_name: "environmentProfileIdentifier"))
1301
1725
  CreateEnvironmentInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1302
1726
  CreateEnvironmentInput.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
@@ -1437,11 +1861,17 @@ module Aws::DataZone
1437
1861
  CreateListingChangeSetOutput.add_member(:status, Shapes::ShapeRef.new(shape: ListingStatus, required: true, location_name: "status"))
1438
1862
  CreateListingChangeSetOutput.struct_class = Types::CreateListingChangeSetOutput
1439
1863
 
1864
+ CreateProjectFromProjectProfilePolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
1865
+ CreateProjectFromProjectProfilePolicyGrantDetail.add_member(:project_profiles, Shapes::ShapeRef.new(shape: ProjectProfileList, location_name: "projectProfiles"))
1866
+ CreateProjectFromProjectProfilePolicyGrantDetail.struct_class = Types::CreateProjectFromProjectProfilePolicyGrantDetail
1867
+
1440
1868
  CreateProjectInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1441
1869
  CreateProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1442
1870
  CreateProjectInput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
1443
1871
  CreateProjectInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1444
1872
  CreateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
1873
+ CreateProjectInput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
1874
+ CreateProjectInput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
1445
1875
  CreateProjectInput.struct_class = Types::CreateProjectInput
1446
1876
 
1447
1877
  CreateProjectMembershipInput.add_member(:designation, Shapes::ShapeRef.new(shape: UserDesignation, required: true, location_name: "designation"))
@@ -1457,23 +1887,69 @@ module Aws::DataZone
1457
1887
  CreateProjectOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1458
1888
  CreateProjectOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1459
1889
  CreateProjectOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
1890
+ CreateProjectOutput.add_member(:environment_deployment_details, Shapes::ShapeRef.new(shape: EnvironmentDeploymentDetails, location_name: "environmentDeploymentDetails"))
1460
1891
  CreateProjectOutput.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
1461
1892
  CreateProjectOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1462
1893
  CreateProjectOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
1463
1894
  CreateProjectOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
1464
1895
  CreateProjectOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
1896
+ CreateProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
1465
1897
  CreateProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, location_name: "projectStatus"))
1898
+ CreateProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
1466
1899
  CreateProjectOutput.struct_class = Types::CreateProjectOutput
1467
1900
 
1468
1901
  CreateProjectPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
1469
1902
  CreateProjectPolicyGrantDetail.struct_class = Types::CreateProjectPolicyGrantDetail
1470
1903
 
1904
+ CreateProjectProfileInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1905
+ CreateProjectProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1906
+ CreateProjectProfileInput.add_member(:domain_unit_identifier, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitIdentifier"))
1907
+ CreateProjectProfileInput.add_member(:environment_configurations, Shapes::ShapeRef.new(shape: EnvironmentConfigurationsList, location_name: "environmentConfigurations"))
1908
+ CreateProjectProfileInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, required: true, location_name: "name"))
1909
+ CreateProjectProfileInput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
1910
+ CreateProjectProfileInput.struct_class = Types::CreateProjectProfileInput
1911
+
1912
+ CreateProjectProfileOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
1913
+ CreateProjectProfileOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
1914
+ CreateProjectProfileOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1915
+ CreateProjectProfileOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1916
+ CreateProjectProfileOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
1917
+ CreateProjectProfileOutput.add_member(:environment_configurations, Shapes::ShapeRef.new(shape: EnvironmentConfigurationsList, location_name: "environmentConfigurations"))
1918
+ CreateProjectProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location_name: "id"))
1919
+ CreateProjectProfileOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
1920
+ CreateProjectProfileOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, required: true, location_name: "name"))
1921
+ CreateProjectProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
1922
+ CreateProjectProfileOutput.struct_class = Types::CreateProjectProfileOutput
1923
+
1924
+ CreateRuleInput.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "action"))
1925
+ CreateRuleInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1926
+ CreateRuleInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1927
+ CreateRuleInput.add_member(:detail, Shapes::ShapeRef.new(shape: RuleDetail, required: true, location_name: "detail"))
1928
+ CreateRuleInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1929
+ CreateRuleInput.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "name"))
1930
+ CreateRuleInput.add_member(:scope, Shapes::ShapeRef.new(shape: RuleScope, required: true, location_name: "scope"))
1931
+ CreateRuleInput.add_member(:target, Shapes::ShapeRef.new(shape: RuleTarget, required: true, location_name: "target"))
1932
+ CreateRuleInput.struct_class = Types::CreateRuleInput
1933
+
1934
+ CreateRuleOutput.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "action"))
1935
+ CreateRuleOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
1936
+ CreateRuleOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
1937
+ CreateRuleOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1938
+ CreateRuleOutput.add_member(:detail, Shapes::ShapeRef.new(shape: RuleDetail, required: true, location_name: "detail"))
1939
+ CreateRuleOutput.add_member(:identifier, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "identifier"))
1940
+ CreateRuleOutput.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "name"))
1941
+ CreateRuleOutput.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, required: true, location_name: "ruleType"))
1942
+ CreateRuleOutput.add_member(:scope, Shapes::ShapeRef.new(shape: RuleScope, required: true, location_name: "scope"))
1943
+ CreateRuleOutput.add_member(:target, Shapes::ShapeRef.new(shape: RuleTarget, required: true, location_name: "target"))
1944
+ CreateRuleOutput.add_member(:target_type, Shapes::ShapeRef.new(shape: RuleTargetType, location_name: "targetType"))
1945
+ CreateRuleOutput.struct_class = Types::CreateRuleOutput
1946
+
1471
1947
  CreateSubscriptionGrantInput.add_member(:asset_target_names, Shapes::ShapeRef.new(shape: AssetTargetNames, location_name: "assetTargetNames"))
1472
1948
  CreateSubscriptionGrantInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1473
1949
  CreateSubscriptionGrantInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1474
1950
  CreateSubscriptionGrantInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentIdentifier"))
1475
1951
  CreateSubscriptionGrantInput.add_member(:granted_entity, Shapes::ShapeRef.new(shape: GrantedEntityInput, required: true, location_name: "grantedEntity"))
1476
- CreateSubscriptionGrantInput.add_member(:subscription_target_identifier, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "subscriptionTargetIdentifier"))
1952
+ CreateSubscriptionGrantInput.add_member(:subscription_target_identifier, Shapes::ShapeRef.new(shape: SubscriptionTargetId, location_name: "subscriptionTargetIdentifier"))
1477
1953
  CreateSubscriptionGrantInput.struct_class = Types::CreateSubscriptionGrantInput
1478
1954
 
1479
1955
  CreateSubscriptionGrantOutput.add_member(:assets, Shapes::ShapeRef.new(shape: SubscribedAssets, location_name: "assets"))
@@ -1491,6 +1967,7 @@ module Aws::DataZone
1491
1967
 
1492
1968
  CreateSubscriptionRequestInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1493
1969
  CreateSubscriptionRequestInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1970
+ CreateSubscriptionRequestInput.add_member(:metadata_forms, Shapes::ShapeRef.new(shape: MetadataFormInputs, location_name: "metadataForms"))
1494
1971
  CreateSubscriptionRequestInput.add_member(:request_reason, Shapes::ShapeRef.new(shape: RequestReason, required: true, location_name: "requestReason"))
1495
1972
  CreateSubscriptionRequestInput.add_member(:subscribed_listings, Shapes::ShapeRef.new(shape: SubscribedListingInputs, required: true, location_name: "subscribedListings"))
1496
1973
  CreateSubscriptionRequestInput.add_member(:subscribed_principals, Shapes::ShapeRef.new(shape: SubscribedPrincipalInputs, required: true, location_name: "subscribedPrincipals"))
@@ -1500,7 +1977,9 @@ module Aws::DataZone
1500
1977
  CreateSubscriptionRequestOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
1501
1978
  CreateSubscriptionRequestOutput.add_member(:decision_comment, Shapes::ShapeRef.new(shape: DecisionComment, location_name: "decisionComment"))
1502
1979
  CreateSubscriptionRequestOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1980
+ CreateSubscriptionRequestOutput.add_member(:existing_subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "existingSubscriptionId"))
1503
1981
  CreateSubscriptionRequestOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionRequestId, required: true, location_name: "id"))
1982
+ CreateSubscriptionRequestOutput.add_member(:metadata_forms, Shapes::ShapeRef.new(shape: MetadataForms, location_name: "metadataForms"))
1504
1983
  CreateSubscriptionRequestOutput.add_member(:request_reason, Shapes::ShapeRef.new(shape: RequestReason, required: true, location_name: "requestReason"))
1505
1984
  CreateSubscriptionRequestOutput.add_member(:reviewer_id, Shapes::ShapeRef.new(shape: String, location_name: "reviewerId"))
1506
1985
  CreateSubscriptionRequestOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionRequestStatus, required: true, location_name: "status"))
@@ -1519,7 +1998,7 @@ module Aws::DataZone
1519
1998
  CreateSubscriptionTargetInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
1520
1999
  CreateSubscriptionTargetInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1521
2000
  CreateSubscriptionTargetInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
1522
- CreateSubscriptionTargetInput.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: String, required: true, location_name: "manageAccessRole"))
2001
+ CreateSubscriptionTargetInput.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "manageAccessRole"))
1523
2002
  CreateSubscriptionTargetInput.add_member(:name, Shapes::ShapeRef.new(shape: SubscriptionTargetName, required: true, location_name: "name"))
1524
2003
  CreateSubscriptionTargetInput.add_member(:provider, Shapes::ShapeRef.new(shape: String, location_name: "provider"))
1525
2004
  CreateSubscriptionTargetInput.add_member(:subscription_target_config, Shapes::ShapeRef.new(shape: SubscriptionTargetForms, required: true, location_name: "subscriptionTargetConfig"))
@@ -1533,7 +2012,7 @@ module Aws::DataZone
1533
2012
  CreateSubscriptionTargetOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1534
2013
  CreateSubscriptionTargetOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
1535
2014
  CreateSubscriptionTargetOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "id"))
1536
- CreateSubscriptionTargetOutput.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: String, required: true, location_name: "manageAccessRole"))
2015
+ CreateSubscriptionTargetOutput.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "manageAccessRole"))
1537
2016
  CreateSubscriptionTargetOutput.add_member(:name, Shapes::ShapeRef.new(shape: SubscriptionTargetName, required: true, location_name: "name"))
1538
2017
  CreateSubscriptionTargetOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
1539
2018
  CreateSubscriptionTargetOutput.add_member(:provider, Shapes::ShapeRef.new(shape: String, required: true, location_name: "provider"))
@@ -1556,6 +2035,9 @@ module Aws::DataZone
1556
2035
  CreateUserProfileOutput.add_member(:type, Shapes::ShapeRef.new(shape: UserProfileType, location_name: "type"))
1557
2036
  CreateUserProfileOutput.struct_class = Types::CreateUserProfileOutput
1558
2037
 
2038
+ CredentialMap.key = Shapes::ShapeRef.new(shape: CredentialMapKeyString)
2039
+ CredentialMap.value = Shapes::ShapeRef.new(shape: CredentialMapValueString)
2040
+
1559
2041
  CustomParameter.add_member(:default_value, Shapes::ShapeRef.new(shape: String, location_name: "defaultValue"))
1560
2042
  CustomParameter.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1561
2043
  CustomParameter.add_member(:field_type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "fieldType"))
@@ -1624,17 +2106,21 @@ module Aws::DataZone
1624
2106
 
1625
2107
  DataSourceConfigurationInput.add_member(:glue_run_configuration, Shapes::ShapeRef.new(shape: GlueRunConfigurationInput, location_name: "glueRunConfiguration"))
1626
2108
  DataSourceConfigurationInput.add_member(:redshift_run_configuration, Shapes::ShapeRef.new(shape: RedshiftRunConfigurationInput, location_name: "redshiftRunConfiguration"))
2109
+ DataSourceConfigurationInput.add_member(:sage_maker_run_configuration, Shapes::ShapeRef.new(shape: SageMakerRunConfigurationInput, location_name: "sageMakerRunConfiguration"))
1627
2110
  DataSourceConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1628
2111
  DataSourceConfigurationInput.add_member_subclass(:glue_run_configuration, Types::DataSourceConfigurationInput::GlueRunConfiguration)
1629
2112
  DataSourceConfigurationInput.add_member_subclass(:redshift_run_configuration, Types::DataSourceConfigurationInput::RedshiftRunConfiguration)
2113
+ DataSourceConfigurationInput.add_member_subclass(:sage_maker_run_configuration, Types::DataSourceConfigurationInput::SageMakerRunConfiguration)
1630
2114
  DataSourceConfigurationInput.add_member_subclass(:unknown, Types::DataSourceConfigurationInput::Unknown)
1631
2115
  DataSourceConfigurationInput.struct_class = Types::DataSourceConfigurationInput
1632
2116
 
1633
2117
  DataSourceConfigurationOutput.add_member(:glue_run_configuration, Shapes::ShapeRef.new(shape: GlueRunConfigurationOutput, location_name: "glueRunConfiguration"))
1634
2118
  DataSourceConfigurationOutput.add_member(:redshift_run_configuration, Shapes::ShapeRef.new(shape: RedshiftRunConfigurationOutput, location_name: "redshiftRunConfiguration"))
2119
+ DataSourceConfigurationOutput.add_member(:sage_maker_run_configuration, Shapes::ShapeRef.new(shape: SageMakerRunConfigurationOutput, location_name: "sageMakerRunConfiguration"))
1635
2120
  DataSourceConfigurationOutput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
1636
2121
  DataSourceConfigurationOutput.add_member_subclass(:glue_run_configuration, Types::DataSourceConfigurationOutput::GlueRunConfiguration)
1637
2122
  DataSourceConfigurationOutput.add_member_subclass(:redshift_run_configuration, Types::DataSourceConfigurationOutput::RedshiftRunConfiguration)
2123
+ DataSourceConfigurationOutput.add_member_subclass(:sage_maker_run_configuration, Types::DataSourceConfigurationOutput::SageMakerRunConfiguration)
1638
2124
  DataSourceConfigurationOutput.add_member_subclass(:unknown, Types::DataSourceConfigurationOutput::Unknown)
1639
2125
  DataSourceConfigurationOutput.struct_class = Types::DataSourceConfigurationOutput
1640
2126
 
@@ -1650,18 +2136,23 @@ module Aws::DataZone
1650
2136
  DataSourceRunActivity.add_member(:data_source_run_id, Shapes::ShapeRef.new(shape: DataSourceRunId, required: true, location_name: "dataSourceRunId"))
1651
2137
  DataSourceRunActivity.add_member(:database, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "database"))
1652
2138
  DataSourceRunActivity.add_member(:error_message, Shapes::ShapeRef.new(shape: DataSourceErrorMessage, location_name: "errorMessage"))
2139
+ DataSourceRunActivity.add_member(:lineage_summary, Shapes::ShapeRef.new(shape: LineageInfo, location_name: "lineageSummary"))
1653
2140
  DataSourceRunActivity.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
1654
2141
  DataSourceRunActivity.add_member(:technical_description, Shapes::ShapeRef.new(shape: Description, location_name: "technicalDescription"))
1655
2142
  DataSourceRunActivity.add_member(:technical_name, Shapes::ShapeRef.new(shape: Name, required: true, location_name: "technicalName"))
1656
2143
  DataSourceRunActivity.add_member(:updated_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "updatedAt"))
1657
2144
  DataSourceRunActivity.struct_class = Types::DataSourceRunActivity
1658
2145
 
2146
+ DataSourceRunLineageSummary.add_member(:import_status, Shapes::ShapeRef.new(shape: LineageImportStatus, location_name: "importStatus"))
2147
+ DataSourceRunLineageSummary.struct_class = Types::DataSourceRunLineageSummary
2148
+
1659
2149
  DataSourceRunSummaries.member = Shapes::ShapeRef.new(shape: DataSourceRunSummary)
1660
2150
 
1661
2151
  DataSourceRunSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, required: true, location_name: "createdAt"))
1662
2152
  DataSourceRunSummary.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location_name: "dataSourceId"))
1663
2153
  DataSourceRunSummary.add_member(:error_message, Shapes::ShapeRef.new(shape: DataSourceErrorMessage, location_name: "errorMessage"))
1664
2154
  DataSourceRunSummary.add_member(:id, Shapes::ShapeRef.new(shape: DataSourceRunId, required: true, location_name: "id"))
2155
+ DataSourceRunSummary.add_member(:lineage_summary, Shapes::ShapeRef.new(shape: DataSourceRunLineageSummary, location_name: "lineageSummary"))
1665
2156
  DataSourceRunSummary.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
1666
2157
  DataSourceRunSummary.add_member(:run_statistics_for_assets, Shapes::ShapeRef.new(shape: RunStatisticsForAssets, location_name: "runStatisticsForAssets"))
1667
2158
  DataSourceRunSummary.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "startedAt"))
@@ -1673,11 +2164,13 @@ module Aws::DataZone
1673
2164
 
1674
2165
  DataSourceSummaries.member = Shapes::ShapeRef.new(shape: DataSourceSummary)
1675
2166
 
2167
+ DataSourceSummary.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, location_name: "connectionId"))
1676
2168
  DataSourceSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdAt"))
1677
2169
  DataSourceSummary.add_member(:data_source_id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location_name: "dataSourceId"))
2170
+ DataSourceSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1678
2171
  DataSourceSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1679
2172
  DataSourceSummary.add_member(:enable_setting, Shapes::ShapeRef.new(shape: EnableSetting, location_name: "enableSetting"))
1680
- DataSourceSummary.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
2173
+ DataSourceSummary.add_member(:environment_id, Shapes::ShapeRef.new(shape: String, location_name: "environmentId"))
1681
2174
  DataSourceSummary.add_member(:last_run_asset_count, Shapes::ShapeRef.new(shape: Integer, location_name: "lastRunAssetCount"))
1682
2175
  DataSourceSummary.add_member(:last_run_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "lastRunAt"))
1683
2176
  DataSourceSummary.add_member(:last_run_error_message, Shapes::ShapeRef.new(shape: DataSourceErrorMessage, location_name: "lastRunErrorMessage"))
@@ -1706,13 +2199,20 @@ module Aws::DataZone
1706
2199
 
1707
2200
  DeleteAssetTypeOutput.struct_class = Types::DeleteAssetTypeOutput
1708
2201
 
2202
+ DeleteConnectionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2203
+ DeleteConnectionInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location: "uri", location_name: "identifier"))
2204
+ DeleteConnectionInput.struct_class = Types::DeleteConnectionInput
2205
+
2206
+ DeleteConnectionOutput.add_member(:status, Shapes::ShapeRef.new(shape: String, location_name: "status"))
2207
+ DeleteConnectionOutput.struct_class = Types::DeleteConnectionOutput
2208
+
1709
2209
  DeleteDataProductInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1710
2210
  DeleteDataProductInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataProductId, required: true, location: "uri", location_name: "identifier"))
1711
2211
  DeleteDataProductInput.struct_class = Types::DeleteDataProductInput
1712
2212
 
1713
2213
  DeleteDataProductOutput.struct_class = Types::DeleteDataProductOutput
1714
2214
 
1715
- DeleteDataSourceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
2215
+ DeleteDataSourceInput.add_member(:client_token, Shapes::ShapeRef.new(shape: String, deprecated: true, location: "querystring", location_name: "clientToken", metadata: {"deprecatedMessage"=>"This field is no longer required for idempotency.", "idempotencyToken"=>true}))
1716
2216
  DeleteDataSourceInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1717
2217
  DeleteDataSourceInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location: "uri", location_name: "identifier"))
1718
2218
  DeleteDataSourceInput.add_member(:retain_permissions_on_revoke_failure, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "retainPermissionsOnRevokeFailure"))
@@ -1720,11 +2220,12 @@ module Aws::DataZone
1720
2220
 
1721
2221
  DeleteDataSourceOutput.add_member(:asset_forms_output, Shapes::ShapeRef.new(shape: FormOutputList, location_name: "assetFormsOutput"))
1722
2222
  DeleteDataSourceOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: DataSourceConfigurationOutput, location_name: "configuration"))
2223
+ DeleteDataSourceOutput.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, location_name: "connectionId"))
1723
2224
  DeleteDataSourceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdAt"))
1724
2225
  DeleteDataSourceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
1725
2226
  DeleteDataSourceOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1726
2227
  DeleteDataSourceOutput.add_member(:enable_setting, Shapes::ShapeRef.new(shape: EnableSetting, location_name: "enableSetting"))
1727
- DeleteDataSourceOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
2228
+ DeleteDataSourceOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
1728
2229
  DeleteDataSourceOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: DataSourceErrorMessage, location_name: "errorMessage"))
1729
2230
  DeleteDataSourceOutput.add_member(:id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location_name: "id"))
1730
2231
  DeleteDataSourceOutput.add_member(:last_run_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "lastRunAt"))
@@ -1812,6 +2313,18 @@ module Aws::DataZone
1812
2313
 
1813
2314
  DeleteProjectOutput.struct_class = Types::DeleteProjectOutput
1814
2315
 
2316
+ DeleteProjectProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2317
+ DeleteProjectProfileInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location: "uri", location_name: "identifier"))
2318
+ DeleteProjectProfileInput.struct_class = Types::DeleteProjectProfileInput
2319
+
2320
+ DeleteProjectProfileOutput.struct_class = Types::DeleteProjectProfileOutput
2321
+
2322
+ DeleteRuleInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2323
+ DeleteRuleInput.add_member(:identifier, Shapes::ShapeRef.new(shape: RuleId, required: true, location: "uri", location_name: "identifier"))
2324
+ DeleteRuleInput.struct_class = Types::DeleteRuleInput
2325
+
2326
+ DeleteRuleOutput.struct_class = Types::DeleteRuleOutput
2327
+
1815
2328
  DeleteSubscriptionGrantInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
1816
2329
  DeleteSubscriptionGrantInput.add_member(:identifier, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location: "uri", location_name: "identifier"))
1817
2330
  DeleteSubscriptionGrantInput.struct_class = Types::DeleteSubscriptionGrantInput
@@ -1879,6 +2392,7 @@ module Aws::DataZone
1879
2392
  DomainSummary.add_member(:arn, Shapes::ShapeRef.new(shape: String, required: true, location_name: "arn"))
1880
2393
  DomainSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
1881
2394
  DomainSummary.add_member(:description, Shapes::ShapeRef.new(shape: DomainDescription, location_name: "description"))
2395
+ DomainSummary.add_member(:domain_version, Shapes::ShapeRef.new(shape: DomainVersion, location_name: "domainVersion"))
1882
2396
  DomainSummary.add_member(:id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "id"))
1883
2397
  DomainSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
1884
2398
  DomainSummary.add_member(:managed_account_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "managedAccountId"))
@@ -1923,6 +2437,10 @@ module Aws::DataZone
1923
2437
  DomainUnitSummary.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
1924
2438
  DomainUnitSummary.struct_class = Types::DomainUnitSummary
1925
2439
 
2440
+ DomainUnitTarget.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "domainUnitId"))
2441
+ DomainUnitTarget.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
2442
+ DomainUnitTarget.struct_class = Types::DomainUnitTarget
2443
+
1926
2444
  DomainUnitUserProperties.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
1927
2445
  DomainUnitUserProperties.struct_class = Types::DomainUnitUserProperties
1928
2446
 
@@ -1944,6 +2462,7 @@ module Aws::DataZone
1944
2462
  EnvironmentBlueprintConfigurationItem.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1945
2463
  EnvironmentBlueprintConfigurationItem.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
1946
2464
  EnvironmentBlueprintConfigurationItem.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
2465
+ EnvironmentBlueprintConfigurationItem.add_member(:environment_role_permission_boundary, Shapes::ShapeRef.new(shape: PolicyArn, location_name: "environmentRolePermissionBoundary"))
1947
2466
  EnvironmentBlueprintConfigurationItem.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
1948
2467
  EnvironmentBlueprintConfigurationItem.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
1949
2468
  EnvironmentBlueprintConfigurationItem.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
@@ -1964,10 +2483,50 @@ module Aws::DataZone
1964
2483
  EnvironmentBlueprintSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
1965
2484
  EnvironmentBlueprintSummary.struct_class = Types::EnvironmentBlueprintSummary
1966
2485
 
2486
+ EnvironmentConfiguration.add_member(:aws_account, Shapes::ShapeRef.new(shape: AwsAccount, required: true, location_name: "awsAccount"))
2487
+ EnvironmentConfiguration.add_member(:aws_region, Shapes::ShapeRef.new(shape: Region, required: true, location_name: "awsRegion"))
2488
+ EnvironmentConfiguration.add_member(:configuration_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationParametersDetails, location_name: "configurationParameters"))
2489
+ EnvironmentConfiguration.add_member(:deployment_mode, Shapes::ShapeRef.new(shape: DeploymentMode, location_name: "deploymentMode"))
2490
+ EnvironmentConfiguration.add_member(:deployment_order, Shapes::ShapeRef.new(shape: DeploymentOrder, location_name: "deploymentOrder"))
2491
+ EnvironmentConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2492
+ EnvironmentConfiguration.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
2493
+ EnvironmentConfiguration.add_member(:id, Shapes::ShapeRef.new(shape: EnvironmentConfigurationId, location_name: "id"))
2494
+ EnvironmentConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, required: true, location_name: "name"))
2495
+ EnvironmentConfiguration.struct_class = Types::EnvironmentConfiguration
2496
+
2497
+ EnvironmentConfigurationParameter.add_member(:is_editable, Shapes::ShapeRef.new(shape: Boolean, location_name: "isEditable"))
2498
+ EnvironmentConfigurationParameter.add_member(:name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationParameterName, location_name: "name"))
2499
+ EnvironmentConfigurationParameter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
2500
+ EnvironmentConfigurationParameter.struct_class = Types::EnvironmentConfigurationParameter
2501
+
2502
+ EnvironmentConfigurationParametersDetails.add_member(:parameter_overrides, Shapes::ShapeRef.new(shape: EnvironmentConfigurationParametersList, location_name: "parameterOverrides"))
2503
+ EnvironmentConfigurationParametersDetails.add_member(:resolved_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationParametersList, location_name: "resolvedParameters"))
2504
+ EnvironmentConfigurationParametersDetails.add_member(:ssm_path, Shapes::ShapeRef.new(shape: ParameterStorePath, location_name: "ssmPath"))
2505
+ EnvironmentConfigurationParametersDetails.struct_class = Types::EnvironmentConfigurationParametersDetails
2506
+
2507
+ EnvironmentConfigurationParametersList.member = Shapes::ShapeRef.new(shape: EnvironmentConfigurationParameter)
2508
+
2509
+ EnvironmentConfigurationUserParameter.add_member(:environment_configuration_name, Shapes::ShapeRef.new(shape: EnvironmentConfigurationName, location_name: "environmentConfigurationName"))
2510
+ EnvironmentConfigurationUserParameter.add_member(:environment_parameters, Shapes::ShapeRef.new(shape: EnvironmentParametersList, location_name: "environmentParameters"))
2511
+ EnvironmentConfigurationUserParameter.struct_class = Types::EnvironmentConfigurationUserParameter
2512
+
2513
+ EnvironmentConfigurationUserParametersList.member = Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParameter)
2514
+
2515
+ EnvironmentConfigurationsList.member = Shapes::ShapeRef.new(shape: EnvironmentConfiguration)
2516
+
2517
+ EnvironmentDeploymentDetails.add_member(:environment_failure_reasons, Shapes::ShapeRef.new(shape: EnvironmentFailureReasons, location_name: "environmentFailureReasons"))
2518
+ EnvironmentDeploymentDetails.add_member(:overall_deployment_status, Shapes::ShapeRef.new(shape: OverallDeploymentStatus, location_name: "overallDeploymentStatus"))
2519
+ EnvironmentDeploymentDetails.struct_class = Types::EnvironmentDeploymentDetails
2520
+
1967
2521
  EnvironmentError.add_member(:code, Shapes::ShapeRef.new(shape: String, location_name: "code"))
1968
2522
  EnvironmentError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
1969
2523
  EnvironmentError.struct_class = Types::EnvironmentError
1970
2524
 
2525
+ EnvironmentFailureReasons.key = Shapes::ShapeRef.new(shape: String)
2526
+ EnvironmentFailureReasons.value = Shapes::ShapeRef.new(shape: EnvironmentFailureReasonsList)
2527
+
2528
+ EnvironmentFailureReasonsList.member = Shapes::ShapeRef.new(shape: EnvironmentError)
2529
+
1971
2530
  EnvironmentParameter.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
1972
2531
  EnvironmentParameter.add_member(:value, Shapes::ShapeRef.new(shape: String, location_name: "value"))
1973
2532
  EnvironmentParameter.struct_class = Types::EnvironmentParameter
@@ -2010,6 +2569,14 @@ module Aws::DataZone
2010
2569
  EqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
2011
2570
  EqualToExpression.struct_class = Types::EqualToExpression
2012
2571
 
2572
+ EventSummary.add_member(:open_lineage_run_event_summary, Shapes::ShapeRef.new(shape: OpenLineageRunEventSummary, location_name: "openLineageRunEventSummary"))
2573
+ EventSummary.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
2574
+ EventSummary.add_member_subclass(:open_lineage_run_event_summary, Types::EventSummary::OpenLineageRunEventSummary)
2575
+ EventSummary.add_member_subclass(:unknown, Types::EventSummary::Unknown)
2576
+ EventSummary.struct_class = Types::EventSummary
2577
+
2578
+ FailedQueryProcessingErrorMessages.member = Shapes::ShapeRef.new(shape: String)
2579
+
2013
2580
  FailureCause.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
2014
2581
  FailureCause.struct_class = Types::FailureCause
2015
2582
 
@@ -2052,7 +2619,7 @@ module Aws::DataZone
2052
2619
  FormInput.add_member(:content, Shapes::ShapeRef.new(shape: FormInputContentString, location_name: "content"))
2053
2620
  FormInput.add_member(:form_name, Shapes::ShapeRef.new(shape: FormName, required: true, location_name: "formName"))
2054
2621
  FormInput.add_member(:type_identifier, Shapes::ShapeRef.new(shape: FormTypeIdentifier, location_name: "typeIdentifier"))
2055
- FormInput.add_member(:type_revision, Shapes::ShapeRef.new(shape: Revision, location_name: "typeRevision"))
2622
+ FormInput.add_member(:type_revision, Shapes::ShapeRef.new(shape: RevisionInput, location_name: "typeRevision"))
2056
2623
  FormInput.struct_class = Types::FormInput
2057
2624
 
2058
2625
  FormInputList.member = Shapes::ShapeRef.new(shape: FormInput)
@@ -2147,6 +2714,25 @@ module Aws::DataZone
2147
2714
  GetAssetTypeOutput.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
2148
2715
  GetAssetTypeOutput.struct_class = Types::GetAssetTypeOutput
2149
2716
 
2717
+ GetConnectionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2718
+ GetConnectionInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location: "uri", location_name: "identifier"))
2719
+ GetConnectionInput.add_member(:with_secret, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "withSecret"))
2720
+ GetConnectionInput.struct_class = Types::GetConnectionInput
2721
+
2722
+ GetConnectionOutput.add_member(:connection_credentials, Shapes::ShapeRef.new(shape: ConnectionCredentials, location_name: "connectionCredentials"))
2723
+ GetConnectionOutput.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
2724
+ GetConnectionOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2725
+ GetConnectionOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2726
+ GetConnectionOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "domainUnitId"))
2727
+ GetConnectionOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
2728
+ GetConnectionOutput.add_member(:environment_user_role, Shapes::ShapeRef.new(shape: String, location_name: "environmentUserRole"))
2729
+ GetConnectionOutput.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "name"))
2730
+ GetConnectionOutput.add_member(:physical_endpoints, Shapes::ShapeRef.new(shape: PhysicalEndpoints, required: true, location_name: "physicalEndpoints"))
2731
+ GetConnectionOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectId"))
2732
+ GetConnectionOutput.add_member(:props, Shapes::ShapeRef.new(shape: ConnectionPropertiesOutput, location_name: "props"))
2733
+ GetConnectionOutput.add_member(:type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "type"))
2734
+ GetConnectionOutput.struct_class = Types::GetConnectionOutput
2735
+
2150
2736
  GetDataProductInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2151
2737
  GetDataProductInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataProductId, required: true, location: "uri", location_name: "identifier"))
2152
2738
  GetDataProductInput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location: "querystring", location_name: "revision"))
@@ -2174,11 +2760,12 @@ module Aws::DataZone
2174
2760
 
2175
2761
  GetDataSourceOutput.add_member(:asset_forms_output, Shapes::ShapeRef.new(shape: FormOutputList, location_name: "assetFormsOutput"))
2176
2762
  GetDataSourceOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: DataSourceConfigurationOutput, location_name: "configuration"))
2763
+ GetDataSourceOutput.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, location_name: "connectionId"))
2177
2764
  GetDataSourceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdAt"))
2178
2765
  GetDataSourceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2179
2766
  GetDataSourceOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2180
2767
  GetDataSourceOutput.add_member(:enable_setting, Shapes::ShapeRef.new(shape: EnableSetting, location_name: "enableSetting"))
2181
- GetDataSourceOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
2768
+ GetDataSourceOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
2182
2769
  GetDataSourceOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: DataSourceErrorMessage, location_name: "errorMessage"))
2183
2770
  GetDataSourceOutput.add_member(:id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location_name: "id"))
2184
2771
  GetDataSourceOutput.add_member(:last_run_asset_count, Shapes::ShapeRef.new(shape: Integer, location_name: "lastRunAssetCount"))
@@ -2206,6 +2793,7 @@ module Aws::DataZone
2206
2793
  GetDataSourceRunOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2207
2794
  GetDataSourceRunOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: DataSourceErrorMessage, location_name: "errorMessage"))
2208
2795
  GetDataSourceRunOutput.add_member(:id, Shapes::ShapeRef.new(shape: DataSourceRunId, required: true, location_name: "id"))
2796
+ GetDataSourceRunOutput.add_member(:lineage_summary, Shapes::ShapeRef.new(shape: DataSourceRunLineageSummary, location_name: "lineageSummary"))
2209
2797
  GetDataSourceRunOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
2210
2798
  GetDataSourceRunOutput.add_member(:run_statistics_for_assets, Shapes::ShapeRef.new(shape: RunStatisticsForAssets, location_name: "runStatisticsForAssets"))
2211
2799
  GetDataSourceRunOutput.add_member(:started_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "startedAt"))
@@ -2222,12 +2810,14 @@ module Aws::DataZone
2222
2810
  GetDomainOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
2223
2811
  GetDomainOutput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
2224
2812
  GetDomainOutput.add_member(:domain_execution_role, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "domainExecutionRole"))
2813
+ GetDomainOutput.add_member(:domain_version, Shapes::ShapeRef.new(shape: DomainVersion, location_name: "domainVersion"))
2225
2814
  GetDomainOutput.add_member(:id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "id"))
2226
2815
  GetDomainOutput.add_member(:kms_key_identifier, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyIdentifier"))
2227
2816
  GetDomainOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
2228
2817
  GetDomainOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
2229
2818
  GetDomainOutput.add_member(:portal_url, Shapes::ShapeRef.new(shape: String, location_name: "portalUrl"))
2230
2819
  GetDomainOutput.add_member(:root_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "rootDomainUnitId"))
2820
+ GetDomainOutput.add_member(:service_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "serviceRole"))
2231
2821
  GetDomainOutput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
2232
2822
  GetDomainOutput.add_member(:status, Shapes::ShapeRef.new(shape: DomainStatus, required: true, location_name: "status"))
2233
2823
  GetDomainOutput.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
@@ -2270,6 +2860,7 @@ module Aws::DataZone
2270
2860
  GetEnvironmentBlueprintConfigurationOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2271
2861
  GetEnvironmentBlueprintConfigurationOutput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
2272
2862
  GetEnvironmentBlueprintConfigurationOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
2863
+ GetEnvironmentBlueprintConfigurationOutput.add_member(:environment_role_permission_boundary, Shapes::ShapeRef.new(shape: PolicyArn, location_name: "environmentRolePermissionBoundary"))
2273
2864
  GetEnvironmentBlueprintConfigurationOutput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
2274
2865
  GetEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
2275
2866
  GetEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
@@ -2418,6 +3009,39 @@ module Aws::DataZone
2418
3009
  GetIamPortalLoginUrlOutput.add_member(:user_profile_id, Shapes::ShapeRef.new(shape: String, required: true, location_name: "userProfileId"))
2419
3010
  GetIamPortalLoginUrlOutput.struct_class = Types::GetIamPortalLoginUrlOutput
2420
3011
 
3012
+ GetJobRunInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3013
+ GetJobRunInput.add_member(:identifier, Shapes::ShapeRef.new(shape: RunIdentifier, required: true, location: "uri", location_name: "identifier"))
3014
+ GetJobRunInput.struct_class = Types::GetJobRunInput
3015
+
3016
+ GetJobRunOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
3017
+ GetJobRunOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "createdBy"))
3018
+ GetJobRunOutput.add_member(:details, Shapes::ShapeRef.new(shape: JobRunDetails, location_name: "details"))
3019
+ GetJobRunOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
3020
+ GetJobRunOutput.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
3021
+ GetJobRunOutput.add_member(:error, Shapes::ShapeRef.new(shape: JobRunError, location_name: "error"))
3022
+ GetJobRunOutput.add_member(:id, Shapes::ShapeRef.new(shape: String, location_name: "id"))
3023
+ GetJobRunOutput.add_member(:job_id, Shapes::ShapeRef.new(shape: String, location_name: "jobId"))
3024
+ GetJobRunOutput.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, location_name: "jobType"))
3025
+ GetJobRunOutput.add_member(:run_mode, Shapes::ShapeRef.new(shape: JobRunMode, location_name: "runMode"))
3026
+ GetJobRunOutput.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
3027
+ GetJobRunOutput.add_member(:status, Shapes::ShapeRef.new(shape: JobRunStatus, location_name: "status"))
3028
+ GetJobRunOutput.struct_class = Types::GetJobRunOutput
3029
+
3030
+ GetLineageEventInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3031
+ GetLineageEventInput.add_member(:identifier, Shapes::ShapeRef.new(shape: LineageEventIdentifier, required: true, location: "uri", location_name: "identifier"))
3032
+ GetLineageEventInput.struct_class = Types::GetLineageEventInput
3033
+
3034
+ GetLineageEventOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location: "header", location_name: "Created-At"))
3035
+ GetLineageEventOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location: "header", location_name: "Created-By"))
3036
+ GetLineageEventOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location: "header", location_name: "Domain-Id"))
3037
+ GetLineageEventOutput.add_member(:event, Shapes::ShapeRef.new(shape: LineageEvent, location_name: "event"))
3038
+ GetLineageEventOutput.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, location: "header", location_name: "Event-Time"))
3039
+ GetLineageEventOutput.add_member(:id, Shapes::ShapeRef.new(shape: LineageEventIdentifier, location: "header", location_name: "Id"))
3040
+ GetLineageEventOutput.add_member(:processing_status, Shapes::ShapeRef.new(shape: LineageEventProcessingStatus, location: "header", location_name: "Processing-Status"))
3041
+ GetLineageEventOutput.struct_class = Types::GetLineageEventOutput
3042
+ GetLineageEventOutput[:payload] = :event
3043
+ GetLineageEventOutput[:payload_member] = GetLineageEventOutput.member(:event)
3044
+
2421
3045
  GetLineageNodeInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2422
3046
  GetLineageNodeInput.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "timestamp"))
2423
3047
  GetLineageNodeInput.add_member(:identifier, Shapes::ShapeRef.new(shape: LineageNodeIdentifier, required: true, location: "uri", location_name: "identifier"))
@@ -2481,14 +3105,54 @@ module Aws::DataZone
2481
3105
  GetProjectOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
2482
3106
  GetProjectOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2483
3107
  GetProjectOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
3108
+ GetProjectOutput.add_member(:environment_deployment_details, Shapes::ShapeRef.new(shape: EnvironmentDeploymentDetails, location_name: "environmentDeploymentDetails"))
2484
3109
  GetProjectOutput.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
2485
3110
  GetProjectOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
2486
3111
  GetProjectOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
2487
3112
  GetProjectOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
2488
3113
  GetProjectOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
3114
+ GetProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
2489
3115
  GetProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, location_name: "projectStatus"))
3116
+ GetProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
2490
3117
  GetProjectOutput.struct_class = Types::GetProjectOutput
2491
3118
 
3119
+ GetProjectProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3120
+ GetProjectProfileInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location: "uri", location_name: "identifier"))
3121
+ GetProjectProfileInput.struct_class = Types::GetProjectProfileInput
3122
+
3123
+ GetProjectProfileOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
3124
+ GetProjectProfileOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
3125
+ GetProjectProfileOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
3126
+ GetProjectProfileOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
3127
+ GetProjectProfileOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
3128
+ GetProjectProfileOutput.add_member(:environment_configurations, Shapes::ShapeRef.new(shape: EnvironmentConfigurationsList, location_name: "environmentConfigurations"))
3129
+ GetProjectProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location_name: "id"))
3130
+ GetProjectProfileOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
3131
+ GetProjectProfileOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, required: true, location_name: "name"))
3132
+ GetProjectProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
3133
+ GetProjectProfileOutput.struct_class = Types::GetProjectProfileOutput
3134
+
3135
+ GetRuleInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3136
+ GetRuleInput.add_member(:identifier, Shapes::ShapeRef.new(shape: RuleId, required: true, location: "uri", location_name: "identifier"))
3137
+ GetRuleInput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location: "querystring", location_name: "revision"))
3138
+ GetRuleInput.struct_class = Types::GetRuleInput
3139
+
3140
+ GetRuleOutput.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "action"))
3141
+ GetRuleOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
3142
+ GetRuleOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
3143
+ GetRuleOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
3144
+ GetRuleOutput.add_member(:detail, Shapes::ShapeRef.new(shape: RuleDetail, required: true, location_name: "detail"))
3145
+ GetRuleOutput.add_member(:identifier, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "identifier"))
3146
+ GetRuleOutput.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, required: true, location_name: "lastUpdatedBy"))
3147
+ GetRuleOutput.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "name"))
3148
+ GetRuleOutput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revision"))
3149
+ GetRuleOutput.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, required: true, location_name: "ruleType"))
3150
+ GetRuleOutput.add_member(:scope, Shapes::ShapeRef.new(shape: RuleScope, required: true, location_name: "scope"))
3151
+ GetRuleOutput.add_member(:target, Shapes::ShapeRef.new(shape: RuleTarget, required: true, location_name: "target"))
3152
+ GetRuleOutput.add_member(:target_type, Shapes::ShapeRef.new(shape: RuleTargetType, location_name: "targetType"))
3153
+ GetRuleOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
3154
+ GetRuleOutput.struct_class = Types::GetRuleOutput
3155
+
2492
3156
  GetSubscriptionGrantInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2493
3157
  GetSubscriptionGrantInput.add_member(:identifier, Shapes::ShapeRef.new(shape: SubscriptionGrantId, required: true, location: "uri", location_name: "identifier"))
2494
3158
  GetSubscriptionGrantInput.struct_class = Types::GetSubscriptionGrantInput
@@ -2531,7 +3195,9 @@ module Aws::DataZone
2531
3195
  GetSubscriptionRequestDetailsOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
2532
3196
  GetSubscriptionRequestDetailsOutput.add_member(:decision_comment, Shapes::ShapeRef.new(shape: DecisionComment, location_name: "decisionComment"))
2533
3197
  GetSubscriptionRequestDetailsOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
3198
+ GetSubscriptionRequestDetailsOutput.add_member(:existing_subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "existingSubscriptionId"))
2534
3199
  GetSubscriptionRequestDetailsOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionRequestId, required: true, location_name: "id"))
3200
+ GetSubscriptionRequestDetailsOutput.add_member(:metadata_forms, Shapes::ShapeRef.new(shape: MetadataForms, location_name: "metadataForms"))
2535
3201
  GetSubscriptionRequestDetailsOutput.add_member(:request_reason, Shapes::ShapeRef.new(shape: RequestReason, required: true, location_name: "requestReason"))
2536
3202
  GetSubscriptionRequestDetailsOutput.add_member(:reviewer_id, Shapes::ShapeRef.new(shape: String, location_name: "reviewerId"))
2537
3203
  GetSubscriptionRequestDetailsOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionRequestStatus, required: true, location_name: "status"))
@@ -2557,7 +3223,7 @@ module Aws::DataZone
2557
3223
  GetSubscriptionTargetOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
2558
3224
  GetSubscriptionTargetOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
2559
3225
  GetSubscriptionTargetOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "id"))
2560
- GetSubscriptionTargetOutput.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: String, required: true, location_name: "manageAccessRole"))
3226
+ GetSubscriptionTargetOutput.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "manageAccessRole"))
2561
3227
  GetSubscriptionTargetOutput.add_member(:name, Shapes::ShapeRef.new(shape: SubscriptionTargetName, required: true, location_name: "name"))
2562
3228
  GetSubscriptionTargetOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
2563
3229
  GetSubscriptionTargetOutput.add_member(:provider, Shapes::ShapeRef.new(shape: String, required: true, location_name: "provider"))
@@ -2621,13 +3287,70 @@ module Aws::DataZone
2621
3287
 
2622
3288
  GlossaryTerms.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
2623
3289
 
3290
+ GlueConnection.add_member(:athena_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "athenaProperties"))
3291
+ GlueConnection.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfiguration, location_name: "authenticationConfiguration"))
3292
+ GlueConnection.add_member(:compatible_compute_environments, Shapes::ShapeRef.new(shape: ComputeEnvironmentsList, location_name: "compatibleComputeEnvironments"))
3293
+ GlueConnection.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, location_name: "connectionProperties"))
3294
+ GlueConnection.add_member(:connection_schema_version, Shapes::ShapeRef.new(shape: GlueConnectionConnectionSchemaVersionInteger, location_name: "connectionSchemaVersion"))
3295
+ GlueConnection.add_member(:connection_type, Shapes::ShapeRef.new(shape: ConnectionType, location_name: "connectionType"))
3296
+ GlueConnection.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "creationTime"))
3297
+ GlueConnection.add_member(:description, Shapes::ShapeRef.new(shape: GlueConnectionDescriptionString, location_name: "description"))
3298
+ GlueConnection.add_member(:last_connection_validation_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastConnectionValidationTime"))
3299
+ GlueConnection.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: String, location_name: "lastUpdatedBy"))
3300
+ GlueConnection.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "lastUpdatedTime"))
3301
+ GlueConnection.add_member(:match_criteria, Shapes::ShapeRef.new(shape: MatchCriteria, location_name: "matchCriteria"))
3302
+ GlueConnection.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
3303
+ GlueConnection.add_member(:physical_connection_requirements, Shapes::ShapeRef.new(shape: PhysicalConnectionRequirements, location_name: "physicalConnectionRequirements"))
3304
+ GlueConnection.add_member(:python_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "pythonProperties"))
3305
+ GlueConnection.add_member(:spark_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "sparkProperties"))
3306
+ GlueConnection.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "status"))
3307
+ GlueConnection.add_member(:status_reason, Shapes::ShapeRef.new(shape: GlueConnectionStatusReasonString, location_name: "statusReason"))
3308
+ GlueConnection.struct_class = Types::GlueConnection
3309
+
3310
+ GlueConnectionInput.add_member(:athena_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "athenaProperties"))
3311
+ GlueConnectionInput.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfigurationInput, location_name: "authenticationConfiguration"))
3312
+ GlueConnectionInput.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, location_name: "connectionProperties"))
3313
+ GlueConnectionInput.add_member(:connection_type, Shapes::ShapeRef.new(shape: GlueConnectionType, location_name: "connectionType"))
3314
+ GlueConnectionInput.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
3315
+ GlueConnectionInput.add_member(:match_criteria, Shapes::ShapeRef.new(shape: GlueConnectionInputMatchCriteriaString, location_name: "matchCriteria"))
3316
+ GlueConnectionInput.add_member(:name, Shapes::ShapeRef.new(shape: GlueConnectionInputNameString, location_name: "name"))
3317
+ GlueConnectionInput.add_member(:physical_connection_requirements, Shapes::ShapeRef.new(shape: PhysicalConnectionRequirements, location_name: "physicalConnectionRequirements"))
3318
+ GlueConnectionInput.add_member(:python_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "pythonProperties"))
3319
+ GlueConnectionInput.add_member(:spark_properties, Shapes::ShapeRef.new(shape: PropertyMap, location_name: "sparkProperties"))
3320
+ GlueConnectionInput.add_member(:validate_credentials, Shapes::ShapeRef.new(shape: Boolean, location_name: "validateCredentials"))
3321
+ GlueConnectionInput.add_member(:validate_for_compute_environments, Shapes::ShapeRef.new(shape: ComputeEnvironmentsList, location_name: "validateForComputeEnvironments"))
3322
+ GlueConnectionInput.struct_class = Types::GlueConnectionInput
3323
+
3324
+ GlueConnectionPatch.add_member(:authentication_configuration, Shapes::ShapeRef.new(shape: AuthenticationConfigurationPatch, location_name: "authenticationConfiguration"))
3325
+ GlueConnectionPatch.add_member(:connection_properties, Shapes::ShapeRef.new(shape: ConnectionProperties, location_name: "connectionProperties"))
3326
+ GlueConnectionPatch.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
3327
+ GlueConnectionPatch.struct_class = Types::GlueConnectionPatch
3328
+
3329
+ GlueOAuth2Credentials.add_member(:access_token, Shapes::ShapeRef.new(shape: GlueOAuth2CredentialsAccessTokenString, location_name: "accessToken"))
3330
+ GlueOAuth2Credentials.add_member(:jwt_token, Shapes::ShapeRef.new(shape: GlueOAuth2CredentialsJwtTokenString, location_name: "jwtToken"))
3331
+ GlueOAuth2Credentials.add_member(:refresh_token, Shapes::ShapeRef.new(shape: GlueOAuth2CredentialsRefreshTokenString, location_name: "refreshToken"))
3332
+ GlueOAuth2Credentials.add_member(:user_managed_client_application_client_secret, Shapes::ShapeRef.new(shape: GlueOAuth2CredentialsUserManagedClientApplicationClientSecretString, location_name: "userManagedClientApplicationClientSecret"))
3333
+ GlueOAuth2Credentials.struct_class = Types::GlueOAuth2Credentials
3334
+
3335
+ GluePropertiesInput.add_member(:glue_connection_input, Shapes::ShapeRef.new(shape: GlueConnectionInput, location_name: "glueConnectionInput"))
3336
+ GluePropertiesInput.struct_class = Types::GluePropertiesInput
3337
+
3338
+ GluePropertiesOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
3339
+ GluePropertiesOutput.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "status"))
3340
+ GluePropertiesOutput.struct_class = Types::GluePropertiesOutput
3341
+
3342
+ GluePropertiesPatch.add_member(:glue_connection_input, Shapes::ShapeRef.new(shape: GlueConnectionPatch, location_name: "glueConnectionInput"))
3343
+ GluePropertiesPatch.struct_class = Types::GluePropertiesPatch
3344
+
2624
3345
  GlueRunConfigurationInput.add_member(:auto_import_data_quality_result, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoImportDataQualityResult"))
3346
+ GlueRunConfigurationInput.add_member(:catalog_name, Shapes::ShapeRef.new(shape: GlueRunConfigurationInputCatalogNameString, location_name: "catalogName"))
2625
3347
  GlueRunConfigurationInput.add_member(:data_access_role, Shapes::ShapeRef.new(shape: GlueRunConfigurationInputDataAccessRoleString, location_name: "dataAccessRole"))
2626
3348
  GlueRunConfigurationInput.add_member(:relational_filter_configurations, Shapes::ShapeRef.new(shape: RelationalFilterConfigurations, required: true, location_name: "relationalFilterConfigurations"))
2627
3349
  GlueRunConfigurationInput.struct_class = Types::GlueRunConfigurationInput
2628
3350
 
2629
3351
  GlueRunConfigurationOutput.add_member(:account_id, Shapes::ShapeRef.new(shape: GlueRunConfigurationOutputAccountIdString, location_name: "accountId"))
2630
3352
  GlueRunConfigurationOutput.add_member(:auto_import_data_quality_result, Shapes::ShapeRef.new(shape: Boolean, location_name: "autoImportDataQualityResult"))
3353
+ GlueRunConfigurationOutput.add_member(:catalog_name, Shapes::ShapeRef.new(shape: GlueRunConfigurationOutputCatalogNameString, location_name: "catalogName"))
2631
3354
  GlueRunConfigurationOutput.add_member(:data_access_role, Shapes::ShapeRef.new(shape: GlueRunConfigurationOutputDataAccessRoleString, location_name: "dataAccessRole"))
2632
3355
  GlueRunConfigurationOutput.add_member(:region, Shapes::ShapeRef.new(shape: GlueRunConfigurationOutputRegionString, location_name: "region"))
2633
3356
  GlueRunConfigurationOutput.add_member(:relational_filter_configurations, Shapes::ShapeRef.new(shape: RelationalFilterConfigurations, required: true, location_name: "relationalFilterConfigurations"))
@@ -2673,6 +3396,24 @@ module Aws::DataZone
2673
3396
  GroupProfileSummary.add_member(:status, Shapes::ShapeRef.new(shape: GroupProfileStatus, location_name: "status"))
2674
3397
  GroupProfileSummary.struct_class = Types::GroupProfileSummary
2675
3398
 
3399
+ HyperPodPropertiesInput.add_member(:cluster_name, Shapes::ShapeRef.new(shape: HyperPodPropertiesInputClusterNameString, required: true, location_name: "clusterName"))
3400
+ HyperPodPropertiesInput.struct_class = Types::HyperPodPropertiesInput
3401
+
3402
+ HyperPodPropertiesOutput.add_member(:cluster_arn, Shapes::ShapeRef.new(shape: String, location_name: "clusterArn"))
3403
+ HyperPodPropertiesOutput.add_member(:cluster_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "clusterName"))
3404
+ HyperPodPropertiesOutput.add_member(:orchestrator, Shapes::ShapeRef.new(shape: HyperPodOrchestrator, location_name: "orchestrator"))
3405
+ HyperPodPropertiesOutput.struct_class = Types::HyperPodPropertiesOutput
3406
+
3407
+ IamPropertiesInput.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
3408
+ IamPropertiesInput.struct_class = Types::IamPropertiesInput
3409
+
3410
+ IamPropertiesOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: String, location_name: "environmentId"))
3411
+ IamPropertiesOutput.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
3412
+ IamPropertiesOutput.struct_class = Types::IamPropertiesOutput
3413
+
3414
+ IamPropertiesPatch.add_member(:glue_lineage_sync_enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "glueLineageSyncEnabled"))
3415
+ IamPropertiesPatch.struct_class = Types::IamPropertiesPatch
3416
+
2676
3417
  IamUserProfileDetails.add_member(:arn, Shapes::ShapeRef.new(shape: String, location_name: "arn"))
2677
3418
  IamUserProfileDetails.struct_class = Types::IamUserProfileDetails
2678
3419
 
@@ -2697,6 +3438,30 @@ module Aws::DataZone
2697
3438
 
2698
3439
  ItemGlossaryTerms.member = Shapes::ShapeRef.new(shape: GlossaryTermId)
2699
3440
 
3441
+ JobRunDetails.add_member(:lineage_run_details, Shapes::ShapeRef.new(shape: LineageRunDetails, location_name: "lineageRunDetails"))
3442
+ JobRunDetails.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3443
+ JobRunDetails.add_member_subclass(:lineage_run_details, Types::JobRunDetails::LineageRunDetails)
3444
+ JobRunDetails.add_member_subclass(:unknown, Types::JobRunDetails::Unknown)
3445
+ JobRunDetails.struct_class = Types::JobRunDetails
3446
+
3447
+ JobRunError.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
3448
+ JobRunError.struct_class = Types::JobRunError
3449
+
3450
+ JobRunSummaries.member = Shapes::ShapeRef.new(shape: JobRunSummary)
3451
+
3452
+ JobRunSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "createdAt"))
3453
+ JobRunSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: String, location_name: "createdBy"))
3454
+ JobRunSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
3455
+ JobRunSummary.add_member(:end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "endTime"))
3456
+ JobRunSummary.add_member(:error, Shapes::ShapeRef.new(shape: JobRunError, location_name: "error"))
3457
+ JobRunSummary.add_member(:job_id, Shapes::ShapeRef.new(shape: String, location_name: "jobId"))
3458
+ JobRunSummary.add_member(:job_type, Shapes::ShapeRef.new(shape: JobType, location_name: "jobType"))
3459
+ JobRunSummary.add_member(:run_id, Shapes::ShapeRef.new(shape: String, location_name: "runId"))
3460
+ JobRunSummary.add_member(:run_mode, Shapes::ShapeRef.new(shape: JobRunMode, location_name: "runMode"))
3461
+ JobRunSummary.add_member(:start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "startTime"))
3462
+ JobRunSummary.add_member(:status, Shapes::ShapeRef.new(shape: JobRunStatus, location_name: "status"))
3463
+ JobRunSummary.struct_class = Types::JobRunSummary
3464
+
2700
3465
  LakeFormationConfiguration.add_member(:location_registration_exclude_s3_locations, Shapes::ShapeRef.new(shape: S3LocationList, location_name: "locationRegistrationExcludeS3Locations"))
2701
3466
  LakeFormationConfiguration.add_member(:location_registration_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "locationRegistrationRole"))
2702
3467
  LakeFormationConfiguration.struct_class = Types::LakeFormationConfiguration
@@ -2713,6 +3478,22 @@ module Aws::DataZone
2713
3478
  LikeExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
2714
3479
  LikeExpression.struct_class = Types::LikeExpression
2715
3480
 
3481
+ LineageEventSummaries.member = Shapes::ShapeRef.new(shape: LineageEventSummary)
3482
+
3483
+ LineageEventSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
3484
+ LineageEventSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
3485
+ LineageEventSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
3486
+ LineageEventSummary.add_member(:event_summary, Shapes::ShapeRef.new(shape: EventSummary, location_name: "eventSummary"))
3487
+ LineageEventSummary.add_member(:event_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "eventTime"))
3488
+ LineageEventSummary.add_member(:id, Shapes::ShapeRef.new(shape: LineageEventIdentifier, location_name: "id"))
3489
+ LineageEventSummary.add_member(:processing_status, Shapes::ShapeRef.new(shape: LineageEventProcessingStatus, location_name: "processingStatus"))
3490
+ LineageEventSummary.struct_class = Types::LineageEventSummary
3491
+
3492
+ LineageInfo.add_member(:error_message, Shapes::ShapeRef.new(shape: LineageEventErrorMessage, location_name: "errorMessage"))
3493
+ LineageInfo.add_member(:event_id, Shapes::ShapeRef.new(shape: String, location_name: "eventId"))
3494
+ LineageInfo.add_member(:event_status, Shapes::ShapeRef.new(shape: LineageEventProcessingStatus, location_name: "eventStatus"))
3495
+ LineageInfo.struct_class = Types::LineageInfo
3496
+
2716
3497
  LineageNodeReference.add_member(:event_timestamp, Shapes::ShapeRef.new(shape: Timestamp, location_name: "eventTimestamp"))
2717
3498
  LineageNodeReference.add_member(:id, Shapes::ShapeRef.new(shape: LineageNodeId, location_name: "id"))
2718
3499
  LineageNodeReference.struct_class = Types::LineageNodeReference
@@ -2746,6 +3527,19 @@ module Aws::DataZone
2746
3527
  LineageNodeTypeItem.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
2747
3528
  LineageNodeTypeItem.struct_class = Types::LineageNodeTypeItem
2748
3529
 
3530
+ LineageRunDetails.add_member(:sql_query_run_details, Shapes::ShapeRef.new(shape: LineageSqlQueryRunDetails, location_name: "sqlQueryRunDetails"))
3531
+ LineageRunDetails.struct_class = Types::LineageRunDetails
3532
+
3533
+ LineageSqlQueryRunDetails.add_member(:error_messages, Shapes::ShapeRef.new(shape: FailedQueryProcessingErrorMessages, location_name: "errorMessages"))
3534
+ LineageSqlQueryRunDetails.add_member(:num_queries_failed, Shapes::ShapeRef.new(shape: Integer, location_name: "numQueriesFailed"))
3535
+ LineageSqlQueryRunDetails.add_member(:query_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "queryEndTime"))
3536
+ LineageSqlQueryRunDetails.add_member(:query_start_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "queryStartTime"))
3537
+ LineageSqlQueryRunDetails.add_member(:total_queries_processed, Shapes::ShapeRef.new(shape: Integer, location_name: "totalQueriesProcessed"))
3538
+ LineageSqlQueryRunDetails.struct_class = Types::LineageSqlQueryRunDetails
3539
+
3540
+ LineageSyncSchedule.add_member(:schedule, Shapes::ShapeRef.new(shape: LineageSyncScheduleScheduleString, location_name: "schedule"))
3541
+ LineageSyncSchedule.struct_class = Types::LineageSyncSchedule
3542
+
2749
3543
  ListAssetFiltersInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
2750
3544
  ListAssetFiltersInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2751
3545
  ListAssetFiltersInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -2767,6 +3561,21 @@ module Aws::DataZone
2767
3561
  ListAssetRevisionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2768
3562
  ListAssetRevisionsOutput.struct_class = Types::ListAssetRevisionsOutput
2769
3563
 
3564
+ ListConnectionsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3565
+ ListConnectionsInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, location: "querystring", location_name: "environmentIdentifier"))
3566
+ ListConnectionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
3567
+ ListConnectionsInput.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, location: "querystring", location_name: "name"))
3568
+ ListConnectionsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
3569
+ ListConnectionsInput.add_member(:project_identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "querystring", location_name: "projectIdentifier"))
3570
+ ListConnectionsInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortFieldConnection, location: "querystring", location_name: "sortBy"))
3571
+ ListConnectionsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
3572
+ ListConnectionsInput.add_member(:type, Shapes::ShapeRef.new(shape: ConnectionType, location: "querystring", location_name: "type"))
3573
+ ListConnectionsInput.struct_class = Types::ListConnectionsInput
3574
+
3575
+ ListConnectionsOutput.add_member(:items, Shapes::ShapeRef.new(shape: ConnectionSummaries, required: true, location_name: "items"))
3576
+ ListConnectionsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
3577
+ ListConnectionsOutput.struct_class = Types::ListConnectionsOutput
3578
+
2770
3579
  ListDataProductRevisionsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2771
3580
  ListDataProductRevisionsInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DataProductId, required: true, location: "uri", location_name: "identifier"))
2772
3581
  ListDataProductRevisionsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -2799,6 +3608,7 @@ module Aws::DataZone
2799
3608
  ListDataSourceRunsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2800
3609
  ListDataSourceRunsOutput.struct_class = Types::ListDataSourceRunsOutput
2801
3610
 
3611
+ ListDataSourcesInput.add_member(:connection_identifier, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "connectionIdentifier"))
2802
3612
  ListDataSourcesInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2803
3613
  ListDataSourcesInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "environmentIdentifier"))
2804
3614
  ListDataSourcesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -2906,6 +3716,31 @@ module Aws::DataZone
2906
3716
  ListEnvironmentsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2907
3717
  ListEnvironmentsOutput.struct_class = Types::ListEnvironmentsOutput
2908
3718
 
3719
+ ListJobRunsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3720
+ ListJobRunsInput.add_member(:job_identifier, Shapes::ShapeRef.new(shape: ListJobRunsInputJobIdentifierString, required: true, location: "uri", location_name: "jobIdentifier"))
3721
+ ListJobRunsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
3722
+ ListJobRunsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
3723
+ ListJobRunsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
3724
+ ListJobRunsInput.add_member(:status, Shapes::ShapeRef.new(shape: JobRunStatus, location: "querystring", location_name: "status"))
3725
+ ListJobRunsInput.struct_class = Types::ListJobRunsInput
3726
+
3727
+ ListJobRunsOutput.add_member(:items, Shapes::ShapeRef.new(shape: JobRunSummaries, location_name: "items"))
3728
+ ListJobRunsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
3729
+ ListJobRunsOutput.struct_class = Types::ListJobRunsOutput
3730
+
3731
+ ListLineageEventsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3732
+ ListLineageEventsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
3733
+ ListLineageEventsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
3734
+ ListLineageEventsInput.add_member(:processing_status, Shapes::ShapeRef.new(shape: LineageEventProcessingStatus, location: "querystring", location_name: "processingStatus"))
3735
+ ListLineageEventsInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
3736
+ ListLineageEventsInput.add_member(:timestamp_after, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "timestampAfter"))
3737
+ ListLineageEventsInput.add_member(:timestamp_before, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "timestampBefore"))
3738
+ ListLineageEventsInput.struct_class = Types::ListLineageEventsInput
3739
+
3740
+ ListLineageEventsOutput.add_member(:items, Shapes::ShapeRef.new(shape: LineageEventSummaries, location_name: "items"))
3741
+ ListLineageEventsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
3742
+ ListLineageEventsOutput.struct_class = Types::ListLineageEventsOutput
3743
+
2909
3744
  ListLineageNodeHistoryInput.add_member(:direction, Shapes::ShapeRef.new(shape: EdgeDirection, location: "querystring", location_name: "direction"))
2910
3745
  ListLineageNodeHistoryInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2911
3746
  ListLineageNodeHistoryInput.add_member(:event_timestamp_gte, Shapes::ShapeRef.new(shape: Timestamp, location: "querystring", location_name: "timestampGTE"))
@@ -2969,6 +3804,18 @@ module Aws::DataZone
2969
3804
  ListProjectMembershipsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2970
3805
  ListProjectMembershipsOutput.struct_class = Types::ListProjectMembershipsOutput
2971
3806
 
3807
+ ListProjectProfilesInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3808
+ ListProjectProfilesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
3809
+ ListProjectProfilesInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, location: "querystring", location_name: "name"))
3810
+ ListProjectProfilesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
3811
+ ListProjectProfilesInput.add_member(:sort_by, Shapes::ShapeRef.new(shape: SortFieldProject, location: "querystring", location_name: "sortBy"))
3812
+ ListProjectProfilesInput.add_member(:sort_order, Shapes::ShapeRef.new(shape: SortOrder, location: "querystring", location_name: "sortOrder"))
3813
+ ListProjectProfilesInput.struct_class = Types::ListProjectProfilesInput
3814
+
3815
+ ListProjectProfilesOutput.add_member(:items, Shapes::ShapeRef.new(shape: ProjectProfileSummaries, location_name: "items"))
3816
+ ListProjectProfilesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
3817
+ ListProjectProfilesOutput.struct_class = Types::ListProjectProfilesOutput
3818
+
2972
3819
  ListProjectsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2973
3820
  ListProjectsInput.add_member(:group_identifier, Shapes::ShapeRef.new(shape: String, location: "querystring", location_name: "groupIdentifier"))
2974
3821
  ListProjectsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -2981,6 +3828,23 @@ module Aws::DataZone
2981
3828
  ListProjectsOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
2982
3829
  ListProjectsOutput.struct_class = Types::ListProjectsOutput
2983
3830
 
3831
+ ListRulesInput.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location: "querystring", location_name: "ruleAction"))
3832
+ ListRulesInput.add_member(:asset_types, Shapes::ShapeRef.new(shape: AssetTypeIdentifiers, location: "querystring", location_name: "assetTypes"))
3833
+ ListRulesInput.add_member(:data_product, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "dataProduct"))
3834
+ ListRulesInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3835
+ ListRulesInput.add_member(:include_cascaded, Shapes::ShapeRef.new(shape: Boolean, location: "querystring", location_name: "includeCascaded"))
3836
+ ListRulesInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListRulesInputMaxResultsInteger, location: "querystring", location_name: "maxResults"))
3837
+ ListRulesInput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location: "querystring", location_name: "nextToken"))
3838
+ ListRulesInput.add_member(:project_ids, Shapes::ShapeRef.new(shape: ProjectIds, location: "querystring", location_name: "projectIds"))
3839
+ ListRulesInput.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, location: "querystring", location_name: "ruleType"))
3840
+ ListRulesInput.add_member(:target_identifier, Shapes::ShapeRef.new(shape: String, required: true, location: "uri", location_name: "targetIdentifier"))
3841
+ ListRulesInput.add_member(:target_type, Shapes::ShapeRef.new(shape: RuleTargetType, required: true, location: "uri", location_name: "targetType"))
3842
+ ListRulesInput.struct_class = Types::ListRulesInput
3843
+
3844
+ ListRulesOutput.add_member(:items, Shapes::ShapeRef.new(shape: RuleSummaries, required: true, location_name: "items"))
3845
+ ListRulesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
3846
+ ListRulesOutput.struct_class = Types::ListRulesOutput
3847
+
2984
3848
  ListSubscriptionGrantsInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2985
3849
  ListSubscriptionGrantsInput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location: "querystring", location_name: "environmentId"))
2986
3850
  ListSubscriptionGrantsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
@@ -3090,6 +3954,8 @@ module Aws::DataZone
3090
3954
 
3091
3955
  ListingSummaryItems.member = Shapes::ShapeRef.new(shape: ListingSummaryItem)
3092
3956
 
3957
+ MatchCriteria.member = Shapes::ShapeRef.new(shape: String)
3958
+
3093
3959
  Member.add_member(:group_identifier, Shapes::ShapeRef.new(shape: String, location_name: "groupIdentifier"))
3094
3960
  Member.add_member(:user_identifier, Shapes::ShapeRef.new(shape: String, location_name: "userIdentifier"))
3095
3961
  Member.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -3106,6 +3972,24 @@ module Aws::DataZone
3106
3972
  MemberDetails.add_member_subclass(:unknown, Types::MemberDetails::Unknown)
3107
3973
  MemberDetails.struct_class = Types::MemberDetails
3108
3974
 
3975
+ MetadataFormEnforcementDetail.add_member(:required_metadata_forms, Shapes::ShapeRef.new(shape: RequiredMetadataFormList, location_name: "requiredMetadataForms"))
3976
+ MetadataFormEnforcementDetail.struct_class = Types::MetadataFormEnforcementDetail
3977
+
3978
+ MetadataFormInputs.member = Shapes::ShapeRef.new(shape: FormInput)
3979
+
3980
+ MetadataFormReference.add_member(:type_identifier, Shapes::ShapeRef.new(shape: FormTypeIdentifier, required: true, location_name: "typeIdentifier"))
3981
+ MetadataFormReference.add_member(:type_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "typeRevision"))
3982
+ MetadataFormReference.struct_class = Types::MetadataFormReference
3983
+
3984
+ MetadataFormSummary.add_member(:form_name, Shapes::ShapeRef.new(shape: FormName, location_name: "formName"))
3985
+ MetadataFormSummary.add_member(:type_name, Shapes::ShapeRef.new(shape: FormTypeName, required: true, location_name: "typeName"))
3986
+ MetadataFormSummary.add_member(:type_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "typeRevision"))
3987
+ MetadataFormSummary.struct_class = Types::MetadataFormSummary
3988
+
3989
+ MetadataForms.member = Shapes::ShapeRef.new(shape: FormOutput)
3990
+
3991
+ MetadataFormsSummary.member = Shapes::ShapeRef.new(shape: MetadataFormSummary)
3992
+
3109
3993
  MetadataGenerationRunItem.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
3110
3994
  MetadataGenerationRunItem.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
3111
3995
  MetadataGenerationRunItem.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
@@ -3132,6 +4016,12 @@ module Aws::DataZone
3132
4016
  Model.add_member_subclass(:unknown, Types::Model::Unknown)
3133
4017
  Model.struct_class = Types::Model
3134
4018
 
4019
+ NameIdentifier.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
4020
+ NameIdentifier.add_member(:namespace, Shapes::ShapeRef.new(shape: String, location_name: "namespace"))
4021
+ NameIdentifier.struct_class = Types::NameIdentifier
4022
+
4023
+ NameIdentifiers.member = Shapes::ShapeRef.new(shape: NameIdentifier)
4024
+
3135
4025
  NotEqualToExpression.add_member(:column_name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "columnName"))
3136
4026
  NotEqualToExpression.add_member(:value, Shapes::ShapeRef.new(shape: String, required: true, location_name: "value"))
3137
4027
  NotEqualToExpression.struct_class = Types::NotEqualToExpression
@@ -3166,6 +4056,25 @@ module Aws::DataZone
3166
4056
 
3167
4057
  NotificationsList.member = Shapes::ShapeRef.new(shape: NotificationOutput)
3168
4058
 
4059
+ OAuth2ClientApplication.add_member(:a_ws_managed_client_application_reference, Shapes::ShapeRef.new(shape: OAuth2ClientApplicationAWSManagedClientApplicationReferenceString, location_name: "aWSManagedClientApplicationReference"))
4060
+ OAuth2ClientApplication.add_member(:user_managed_client_application_client_id, Shapes::ShapeRef.new(shape: OAuth2ClientApplicationUserManagedClientApplicationClientIdString, location_name: "userManagedClientApplicationClientId"))
4061
+ OAuth2ClientApplication.struct_class = Types::OAuth2ClientApplication
4062
+
4063
+ OAuth2Properties.add_member(:authorization_code_properties, Shapes::ShapeRef.new(shape: AuthorizationCodeProperties, location_name: "authorizationCodeProperties"))
4064
+ OAuth2Properties.add_member(:o_auth_2_client_application, Shapes::ShapeRef.new(shape: OAuth2ClientApplication, location_name: "oAuth2ClientApplication"))
4065
+ OAuth2Properties.add_member(:o_auth_2_credentials, Shapes::ShapeRef.new(shape: GlueOAuth2Credentials, location_name: "oAuth2Credentials"))
4066
+ OAuth2Properties.add_member(:o_auth_2_grant_type, Shapes::ShapeRef.new(shape: OAuth2GrantType, location_name: "oAuth2GrantType"))
4067
+ OAuth2Properties.add_member(:token_url, Shapes::ShapeRef.new(shape: OAuth2PropertiesTokenUrlString, location_name: "tokenUrl"))
4068
+ OAuth2Properties.add_member(:token_url_parameters_map, Shapes::ShapeRef.new(shape: TokenUrlParametersMap, location_name: "tokenUrlParametersMap"))
4069
+ OAuth2Properties.struct_class = Types::OAuth2Properties
4070
+
4071
+ OpenLineageRunEventSummary.add_member(:event_type, Shapes::ShapeRef.new(shape: OpenLineageRunState, location_name: "eventType"))
4072
+ OpenLineageRunEventSummary.add_member(:inputs, Shapes::ShapeRef.new(shape: NameIdentifiers, location_name: "inputs"))
4073
+ OpenLineageRunEventSummary.add_member(:job, Shapes::ShapeRef.new(shape: NameIdentifier, location_name: "job"))
4074
+ OpenLineageRunEventSummary.add_member(:outputs, Shapes::ShapeRef.new(shape: NameIdentifiers, location_name: "outputs"))
4075
+ OpenLineageRunEventSummary.add_member(:run_id, Shapes::ShapeRef.new(shape: String, location_name: "runId"))
4076
+ OpenLineageRunEventSummary.struct_class = Types::OpenLineageRunEventSummary
4077
+
3169
4078
  OverrideDomainUnitOwnersPolicyGrantDetail.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
3170
4079
  OverrideDomainUnitOwnersPolicyGrantDetail.struct_class = Types::OverrideDomainUnitOwnersPolicyGrantDetail
3171
4080
 
@@ -3200,14 +4109,33 @@ module Aws::DataZone
3200
4109
  OwnerUserPropertiesOutput.add_member(:user_id, Shapes::ShapeRef.new(shape: String, location_name: "userId"))
3201
4110
  OwnerUserPropertiesOutput.struct_class = Types::OwnerUserPropertiesOutput
3202
4111
 
4112
+ PhysicalConnectionRequirements.add_member(:availability_zone, Shapes::ShapeRef.new(shape: PhysicalConnectionRequirementsAvailabilityZoneString, location_name: "availabilityZone"))
4113
+ PhysicalConnectionRequirements.add_member(:security_group_id_list, Shapes::ShapeRef.new(shape: SecurityGroupIdList, location_name: "securityGroupIdList"))
4114
+ PhysicalConnectionRequirements.add_member(:subnet_id, Shapes::ShapeRef.new(shape: SubnetId, location_name: "subnetId"))
4115
+ PhysicalConnectionRequirements.add_member(:subnet_id_list, Shapes::ShapeRef.new(shape: SubnetIdList, location_name: "subnetIdList"))
4116
+ PhysicalConnectionRequirements.struct_class = Types::PhysicalConnectionRequirements
4117
+
4118
+ PhysicalEndpoint.add_member(:aws_location, Shapes::ShapeRef.new(shape: AwsLocation, location_name: "awsLocation"))
4119
+ PhysicalEndpoint.add_member(:glue_connection, Shapes::ShapeRef.new(shape: GlueConnection, location_name: "glueConnection"))
4120
+ PhysicalEndpoint.add_member(:glue_connection_name, Shapes::ShapeRef.new(shape: String, location_name: "glueConnectionName"))
4121
+ PhysicalEndpoint.add_member(:host, Shapes::ShapeRef.new(shape: String, location_name: "host"))
4122
+ PhysicalEndpoint.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
4123
+ PhysicalEndpoint.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
4124
+ PhysicalEndpoint.add_member(:stage, Shapes::ShapeRef.new(shape: String, location_name: "stage"))
4125
+ PhysicalEndpoint.struct_class = Types::PhysicalEndpoint
4126
+
4127
+ PhysicalEndpoints.member = Shapes::ShapeRef.new(shape: PhysicalEndpoint)
4128
+
3203
4129
  PolicyGrantDetail.add_member(:add_to_project_member_pool, Shapes::ShapeRef.new(shape: AddToProjectMemberPoolPolicyGrantDetail, location_name: "addToProjectMemberPool"))
3204
4130
  PolicyGrantDetail.add_member(:create_asset_type, Shapes::ShapeRef.new(shape: CreateAssetTypePolicyGrantDetail, location_name: "createAssetType"))
3205
4131
  PolicyGrantDetail.add_member(:create_domain_unit, Shapes::ShapeRef.new(shape: CreateDomainUnitPolicyGrantDetail, location_name: "createDomainUnit"))
3206
4132
  PolicyGrantDetail.add_member(:create_environment, Shapes::ShapeRef.new(shape: Unit, location_name: "createEnvironment"))
4133
+ PolicyGrantDetail.add_member(:create_environment_from_blueprint, Shapes::ShapeRef.new(shape: Unit, location_name: "createEnvironmentFromBlueprint"))
3207
4134
  PolicyGrantDetail.add_member(:create_environment_profile, Shapes::ShapeRef.new(shape: CreateEnvironmentProfilePolicyGrantDetail, location_name: "createEnvironmentProfile"))
3208
4135
  PolicyGrantDetail.add_member(:create_form_type, Shapes::ShapeRef.new(shape: CreateFormTypePolicyGrantDetail, location_name: "createFormType"))
3209
4136
  PolicyGrantDetail.add_member(:create_glossary, Shapes::ShapeRef.new(shape: CreateGlossaryPolicyGrantDetail, location_name: "createGlossary"))
3210
4137
  PolicyGrantDetail.add_member(:create_project, Shapes::ShapeRef.new(shape: CreateProjectPolicyGrantDetail, location_name: "createProject"))
4138
+ PolicyGrantDetail.add_member(:create_project_from_project_profile, Shapes::ShapeRef.new(shape: CreateProjectFromProjectProfilePolicyGrantDetail, location_name: "createProjectFromProjectProfile"))
3211
4139
  PolicyGrantDetail.add_member(:delegate_create_environment_profile, Shapes::ShapeRef.new(shape: Unit, location_name: "delegateCreateEnvironmentProfile"))
3212
4140
  PolicyGrantDetail.add_member(:override_domain_unit_owners, Shapes::ShapeRef.new(shape: OverrideDomainUnitOwnersPolicyGrantDetail, location_name: "overrideDomainUnitOwners"))
3213
4141
  PolicyGrantDetail.add_member(:override_project_owners, Shapes::ShapeRef.new(shape: OverrideProjectOwnersPolicyGrantDetail, location_name: "overrideProjectOwners"))
@@ -3216,10 +4144,12 @@ module Aws::DataZone
3216
4144
  PolicyGrantDetail.add_member_subclass(:create_asset_type, Types::PolicyGrantDetail::CreateAssetType)
3217
4145
  PolicyGrantDetail.add_member_subclass(:create_domain_unit, Types::PolicyGrantDetail::CreateDomainUnit)
3218
4146
  PolicyGrantDetail.add_member_subclass(:create_environment, Types::PolicyGrantDetail::CreateEnvironment)
4147
+ PolicyGrantDetail.add_member_subclass(:create_environment_from_blueprint, Types::PolicyGrantDetail::CreateEnvironmentFromBlueprint)
3219
4148
  PolicyGrantDetail.add_member_subclass(:create_environment_profile, Types::PolicyGrantDetail::CreateEnvironmentProfile)
3220
4149
  PolicyGrantDetail.add_member_subclass(:create_form_type, Types::PolicyGrantDetail::CreateFormType)
3221
4150
  PolicyGrantDetail.add_member_subclass(:create_glossary, Types::PolicyGrantDetail::CreateGlossary)
3222
4151
  PolicyGrantDetail.add_member_subclass(:create_project, Types::PolicyGrantDetail::CreateProject)
4152
+ PolicyGrantDetail.add_member_subclass(:create_project_from_project_profile, Types::PolicyGrantDetail::CreateProjectFromProjectProfile)
3223
4153
  PolicyGrantDetail.add_member_subclass(:delegate_create_environment_profile, Types::PolicyGrantDetail::DelegateCreateEnvironmentProfile)
3224
4154
  PolicyGrantDetail.add_member_subclass(:override_domain_unit_owners, Types::PolicyGrantDetail::OverrideDomainUnitOwners)
3225
4155
  PolicyGrantDetail.add_member_subclass(:override_project_owners, Types::PolicyGrantDetail::OverrideProjectOwners)
@@ -3246,13 +4176,15 @@ module Aws::DataZone
3246
4176
  PolicyGrantPrincipal.add_member_subclass(:unknown, Types::PolicyGrantPrincipal::Unknown)
3247
4177
  PolicyGrantPrincipal.struct_class = Types::PolicyGrantPrincipal
3248
4178
 
3249
- PostLineageEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "querystring", location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
4179
+ PostLineageEventInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location: "header", location_name: "Client-Token", metadata: {"idempotencyToken"=>true}))
3250
4180
  PostLineageEventInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3251
4181
  PostLineageEventInput.add_member(:event, Shapes::ShapeRef.new(shape: LineageEvent, required: true, location_name: "event"))
3252
4182
  PostLineageEventInput.struct_class = Types::PostLineageEventInput
3253
4183
  PostLineageEventInput[:payload] = :event
3254
4184
  PostLineageEventInput[:payload_member] = PostLineageEventInput.member(:event)
3255
4185
 
4186
+ PostLineageEventOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
4187
+ PostLineageEventOutput.add_member(:id, Shapes::ShapeRef.new(shape: LineageEventIdentifier, location_name: "id"))
3256
4188
  PostLineageEventOutput.struct_class = Types::PostLineageEventOutput
3257
4189
 
3258
4190
  PostTimeSeriesDataPointsInput.add_member(:client_token, Shapes::ShapeRef.new(shape: ClientToken, location_name: "clientToken", metadata: {"idempotencyToken"=>true}))
@@ -3283,6 +4215,8 @@ module Aws::DataZone
3283
4215
  ProjectGrantFilter.add_member_subclass(:unknown, Types::ProjectGrantFilter::Unknown)
3284
4216
  ProjectGrantFilter.struct_class = Types::ProjectGrantFilter
3285
4217
 
4218
+ ProjectIds.member = Shapes::ShapeRef.new(shape: ProjectId)
4219
+
3286
4220
  ProjectMember.add_member(:designation, Shapes::ShapeRef.new(shape: UserDesignation, required: true, location_name: "designation"))
3287
4221
  ProjectMember.add_member(:member_details, Shapes::ShapeRef.new(shape: MemberDetails, required: true, location_name: "memberDetails"))
3288
4222
  ProjectMember.struct_class = Types::ProjectMember
@@ -3294,6 +4228,21 @@ module Aws::DataZone
3294
4228
  ProjectPolicyGrantPrincipal.add_member(:project_identifier, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectIdentifier"))
3295
4229
  ProjectPolicyGrantPrincipal.struct_class = Types::ProjectPolicyGrantPrincipal
3296
4230
 
4231
+ ProjectProfileList.member = Shapes::ShapeRef.new(shape: String)
4232
+
4233
+ ProjectProfileSummaries.member = Shapes::ShapeRef.new(shape: ProjectProfileSummary)
4234
+
4235
+ ProjectProfileSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
4236
+ ProjectProfileSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
4237
+ ProjectProfileSummary.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
4238
+ ProjectProfileSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
4239
+ ProjectProfileSummary.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
4240
+ ProjectProfileSummary.add_member(:id, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location_name: "id"))
4241
+ ProjectProfileSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
4242
+ ProjectProfileSummary.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, required: true, location_name: "name"))
4243
+ ProjectProfileSummary.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
4244
+ ProjectProfileSummary.struct_class = Types::ProjectProfileSummary
4245
+
3297
4246
  ProjectSummaries.member = Shapes::ShapeRef.new(shape: ProjectSummary)
3298
4247
 
3299
4248
  ProjectSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
@@ -3308,6 +4257,13 @@ module Aws::DataZone
3308
4257
  ProjectSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
3309
4258
  ProjectSummary.struct_class = Types::ProjectSummary
3310
4259
 
4260
+ ProjectsForRule.add_member(:selection_mode, Shapes::ShapeRef.new(shape: RuleScopeSelectionMode, required: true, location_name: "selectionMode"))
4261
+ ProjectsForRule.add_member(:specific_projects, Shapes::ShapeRef.new(shape: RuleProjectIdentifierList, location_name: "specificProjects"))
4262
+ ProjectsForRule.struct_class = Types::ProjectsForRule
4263
+
4264
+ PropertyMap.key = Shapes::ShapeRef.new(shape: PropertyMapKeyString)
4265
+ PropertyMap.value = Shapes::ShapeRef.new(shape: PropertyMapValueString)
4266
+
3311
4267
  ProvisioningConfiguration.add_member(:lake_formation_configuration, Shapes::ShapeRef.new(shape: LakeFormationConfiguration, location_name: "lakeFormationConfiguration"))
3312
4268
  ProvisioningConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3313
4269
  ProvisioningConfiguration.add_member_subclass(:lake_formation_configuration, Types::ProvisioningConfiguration::LakeFormationConfiguration)
@@ -3325,6 +4281,7 @@ module Aws::DataZone
3325
4281
  PutEnvironmentBlueprintConfigurationInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
3326
4282
  PutEnvironmentBlueprintConfigurationInput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, required: true, location_name: "enabledRegions"))
3327
4283
  PutEnvironmentBlueprintConfigurationInput.add_member(:environment_blueprint_identifier, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location: "uri", location_name: "environmentBlueprintIdentifier"))
4284
+ PutEnvironmentBlueprintConfigurationInput.add_member(:environment_role_permission_boundary, Shapes::ShapeRef.new(shape: PolicyArn, location_name: "environmentRolePermissionBoundary"))
3328
4285
  PutEnvironmentBlueprintConfigurationInput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
3329
4286
  PutEnvironmentBlueprintConfigurationInput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
3330
4287
  PutEnvironmentBlueprintConfigurationInput.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
@@ -3335,6 +4292,7 @@ module Aws::DataZone
3335
4292
  PutEnvironmentBlueprintConfigurationOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
3336
4293
  PutEnvironmentBlueprintConfigurationOutput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
3337
4294
  PutEnvironmentBlueprintConfigurationOutput.add_member(:environment_blueprint_id, Shapes::ShapeRef.new(shape: EnvironmentBlueprintId, required: true, location_name: "environmentBlueprintId"))
4295
+ PutEnvironmentBlueprintConfigurationOutput.add_member(:environment_role_permission_boundary, Shapes::ShapeRef.new(shape: PolicyArn, location_name: "environmentRolePermissionBoundary"))
3338
4296
  PutEnvironmentBlueprintConfigurationOutput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
3339
4297
  PutEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
3340
4298
  PutEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "provisioningRoleArn"))
@@ -3351,15 +4309,59 @@ module Aws::DataZone
3351
4309
  RedshiftCredentialConfiguration.add_member(:secret_manager_arn, Shapes::ShapeRef.new(shape: RedshiftCredentialConfigurationSecretManagerArnString, required: true, location_name: "secretManagerArn"))
3352
4310
  RedshiftCredentialConfiguration.struct_class = Types::RedshiftCredentialConfiguration
3353
4311
 
4312
+ RedshiftCredentials.add_member(:secret_arn, Shapes::ShapeRef.new(shape: RedshiftCredentialsSecretArnString, location_name: "secretArn"))
4313
+ RedshiftCredentials.add_member(:username_password, Shapes::ShapeRef.new(shape: UsernamePassword, location_name: "usernamePassword"))
4314
+ RedshiftCredentials.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
4315
+ RedshiftCredentials.add_member_subclass(:secret_arn, Types::RedshiftCredentials::SecretArn)
4316
+ RedshiftCredentials.add_member_subclass(:username_password, Types::RedshiftCredentials::UsernamePassword)
4317
+ RedshiftCredentials.add_member_subclass(:unknown, Types::RedshiftCredentials::Unknown)
4318
+ RedshiftCredentials.struct_class = Types::RedshiftCredentials
4319
+
4320
+ RedshiftLineageSyncConfigurationInput.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
4321
+ RedshiftLineageSyncConfigurationInput.add_member(:schedule, Shapes::ShapeRef.new(shape: LineageSyncSchedule, location_name: "schedule"))
4322
+ RedshiftLineageSyncConfigurationInput.struct_class = Types::RedshiftLineageSyncConfigurationInput
4323
+
4324
+ RedshiftLineageSyncConfigurationOutput.add_member(:enabled, Shapes::ShapeRef.new(shape: Boolean, location_name: "enabled"))
4325
+ RedshiftLineageSyncConfigurationOutput.add_member(:lineage_job_id, Shapes::ShapeRef.new(shape: String, location_name: "lineageJobId"))
4326
+ RedshiftLineageSyncConfigurationOutput.add_member(:schedule, Shapes::ShapeRef.new(shape: LineageSyncSchedule, location_name: "schedule"))
4327
+ RedshiftLineageSyncConfigurationOutput.struct_class = Types::RedshiftLineageSyncConfigurationOutput
4328
+
4329
+ RedshiftPropertiesInput.add_member(:credentials, Shapes::ShapeRef.new(shape: RedshiftCredentials, location_name: "credentials"))
4330
+ RedshiftPropertiesInput.add_member(:database_name, Shapes::ShapeRef.new(shape: RedshiftPropertiesInputDatabaseNameString, location_name: "databaseName"))
4331
+ RedshiftPropertiesInput.add_member(:host, Shapes::ShapeRef.new(shape: RedshiftPropertiesInputHostString, location_name: "host"))
4332
+ RedshiftPropertiesInput.add_member(:lineage_sync, Shapes::ShapeRef.new(shape: RedshiftLineageSyncConfigurationInput, location_name: "lineageSync"))
4333
+ RedshiftPropertiesInput.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
4334
+ RedshiftPropertiesInput.add_member(:storage, Shapes::ShapeRef.new(shape: RedshiftStorageProperties, location_name: "storage"))
4335
+ RedshiftPropertiesInput.struct_class = Types::RedshiftPropertiesInput
4336
+
4337
+ RedshiftPropertiesOutput.add_member(:credentials, Shapes::ShapeRef.new(shape: RedshiftCredentials, location_name: "credentials"))
4338
+ RedshiftPropertiesOutput.add_member(:database_name, Shapes::ShapeRef.new(shape: String, location_name: "databaseName"))
4339
+ RedshiftPropertiesOutput.add_member(:is_provisioned_secret, Shapes::ShapeRef.new(shape: Boolean, location_name: "isProvisionedSecret"))
4340
+ RedshiftPropertiesOutput.add_member(:jdbc_iam_url, Shapes::ShapeRef.new(shape: String, location_name: "jdbcIamUrl"))
4341
+ RedshiftPropertiesOutput.add_member(:jdbc_url, Shapes::ShapeRef.new(shape: String, location_name: "jdbcUrl"))
4342
+ RedshiftPropertiesOutput.add_member(:lineage_sync, Shapes::ShapeRef.new(shape: RedshiftLineageSyncConfigurationOutput, location_name: "lineageSync"))
4343
+ RedshiftPropertiesOutput.add_member(:redshift_temp_dir, Shapes::ShapeRef.new(shape: String, location_name: "redshiftTempDir"))
4344
+ RedshiftPropertiesOutput.add_member(:status, Shapes::ShapeRef.new(shape: ConnectionStatus, location_name: "status"))
4345
+ RedshiftPropertiesOutput.add_member(:storage, Shapes::ShapeRef.new(shape: RedshiftStorageProperties, location_name: "storage"))
4346
+ RedshiftPropertiesOutput.struct_class = Types::RedshiftPropertiesOutput
4347
+
4348
+ RedshiftPropertiesPatch.add_member(:credentials, Shapes::ShapeRef.new(shape: RedshiftCredentials, location_name: "credentials"))
4349
+ RedshiftPropertiesPatch.add_member(:database_name, Shapes::ShapeRef.new(shape: RedshiftPropertiesPatchDatabaseNameString, location_name: "databaseName"))
4350
+ RedshiftPropertiesPatch.add_member(:host, Shapes::ShapeRef.new(shape: RedshiftPropertiesPatchHostString, location_name: "host"))
4351
+ RedshiftPropertiesPatch.add_member(:lineage_sync, Shapes::ShapeRef.new(shape: RedshiftLineageSyncConfigurationInput, location_name: "lineageSync"))
4352
+ RedshiftPropertiesPatch.add_member(:port, Shapes::ShapeRef.new(shape: Integer, location_name: "port"))
4353
+ RedshiftPropertiesPatch.add_member(:storage, Shapes::ShapeRef.new(shape: RedshiftStorageProperties, location_name: "storage"))
4354
+ RedshiftPropertiesPatch.struct_class = Types::RedshiftPropertiesPatch
4355
+
3354
4356
  RedshiftRunConfigurationInput.add_member(:data_access_role, Shapes::ShapeRef.new(shape: RedshiftRunConfigurationInputDataAccessRoleString, location_name: "dataAccessRole"))
3355
- RedshiftRunConfigurationInput.add_member(:redshift_credential_configuration, Shapes::ShapeRef.new(shape: RedshiftCredentialConfiguration, required: true, location_name: "redshiftCredentialConfiguration"))
3356
- RedshiftRunConfigurationInput.add_member(:redshift_storage, Shapes::ShapeRef.new(shape: RedshiftStorage, required: true, location_name: "redshiftStorage"))
4357
+ RedshiftRunConfigurationInput.add_member(:redshift_credential_configuration, Shapes::ShapeRef.new(shape: RedshiftCredentialConfiguration, location_name: "redshiftCredentialConfiguration"))
4358
+ RedshiftRunConfigurationInput.add_member(:redshift_storage, Shapes::ShapeRef.new(shape: RedshiftStorage, location_name: "redshiftStorage"))
3357
4359
  RedshiftRunConfigurationInput.add_member(:relational_filter_configurations, Shapes::ShapeRef.new(shape: RelationalFilterConfigurations, required: true, location_name: "relationalFilterConfigurations"))
3358
4360
  RedshiftRunConfigurationInput.struct_class = Types::RedshiftRunConfigurationInput
3359
4361
 
3360
4362
  RedshiftRunConfigurationOutput.add_member(:account_id, Shapes::ShapeRef.new(shape: RedshiftRunConfigurationOutputAccountIdString, location_name: "accountId"))
3361
4363
  RedshiftRunConfigurationOutput.add_member(:data_access_role, Shapes::ShapeRef.new(shape: RedshiftRunConfigurationOutputDataAccessRoleString, location_name: "dataAccessRole"))
3362
- RedshiftRunConfigurationOutput.add_member(:redshift_credential_configuration, Shapes::ShapeRef.new(shape: RedshiftCredentialConfiguration, required: true, location_name: "redshiftCredentialConfiguration"))
4364
+ RedshiftRunConfigurationOutput.add_member(:redshift_credential_configuration, Shapes::ShapeRef.new(shape: RedshiftCredentialConfiguration, location_name: "redshiftCredentialConfiguration"))
3363
4365
  RedshiftRunConfigurationOutput.add_member(:redshift_storage, Shapes::ShapeRef.new(shape: RedshiftStorage, required: true, location_name: "redshiftStorage"))
3364
4366
  RedshiftRunConfigurationOutput.add_member(:region, Shapes::ShapeRef.new(shape: RedshiftRunConfigurationOutputRegionString, location_name: "region"))
3365
4367
  RedshiftRunConfigurationOutput.add_member(:relational_filter_configurations, Shapes::ShapeRef.new(shape: RelationalFilterConfigurations, required: true, location_name: "relationalFilterConfigurations"))
@@ -3379,6 +4381,22 @@ module Aws::DataZone
3379
4381
  RedshiftStorage.add_member_subclass(:unknown, Types::RedshiftStorage::Unknown)
3380
4382
  RedshiftStorage.struct_class = Types::RedshiftStorage
3381
4383
 
4384
+ RedshiftStorageProperties.add_member(:cluster_name, Shapes::ShapeRef.new(shape: RedshiftStoragePropertiesClusterNameString, location_name: "clusterName"))
4385
+ RedshiftStorageProperties.add_member(:workgroup_name, Shapes::ShapeRef.new(shape: RedshiftStoragePropertiesWorkgroupNameString, location_name: "workgroupName"))
4386
+ RedshiftStorageProperties.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
4387
+ RedshiftStorageProperties.add_member_subclass(:cluster_name, Types::RedshiftStorageProperties::ClusterName)
4388
+ RedshiftStorageProperties.add_member_subclass(:workgroup_name, Types::RedshiftStorageProperties::WorkgroupName)
4389
+ RedshiftStorageProperties.add_member_subclass(:unknown, Types::RedshiftStorageProperties::Unknown)
4390
+ RedshiftStorageProperties.struct_class = Types::RedshiftStorageProperties
4391
+
4392
+ Region.add_member(:region_name, Shapes::ShapeRef.new(shape: RegionName, location_name: "regionName"))
4393
+ Region.add_member(:region_name_path, Shapes::ShapeRef.new(shape: ParameterStorePath, location_name: "regionNamePath"))
4394
+ Region.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
4395
+ Region.add_member_subclass(:region_name, Types::Region::RegionName)
4396
+ Region.add_member_subclass(:region_name_path, Types::Region::RegionNamePath)
4397
+ Region.add_member_subclass(:unknown, Types::Region::Unknown)
4398
+ Region.struct_class = Types::Region
4399
+
3382
4400
  RegionalParameter.key = Shapes::ShapeRef.new(shape: String)
3383
4401
  RegionalParameter.value = Shapes::ShapeRef.new(shape: String)
3384
4402
 
@@ -3417,7 +4435,9 @@ module Aws::DataZone
3417
4435
  RejectSubscriptionRequestOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
3418
4436
  RejectSubscriptionRequestOutput.add_member(:decision_comment, Shapes::ShapeRef.new(shape: DecisionComment, location_name: "decisionComment"))
3419
4437
  RejectSubscriptionRequestOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
4438
+ RejectSubscriptionRequestOutput.add_member(:existing_subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "existingSubscriptionId"))
3420
4439
  RejectSubscriptionRequestOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionRequestId, required: true, location_name: "id"))
4440
+ RejectSubscriptionRequestOutput.add_member(:metadata_forms, Shapes::ShapeRef.new(shape: MetadataForms, location_name: "metadataForms"))
3421
4441
  RejectSubscriptionRequestOutput.add_member(:request_reason, Shapes::ShapeRef.new(shape: RequestReason, required: true, location_name: "requestReason"))
3422
4442
  RejectSubscriptionRequestOutput.add_member(:reviewer_id, Shapes::ShapeRef.new(shape: String, location_name: "reviewerId"))
3423
4443
  RejectSubscriptionRequestOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionRequestStatus, required: true, location_name: "status"))
@@ -3457,6 +4477,8 @@ module Aws::DataZone
3457
4477
 
3458
4478
  RemovePolicyGrantOutput.struct_class = Types::RemovePolicyGrantOutput
3459
4479
 
4480
+ RequiredMetadataFormList.member = Shapes::ShapeRef.new(shape: MetadataFormReference)
4481
+
3460
4482
  Resource.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
3461
4483
  Resource.add_member(:provider, Shapes::ShapeRef.new(shape: String, location_name: "provider"))
3462
4484
  Resource.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
@@ -3530,6 +4552,41 @@ module Aws::DataZone
3530
4552
 
3531
4553
  RowFilterList.member = Shapes::ShapeRef.new(shape: RowFilter)
3532
4554
 
4555
+ RuleAssetTypeList.member = Shapes::ShapeRef.new(shape: AssetTypeIdentifier)
4556
+
4557
+ RuleDetail.add_member(:metadata_form_enforcement_detail, Shapes::ShapeRef.new(shape: MetadataFormEnforcementDetail, location_name: "metadataFormEnforcementDetail"))
4558
+ RuleDetail.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
4559
+ RuleDetail.add_member_subclass(:metadata_form_enforcement_detail, Types::RuleDetail::MetadataFormEnforcementDetail)
4560
+ RuleDetail.add_member_subclass(:unknown, Types::RuleDetail::Unknown)
4561
+ RuleDetail.struct_class = Types::RuleDetail
4562
+
4563
+ RuleProjectIdentifierList.member = Shapes::ShapeRef.new(shape: ProjectId)
4564
+
4565
+ RuleScope.add_member(:asset_type, Shapes::ShapeRef.new(shape: AssetTypesForRule, location_name: "assetType"))
4566
+ RuleScope.add_member(:data_product, Shapes::ShapeRef.new(shape: Boolean, location_name: "dataProduct"))
4567
+ RuleScope.add_member(:project, Shapes::ShapeRef.new(shape: ProjectsForRule, location_name: "project"))
4568
+ RuleScope.struct_class = Types::RuleScope
4569
+
4570
+ RuleSummaries.member = Shapes::ShapeRef.new(shape: RuleSummary)
4571
+
4572
+ RuleSummary.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, location_name: "action"))
4573
+ RuleSummary.add_member(:identifier, Shapes::ShapeRef.new(shape: RuleId, location_name: "identifier"))
4574
+ RuleSummary.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "lastUpdatedBy"))
4575
+ RuleSummary.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
4576
+ RuleSummary.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, location_name: "revision"))
4577
+ RuleSummary.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, location_name: "ruleType"))
4578
+ RuleSummary.add_member(:scope, Shapes::ShapeRef.new(shape: RuleScope, location_name: "scope"))
4579
+ RuleSummary.add_member(:target, Shapes::ShapeRef.new(shape: RuleTarget, location_name: "target"))
4580
+ RuleSummary.add_member(:target_type, Shapes::ShapeRef.new(shape: RuleTargetType, location_name: "targetType"))
4581
+ RuleSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
4582
+ RuleSummary.struct_class = Types::RuleSummary
4583
+
4584
+ RuleTarget.add_member(:domain_unit_target, Shapes::ShapeRef.new(shape: DomainUnitTarget, location_name: "domainUnitTarget"))
4585
+ RuleTarget.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
4586
+ RuleTarget.add_member_subclass(:domain_unit_target, Types::RuleTarget::DomainUnitTarget)
4587
+ RuleTarget.add_member_subclass(:unknown, Types::RuleTarget::Unknown)
4588
+ RuleTarget.struct_class = Types::RuleTarget
4589
+
3533
4590
  RunStatisticsForAssets.add_member(:added, Shapes::ShapeRef.new(shape: Integer, location_name: "added"))
3534
4591
  RunStatisticsForAssets.add_member(:failed, Shapes::ShapeRef.new(shape: Integer, location_name: "failed"))
3535
4592
  RunStatisticsForAssets.add_member(:skipped, Shapes::ShapeRef.new(shape: Integer, location_name: "skipped"))
@@ -3539,6 +4596,14 @@ module Aws::DataZone
3539
4596
 
3540
4597
  S3LocationList.member = Shapes::ShapeRef.new(shape: S3Location)
3541
4598
 
4599
+ SageMakerRunConfigurationInput.add_member(:tracking_assets, Shapes::ShapeRef.new(shape: TrackingAssets, required: true, location_name: "trackingAssets"))
4600
+ SageMakerRunConfigurationInput.struct_class = Types::SageMakerRunConfigurationInput
4601
+
4602
+ SageMakerRunConfigurationOutput.add_member(:account_id, Shapes::ShapeRef.new(shape: SageMakerRunConfigurationOutputAccountIdString, location_name: "accountId"))
4603
+ SageMakerRunConfigurationOutput.add_member(:region, Shapes::ShapeRef.new(shape: SageMakerRunConfigurationOutputRegionString, location_name: "region"))
4604
+ SageMakerRunConfigurationOutput.add_member(:tracking_assets, Shapes::ShapeRef.new(shape: TrackingAssets, required: true, location_name: "trackingAssets"))
4605
+ SageMakerRunConfigurationOutput.struct_class = Types::SageMakerRunConfigurationOutput
4606
+
3542
4607
  ScheduleConfiguration.add_member(:schedule, Shapes::ShapeRef.new(shape: CronString, location_name: "schedule"))
3543
4608
  ScheduleConfiguration.add_member(:timezone, Shapes::ShapeRef.new(shape: Timezone, location_name: "timezone"))
3544
4609
  ScheduleConfiguration.struct_class = Types::ScheduleConfiguration
@@ -3660,6 +4725,8 @@ module Aws::DataZone
3660
4725
  SearchUserProfilesOutput.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
3661
4726
  SearchUserProfilesOutput.struct_class = Types::SearchUserProfilesOutput
3662
4727
 
4728
+ SecurityGroupIdList.member = Shapes::ShapeRef.new(shape: SecurityGroupIdListMemberString)
4729
+
3663
4730
  SelfGrantStatusDetail.add_member(:database_name, Shapes::ShapeRef.new(shape: SelfGrantStatusDetailDatabaseNameString, required: true, location_name: "databaseName"))
3664
4731
  SelfGrantStatusDetail.add_member(:failure_cause, Shapes::ShapeRef.new(shape: String, location_name: "failureCause"))
3665
4732
  SelfGrantStatusDetail.add_member(:schema_name, Shapes::ShapeRef.new(shape: SelfGrantStatusDetailSchemaNameString, location_name: "schemaName"))
@@ -3683,6 +4750,60 @@ module Aws::DataZone
3683
4750
  SingleSignOn.add_member(:user_assignment, Shapes::ShapeRef.new(shape: UserAssignment, location_name: "userAssignment"))
3684
4751
  SingleSignOn.struct_class = Types::SingleSignOn
3685
4752
 
4753
+ SparkEmrPropertiesInput.add_member(:compute_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputComputeArnString, location_name: "computeArn"))
4754
+ SparkEmrPropertiesInput.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputInstanceProfileArnString, location_name: "instanceProfileArn"))
4755
+ SparkEmrPropertiesInput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputJavaVirtualEnvString, location_name: "javaVirtualEnv"))
4756
+ SparkEmrPropertiesInput.add_member(:log_uri, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputLogUriString, location_name: "logUri"))
4757
+ SparkEmrPropertiesInput.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputPythonVirtualEnvString, location_name: "pythonVirtualEnv"))
4758
+ SparkEmrPropertiesInput.add_member(:runtime_role, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputRuntimeRoleString, location_name: "runtimeRole"))
4759
+ SparkEmrPropertiesInput.add_member(:trusted_certificates_s3_uri, Shapes::ShapeRef.new(shape: SparkEmrPropertiesInputTrustedCertificatesS3UriString, location_name: "trustedCertificatesS3Uri"))
4760
+ SparkEmrPropertiesInput.struct_class = Types::SparkEmrPropertiesInput
4761
+
4762
+ SparkEmrPropertiesOutput.add_member(:compute_arn, Shapes::ShapeRef.new(shape: String, location_name: "computeArn"))
4763
+ SparkEmrPropertiesOutput.add_member(:credentials, Shapes::ShapeRef.new(shape: UsernamePassword, location_name: "credentials"))
4764
+ SparkEmrPropertiesOutput.add_member(:credentials_expiration, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "credentialsExpiration"))
4765
+ SparkEmrPropertiesOutput.add_member(:governance_type, Shapes::ShapeRef.new(shape: GovernanceType, location_name: "governanceType"))
4766
+ SparkEmrPropertiesOutput.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: String, location_name: "instanceProfileArn"))
4767
+ SparkEmrPropertiesOutput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: String, location_name: "javaVirtualEnv"))
4768
+ SparkEmrPropertiesOutput.add_member(:livy_endpoint, Shapes::ShapeRef.new(shape: String, location_name: "livyEndpoint"))
4769
+ SparkEmrPropertiesOutput.add_member(:log_uri, Shapes::ShapeRef.new(shape: String, location_name: "logUri"))
4770
+ SparkEmrPropertiesOutput.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: String, location_name: "pythonVirtualEnv"))
4771
+ SparkEmrPropertiesOutput.add_member(:runtime_role, Shapes::ShapeRef.new(shape: String, location_name: "runtimeRole"))
4772
+ SparkEmrPropertiesOutput.add_member(:trusted_certificates_s3_uri, Shapes::ShapeRef.new(shape: String, location_name: "trustedCertificatesS3Uri"))
4773
+ SparkEmrPropertiesOutput.struct_class = Types::SparkEmrPropertiesOutput
4774
+
4775
+ SparkEmrPropertiesPatch.add_member(:compute_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchComputeArnString, location_name: "computeArn"))
4776
+ SparkEmrPropertiesPatch.add_member(:instance_profile_arn, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchInstanceProfileArnString, location_name: "instanceProfileArn"))
4777
+ SparkEmrPropertiesPatch.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchJavaVirtualEnvString, location_name: "javaVirtualEnv"))
4778
+ SparkEmrPropertiesPatch.add_member(:log_uri, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchLogUriString, location_name: "logUri"))
4779
+ SparkEmrPropertiesPatch.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchPythonVirtualEnvString, location_name: "pythonVirtualEnv"))
4780
+ SparkEmrPropertiesPatch.add_member(:runtime_role, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchRuntimeRoleString, location_name: "runtimeRole"))
4781
+ SparkEmrPropertiesPatch.add_member(:trusted_certificates_s3_uri, Shapes::ShapeRef.new(shape: SparkEmrPropertiesPatchTrustedCertificatesS3UriString, location_name: "trustedCertificatesS3Uri"))
4782
+ SparkEmrPropertiesPatch.struct_class = Types::SparkEmrPropertiesPatch
4783
+
4784
+ SparkGlueArgs.add_member(:connection, Shapes::ShapeRef.new(shape: String, location_name: "connection"))
4785
+ SparkGlueArgs.struct_class = Types::SparkGlueArgs
4786
+
4787
+ SparkGluePropertiesInput.add_member(:additional_args, Shapes::ShapeRef.new(shape: SparkGlueArgs, location_name: "additionalArgs"))
4788
+ SparkGluePropertiesInput.add_member(:glue_connection_name, Shapes::ShapeRef.new(shape: SparkGluePropertiesInputGlueConnectionNameString, location_name: "glueConnectionName"))
4789
+ SparkGluePropertiesInput.add_member(:glue_version, Shapes::ShapeRef.new(shape: SparkGluePropertiesInputGlueVersionString, location_name: "glueVersion"))
4790
+ SparkGluePropertiesInput.add_member(:idle_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "idleTimeout"))
4791
+ SparkGluePropertiesInput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: SparkGluePropertiesInputJavaVirtualEnvString, location_name: "javaVirtualEnv"))
4792
+ SparkGluePropertiesInput.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfWorkers"))
4793
+ SparkGluePropertiesInput.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: SparkGluePropertiesInputPythonVirtualEnvString, location_name: "pythonVirtualEnv"))
4794
+ SparkGluePropertiesInput.add_member(:worker_type, Shapes::ShapeRef.new(shape: SparkGluePropertiesInputWorkerTypeString, location_name: "workerType"))
4795
+ SparkGluePropertiesInput.struct_class = Types::SparkGluePropertiesInput
4796
+
4797
+ SparkGluePropertiesOutput.add_member(:additional_args, Shapes::ShapeRef.new(shape: SparkGlueArgs, location_name: "additionalArgs"))
4798
+ SparkGluePropertiesOutput.add_member(:glue_connection_name, Shapes::ShapeRef.new(shape: String, location_name: "glueConnectionName"))
4799
+ SparkGluePropertiesOutput.add_member(:glue_version, Shapes::ShapeRef.new(shape: String, location_name: "glueVersion"))
4800
+ SparkGluePropertiesOutput.add_member(:idle_timeout, Shapes::ShapeRef.new(shape: Integer, location_name: "idleTimeout"))
4801
+ SparkGluePropertiesOutput.add_member(:java_virtual_env, Shapes::ShapeRef.new(shape: String, location_name: "javaVirtualEnv"))
4802
+ SparkGluePropertiesOutput.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: Integer, location_name: "numberOfWorkers"))
4803
+ SparkGluePropertiesOutput.add_member(:python_virtual_env, Shapes::ShapeRef.new(shape: String, location_name: "pythonVirtualEnv"))
4804
+ SparkGluePropertiesOutput.add_member(:worker_type, Shapes::ShapeRef.new(shape: String, location_name: "workerType"))
4805
+ SparkGluePropertiesOutput.struct_class = Types::SparkGluePropertiesOutput
4806
+
3686
4807
  SsoUserProfileDetails.add_member(:first_name, Shapes::ShapeRef.new(shape: FirstName, location_name: "firstName"))
3687
4808
  SsoUserProfileDetails.add_member(:last_name, Shapes::ShapeRef.new(shape: LastName, location_name: "lastName"))
3688
4809
  SsoUserProfileDetails.add_member(:username, Shapes::ShapeRef.new(shape: UserProfileName, location_name: "username"))
@@ -3726,6 +4847,8 @@ module Aws::DataZone
3726
4847
 
3727
4848
  StringList.member = Shapes::ShapeRef.new(shape: String)
3728
4849
 
4850
+ SubnetIdList.member = Shapes::ShapeRef.new(shape: SubnetId)
4851
+
3729
4852
  SubscribedAsset.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
3730
4853
  SubscribedAsset.add_member(:asset_revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "assetRevision"))
3731
4854
  SubscribedAsset.add_member(:asset_scope, Shapes::ShapeRef.new(shape: AssetScope, location_name: "assetScope"))
@@ -3816,7 +4939,9 @@ module Aws::DataZone
3816
4939
  SubscriptionRequestSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
3817
4940
  SubscriptionRequestSummary.add_member(:decision_comment, Shapes::ShapeRef.new(shape: DecisionComment, location_name: "decisionComment"))
3818
4941
  SubscriptionRequestSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
4942
+ SubscriptionRequestSummary.add_member(:existing_subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "existingSubscriptionId"))
3819
4943
  SubscriptionRequestSummary.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionRequestId, required: true, location_name: "id"))
4944
+ SubscriptionRequestSummary.add_member(:metadata_forms_summary, Shapes::ShapeRef.new(shape: MetadataFormsSummary, location_name: "metadataFormsSummary"))
3820
4945
  SubscriptionRequestSummary.add_member(:request_reason, Shapes::ShapeRef.new(shape: RequestReason, required: true, location_name: "requestReason"))
3821
4946
  SubscriptionRequestSummary.add_member(:reviewer_id, Shapes::ShapeRef.new(shape: String, location_name: "reviewerId"))
3822
4947
  SubscriptionRequestSummary.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionRequestStatus, required: true, location_name: "status"))
@@ -3858,7 +4983,7 @@ module Aws::DataZone
3858
4983
  SubscriptionTargetSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
3859
4984
  SubscriptionTargetSummary.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
3860
4985
  SubscriptionTargetSummary.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "id"))
3861
- SubscriptionTargetSummary.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: String, required: true, location_name: "manageAccessRole"))
4986
+ SubscriptionTargetSummary.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "manageAccessRole"))
3862
4987
  SubscriptionTargetSummary.add_member(:name, Shapes::ShapeRef.new(shape: SubscriptionTargetName, required: true, location_name: "name"))
3863
4988
  SubscriptionTargetSummary.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
3864
4989
  SubscriptionTargetSummary.add_member(:provider, Shapes::ShapeRef.new(shape: String, required: true, location_name: "provider"))
@@ -3923,11 +5048,19 @@ module Aws::DataZone
3923
5048
 
3924
5049
  TimeSeriesDataPointSummaryFormOutputList.member = Shapes::ShapeRef.new(shape: TimeSeriesDataPointSummaryFormOutput)
3925
5050
 
5051
+ TokenUrlParametersMap.key = Shapes::ShapeRef.new(shape: TokenUrlParametersMapKeyString)
5052
+ TokenUrlParametersMap.value = Shapes::ShapeRef.new(shape: TokenUrlParametersMapValueString)
5053
+
3926
5054
  Topic.add_member(:resource, Shapes::ShapeRef.new(shape: NotificationResource, required: true, location_name: "resource"))
3927
5055
  Topic.add_member(:role, Shapes::ShapeRef.new(shape: NotificationRole, required: true, location_name: "role"))
3928
5056
  Topic.add_member(:subject, Shapes::ShapeRef.new(shape: String, required: true, location_name: "subject"))
3929
5057
  Topic.struct_class = Types::Topic
3930
5058
 
5059
+ TrackingAssetArns.member = Shapes::ShapeRef.new(shape: SageMakerResourceArn)
5060
+
5061
+ TrackingAssets.key = Shapes::ShapeRef.new(shape: SageMakerAssetType)
5062
+ TrackingAssets.value = Shapes::ShapeRef.new(shape: TrackingAssetArns)
5063
+
3931
5064
  UnauthorizedException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
3932
5065
  UnauthorizedException.struct_class = Types::UnauthorizedException
3933
5066
 
@@ -3960,6 +5093,25 @@ module Aws::DataZone
3960
5093
  UpdateAssetFilterOutput.add_member(:status, Shapes::ShapeRef.new(shape: FilterStatus, location_name: "status"))
3961
5094
  UpdateAssetFilterOutput.struct_class = Types::UpdateAssetFilterOutput
3962
5095
 
5096
+ UpdateConnectionInput.add_member(:aws_location, Shapes::ShapeRef.new(shape: AwsLocation, location_name: "awsLocation"))
5097
+ UpdateConnectionInput.add_member(:description, Shapes::ShapeRef.new(shape: UpdateConnectionInputDescriptionString, location_name: "description"))
5098
+ UpdateConnectionInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
5099
+ UpdateConnectionInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location: "uri", location_name: "identifier"))
5100
+ UpdateConnectionInput.add_member(:props, Shapes::ShapeRef.new(shape: ConnectionPropertiesPatch, location_name: "props"))
5101
+ UpdateConnectionInput.struct_class = Types::UpdateConnectionInput
5102
+
5103
+ UpdateConnectionOutput.add_member(:connection_id, Shapes::ShapeRef.new(shape: ConnectionId, required: true, location_name: "connectionId"))
5104
+ UpdateConnectionOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
5105
+ UpdateConnectionOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
5106
+ UpdateConnectionOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, required: true, location_name: "domainUnitId"))
5107
+ UpdateConnectionOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
5108
+ UpdateConnectionOutput.add_member(:name, Shapes::ShapeRef.new(shape: ConnectionName, required: true, location_name: "name"))
5109
+ UpdateConnectionOutput.add_member(:physical_endpoints, Shapes::ShapeRef.new(shape: PhysicalEndpoints, required: true, location_name: "physicalEndpoints"))
5110
+ UpdateConnectionOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, location_name: "projectId"))
5111
+ UpdateConnectionOutput.add_member(:props, Shapes::ShapeRef.new(shape: ConnectionPropertiesOutput, location_name: "props"))
5112
+ UpdateConnectionOutput.add_member(:type, Shapes::ShapeRef.new(shape: ConnectionType, required: true, location_name: "type"))
5113
+ UpdateConnectionOutput.struct_class = Types::UpdateConnectionOutput
5114
+
3963
5115
  UpdateDataSourceInput.add_member(:asset_forms_input, Shapes::ShapeRef.new(shape: FormInputList, location_name: "assetFormsInput"))
3964
5116
  UpdateDataSourceInput.add_member(:configuration, Shapes::ShapeRef.new(shape: DataSourceConfigurationInput, location_name: "configuration"))
3965
5117
  UpdateDataSourceInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
@@ -3975,11 +5127,12 @@ module Aws::DataZone
3975
5127
 
3976
5128
  UpdateDataSourceOutput.add_member(:asset_forms_output, Shapes::ShapeRef.new(shape: FormOutputList, location_name: "assetFormsOutput"))
3977
5129
  UpdateDataSourceOutput.add_member(:configuration, Shapes::ShapeRef.new(shape: DataSourceConfigurationOutput, location_name: "configuration"))
5130
+ UpdateDataSourceOutput.add_member(:connection_id, Shapes::ShapeRef.new(shape: String, location_name: "connectionId"))
3978
5131
  UpdateDataSourceOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "createdAt"))
3979
5132
  UpdateDataSourceOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
3980
5133
  UpdateDataSourceOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
3981
5134
  UpdateDataSourceOutput.add_member(:enable_setting, Shapes::ShapeRef.new(shape: EnableSetting, location_name: "enableSetting"))
3982
- UpdateDataSourceOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
5135
+ UpdateDataSourceOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, location_name: "environmentId"))
3983
5136
  UpdateDataSourceOutput.add_member(:error_message, Shapes::ShapeRef.new(shape: DataSourceErrorMessage, location_name: "errorMessage"))
3984
5137
  UpdateDataSourceOutput.add_member(:id, Shapes::ShapeRef.new(shape: DataSourceId, required: true, location_name: "id"))
3985
5138
  UpdateDataSourceOutput.add_member(:last_run_at, Shapes::ShapeRef.new(shape: DateTime, location_name: "lastRunAt"))
@@ -4002,6 +5155,7 @@ module Aws::DataZone
4002
5155
  UpdateDomainInput.add_member(:domain_execution_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "domainExecutionRole"))
4003
5156
  UpdateDomainInput.add_member(:identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "identifier"))
4004
5157
  UpdateDomainInput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
5158
+ UpdateDomainInput.add_member(:service_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "serviceRole"))
4005
5159
  UpdateDomainInput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
4006
5160
  UpdateDomainInput.struct_class = Types::UpdateDomainInput
4007
5161
 
@@ -4011,6 +5165,7 @@ module Aws::DataZone
4011
5165
  UpdateDomainOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "lastUpdatedAt"))
4012
5166
  UpdateDomainOutput.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
4013
5167
  UpdateDomainOutput.add_member(:root_domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "rootDomainUnitId"))
5168
+ UpdateDomainOutput.add_member(:service_role, Shapes::ShapeRef.new(shape: RoleArn, location_name: "serviceRole"))
4014
5169
  UpdateDomainOutput.add_member(:single_sign_on, Shapes::ShapeRef.new(shape: SingleSignOn, location_name: "singleSignOn"))
4015
5170
  UpdateDomainOutput.struct_class = Types::UpdateDomainOutput
4016
5171
 
@@ -4150,6 +5305,7 @@ module Aws::DataZone
4150
5305
 
4151
5306
  UpdateProjectInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
4152
5307
  UpdateProjectInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
5308
+ UpdateProjectInput.add_member(:environment_deployment_details, Shapes::ShapeRef.new(shape: EnvironmentDeploymentDetails, location_name: "environmentDeploymentDetails"))
4153
5309
  UpdateProjectInput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
4154
5310
  UpdateProjectInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectId, required: true, location: "uri", location_name: "identifier"))
4155
5311
  UpdateProjectInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, location_name: "name"))
@@ -4160,14 +5316,62 @@ module Aws::DataZone
4160
5316
  UpdateProjectOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
4161
5317
  UpdateProjectOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
4162
5318
  UpdateProjectOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
5319
+ UpdateProjectOutput.add_member(:environment_deployment_details, Shapes::ShapeRef.new(shape: EnvironmentDeploymentDetails, location_name: "environmentDeploymentDetails"))
4163
5320
  UpdateProjectOutput.add_member(:failure_reasons, Shapes::ShapeRef.new(shape: FailureReasons, location_name: "failureReasons"))
4164
5321
  UpdateProjectOutput.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
4165
5322
  UpdateProjectOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "id"))
4166
5323
  UpdateProjectOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
4167
5324
  UpdateProjectOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectName, required: true, location_name: "name"))
5325
+ UpdateProjectOutput.add_member(:project_profile_id, Shapes::ShapeRef.new(shape: ProjectProfileId, location_name: "projectProfileId"))
4168
5326
  UpdateProjectOutput.add_member(:project_status, Shapes::ShapeRef.new(shape: ProjectStatus, location_name: "projectStatus"))
5327
+ UpdateProjectOutput.add_member(:user_parameters, Shapes::ShapeRef.new(shape: EnvironmentConfigurationUserParametersList, location_name: "userParameters"))
4169
5328
  UpdateProjectOutput.struct_class = Types::UpdateProjectOutput
4170
5329
 
5330
+ UpdateProjectProfileInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
5331
+ UpdateProjectProfileInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
5332
+ UpdateProjectProfileInput.add_member(:domain_unit_identifier, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitIdentifier"))
5333
+ UpdateProjectProfileInput.add_member(:environment_configurations, Shapes::ShapeRef.new(shape: EnvironmentConfigurationsList, location_name: "environmentConfigurations"))
5334
+ UpdateProjectProfileInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location: "uri", location_name: "identifier"))
5335
+ UpdateProjectProfileInput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, location_name: "name"))
5336
+ UpdateProjectProfileInput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
5337
+ UpdateProjectProfileInput.struct_class = Types::UpdateProjectProfileInput
5338
+
5339
+ UpdateProjectProfileOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
5340
+ UpdateProjectProfileOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
5341
+ UpdateProjectProfileOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
5342
+ UpdateProjectProfileOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
5343
+ UpdateProjectProfileOutput.add_member(:domain_unit_id, Shapes::ShapeRef.new(shape: DomainUnitId, location_name: "domainUnitId"))
5344
+ UpdateProjectProfileOutput.add_member(:environment_configurations, Shapes::ShapeRef.new(shape: EnvironmentConfigurationsList, location_name: "environmentConfigurations"))
5345
+ UpdateProjectProfileOutput.add_member(:id, Shapes::ShapeRef.new(shape: ProjectProfileId, required: true, location_name: "id"))
5346
+ UpdateProjectProfileOutput.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "lastUpdatedAt"))
5347
+ UpdateProjectProfileOutput.add_member(:name, Shapes::ShapeRef.new(shape: ProjectProfileName, required: true, location_name: "name"))
5348
+ UpdateProjectProfileOutput.add_member(:status, Shapes::ShapeRef.new(shape: Status, location_name: "status"))
5349
+ UpdateProjectProfileOutput.struct_class = Types::UpdateProjectProfileOutput
5350
+
5351
+ UpdateRuleInput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
5352
+ UpdateRuleInput.add_member(:detail, Shapes::ShapeRef.new(shape: RuleDetail, location_name: "detail"))
5353
+ UpdateRuleInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
5354
+ UpdateRuleInput.add_member(:identifier, Shapes::ShapeRef.new(shape: RuleId, required: true, location: "uri", location_name: "identifier"))
5355
+ UpdateRuleInput.add_member(:include_child_domain_units, Shapes::ShapeRef.new(shape: Boolean, location_name: "includeChildDomainUnits"))
5356
+ UpdateRuleInput.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, location_name: "name"))
5357
+ UpdateRuleInput.add_member(:scope, Shapes::ShapeRef.new(shape: RuleScope, location_name: "scope"))
5358
+ UpdateRuleInput.struct_class = Types::UpdateRuleInput
5359
+
5360
+ UpdateRuleOutput.add_member(:action, Shapes::ShapeRef.new(shape: RuleAction, required: true, location_name: "action"))
5361
+ UpdateRuleOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, required: true, location_name: "createdAt"))
5362
+ UpdateRuleOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
5363
+ UpdateRuleOutput.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "description"))
5364
+ UpdateRuleOutput.add_member(:detail, Shapes::ShapeRef.new(shape: RuleDetail, required: true, location_name: "detail"))
5365
+ UpdateRuleOutput.add_member(:identifier, Shapes::ShapeRef.new(shape: RuleId, required: true, location_name: "identifier"))
5366
+ UpdateRuleOutput.add_member(:last_updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, required: true, location_name: "lastUpdatedBy"))
5367
+ UpdateRuleOutput.add_member(:name, Shapes::ShapeRef.new(shape: RuleName, required: true, location_name: "name"))
5368
+ UpdateRuleOutput.add_member(:revision, Shapes::ShapeRef.new(shape: Revision, required: true, location_name: "revision"))
5369
+ UpdateRuleOutput.add_member(:rule_type, Shapes::ShapeRef.new(shape: RuleType, required: true, location_name: "ruleType"))
5370
+ UpdateRuleOutput.add_member(:scope, Shapes::ShapeRef.new(shape: RuleScope, required: true, location_name: "scope"))
5371
+ UpdateRuleOutput.add_member(:target, Shapes::ShapeRef.new(shape: RuleTarget, required: true, location_name: "target"))
5372
+ UpdateRuleOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, required: true, location_name: "updatedAt"))
5373
+ UpdateRuleOutput.struct_class = Types::UpdateRuleOutput
5374
+
4171
5375
  UpdateSubscriptionGrantStatusInput.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location: "uri", location_name: "assetIdentifier"))
4172
5376
  UpdateSubscriptionGrantStatusInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
4173
5377
  UpdateSubscriptionGrantStatusInput.add_member(:failure_cause, Shapes::ShapeRef.new(shape: FailureCause, location_name: "failureCause"))
@@ -4198,7 +5402,9 @@ module Aws::DataZone
4198
5402
  UpdateSubscriptionRequestOutput.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, required: true, location_name: "createdBy"))
4199
5403
  UpdateSubscriptionRequestOutput.add_member(:decision_comment, Shapes::ShapeRef.new(shape: DecisionComment, location_name: "decisionComment"))
4200
5404
  UpdateSubscriptionRequestOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
5405
+ UpdateSubscriptionRequestOutput.add_member(:existing_subscription_id, Shapes::ShapeRef.new(shape: SubscriptionId, location_name: "existingSubscriptionId"))
4201
5406
  UpdateSubscriptionRequestOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionRequestId, required: true, location_name: "id"))
5407
+ UpdateSubscriptionRequestOutput.add_member(:metadata_forms, Shapes::ShapeRef.new(shape: MetadataForms, location_name: "metadataForms"))
4202
5408
  UpdateSubscriptionRequestOutput.add_member(:request_reason, Shapes::ShapeRef.new(shape: RequestReason, required: true, location_name: "requestReason"))
4203
5409
  UpdateSubscriptionRequestOutput.add_member(:reviewer_id, Shapes::ShapeRef.new(shape: String, location_name: "reviewerId"))
4204
5410
  UpdateSubscriptionRequestOutput.add_member(:status, Shapes::ShapeRef.new(shape: SubscriptionRequestStatus, required: true, location_name: "status"))
@@ -4217,7 +5423,7 @@ module Aws::DataZone
4217
5423
  UpdateSubscriptionTargetInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
4218
5424
  UpdateSubscriptionTargetInput.add_member(:environment_identifier, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location: "uri", location_name: "environmentIdentifier"))
4219
5425
  UpdateSubscriptionTargetInput.add_member(:identifier, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location: "uri", location_name: "identifier"))
4220
- UpdateSubscriptionTargetInput.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: String, location_name: "manageAccessRole"))
5426
+ UpdateSubscriptionTargetInput.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "manageAccessRole"))
4221
5427
  UpdateSubscriptionTargetInput.add_member(:name, Shapes::ShapeRef.new(shape: SubscriptionTargetName, location_name: "name"))
4222
5428
  UpdateSubscriptionTargetInput.add_member(:provider, Shapes::ShapeRef.new(shape: String, location_name: "provider"))
4223
5429
  UpdateSubscriptionTargetInput.add_member(:subscription_target_config, Shapes::ShapeRef.new(shape: SubscriptionTargetForms, location_name: "subscriptionTargetConfig"))
@@ -4230,7 +5436,7 @@ module Aws::DataZone
4230
5436
  UpdateSubscriptionTargetOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
4231
5437
  UpdateSubscriptionTargetOutput.add_member(:environment_id, Shapes::ShapeRef.new(shape: EnvironmentId, required: true, location_name: "environmentId"))
4232
5438
  UpdateSubscriptionTargetOutput.add_member(:id, Shapes::ShapeRef.new(shape: SubscriptionTargetId, required: true, location_name: "id"))
4233
- UpdateSubscriptionTargetOutput.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: String, required: true, location_name: "manageAccessRole"))
5439
+ UpdateSubscriptionTargetOutput.add_member(:manage_access_role, Shapes::ShapeRef.new(shape: IamRoleArn, location_name: "manageAccessRole"))
4234
5440
  UpdateSubscriptionTargetOutput.add_member(:name, Shapes::ShapeRef.new(shape: SubscriptionTargetName, required: true, location_name: "name"))
4235
5441
  UpdateSubscriptionTargetOutput.add_member(:project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "projectId"))
4236
5442
  UpdateSubscriptionTargetOutput.add_member(:provider, Shapes::ShapeRef.new(shape: String, required: true, location_name: "provider"))
@@ -4281,6 +5487,10 @@ module Aws::DataZone
4281
5487
  UserProfileSummary.add_member(:type, Shapes::ShapeRef.new(shape: UserProfileType, location_name: "type"))
4282
5488
  UserProfileSummary.struct_class = Types::UserProfileSummary
4283
5489
 
5490
+ UsernamePassword.add_member(:password, Shapes::ShapeRef.new(shape: Password, required: true, location_name: "password"))
5491
+ UsernamePassword.add_member(:username, Shapes::ShapeRef.new(shape: Username, required: true, location_name: "username"))
5492
+ UsernamePassword.struct_class = Types::UsernamePassword
5493
+
4284
5494
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
4285
5495
  ValidationException.struct_class = Types::ValidationException
4286
5496
 
@@ -4470,6 +5680,22 @@ module Aws::DataZone
4470
5680
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4471
5681
  end)
4472
5682
 
5683
+ api.add_operation(:create_connection, Seahorse::Model::Operation.new.tap do |o|
5684
+ o.name = "CreateConnection"
5685
+ o.http_method = "POST"
5686
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/connections"
5687
+ o.input = Shapes::ShapeRef.new(shape: CreateConnectionInput)
5688
+ o.output = Shapes::ShapeRef.new(shape: CreateConnectionOutput)
5689
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
5690
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5691
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5692
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5693
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
5694
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
5695
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
5696
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5697
+ end)
5698
+
4473
5699
  api.add_operation(:create_data_product, Seahorse::Model::Operation.new.tap do |o|
4474
5700
  o.name = "CreateDataProduct"
4475
5701
  o.http_method = "POST"
@@ -4700,6 +5926,38 @@ module Aws::DataZone
4700
5926
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4701
5927
  end)
4702
5928
 
5929
+ api.add_operation(:create_project_profile, Seahorse::Model::Operation.new.tap do |o|
5930
+ o.name = "CreateProjectProfile"
5931
+ o.http_method = "POST"
5932
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/project-profiles"
5933
+ o.input = Shapes::ShapeRef.new(shape: CreateProjectProfileInput)
5934
+ o.output = Shapes::ShapeRef.new(shape: CreateProjectProfileOutput)
5935
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
5936
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5937
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5938
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5939
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
5940
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
5941
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
5942
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5943
+ end)
5944
+
5945
+ api.add_operation(:create_rule, Seahorse::Model::Operation.new.tap do |o|
5946
+ o.name = "CreateRule"
5947
+ o.http_method = "POST"
5948
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/rules"
5949
+ o.input = Shapes::ShapeRef.new(shape: CreateRuleInput)
5950
+ o.output = Shapes::ShapeRef.new(shape: CreateRuleOutput)
5951
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
5952
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
5953
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
5954
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
5955
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
5956
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
5957
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
5958
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5959
+ end)
5960
+
4703
5961
  api.add_operation(:create_subscription_grant, Seahorse::Model::Operation.new.tap do |o|
4704
5962
  o.name = "CreateSubscriptionGrant"
4705
5963
  o.http_method = "POST"
@@ -4804,6 +6062,20 @@ module Aws::DataZone
4804
6062
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
4805
6063
  end)
4806
6064
 
6065
+ api.add_operation(:delete_connection, Seahorse::Model::Operation.new.tap do |o|
6066
+ o.name = "DeleteConnection"
6067
+ o.http_method = "DELETE"
6068
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/connections/{identifier}"
6069
+ o.input = Shapes::ShapeRef.new(shape: DeleteConnectionInput)
6070
+ o.output = Shapes::ShapeRef.new(shape: DeleteConnectionOutput)
6071
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6072
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6073
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6074
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6075
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6076
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6077
+ end)
6078
+
4807
6079
  api.add_operation(:delete_data_product, Seahorse::Model::Operation.new.tap do |o|
4808
6080
  o.name = "DeleteDataProduct"
4809
6081
  o.http_method = "DELETE"
@@ -5010,6 +6282,35 @@ module Aws::DataZone
5010
6282
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5011
6283
  end)
5012
6284
 
6285
+ api.add_operation(:delete_project_profile, Seahorse::Model::Operation.new.tap do |o|
6286
+ o.name = "DeleteProjectProfile"
6287
+ o.http_method = "DELETE"
6288
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/project-profiles/{identifier}"
6289
+ o.input = Shapes::ShapeRef.new(shape: DeleteProjectProfileInput)
6290
+ o.output = Shapes::ShapeRef.new(shape: DeleteProjectProfileOutput)
6291
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6292
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6293
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6294
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6295
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6296
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6297
+ end)
6298
+
6299
+ api.add_operation(:delete_rule, Seahorse::Model::Operation.new.tap do |o|
6300
+ o.name = "DeleteRule"
6301
+ o.http_method = "DELETE"
6302
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/rules/{identifier}"
6303
+ o.input = Shapes::ShapeRef.new(shape: DeleteRuleInput)
6304
+ o.output = Shapes::ShapeRef.new(shape: DeleteRuleOutput)
6305
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6306
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6307
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6308
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6309
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
6310
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6311
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6312
+ end)
6313
+
5013
6314
  api.add_operation(:delete_subscription_grant, Seahorse::Model::Operation.new.tap do |o|
5014
6315
  o.name = "DeleteSubscriptionGrant"
5015
6316
  o.http_method = "DELETE"
@@ -5126,6 +6427,20 @@ module Aws::DataZone
5126
6427
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5127
6428
  end)
5128
6429
 
6430
+ api.add_operation(:get_connection, Seahorse::Model::Operation.new.tap do |o|
6431
+ o.name = "GetConnection"
6432
+ o.http_method = "GET"
6433
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/connections/{identifier}"
6434
+ o.input = Shapes::ShapeRef.new(shape: GetConnectionInput)
6435
+ o.output = Shapes::ShapeRef.new(shape: GetConnectionOutput)
6436
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6437
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6438
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6439
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6440
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6441
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6442
+ end)
6443
+
5129
6444
  api.add_operation(:get_data_product, Seahorse::Model::Operation.new.tap do |o|
5130
6445
  o.name = "GetDataProduct"
5131
6446
  o.http_method = "GET"
@@ -5356,6 +6671,34 @@ module Aws::DataZone
5356
6671
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5357
6672
  end)
5358
6673
 
6674
+ api.add_operation(:get_job_run, Seahorse::Model::Operation.new.tap do |o|
6675
+ o.name = "GetJobRun"
6676
+ o.http_method = "GET"
6677
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/jobRuns/{identifier}"
6678
+ o.input = Shapes::ShapeRef.new(shape: GetJobRunInput)
6679
+ o.output = Shapes::ShapeRef.new(shape: GetJobRunOutput)
6680
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6681
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6682
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6683
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6684
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6685
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6686
+ end)
6687
+
6688
+ api.add_operation(:get_lineage_event, Seahorse::Model::Operation.new.tap do |o|
6689
+ o.name = "GetLineageEvent"
6690
+ o.http_method = "GET"
6691
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/lineage/events/{identifier}"
6692
+ o.input = Shapes::ShapeRef.new(shape: GetLineageEventInput)
6693
+ o.output = Shapes::ShapeRef.new(shape: GetLineageEventOutput)
6694
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6695
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6696
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6697
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6698
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6699
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6700
+ end)
6701
+
5359
6702
  api.add_operation(:get_lineage_node, Seahorse::Model::Operation.new.tap do |o|
5360
6703
  o.name = "GetLineageNode"
5361
6704
  o.http_method = "GET"
@@ -5412,6 +6755,34 @@ module Aws::DataZone
5412
6755
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
5413
6756
  end)
5414
6757
 
6758
+ api.add_operation(:get_project_profile, Seahorse::Model::Operation.new.tap do |o|
6759
+ o.name = "GetProjectProfile"
6760
+ o.http_method = "GET"
6761
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/project-profiles/{identifier}"
6762
+ o.input = Shapes::ShapeRef.new(shape: GetProjectProfileInput)
6763
+ o.output = Shapes::ShapeRef.new(shape: GetProjectProfileOutput)
6764
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6765
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6766
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6767
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6768
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6769
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6770
+ end)
6771
+
6772
+ api.add_operation(:get_rule, Seahorse::Model::Operation.new.tap do |o|
6773
+ o.name = "GetRule"
6774
+ o.http_method = "GET"
6775
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/rules/{identifier}"
6776
+ o.input = Shapes::ShapeRef.new(shape: GetRuleInput)
6777
+ o.output = Shapes::ShapeRef.new(shape: GetRuleOutput)
6778
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6779
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
6780
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6781
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6782
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6783
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6784
+ end)
6785
+
5415
6786
  api.add_operation(:get_subscription, Seahorse::Model::Operation.new.tap do |o|
5416
6787
  o.name = "GetSubscription"
5417
6788
  o.http_method = "GET"
@@ -5536,6 +6907,25 @@ module Aws::DataZone
5536
6907
  )
5537
6908
  end)
5538
6909
 
6910
+ api.add_operation(:list_connections, Seahorse::Model::Operation.new.tap do |o|
6911
+ o.name = "ListConnections"
6912
+ o.http_method = "GET"
6913
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/connections"
6914
+ o.input = Shapes::ShapeRef.new(shape: ListConnectionsInput)
6915
+ o.output = Shapes::ShapeRef.new(shape: ListConnectionsOutput)
6916
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
6917
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
6918
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
6919
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
6920
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6921
+ o[:pager] = Aws::Pager.new(
6922
+ limit_key: "max_results",
6923
+ tokens: {
6924
+ "next_token" => "next_token"
6925
+ }
6926
+ )
6927
+ end)
6928
+
5539
6929
  api.add_operation(:list_data_product_revisions, Seahorse::Model::Operation.new.tap do |o|
5540
6930
  o.name = "ListDataProductRevisions"
5541
6931
  o.http_method = "GET"
@@ -5779,6 +7169,45 @@ module Aws::DataZone
5779
7169
  )
5780
7170
  end)
5781
7171
 
7172
+ api.add_operation(:list_job_runs, Seahorse::Model::Operation.new.tap do |o|
7173
+ o.name = "ListJobRuns"
7174
+ o.http_method = "GET"
7175
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/jobs/{jobIdentifier}/runs"
7176
+ o.input = Shapes::ShapeRef.new(shape: ListJobRunsInput)
7177
+ o.output = Shapes::ShapeRef.new(shape: ListJobRunsOutput)
7178
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7179
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7180
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7181
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7182
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7183
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
7184
+ o[:pager] = Aws::Pager.new(
7185
+ limit_key: "max_results",
7186
+ tokens: {
7187
+ "next_token" => "next_token"
7188
+ }
7189
+ )
7190
+ end)
7191
+
7192
+ api.add_operation(:list_lineage_events, Seahorse::Model::Operation.new.tap do |o|
7193
+ o.name = "ListLineageEvents"
7194
+ o.http_method = "GET"
7195
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/lineage/events"
7196
+ o.input = Shapes::ShapeRef.new(shape: ListLineageEventsInput)
7197
+ o.output = Shapes::ShapeRef.new(shape: ListLineageEventsOutput)
7198
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7199
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7200
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7201
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7202
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
7203
+ o[:pager] = Aws::Pager.new(
7204
+ limit_key: "max_results",
7205
+ tokens: {
7206
+ "next_token" => "next_token"
7207
+ }
7208
+ )
7209
+ end)
7210
+
5782
7211
  api.add_operation(:list_lineage_node_history, Seahorse::Model::Operation.new.tap do |o|
5783
7212
  o.name = "ListLineageNodeHistory"
5784
7213
  o.http_method = "GET"
@@ -5878,6 +7307,25 @@ module Aws::DataZone
5878
7307
  )
5879
7308
  end)
5880
7309
 
7310
+ api.add_operation(:list_project_profiles, Seahorse::Model::Operation.new.tap do |o|
7311
+ o.name = "ListProjectProfiles"
7312
+ o.http_method = "GET"
7313
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/project-profiles"
7314
+ o.input = Shapes::ShapeRef.new(shape: ListProjectProfilesInput)
7315
+ o.output = Shapes::ShapeRef.new(shape: ListProjectProfilesOutput)
7316
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7317
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7318
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7319
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7320
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
7321
+ o[:pager] = Aws::Pager.new(
7322
+ limit_key: "max_results",
7323
+ tokens: {
7324
+ "next_token" => "next_token"
7325
+ }
7326
+ )
7327
+ end)
7328
+
5881
7329
  api.add_operation(:list_projects, Seahorse::Model::Operation.new.tap do |o|
5882
7330
  o.name = "ListProjects"
5883
7331
  o.http_method = "GET"
@@ -5897,6 +7345,26 @@ module Aws::DataZone
5897
7345
  )
5898
7346
  end)
5899
7347
 
7348
+ api.add_operation(:list_rules, Seahorse::Model::Operation.new.tap do |o|
7349
+ o.name = "ListRules"
7350
+ o.http_method = "GET"
7351
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/list-rules/{targetType}/{targetIdentifier}"
7352
+ o.input = Shapes::ShapeRef.new(shape: ListRulesInput)
7353
+ o.output = Shapes::ShapeRef.new(shape: ListRulesOutput)
7354
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7355
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7356
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7357
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7358
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7359
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
7360
+ o[:pager] = Aws::Pager.new(
7361
+ limit_key: "max_results",
7362
+ tokens: {
7363
+ "next_token" => "next_token"
7364
+ }
7365
+ )
7366
+ end)
7367
+
5900
7368
  api.add_operation(:list_subscription_grants, Seahorse::Model::Operation.new.tap do |o|
5901
7369
  o.name = "ListSubscriptionGrants"
5902
7370
  o.http_method = "GET"
@@ -6301,6 +7769,22 @@ module Aws::DataZone
6301
7769
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6302
7770
  end)
6303
7771
 
7772
+ api.add_operation(:update_connection, Seahorse::Model::Operation.new.tap do |o|
7773
+ o.name = "UpdateConnection"
7774
+ o.http_method = "PATCH"
7775
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/connections/{identifier}"
7776
+ o.input = Shapes::ShapeRef.new(shape: UpdateConnectionInput)
7777
+ o.output = Shapes::ShapeRef.new(shape: UpdateConnectionOutput)
7778
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7779
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7780
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7781
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7782
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
7783
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
7784
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7785
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
7786
+ end)
7787
+
6304
7788
  api.add_operation(:update_data_source, Seahorse::Model::Operation.new.tap do |o|
6305
7789
  o.name = "UpdateDataSource"
6306
7790
  o.http_method = "PATCH"
@@ -6454,6 +7938,38 @@ module Aws::DataZone
6454
7938
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
6455
7939
  end)
6456
7940
 
7941
+ api.add_operation(:update_project_profile, Seahorse::Model::Operation.new.tap do |o|
7942
+ o.name = "UpdateProjectProfile"
7943
+ o.http_method = "PATCH"
7944
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/project-profiles/{identifier}"
7945
+ o.input = Shapes::ShapeRef.new(shape: UpdateProjectProfileInput)
7946
+ o.output = Shapes::ShapeRef.new(shape: UpdateProjectProfileOutput)
7947
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7948
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7949
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7950
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7951
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
7952
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
7953
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7954
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
7955
+ end)
7956
+
7957
+ api.add_operation(:update_rule, Seahorse::Model::Operation.new.tap do |o|
7958
+ o.name = "UpdateRule"
7959
+ o.http_method = "PATCH"
7960
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/rules/{identifier}"
7961
+ o.input = Shapes::ShapeRef.new(shape: UpdateRuleInput)
7962
+ o.output = Shapes::ShapeRef.new(shape: UpdateRuleOutput)
7963
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7964
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7965
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7966
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7967
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
7968
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
7969
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7970
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
7971
+ end)
7972
+
6457
7973
  api.add_operation(:update_subscription_grant_status, Seahorse::Model::Operation.new.tap do |o|
6458
7974
  o.name = "UpdateSubscriptionGrantStatus"
6459
7975
  o.http_method = "PATCH"