aws-sdk-datazone 1.81.0 → 1.82.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: 6589c535adbe090c87c764f0d0683656036951c3d9bdb1fe1a5491a516ec3346
4
- data.tar.gz: cfc54c7284926422acf93eb6f157236ea5be42c8edf3d716522f68be9c9b4ccc
3
+ metadata.gz: 7e2b00628ae0c1cfc42e945716e56adcb3a3bc218916ac0700f41d246e187abc
4
+ data.tar.gz: 181037f61d501a2d391ab328c3b186863196672ef3bbd05b582c3333e37a9ca7
5
5
  SHA512:
6
- metadata.gz: 946f2567ccc78497a936d62075a206795e4af033d2e1b0821e9d3a20ad82dca994c6aa4ee941411bc82882637ea19af047f5e23dd25d45fbd714317f75dface2
7
- data.tar.gz: 2175348f1c7ad98bd911e2ffe07083b0db5a378789843462ed8c7c2c56e56c148e22fd6aa2822073eeeb3c8316e070b6ff4c022d767a510182af603220257ffc
6
+ metadata.gz: 1dcbeedf96cd00ae8ae28b2f36f1ab59dfa1a18daf4aa35beba66a0c2e94d120a31dbe93424f3ddfad1fe61c17915605cbbfc8f0def37263c92a37ddbc502916
7
+ data.tar.gz: 2ae8aa7be5cc2bc3107163a027213f6bf5c8a05b288610123575ef6eaab9c08995b9f0f3d21e726da5841b2cc089139e2de4e7bd44aaddb6498b7855d3349974
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.0 (2026-06-15)
5
+ ------------------
6
+
7
+ * Feature - Adds support for deleting lineage events in Amazon DataZone.
8
+
4
9
  1.81.0 (2026-05-26)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -5406,6 +5406,42 @@ module Aws::DataZone
5406
5406
  req.send_request(options)
5407
5407
  end
5408
5408
 
5409
+ # Deletes the specified lineage event.
5410
+ #
5411
+ # @option params [required, String] :domain_identifier
5412
+ # The ID of the domain.
5413
+ #
5414
+ # @option params [required, String] :identifier
5415
+ # The ID of the lineage event.
5416
+ #
5417
+ # @return [Types::DeleteLineageEventOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5418
+ #
5419
+ # * {Types::DeleteLineageEventOutput#id #id} => String
5420
+ # * {Types::DeleteLineageEventOutput#domain_id #domain_id} => String
5421
+ # * {Types::DeleteLineageEventOutput#processing_status #processing_status} => String
5422
+ #
5423
+ # @example Request syntax with placeholder values
5424
+ #
5425
+ # resp = client.delete_lineage_event({
5426
+ # domain_identifier: "DomainId", # required
5427
+ # identifier: "LineageEventIdentifier", # required
5428
+ # })
5429
+ #
5430
+ # @example Response structure
5431
+ #
5432
+ # resp.id #=> String
5433
+ # resp.domain_id #=> String
5434
+ # resp.processing_status #=> String, one of "REQUESTED", "PROCESSING", "SUCCESS", "FAILED"
5435
+ #
5436
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DeleteLineageEvent AWS API Documentation
5437
+ #
5438
+ # @overload delete_lineage_event(params = {})
5439
+ # @param [Hash] params ({})
5440
+ def delete_lineage_event(params = {}, options = {})
5441
+ req = build_request(:delete_lineage_event, params)
5442
+ req.send_request(options)
5443
+ end
5444
+
5409
5445
  # Deletes a listing (a record of an asset at a given time).
5410
5446
  #
5411
5447
  # @option params [required, String] :domain_identifier
@@ -16299,7 +16335,7 @@ module Aws::DataZone
16299
16335
  tracer: tracer
16300
16336
  )
16301
16337
  context[:gem_name] = 'aws-sdk-datazone'
16302
- context[:gem_version] = '1.81.0'
16338
+ context[:gem_version] = '1.82.0'
16303
16339
  Seahorse::Client::Request.new(handlers, context)
16304
16340
  end
16305
16341
 
@@ -336,6 +336,8 @@ module Aws::DataZone
336
336
  DeleteGlossaryOutput = Shapes::StructureShape.new(name: 'DeleteGlossaryOutput')
337
337
  DeleteGlossaryTermInput = Shapes::StructureShape.new(name: 'DeleteGlossaryTermInput')
338
338
  DeleteGlossaryTermOutput = Shapes::StructureShape.new(name: 'DeleteGlossaryTermOutput')
339
+ DeleteLineageEventInput = Shapes::StructureShape.new(name: 'DeleteLineageEventInput')
340
+ DeleteLineageEventOutput = Shapes::StructureShape.new(name: 'DeleteLineageEventOutput')
339
341
  DeleteListingInput = Shapes::StructureShape.new(name: 'DeleteListingInput')
340
342
  DeleteListingOutput = Shapes::StructureShape.new(name: 'DeleteListingOutput')
341
343
  DeleteNotebookInput = Shapes::StructureShape.new(name: 'DeleteNotebookInput')
@@ -2893,6 +2895,15 @@ module Aws::DataZone
2893
2895
 
2894
2896
  DeleteGlossaryTermOutput.struct_class = Types::DeleteGlossaryTermOutput
2895
2897
 
