aws-sdk-datazone 1.57.0 → 1.59.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.
data/sig/client.rbs CHANGED
@@ -123,6 +123,14 @@ module Aws
123
123
  end
124
124
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#accept_subscription_request-instance_method
125
125
  def accept_subscription_request: (
126
+ ?asset_permissions: Array[
127
+ {
128
+ asset_id: ::String,
129
+ permissions: {
130
+ s3: Array[("READ" | "WRITE")]?
131
+ }
132
+ },
133
+ ],
126
134
  ?asset_scopes: Array[
127
135
  {
128
136
  asset_id: ::String,
@@ -637,8 +645,7 @@ module Aws
637
645
  glue_lineage_sync_enabled: bool?
638
646
  }?,
639
647
  mlflow_properties: {
640
- tracking_server_arn: ::String?,
641
- tracking_server_name: ::String?
648
+ tracking_server_arn: ::String?
642
649
  }?,
643
650
  redshift_properties: {
644
651
  credentials: {
@@ -1374,6 +1381,7 @@ module Aws
1374
1381
  def created_at: () -> ::Time
1375
1382
  def created_by: () -> ::String
1376
1383
  def domain_id: () -> ::String
1384
+ def environment_id: () -> ::String
1377
1385
  def granted_entity: () -> Types::GrantedEntity
1378
1386
  def id: () -> ::String
1379
1387
  def status: () -> ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
@@ -1422,6 +1430,20 @@ module Aws
1422
1430
  end
1423
1431
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#create_subscription_request-instance_method
1424
1432
  def create_subscription_request: (
1433
+ ?asset_permissions: Array[
1434
+ {
1435
+ asset_id: ::String,
1436
+ permissions: {
1437
+ s3: Array[("READ" | "WRITE")]?
1438
+ }
1439
+ },
1440
+ ],
1441
+ ?asset_scopes: Array[
1442
+ {
1443
+ asset_id: ::String,
1444
+ filter_ids: Array[::String]
1445
+ },
1446
+ ],
1425
1447
  ?client_token: ::String,
1426
1448
  domain_identifier: ::String,
1427
1449
  ?metadata_forms: Array[
@@ -1440,8 +1462,14 @@ module Aws
1440
1462
  ],
1441
1463
  subscribed_principals: Array[
1442
1464
  {
1465
+ group: {
1466
+ identifier: ::String?
1467
+ }?,
1443
1468
  project: {
1444
1469
  identifier: ::String?
1470
+ }?,
1471
+ user: {
1472
+ identifier: ::String?
1445
1473
  }?
1446
1474
  },
1447
1475
  ]
@@ -1748,6 +1776,7 @@ module Aws
1748
1776
  def created_at: () -> ::Time
1749
1777
  def created_by: () -> ::String
1750
1778
  def domain_id: () -> ::String
1779
+ def environment_id: () -> ::String
1751
1780
  def granted_entity: () -> Types::GrantedEntity
1752
1781
  def id: () -> ::String
1753
1782
  def status: () -> ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
@@ -2481,6 +2510,7 @@ module Aws
2481
2510
  def created_at: () -> ::Time
2482
2511
  def created_by: () -> ::String
2483
2512
  def domain_id: () -> ::String
2513
+ def environment_id: () -> ::String
2484
2514
  def granted_entity: () -> Types::GrantedEntity
2485
2515
  def id: () -> ::String
2486
2516
  def status: () -> ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
@@ -3025,7 +3055,9 @@ module Aws
3025
3055
  ?environment_id: ::String,
3026
3056
  ?max_results: ::Integer,
3027
3057
  ?next_token: ::String,
3058
+ ?owning_group_id: ::String,
3028
3059
  ?owning_project_id: ::String,
3060
+ ?owning_user_id: ::String,
3029
3061
  ?sort_by: ("CREATED_AT" | "UPDATED_AT"),
3030
3062
  ?sort_order: ("ASCENDING" | "DESCENDING"),
3031
3063
  ?subscribed_listing_id: ::String,
@@ -3045,7 +3077,9 @@ module Aws
3045
3077
  domain_identifier: ::String,
3046
3078
  ?max_results: ::Integer,
3047
3079
  ?next_token: ::String,
3080
+ ?owning_group_id: ::String,
3048
3081
  ?owning_project_id: ::String,
3082
+ ?owning_user_id: ::String,
3049
3083
  ?sort_by: ("CREATED_AT" | "UPDATED_AT"),
3050
3084
  ?sort_order: ("ASCENDING" | "DESCENDING"),
3051
3085
  ?status: ("PENDING" | "ACCEPTED" | "REJECTED"),
@@ -3080,7 +3114,9 @@ module Aws
3080
3114
  domain_identifier: ::String,
3081
3115
  ?max_results: ::Integer,
3082
3116
  ?next_token: ::String,
3117
+ ?owning_group_id: ::String,
3083
3118
  ?owning_project_id: ::String,
3119
+ ?owning_user_id: ::String,
3084
3120
  ?sort_by: ("CREATED_AT" | "UPDATED_AT"),
3085
3121
  ?sort_order: ("ASCENDING" | "DESCENDING"),
3086
3122
  ?status: ("APPROVED" | "REVOKED" | "CANCELLED"),
@@ -3718,8 +3754,7 @@ module Aws
3718
3754
  glue_lineage_sync_enabled: bool?
3719
3755
  }?,
3720
3756
  mlflow_properties: {
3721
- tracking_server_arn: ::String?,
3722
- tracking_server_name: ::String?
3757
+ tracking_server_arn: ::String?
3723
3758
  }?,
3724
3759
  redshift_properties: {
3725
3760
  credentials: {
@@ -4292,6 +4327,7 @@ module Aws
4292
4327
  def created_at: () -> ::Time
4293
4328
  def created_by: () -> ::String
4294
4329
  def domain_id: () -> ::String
4330
+ def environment_id: () -> ::String
4295
4331
  def granted_entity: () -> Types::GrantedEntity
4296
4332
  def id: () -> ::String
4297
4333
  def status: () -> ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
data/sig/types.rbs CHANGED
@@ -39,6 +39,7 @@ module Aws::DataZone
39
39
  end
40
40
 
41
41
  class AcceptSubscriptionRequestInput
42
+ attr_accessor asset_permissions: ::Array[Types::AssetPermission]
42
43
  attr_accessor asset_scopes: ::Array[Types::AcceptedAssetScope]
43
44
  attr_accessor decision_comment: ::String
44
45
  attr_accessor domain_identifier: ::String
@@ -304,6 +305,12 @@ module Aws::DataZone
304
305
  SENSITIVE: []
305
306
  end
306
307
 
308
+ class AssetPermission
309
+ attr_accessor asset_id: ::String
310
+ attr_accessor permissions: Types::Permissions
311
+ SENSITIVE: []
312
+ end
313
+
307
314
  class AssetRevision
308
315
  attr_accessor created_at: ::Time
309
316
  attr_accessor created_by: ::String
@@ -1335,6 +1342,7 @@ module Aws::DataZone
1335
1342
  attr_accessor created_at: ::Time
1336
1343
  attr_accessor created_by: ::String
1337
1344
  attr_accessor domain_id: ::String
1345
+ attr_accessor environment_id: ::String
1338
1346
  attr_accessor granted_entity: Types::GrantedEntity
1339
1347
  attr_accessor id: ::String
1340
1348
  attr_accessor status: ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
@@ -1346,6 +1354,8 @@ module Aws::DataZone
1346
1354
  end
1347
1355
 
1348
1356
  class CreateSubscriptionRequestInput
1357
+ attr_accessor asset_permissions: ::Array[Types::AssetPermission]
1358
+ attr_accessor asset_scopes: ::Array[Types::AcceptedAssetScope]
1349
1359
  attr_accessor client_token: ::String
1350
1360
  attr_accessor domain_identifier: ::String
1351
1361
  attr_accessor metadata_forms: ::Array[Types::FormInput]
@@ -1835,6 +1845,7 @@ module Aws::DataZone
1835
1845
  attr_accessor created_at: ::Time
1836
1846
  attr_accessor created_by: ::String
1837
1847
  attr_accessor domain_id: ::String
1848
+ attr_accessor environment_id: ::String
1838
1849
  attr_accessor granted_entity: Types::GrantedEntity
1839
1850
  attr_accessor id: ::String
1840
1851
  attr_accessor status: ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
@@ -2865,6 +2876,7 @@ module Aws::DataZone
2865
2876
  attr_accessor created_at: ::Time
2866
2877
  attr_accessor created_by: ::String
2867
2878
  attr_accessor domain_id: ::String
2879
+ attr_accessor environment_id: ::String
2868
2880
  attr_accessor granted_entity: Types::GrantedEntity
2869
2881
  attr_accessor id: ::String
2870
2882
  attr_accessor status: ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
@@ -3801,7 +3813,9 @@ module Aws::DataZone
3801
3813
  attr_accessor environment_id: ::String
3802
3814
  attr_accessor max_results: ::Integer
3803
3815
  attr_accessor next_token: ::String
3816
+ attr_accessor owning_group_id: ::String
3804
3817
  attr_accessor owning_project_id: ::String
3818
+ attr_accessor owning_user_id: ::String
3805
3819
  attr_accessor sort_by: ("CREATED_AT" | "UPDATED_AT")
3806
3820
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
3807
3821
  attr_accessor subscribed_listing_id: ::String
@@ -3821,7 +3835,9 @@ module Aws::DataZone
3821
3835
  attr_accessor domain_identifier: ::String
3822
3836
  attr_accessor max_results: ::Integer
3823
3837
  attr_accessor next_token: ::String
3838
+ attr_accessor owning_group_id: ::String
3824
3839
  attr_accessor owning_project_id: ::String
3840
+ attr_accessor owning_user_id: ::String
3825
3841
  attr_accessor sort_by: ("CREATED_AT" | "UPDATED_AT")
3826
3842
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
3827
3843
  attr_accessor status: ("PENDING" | "ACCEPTED" | "REJECTED")
@@ -3856,7 +3872,9 @@ module Aws::DataZone
3856
3872
  attr_accessor domain_identifier: ::String
3857
3873
  attr_accessor max_results: ::Integer
3858
3874
  attr_accessor next_token: ::String
3875
+ attr_accessor owning_group_id: ::String
3859
3876
  attr_accessor owning_project_id: ::String
3877
+ attr_accessor owning_user_id: ::String
3860
3878
  attr_accessor sort_by: ("CREATED_AT" | "UPDATED_AT")
3861
3879
  attr_accessor sort_order: ("ASCENDING" | "DESCENDING")
3862
3880
  attr_accessor status: ("APPROVED" | "REVOKED" | "CANCELLED")
@@ -4029,19 +4047,16 @@ module Aws::DataZone
4029
4047
 
4030
4048
  class MlflowPropertiesInput
4031
4049
  attr_accessor tracking_server_arn: ::String
4032
- attr_accessor tracking_server_name: ::String
4033
4050
  SENSITIVE: []
4034
4051
  end
4035
4052
 
4036
4053
  class MlflowPropertiesOutput
4037
4054
  attr_accessor tracking_server_arn: ::String
4038
- attr_accessor tracking_server_name: ::String
4039
4055
  SENSITIVE: []
4040
4056
  end
4041
4057
 
4042
4058
  class MlflowPropertiesPatch
4043
4059
  attr_accessor tracking_server_arn: ::String
4044
- attr_accessor tracking_server_name: ::String
4045
4060
  SENSITIVE: []
4046
4061
  end
4047
4062
 
@@ -4185,6 +4200,17 @@ module Aws::DataZone
4185
4200
  SENSITIVE: []
4186
4201
  end
4187
4202
 
4203
+ class Permissions
4204
+ attr_accessor s3: ::Array[("READ" | "WRITE")]
4205
+ attr_accessor unknown: untyped
4206
+ SENSITIVE: []
4207
+
4208
+ class S3 < Permissions
4209
+ end
4210
+ class Unknown < Permissions
4211
+ end
4212
+ end
4213
+
4188
4214
  class PhysicalConnectionRequirements
4189
4215
  attr_accessor availability_zone: ::String
4190
4216
  attr_accessor security_group_id_list: ::Array[::String]
@@ -5186,6 +5212,7 @@ module Aws::DataZone
5186
5212
  attr_accessor failure_cause: Types::FailureCause
5187
5213
  attr_accessor failure_timestamp: ::Time
5188
5214
  attr_accessor granted_timestamp: ::Time
5215
+ attr_accessor permissions: Types::Permissions
5189
5216
  attr_accessor status: ("GRANT_PENDING" | "REVOKE_PENDING" | "GRANT_IN_PROGRESS" | "REVOKE_IN_PROGRESS" | "GRANTED" | "REVOKED" | "GRANT_FAILED" | "REVOKE_FAILED")
5190
5217
  attr_accessor target_name: ::String
5191
5218
  SENSITIVE: []
@@ -5198,6 +5225,18 @@ module Aws::DataZone
5198
5225
  attr_accessor entity_type: ::String
5199
5226
  attr_accessor forms: ::String
5200
5227
  attr_accessor glossary_terms: ::Array[Types::DetailedGlossaryTerm]
5228
+ attr_accessor permissions: Types::Permissions
5229
+ SENSITIVE: []
5230
+ end
5231
+
5232
+ class SubscribedGroup
5233
+ attr_accessor id: ::String
5234
+ attr_accessor name: ::String
5235
+ SENSITIVE: [:name]
5236
+ end
5237
+
5238
+ class SubscribedGroupInput
5239
+ attr_accessor identifier: ::String
5201
5240
  SENSITIVE: []
5202
5241
  end
5203
5242
 
@@ -5232,23 +5271,35 @@ module Aws::DataZone
5232
5271
  end
5233
5272
 
5234
5273
  class SubscribedPrincipal
5274
+ attr_accessor group: Types::SubscribedGroup
5235
5275
  attr_accessor project: Types::SubscribedProject
5276
+ attr_accessor user: Types::SubscribedUser
5236
5277
  attr_accessor unknown: untyped
5237
5278
  SENSITIVE: []
5238
5279
 
5280
+ class Group < SubscribedPrincipal
5281
+ end
5239
5282
  class Project < SubscribedPrincipal
5240
5283
  end
5284
+ class User < SubscribedPrincipal
5285
+ end
5241
5286
  class Unknown < SubscribedPrincipal
5242
5287
  end
5243
5288
  end
5244
5289
 
5245
5290
  class SubscribedPrincipalInput
5291
+ attr_accessor group: Types::SubscribedGroupInput
5246
5292
  attr_accessor project: Types::SubscribedProjectInput
5293
+ attr_accessor user: Types::SubscribedUserInput
5247
5294
  attr_accessor unknown: untyped
5248
5295
  SENSITIVE: []
5249
5296
 
5297
+ class Group < SubscribedPrincipalInput
5298
+ end
5250
5299
  class Project < SubscribedPrincipalInput
5251
5300
  end
5301
+ class User < SubscribedPrincipalInput
5302
+ end
5252
5303
  class Unknown < SubscribedPrincipalInput
5253
5304
  end
5254
5305
  end
@@ -5274,11 +5325,23 @@ module Aws::DataZone
5274
5325
  SENSITIVE: []
5275
5326
  end
5276
5327
 
5328
+ class SubscribedUser
5329
+ attr_accessor details: Types::UserProfileDetails
5330
+ attr_accessor id: ::String
5331
+ SENSITIVE: []
5332
+ end
5333
+
5334
+ class SubscribedUserInput
5335
+ attr_accessor identifier: ::String
5336
+ SENSITIVE: []
5337
+ end
5338
+
5277
5339
  class SubscriptionGrantSummary
5278
5340
  attr_accessor assets: ::Array[Types::SubscribedAsset]
5279
5341
  attr_accessor created_at: ::Time
5280
5342
  attr_accessor created_by: ::String
5281
5343
  attr_accessor domain_id: ::String
5344
+ attr_accessor environment_id: ::String
5282
5345
  attr_accessor granted_entity: Types::GrantedEntity
5283
5346
  attr_accessor id: ::String
5284
5347
  attr_accessor status: ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
@@ -5863,6 +5926,7 @@ module Aws::DataZone
5863
5926
  attr_accessor created_at: ::Time
5864
5927
  attr_accessor created_by: ::String
5865
5928
  attr_accessor domain_id: ::String
5929
+ attr_accessor environment_id: ::String
5866
5930
  attr_accessor granted_entity: Types::GrantedEntity
5867
5931
  attr_accessor id: ::String
5868
5932
  attr_accessor status: ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.57.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services