aws-sdk-datazone 1.15.0 → 1.16.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: aa19f9cc73035f98bb4b5bcc40165c9275e54cfda850295d8faa92ecd6482491
4
- data.tar.gz: 284ec444366192f4dc87ea4a997fb84a50b93f3758efd959ab82eea283a38684
3
+ metadata.gz: 89d520e71250f018b8ed34a99b09f5bfc336e544dbae6307dae4288e0d60a5d5
4
+ data.tar.gz: e4779385807f12776dddf260731048663840553adaa87f0abff192032787ec13
5
5
  SHA512:
6
- metadata.gz: 9abe648e2a0f010ce5b2b9d4f71fdb3f2babe19a5438b697154eccdfd53bbd243a3414593f13a06ad1248797c4ff981985e8f0ee315ea47793b3d2423614405c
7
- data.tar.gz: 1687afa6d0ee266350a54a71cf2ab73107f589a84e8c66bea450511696973fd3d46bff158a94d89ef07bd4195841f34a5aa4f7bcd99394e2c1cacbf27b486684
6
+ metadata.gz: bb65034e16f68edd873535353b64c47632a0673d003fe53ea8d09afc3c66b58d2c8986f22b95afc5faa466ef1211ccde4a62834f90e4e751611235df90512a00
7
+ data.tar.gz: 04c1fcdc628c4c22508a57f6b4cf10e8b3af67f8c65da3dd9b5f1b750be8de654f1cc7f32ed5d644f2bbeb84e3a76a9c17df49a35ce7b788700cf36b5a4373b9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.16.0 (2024-07-23)
5
+ ------------------
6
+
7
+ * Feature - This release removes the deprecated dataProductItem field from Search API output.
8
+
4
9
  1.15.0 (2024-07-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.16.0
@@ -7093,20 +7093,6 @@ module Aws::DataZone
7093
7093
  # resp.items[0].asset_item.owning_project_id #=> String
7094
7094
  # resp.items[0].asset_item.type_identifier #=> String
7095
7095
  # resp.items[0].asset_item.type_revision #=> String
7096
- # resp.items[0].data_product_item.created_at #=> Time
7097
- # resp.items[0].data_product_item.created_by #=> String
7098
- # resp.items[0].data_product_item.data_product_items #=> Array
7099
- # resp.items[0].data_product_item.data_product_items[0].domain_id #=> String
7100
- # resp.items[0].data_product_item.data_product_items[0].item_id #=> String
7101
- # resp.items[0].data_product_item.description #=> String
7102
- # resp.items[0].data_product_item.domain_id #=> String
7103
- # resp.items[0].data_product_item.glossary_terms #=> Array
7104
- # resp.items[0].data_product_item.glossary_terms[0] #=> String
7105
- # resp.items[0].data_product_item.id #=> String
7106
- # resp.items[0].data_product_item.name #=> String
7107
- # resp.items[0].data_product_item.owning_project_id #=> String
7108
- # resp.items[0].data_product_item.updated_at #=> Time
7109
- # resp.items[0].data_product_item.updated_by #=> String
7110
7096
  # resp.items[0].glossary_item.created_at #=> Time
7111
7097
  # resp.items[0].glossary_item.created_by #=> String
7112
7098
  # resp.items[0].glossary_item.description #=> String
@@ -9007,7 +8993,7 @@ module Aws::DataZone
9007
8993
  params: params,
9008
8994
  config: config)
9009
8995
  context[:gem_name] = 'aws-sdk-datazone'
9010
- context[:gem_version] = '1.15.0'
8996
+ context[:gem_version] = '1.16.0'
9011
8997
  Seahorse::Client::Request.new(handlers, context)
9012
8998
  end
9013
8999
 
@@ -120,12 +120,6 @@ module Aws::DataZone
120
120
  CustomParameterList = Shapes::ListShape.new(name: 'CustomParameterList')
121
121
  DataAssetActivityStatus = Shapes::StringShape.new(name: 'DataAssetActivityStatus')
122
122
  DataPointIdentifier = Shapes::StringShape.new(name: 'DataPointIdentifier')
123
- DataProductDescription = Shapes::StringShape.new(name: 'DataProductDescription')
124
- DataProductId = Shapes::StringShape.new(name: 'DataProductId')
125
- DataProductItem = Shapes::StructureShape.new(name: 'DataProductItem')
126
- DataProductItems = Shapes::ListShape.new(name: 'DataProductItems')
127
- DataProductName = Shapes::StringShape.new(name: 'DataProductName')
128
- DataProductSummary = Shapes::StructureShape.new(name: 'DataProductSummary')
129
123
  DataSourceConfigurationInput = Shapes::UnionShape.new(name: 'DataSourceConfigurationInput')
130
124
  DataSourceConfigurationOutput = Shapes::UnionShape.new(name: 'DataSourceConfigurationOutput')
131
125
  DataSourceErrorMessage = Shapes::StructureShape.new(name: 'DataSourceErrorMessage')
@@ -1329,25 +1323,6 @@ module Aws::DataZone
1329
1323
 
1330
1324
  CustomParameterList.member = Shapes::ShapeRef.new(shape: CustomParameter)