2898
+ DeleteLineageEventInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2899
+ DeleteLineageEventInput.add_member(:identifier, Shapes::ShapeRef.new(shape: LineageEventIdentifier, required: true, location: "uri", location_name: "identifier"))
2900
+ DeleteLineageEventInput.struct_class = Types::DeleteLineageEventInput
2901
+
2902
+ DeleteLineageEventOutput.add_member(:id, Shapes::ShapeRef.new(shape: LineageEventIdentifier, location_name: "id"))
2903
+ DeleteLineageEventOutput.add_member(:domain_id, Shapes::ShapeRef.new(shape: DomainId, location_name: "domainId"))
2904
+ DeleteLineageEventOutput.add_member(:processing_status, Shapes::ShapeRef.new(shape: LineageEventProcessingStatus, location_name: "processingStatus"))
2905
+ DeleteLineageEventOutput.struct_class = Types::DeleteLineageEventOutput
2906
+
2896
2907
  DeleteListingInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
2897
2908
  DeleteListingInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ListingId, required: true, location: "uri", location_name: "identifier"))
2898
2909
  DeleteListingInput.struct_class = Types::DeleteListingInput
@@ -7788,6 +7799,20 @@ module Aws::DataZone
7788
7799
  o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
7789
7800
  end)
7790
7801
 
7802
+ api.add_operation(:delete_lineage_event, Seahorse::Model::Operation.new.tap do |o|
7803
+ o.name = "DeleteLineageEvent"
7804
+ o.http_method = "DELETE"
7805
+ o.http_request_uri = "/v2/domains/{domainIdentifier}/lineage/events/{identifier}"
7806
+ o.input = Shapes::ShapeRef.new(shape: DeleteLineageEventInput)
7807
+ o.output = Shapes::ShapeRef.new(shape: DeleteLineageEventOutput)
7808
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
7809
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
7810
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
7811
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
7812
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
7813
+ o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
7814
+ end)
7815
+
7791
7816
  api.add_operation(:delete_listing, Seahorse::Model::Operation.new.tap do |o|
7792
7817
  o.name = "DeleteListing"
7793
7818
  o.http_method = "DELETE"
@@ -7173,6 +7173,45 @@ module Aws::DataZone
7173
7173
  #
7174
7174
  class DeleteGlossaryTermOutput < Aws::EmptyStructure; end
7175
7175
 
7176
+ # @!attribute [rw] domain_identifier
7177
+ # The ID of the domain.
7178
+ # @return [String]
7179
+ #
7180
+ # @!attribute [rw] identifier
7181
+ # The ID of the lineage event.
7182
+ # @return [String]
7183
+ #
7184
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DeleteLineageEventInput AWS API Documentation
7185
+ #
7186
+ class DeleteLineageEventInput < Struct.new(
7187
+ :domain_identifier,
7188
+ :identifier)
7189
+ SENSITIVE = []
7190
+ include Aws::Structure
7191
+ end
7192
+
7193
+ # @!attribute [rw] id
7194
+ # The ID of the lineage event.
7195
+ # @return [String]
7196
+ #
7197
+ # @!attribute [rw] domain_id
7198
+ # The ID of the domain.
7199
+ # @return [String]
7200
+ #
7201
+ # @!attribute [rw] processing_status
7202
+ # The progressing status of the lineage event.
7203
+ # @return [String]
7204
+ #
7205
+ # @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DeleteLineageEventOutput AWS API Documentation
7206
+ #
7207
+ class DeleteLineageEventOutput < Struct.new(
7208
+ :id,
7209
+ :domain_id,
7210
+ :processing_status)
7211
+ SENSITIVE = []
7212
+ include Aws::Structure
7213
+ end
7214
+
7176
7215
  # @!attribute [rw] domain_identifier
7177
7216
  # The ID of the Amazon DataZone domain.
7178
7217
  # @return [String]
@@ -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.81.0'
58
+ GEM_VERSION = '1.82.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1614,6 +1614,19 @@ module Aws
1614
1614
  ) -> _DeleteGlossaryTermResponseSuccess
1615
1615
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGlossaryTermResponseSuccess
1616
1616
 
1617
+ interface _DeleteLineageEventResponseSuccess
1618
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteLineageEventOutput]
1619
+ def id: () -> ::String
1620
+ def domain_id: () -> ::String
1621
+ def processing_status: () -> ("REQUESTED" | "PROCESSING" | "SUCCESS" | "FAILED")
1622
+ end
1623
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#delete_lineage_event-instance_method
1624
+ def delete_lineage_event: (
1625
+ domain_identifier: ::String,
1626
+ identifier: ::String
1627
+ ) -> _DeleteLineageEventResponseSuccess
1628
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteLineageEventResponseSuccess
1629
+
1617
1630
  interface _DeleteListingResponseSuccess
1618
1631
  include ::Seahorse::Client::_ResponseSuccess[Types::DeleteListingOutput]
1619
1632
  end
data/sig/types.rbs CHANGED
@@ -1948,6 +1948,19 @@ module Aws::DataZone
1948
1948
  class DeleteGlossaryTermOutput < Aws::EmptyStructure
1949
1949
  end
1950
1950
 
1951
+ class DeleteLineageEventInput
1952
+ attr_accessor domain_identifier: ::String
1953
+ attr_accessor identifier: ::String
1954
+ SENSITIVE: []
1955
+ end
1956
+
1957
+ class DeleteLineageEventOutput
1958
+ attr_accessor id: ::String
1959
+ attr_accessor domain_id: ::String
1960
+ attr_accessor processing_status: ("REQUESTED" | "PROCESSING" | "SUCCESS" | "FAILED")
1961
+ SENSITIVE: []
1962
+ end
1963
+
1951
1964
  class DeleteListingInput
1952
1965
  attr_accessor domain_identifier: ::String
1953
1966
  attr_accessor identifier: ::String
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.81.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services