aws-sdk-datazone 1.86.0 → 1.87.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef18f06bc0580fa956604cbf70b7aaf231ffd1c3e46bd95e98e41e4fb3711979
4
- data.tar.gz: 418941d3cf90231ea51bdfd172d57aad39c4927ea4662d352c2640582a31f082
3
+ metadata.gz: 9ca534e7f4532502f6cb155c5bfdeb917f1856f8deb0ffd91818321ccf8959af
4
+ data.tar.gz: 62223fd2179b3fbd600ee69343375c8a46aa2f6a62833cd2b3a14a121b732ec5
5
5
  SHA512:
6
- metadata.gz: 41fdaabf0296b4e75c65b63517c126d603abc0c2584bd2190713769179102f9b16d7894d93e184d9f15b3f2f976eefd741a844f873af60eb74da5f2ecabd07d0
7
- data.tar.gz: 209ce6feb22a73a5a2c49ccbfd949b9f7b1ee10d9d16614ad04ccef1b2166607d7d053a0bb2d9e0dbecf79504b22365f2faf84d21ef23af2dafa1d3a3e4081d8
6
+ metadata.gz: '0339f8ba5af95cfab35101c3bf9e0588eb48e59d9fc4797bde278c5d533247156ad0bc5b68ebf27df9987fc9f23b2a65f06807073be5daaec5d75547814ed57d'
7
+ data.tar.gz: 765ca5ef0130c09cb3266da6cf76fa514c58021c987a591429575274e6f49730716cc775a08d40ff5ad093aadd4dd204b2311d049378b5692cb0a575efbbd1dd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2026-08-11)
5
+ ------------------
6
+
7
+ * Feature - GetSubscriptionGrant now returns materialized asset scope name for mapping Lake Formation data cell filters or Redshift views to subscription grants.
8
+
4
9
  1.86.0 (2026-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -642,6 +642,7 @@ module Aws::DataZone
642
642
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
643
643
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
644
644
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
645
+ # resp.subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
645
646
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
646
647
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
647
648
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -1143,6 +1144,7 @@ module Aws::DataZone
1143
1144
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids #=> Array
1144
1145
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids[0] #=> String
1145
1146
  # resp.subscribed_listing.item.asset_listing.asset_scope.status #=> String
1147
+ # resp.subscribed_listing.item.asset_listing.asset_scope.scope_name #=> String
1146
1148
  # resp.subscribed_listing.item.asset_listing.asset_scope.error_message #=> String
1147
1149
  # resp.subscribed_listing.item.asset_listing.permissions.s3 #=> Array
1148
1150
  # resp.subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -4446,6 +4448,7 @@ module Aws::DataZone
4446
4448
  # resp.assets[0].asset_scope.filter_ids #=> Array
4447
4449
  # resp.assets[0].asset_scope.filter_ids[0] #=> String
4448
4450
  # resp.assets[0].asset_scope.status #=> String
4451
+ # resp.assets[0].asset_scope.scope_name #=> String
4449
4452
  # resp.assets[0].asset_scope.error_message #=> String
4450
4453
  # resp.assets[0].permissions.s3 #=> Array
4451
4454
  # resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -4600,6 +4603,7 @@ module Aws::DataZone
4600
4603
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
4601
4604
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
4602
4605
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
4606
+ # resp.subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
4603
4607
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
4604
4608
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
4605
4609
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -5782,6 +5786,7 @@ module Aws::DataZone
5782
5786
  # resp.assets[0].asset_scope.filter_ids #=> Array
5783
5787
  # resp.assets[0].asset_scope.filter_ids[0] #=> String
5784
5788
  # resp.assets[0].asset_scope.status #=> String
5789
+ # resp.assets[0].asset_scope.scope_name #=> String
5785
5790
  # resp.assets[0].asset_scope.error_message #=> String
5786
5791
  # resp.assets[0].permissions.s3 #=> Array
5787
5792
  # resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -8481,6 +8486,7 @@ module Aws::DataZone
8481
8486
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids #=> Array
8482
8487
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids[0] #=> String
8483
8488
  # resp.subscribed_listing.item.asset_listing.asset_scope.status #=> String
8489
+ # resp.subscribed_listing.item.asset_listing.asset_scope.scope_name #=> String
8484
8490
  # resp.subscribed_listing.item.asset_listing.asset_scope.error_message #=> String
8485
8491
  # resp.subscribed_listing.item.asset_listing.permissions.s3 #=> Array
8486
8492
  # resp.subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -8565,6 +8571,7 @@ module Aws::DataZone
8565
8571
  # resp.assets[0].asset_scope.filter_ids #=> Array
8566
8572
  # resp.assets[0].asset_scope.filter_ids[0] #=> String
8567
8573
  # resp.assets[0].asset_scope.status #=> String
8574
+ # resp.assets[0].asset_scope.scope_name #=> String
8568
8575
  # resp.assets[0].asset_scope.error_message #=> String
8569
8576
  # resp.assets[0].permissions.s3 #=> Array
8570
8577
  # resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -8653,6 +8660,7 @@ module Aws::DataZone
8653
8660
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
8654
8661
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
8655
8662
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
8663
+ # resp.subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
8656
8664
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
8657
8665
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
8658
8666
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -11314,6 +11322,7 @@ module Aws::DataZone
11314
11322
  # resp.items[0].assets[0].asset_scope.filter_ids #=> Array
11315
11323
  # resp.items[0].assets[0].asset_scope.filter_ids[0] #=> String
11316
11324
  # resp.items[0].assets[0].asset_scope.status #=> String
11325
+ # resp.items[0].assets[0].asset_scope.scope_name #=> String
11317
11326
  # resp.items[0].assets[0].asset_scope.error_message #=> String
11318
11327
  # resp.items[0].assets[0].permissions.s3 #=> Array
11319
11328
  # resp.items[0].assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -11448,6 +11457,7 @@ module Aws::DataZone
11448
11457
  # resp.items[0].subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
11449
11458
  # resp.items[0].subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
11450
11459
  # resp.items[0].subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
11460
+ # resp.items[0].subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
11451
11461
  # resp.items[0].subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
11452
11462
  # resp.items[0].subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
11453
11463
  # resp.items[0].subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -11689,6 +11699,7 @@ module Aws::DataZone
11689
11699
  # resp.items[0].subscribed_listing.item.asset_listing.asset_scope.filter_ids #=> Array
11690
11700
  # resp.items[0].subscribed_listing.item.asset_listing.asset_scope.filter_ids[0] #=> String
11691
11701
  # resp.items[0].subscribed_listing.item.asset_listing.asset_scope.status #=> String
11702
+ # resp.items[0].subscribed_listing.item.asset_listing.asset_scope.scope_name #=> String
11692
11703
  # resp.items[0].subscribed_listing.item.asset_listing.asset_scope.error_message #=> String
11693
11704
  # resp.items[0].subscribed_listing.item.asset_listing.permissions.s3 #=> Array
11694
11705
  # resp.items[0].subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -12391,6 +12402,7 @@ module Aws::DataZone
12391
12402
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
12392
12403
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
12393
12404
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
12405
+ # resp.subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
12394
12406
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
12395
12407
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
12396
12408
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -12624,6 +12636,7 @@ module Aws::DataZone
12624
12636
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids #=> Array
12625
12637
  # resp.subscribed_listing.item.asset_listing.asset_scope.filter_ids[0] #=> String
12626
12638
  # resp.subscribed_listing.item.asset_listing.asset_scope.status #=> String
12639
+ # resp.subscribed_listing.item.asset_listing.asset_scope.scope_name #=> String
12627
12640
  # resp.subscribed_listing.item.asset_listing.asset_scope.error_message #=> String
12628
12641
  # resp.subscribed_listing.item.asset_listing.permissions.s3 #=> Array
12629
12642
  # resp.subscribed_listing.item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -16304,6 +16317,7 @@ module Aws::DataZone
16304
16317
  # resp.assets[0].asset_scope.filter_ids #=> Array
16305
16318
  # resp.assets[0].asset_scope.filter_ids[0] #=> String
16306
16319
  # resp.assets[0].asset_scope.status #=> String
16320
+ # resp.assets[0].asset_scope.scope_name #=> String
16307
16321
  # resp.assets[0].asset_scope.error_message #=> String
16308
16322
  # resp.assets[0].permissions.s3 #=> Array
16309
16323
  # resp.assets[0].permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -16395,6 +16409,7 @@ module Aws::DataZone
16395
16409
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids #=> Array
16396
16410
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.filter_ids[0] #=> String
16397
16411
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.status #=> String
16412
+ # resp.subscribed_listings[0].item.asset_listing.asset_scope.scope_name #=> String
16398
16413
  # resp.subscribed_listings[0].item.asset_listing.asset_scope.error_message #=> String
16399
16414
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3 #=> Array
16400
16415
  # resp.subscribed_listings[0].item.asset_listing.permissions.s3[0] #=> String, one of "READ", "WRITE"
@@ -16619,7 +16634,7 @@ module Aws::DataZone
16619
16634
  tracer: tracer
16620
16635
  )