1331
1325
 
1332
- DataProductItem.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
1333
- DataProductItem.add_member(:item_id, Shapes::ShapeRef.new(shape: DataProductId, location_name: "itemId"))
1334
- DataProductItem.struct_class = Types::DataProductItem
1335
-
1336
- DataProductItems.member = Shapes::ShapeRef.new(shape: DataProductItem, deprecated: true)
1337
-
1338
- DataProductSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1339
- DataProductSummary.add_member(:created_by, Shapes::ShapeRef.new(shape: CreatedBy, location_name: "createdBy"))
1340
- DataProductSummary.add_member(:data_product_items, Shapes::ShapeRef.new(shape: DataProductItems, deprecated: true, location_name: "dataProductItems"))
1341
- DataProductSummary.add_member(:description, Shapes::ShapeRef.new(shape: DataProductDescription, location_name: "description"))
1342
- DataProductSummary.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, required: true, location_name: "domainId"))
1343
- DataProductSummary.add_member(:glossary_terms, Shapes::ShapeRef.new(shape: GlossaryTerms, location_name: "glossaryTerms"))
1344
- DataProductSummary.add_member(:id, Shapes::ShapeRef.new(shape: DataProductId, required: true, location_name: "id"))
1345
- DataProductSummary.add_member(:name, Shapes::ShapeRef.new(shape: DataProductName, required: true, location_name: "name"))
1346
- DataProductSummary.add_member(:owning_project_id, Shapes::ShapeRef.new(shape: ProjectId, required: true, location_name: "owningProjectId"))
1347
- DataProductSummary.add_member(:updated_at, Shapes::ShapeRef.new(shape: UpdatedAt, location_name: "updatedAt"))
1348
- DataProductSummary.add_member(:updated_by, Shapes::ShapeRef.new(shape: UpdatedBy, location_name: "updatedBy"))
1349
- DataProductSummary.struct_class = Types::DataProductSummary
1350
-
1351
1326
  DataSourceConfigurationInput.add_member(:glue_run_configuration, Shapes::ShapeRef.new(shape: GlueRunConfigurationInput, location_name: "glueRunConfiguration"))
1352
1327
  DataSourceConfigurationInput.add_member(:redshift_run_configuration, Shapes::ShapeRef.new(shape: RedshiftRunConfigurationInput, location_name: "redshiftRunConfiguration"))
1353
1328
  DataSourceConfigurationInput.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
@@ -3015,12 +2990,10 @@ module Aws::DataZone
3015
2990
  SearchInput.struct_class = Types::SearchInput
3016
2991
 
3017
2992
  SearchInventoryResultItem.add_member(:asset_item, Shapes::ShapeRef.new(shape: AssetItem, location_name: "assetItem"))
3018
- SearchInventoryResultItem.add_member(:data_product_item, Shapes::ShapeRef.new(shape: DataProductSummary, deprecated: true, location_name: "dataProductItem", metadata: {"deprecatedMessage"=>"This field is deprecated."}))
3019
2993
  SearchInventoryResultItem.add_member(:glossary_item, Shapes::ShapeRef.new(shape: GlossaryItem, location_name: "glossaryItem"))
3020
2994
  SearchInventoryResultItem.add_member(:glossary_term_item, Shapes::ShapeRef.new(shape: GlossaryTermItem, location_name: "glossaryTermItem"))
3021
2995
  SearchInventoryResultItem.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
3022
2996
  SearchInventoryResultItem.add_member_subclass(:asset_item, Types::SearchInventoryResultItem::AssetItem)
3023
- SearchInventoryResultItem.add_member_subclass(:data_product_item, Types::SearchInventoryResultItem::DataProductItem)
3024
2997
  SearchInventoryResultItem.add_member_subclass(:glossary_item, Types::SearchInventoryResultItem::GlossaryItem)
3025
2998
  SearchInventoryResultItem.add_member_subclass(:glossary_term_item, Types::SearchInventoryResultItem::GlossaryTermItem)
3026
2999
  SearchInventoryResultItem.add_member_subclass(:unknown, Types::SearchInventoryResultItem::Unknown)
@@ -3215,72 +3215,6 @@ module Aws::DataZone
3215
3215
  include Aws::Structure
3216
3216
  end
3217
3217
 
3218
- # @!attribute [rw] domain_id
3219
- # @return [String]
3220
- #
3221
- # @!attribute [rw] item_id
3222
- # @return [String]
3223
- #
3224
- # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DataProductItem AWS API Documentation
3225
- #
3226
- class DataProductItem < Struct.new(
3227
- :domain_id,
3228
- :item_id)
3229
- SENSITIVE = []
3230
- include Aws::Structure
3231
- end
3232
-
3233
- # @!attribute [rw] created_at
3234
- # @return [Time]
3235
- #
3236
- # @!attribute [rw] created_by
3237
- # @return [String]
3238
- #
3239
- # @!attribute [rw] data_product_items
3240
- # @return [Array<Types::DataProductItem>]
3241
- #
3242
- # @!attribute [rw] description
3243
- # @return [String]
3244
- #
3245
- # @!attribute [rw] domain_id
3246
- # @return [String]
3247
- #
3248
- # @!attribute [rw] glossary_terms
3249
- # @return [Array<String>]
3250
- #
3251
- # @!attribute [rw] id
3252
- # @return [String]
3253
- #
3254
- # @!attribute [rw] name
3255
- # @return [String]
3256
- #
3257
- # @!attribute [rw] owning_project_id
3258
- # @return [String]
3259
- #
3260
- # @!attribute [rw] updated_at
3261
- # @return [Time]
3262
- #
3263
- # @!attribute [rw] updated_by
3264
- # @return [String]
3265
- #
3266
- # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DataProductSummary AWS API Documentation
3267
- #
3268
- class DataProductSummary < Struct.new(
3269
- :created_at,
3270
- :created_by,
3271
- :data_product_items,
3272
- :description,
3273
- :domain_id,
3274
- :glossary_terms,
3275
- :id,
3276
- :name,
3277
- :owning_project_id,
3278
- :updated_at,
3279
- :updated_by)
3280
- SENSITIVE = [:description, :name]
3281
- include Aws::Structure
3282
- end
3283
-
3284
3218
  # The configuration of the data source.
3285
3219
  #
3286
3220
  # @note DataSourceConfigurationInput is a union - when making an API calls you must set exactly one of the members.
@@ -10981,10 +10915,6 @@ module Aws::DataZone
10981
10915
  # The asset item included in the search results.
10982
10916
  # @return [Types::AssetItem]
10983
10917
  #
10984
- # @!attribute [rw] data_product_item
10985
- # The data product item included in the search results.
10986
- # @return [Types::DataProductSummary]
10987
- #
10988
10918
  # @!attribute [rw] glossary_item
10989
10919
  # The glossary item included in the search results.
10990
10920
  # @return [Types::GlossaryItem]
@@ -10997,7 +10927,6 @@ module Aws::DataZone
10997
10927
  #
10998
10928
  class SearchInventoryResultItem < Struct.new(
10999
10929
  :asset_item,
11000
- :data_product_item,
11001
10930
  :glossary_item,
11002
10931
  :glossary_term_item,
11003
10932
  :unknown)
@@ -11006,7 +10935,6 @@ module Aws::DataZone
11006
10935
  include Aws::Structure::Union
11007
10936
 
11008
10937
  class AssetItem < SearchInventoryResultItem; end
11009
- class DataProductItem < SearchInventoryResultItem; end
11010
10938
  class GlossaryItem < SearchInventoryResultItem; end
11011
10939
  class GlossaryTermItem < SearchInventoryResultItem; end
11012
10940
  class Unknown < SearchInventoryResultItem; end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-datazone/customizations'
52
52
  # @!group service
53
53
  module Aws::DataZone
54
54
 
55
- GEM_VERSION = '1.15.0'
55
+ GEM_VERSION = '1.16.0'
56
56
 
57
57
  end
data/sig/types.rbs CHANGED
@@ -796,27 +796,6 @@ module Aws::DataZone
796
796
  SENSITIVE: [:description]
797
797
  end
798
798
 
799
- class DataProductItem
800
- attr_accessor domain_id: ::String
801
- attr_accessor item_id: ::String
802
- SENSITIVE: []
803
- end
804
-
805
- class DataProductSummary
806
- attr_accessor created_at: ::Time
807
- attr_accessor created_by: ::String
808
- attr_accessor data_product_items: ::Array[Types::DataProductItem]
809
- attr_accessor description: ::String
810
- attr_accessor domain_id: ::String
811
- attr_accessor glossary_terms: ::Array[::String]
812
- attr_accessor id: ::String
813
- attr_accessor name: ::String
814
- attr_accessor owning_project_id: ::String
815
- attr_accessor updated_at: ::Time
816
- attr_accessor updated_by: ::String
817
- SENSITIVE: [:description, :name]
818
- end
819
-
820
799
  class DataSourceConfigurationInput
821
800
  attr_accessor glue_run_configuration: Types::GlueRunConfigurationInput
822
801
  attr_accessor redshift_run_configuration: Types::RedshiftRunConfigurationInput
@@ -2904,7 +2883,6 @@ module Aws::DataZone
2904
2883
 
2905
2884
  class SearchInventoryResultItem
2906
2885
  attr_accessor asset_item: Types::AssetItem
2907
- attr_accessor data_product_item: Types::DataProductSummary
2908
2886
  attr_accessor glossary_item: Types::GlossaryItem
2909
2887
  attr_accessor glossary_term_item: Types::GlossaryTermItem
2910
2888
  attr_accessor unknown: untyped
@@ -2912,8 +2890,6 @@ module Aws::DataZone
2912
2890
 
2913
2891
  class AssetItem < SearchInventoryResultItem
2914
2892
  end
2915
- class DataProductItem < SearchInventoryResultItem
2916
- end
2917
2893
  class GlossaryItem < SearchInventoryResultItem
2918
2894
  end
2919
2895
  class GlossaryTermItem < SearchInventoryResultItem
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-datazone
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.15.0
4
+ version: 1.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-07-22 00:00:00.000000000 Z
11
+ date: 2024-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core