16621
16636
  context[:gem_name] = 'aws-sdk-datazone'
16622
- context[:gem_version] = '1.86.0'
16637
+ context[:gem_version] = '1.87.0'
16623
16638
  Seahorse::Client::Request.new(handlers, context)
16624
16639
  end
16625
16640
 
@@ -1604,6 +1604,7 @@ module Aws::DataZone
1604
1604
  AssetScope.add_member(:asset_id, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "assetId"))
1605
1605
  AssetScope.add_member(:filter_ids, Shapes::ShapeRef.new(shape: FilterIds, required: true, location_name: "filterIds"))
1606
1606
  AssetScope.add_member(:status, Shapes::ShapeRef.new(shape: String, required: true, location_name: "status"))
1607
+ AssetScope.add_member(:scope_name, Shapes::ShapeRef.new(shape: String, location_name: "scopeName"))
1607
1608
  AssetScope.add_member(:error_message, Shapes::ShapeRef.new(shape: String, location_name: "errorMessage"))
1608
1609
  AssetScope.struct_class = Types::AssetScope
1609
1610
 
@@ -1175,6 +1175,10 @@ module Aws::DataZone
1175
1175
  # The status of the asset scope.
1176
1176
  # @return [String]
1177
1177
  #
1178
+ # @!attribute [rw] scope_name
1179
+ # The name of the materialized asset scope.
1180
+ # @return [String]
1181
+ #
1178
1182
  # @!attribute [rw] error_message
1179
1183
  # The error message of the asset scope.
1180
1184
  # @return [String]
@@ -1185,6 +1189,7 @@ module Aws::DataZone
1185
1189
  :asset_id,
1186
1190
  :filter_ids,
1187
1191
  :status,
1192
+ :scope_name,
1188
1193
  :error_message)
1189
1194
  SENSITIVE = []
1190
1195
  include Aws::Structure
@@ -55,7 +55,7 @@ module Aws::DataZone
55
55
  autoload :EndpointProvider, 'aws-sdk-datazone/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-datazone/endpoints'
57
57
 
58
- GEM_VERSION = '1.86.0'
58
+ GEM_VERSION = '1.87.0'
59
59
 
60
60
  end
61
61
 
data/sig/types.rbs CHANGED
@@ -329,6 +329,7 @@ module Aws::DataZone
329
329
  attr_accessor asset_id: ::String
330
330
  attr_accessor filter_ids: ::Array[::String]
331
331
  attr_accessor status: ::String
332
+ attr_accessor scope_name: ::String
332
333
  attr_accessor error_message: ::String
333
334
  SENSITIVE: []
334
335
  end
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.86.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services