aws-sdk-datazone 1.80.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-datazone/client.rb +83 -1
- data/lib/aws-sdk-datazone/client_api.rb +59 -0
- data/lib/aws-sdk-datazone/types.rb +147 -0
- data/lib/aws-sdk-datazone.rb +1 -1
- data/sig/client.rbs +26 -0
- data/sig/types.rbs +38 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7e2b00628ae0c1cfc42e945716e56adcb3a3bc218916ac0700f41d246e187abc
|
|
4
|
+
data.tar.gz: 181037f61d501a2d391ab328c3b186863196672ef3bbd05b582c3333e37a9ca7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dcbeedf96cd00ae8ae28b2f36f1ab59dfa1a18daf4aa35beba66a0c2e94d120a31dbe93424f3ddfad1fe61c17915605cbbfc8f0def37263c92a37ddbc502916
|
|
7
|
+
data.tar.gz: 2ae8aa7be5cc2bc3107163a027213f6bf5c8a05b288610123575ef6eaab9c08995b9f0f3d21e726da5841b2cc089139e2de4e7bd44aaddb6498b7855d3349974
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
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
|
+
|
|
9
|
+
1.81.0 (2026-05-26)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added resourceConfigurations and allowUserProvidedConfigurations fields to environment blueprint configuration APIs, enabling customers who migrated from V1 to V2 domains to update resource configurations (such as lineage schedules) programmatically via the SDK.
|
|
13
|
+
|
|
4
14
|
1.80.0 (2026-05-22)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
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
|
|
@@ -7002,8 +7038,10 @@ module Aws::DataZone
|
|
|
7002
7038
|
# * {Types::GetEnvironmentBlueprintConfigurationOutput#manage_access_role_arn #manage_access_role_arn} => String
|
|
7003
7039
|
# * {Types::GetEnvironmentBlueprintConfigurationOutput#enabled_regions #enabled_regions} => Array<String>
|
|
7004
7040
|
# * {Types::GetEnvironmentBlueprintConfigurationOutput#regional_parameters #regional_parameters} => Hash<String,Hash<String,String>>
|
|
7041
|
+
# * {Types::GetEnvironmentBlueprintConfigurationOutput#allow_user_provided_configurations #allow_user_provided_configurations} => Boolean
|
|
7005
7042
|
# * {Types::GetEnvironmentBlueprintConfigurationOutput#created_at #created_at} => Time
|
|
7006
7043
|
# * {Types::GetEnvironmentBlueprintConfigurationOutput#updated_at #updated_at} => Time
|
|
7044
|
+
# * {Types::GetEnvironmentBlueprintConfigurationOutput#resource_configurations #resource_configurations} => Array<Types::ResourceConfiguration>
|
|
7007
7045
|
# * {Types::GetEnvironmentBlueprintConfigurationOutput#provisioning_configurations #provisioning_configurations} => Array<Types::ProvisioningConfiguration>
|
|
7008
7046
|
#
|
|
7009
7047
|
# @example Request syntax with placeholder values
|
|
@@ -7025,8 +7063,16 @@ module Aws::DataZone
|
|
|
7025
7063
|
# resp.regional_parameters #=> Hash
|
|
7026
7064
|
# resp.regional_parameters["RegionName"] #=> Hash
|
|
7027
7065
|
# resp.regional_parameters["RegionName"]["String"] #=> String
|
|
7066
|
+
# resp.allow_user_provided_configurations #=> Boolean
|
|
7028
7067
|
# resp.created_at #=> Time
|
|
7029
7068
|
# resp.updated_at #=> Time
|
|
7069
|
+
# resp.resource_configurations #=> Array
|
|
7070
|
+
# resp.resource_configurations[0].identifier #=> String
|
|
7071
|
+
# resp.resource_configurations[0].name #=> String
|
|
7072
|
+
# resp.resource_configurations[0].description #=> String
|
|
7073
|
+
# resp.resource_configurations[0].region #=> String
|
|
7074
|
+
# resp.resource_configurations[0].parameters #=> Hash
|
|
7075
|
+
# resp.resource_configurations[0].parameters["String"] #=> String
|
|
7030
7076
|
# resp.provisioning_configurations #=> Array
|
|
7031
7077
|
# resp.provisioning_configurations[0].lake_formation_configuration.location_registration_role #=> String
|
|
7032
7078
|
# resp.provisioning_configurations[0].lake_formation_configuration.location_registration_exclude_s3_locations #=> Array
|
|
@@ -9777,8 +9823,16 @@ module Aws::DataZone
|
|
|
9777
9823
|
# resp.items[0].regional_parameters #=> Hash
|
|
9778
9824
|
# resp.items[0].regional_parameters["RegionName"] #=> Hash
|
|
9779
9825
|
# resp.items[0].regional_parameters["RegionName"]["String"] #=> String
|
|
9826
|
+
# resp.items[0].allow_user_provided_configurations #=> Boolean
|
|
9780
9827
|
# resp.items[0].created_at #=> Time
|
|
9781
9828
|
# resp.items[0].updated_at #=> Time
|
|
9829
|
+
# resp.items[0].resource_configurations #=> Array
|
|
9830
|
+
# resp.items[0].resource_configurations[0].identifier #=> String
|
|
9831
|
+
# resp.items[0].resource_configurations[0].name #=> String
|
|
9832
|
+
# resp.items[0].resource_configurations[0].description #=> String
|
|
9833
|
+
# resp.items[0].resource_configurations[0].region #=> String
|
|
9834
|
+
# resp.items[0].resource_configurations[0].parameters #=> Hash
|
|
9835
|
+
# resp.items[0].resource_configurations[0].parameters["String"] #=> String
|
|
9782
9836
|
# resp.items[0].provisioning_configurations #=> Array
|
|
9783
9837
|
# resp.items[0].provisioning_configurations[0].lake_formation_configuration.location_registration_role #=> String
|
|
9784
9838
|
# resp.items[0].provisioning_configurations[0].lake_formation_configuration.location_registration_exclude_s3_locations #=> Array
|
|
@@ -11842,6 +11896,13 @@ module Aws::DataZone
|
|
|
11842
11896
|
# @option params [Hash<String,Hash>] :regional_parameters
|
|
11843
11897
|
# The regional parameters in the environment blueprint.
|
|
11844
11898
|
#
|
|
11899
|
+
# @option params [Array<Types::PutResourceConfiguration>] :resource_configurations
|
|
11900
|
+
# The resource configurations of the environment blueprint.
|
|
11901
|
+
#
|
|
11902
|
+
# @option params [Boolean] :allow_user_provided_configurations
|
|
11903
|
+
# Specifies whether user-provided resource configurations are allowed
|
|
11904
|
+
# for the environment blueprint.
|
|
11905
|
+
#
|
|
11845
11906
|
# @option params [Hash<String,String>] :global_parameters
|
|
11846
11907
|
# Region-agnostic environment blueprint parameters.
|
|
11847
11908
|
#
|
|
@@ -11857,8 +11918,10 @@ module Aws::DataZone
|
|
|
11857
11918
|
# * {Types::PutEnvironmentBlueprintConfigurationOutput#manage_access_role_arn #manage_access_role_arn} => String
|
|
11858
11919
|
# * {Types::PutEnvironmentBlueprintConfigurationOutput#enabled_regions #enabled_regions} => Array<String>
|
|
11859
11920
|
# * {Types::PutEnvironmentBlueprintConfigurationOutput#regional_parameters #regional_parameters} => Hash<String,Hash<String,String>>
|
|
11921
|
+
# * {Types::PutEnvironmentBlueprintConfigurationOutput#allow_user_provided_configurations #allow_user_provided_configurations} => Boolean
|
|
11860
11922
|
# * {Types::PutEnvironmentBlueprintConfigurationOutput#created_at #created_at} => Time
|
|
11861
11923
|
# * {Types::PutEnvironmentBlueprintConfigurationOutput#updated_at #updated_at} => Time
|
|
11924
|
+
# * {Types::PutEnvironmentBlueprintConfigurationOutput#resource_configurations #resource_configurations} => Array<Types::ResourceConfiguration>
|
|
11862
11925
|
# * {Types::PutEnvironmentBlueprintConfigurationOutput#provisioning_configurations #provisioning_configurations} => Array<Types::ProvisioningConfiguration>
|
|
11863
11926
|
#
|
|
11864
11927
|
# @example Request syntax with placeholder values
|
|
@@ -11875,6 +11938,17 @@ module Aws::DataZone
|
|
|
11875
11938
|
# "String" => "String",
|
|
11876
11939
|
# },
|
|
11877
11940
|
# },
|
|
11941
|
+
# resource_configurations: [
|
|
11942
|
+
# {
|
|
11943
|
+
# name: "PutResourceConfigurationNameString", # required
|
|
11944
|
+
# description: "String",
|
|
11945
|
+
# region: "RegionName", # required
|
|
11946
|
+
# parameters: { # required
|
|
11947
|
+
# "String" => "String",
|
|
11948
|
+
# },
|
|
11949
|
+
# },
|
|
11950
|
+
# ],
|
|
11951
|
+
# allow_user_provided_configurations: false,
|
|
11878
11952
|
# global_parameters: {
|
|
11879
11953
|
# "String" => "String",
|
|
11880
11954
|
# },
|
|
@@ -11900,8 +11974,16 @@ module Aws::DataZone
|
|
|
11900
11974
|
# resp.regional_parameters #=> Hash
|
|
11901
11975
|
# resp.regional_parameters["RegionName"] #=> Hash
|
|
11902
11976
|
# resp.regional_parameters["RegionName"]["String"] #=> String
|
|
11977
|
+
# resp.allow_user_provided_configurations #=> Boolean
|
|
11903
11978
|
# resp.created_at #=> Time
|
|
11904
11979
|
# resp.updated_at #=> Time
|
|
11980
|
+
# resp.resource_configurations #=> Array
|
|
11981
|
+
# resp.resource_configurations[0].identifier #=> String
|
|
11982
|
+
# resp.resource_configurations[0].name #=> String
|
|
11983
|
+
# resp.resource_configurations[0].description #=> String
|
|
11984
|
+
# resp.resource_configurations[0].region #=> String
|
|
11985
|
+
# resp.resource_configurations[0].parameters #=> Hash
|
|
11986
|
+
# resp.resource_configurations[0].parameters["String"] #=> String
|
|
11905
11987
|
# resp.provisioning_configurations #=> Array
|
|
11906
11988
|
# resp.provisioning_configurations[0].lake_formation_configuration.location_registration_role #=> String
|
|
11907
11989
|
# resp.provisioning_configurations[0].lake_formation_configuration.location_registration_exclude_s3_locations #=> Array
|
|
@@ -16253,7 +16335,7 @@ module Aws::DataZone
|
|
|
16253
16335
|
tracer: tracer
|
|
16254
16336
|
)
|
|
16255
16337
|
context[:gem_name] = 'aws-sdk-datazone'
|
|
16256
|
-
context[:gem_version] = '1.
|
|
16338
|
+
context[:gem_version] = '1.82.0'
|
|
16257
16339
|
Seahorse::Client::Request.new(handlers, context)
|
|
16258
16340
|
end
|
|
16259
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')
|
|
@@ -916,6 +918,9 @@ module Aws::DataZone
|
|
|
916
918
|
PutDataExportConfigurationOutput = Shapes::StructureShape.new(name: 'PutDataExportConfigurationOutput')
|
|
917
919
|
PutEnvironmentBlueprintConfigurationInput = Shapes::StructureShape.new(name: 'PutEnvironmentBlueprintConfigurationInput')
|
|
918
920
|
PutEnvironmentBlueprintConfigurationOutput = Shapes::StructureShape.new(name: 'PutEnvironmentBlueprintConfigurationOutput')
|
|
921
|
+
PutResourceConfiguration = Shapes::StructureShape.new(name: 'PutResourceConfiguration')
|
|
922
|
+
PutResourceConfigurationNameString = Shapes::StringShape.new(name: 'PutResourceConfigurationNameString')
|
|
923
|
+
PutResourceConfigurations = Shapes::ListShape.new(name: 'PutResourceConfigurations')
|
|
919
924
|
QueryGraphInput = Shapes::StructureShape.new(name: 'QueryGraphInput')
|
|
920
925
|
QueryGraphOutput = Shapes::StructureShape.new(name: 'QueryGraphOutput')
|
|
921
926
|
RecommendationConfiguration = Shapes::StructureShape.new(name: 'RecommendationConfiguration')
|
|
@@ -977,6 +982,9 @@ module Aws::DataZone
|
|
|
977
982
|
RequiredMetadataFormList = Shapes::ListShape.new(name: 'RequiredMetadataFormList')
|
|
978
983
|
ResolutionStrategy = Shapes::StringShape.new(name: 'ResolutionStrategy')
|
|
979
984
|
Resource = Shapes::StructureShape.new(name: 'Resource')
|
|
985
|
+
ResourceConfiguration = Shapes::StructureShape.new(name: 'ResourceConfiguration')
|
|
986
|
+
ResourceConfigurationParameterMap = Shapes::MapShape.new(name: 'ResourceConfigurationParameterMap')
|
|
987
|
+
ResourceConfigurations = Shapes::ListShape.new(name: 'ResourceConfigurations')
|
|
980
988
|
ResourceList = Shapes::ListShape.new(name: 'ResourceList')
|
|
981
989
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
|
982
990
|
ResourceTag = Shapes::StructureShape.new(name: 'ResourceTag')
|
|
@@ -2887,6 +2895,15 @@ module Aws::DataZone
|
|
|
2887
2895
|
|
|
2888
2896
|
DeleteGlossaryTermOutput.struct_class = Types::DeleteGlossaryTermOutput
|
|
2889
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
|
+
|
|
2890
2907
|
DeleteListingInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
2891
2908
|
DeleteListingInput.add_member(:identifier, Shapes::ShapeRef.new(shape: ListingId, required: true, location: "uri", location_name: "identifier"))
|
|
2892
2909
|
DeleteListingInput.struct_class = Types::DeleteListingInput
|
|
@@ -3085,8 +3102,10 @@ module Aws::DataZone
|
|
|
3085
3102
|
EnvironmentBlueprintConfigurationItem.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
|
|
3086
3103
|
EnvironmentBlueprintConfigurationItem.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
|
|
3087
3104
|
EnvironmentBlueprintConfigurationItem.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
|
|
3105
|
+
EnvironmentBlueprintConfigurationItem.add_member(:allow_user_provided_configurations, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowUserProvidedConfigurations"))
|
|
3088
3106
|
EnvironmentBlueprintConfigurationItem.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
3089
3107
|
EnvironmentBlueprintConfigurationItem.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
3108
|
+
EnvironmentBlueprintConfigurationItem.add_member(:resource_configurations, Shapes::ShapeRef.new(shape: ResourceConfigurations, location_name: "resourceConfigurations"))
|
|
3090
3109
|
EnvironmentBlueprintConfigurationItem.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
|
|
3091
3110
|
EnvironmentBlueprintConfigurationItem.struct_class = Types::EnvironmentBlueprintConfigurationItem
|
|
3092
3111
|
|
|
@@ -3534,8 +3553,10 @@ module Aws::DataZone
|
|
|
3534
3553
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
|
|
3535
3554
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
|
|
3536
3555
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
|
|
3556
|
+
GetEnvironmentBlueprintConfigurationOutput.add_member(:allow_user_provided_configurations, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowUserProvidedConfigurations"))
|
|
3537
3557
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
3538
3558
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
3559
|
+
GetEnvironmentBlueprintConfigurationOutput.add_member(:resource_configurations, Shapes::ShapeRef.new(shape: ResourceConfigurations, location_name: "resourceConfigurations"))
|
|
3539
3560
|
GetEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
|
|
3540
3561
|
GetEnvironmentBlueprintConfigurationOutput.struct_class = Types::GetEnvironmentBlueprintConfigurationOutput
|
|
3541
3562
|
|
|
@@ -5296,6 +5317,8 @@ module Aws::DataZone
|
|
|
5296
5317
|
PutEnvironmentBlueprintConfigurationInput.add_member(:environment_role_permission_boundary, Shapes::ShapeRef.new(shape: PolicyArn, location_name: "environmentRolePermissionBoundary"))
|
|
5297
5318
|
PutEnvironmentBlueprintConfigurationInput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, required: true, location_name: "enabledRegions"))
|
|
5298
5319
|
PutEnvironmentBlueprintConfigurationInput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
|
|
5320
|
+
PutEnvironmentBlueprintConfigurationInput.add_member(:resource_configurations, Shapes::ShapeRef.new(shape: PutResourceConfigurations, location_name: "resourceConfigurations"))
|
|
5321
|
+
PutEnvironmentBlueprintConfigurationInput.add_member(:allow_user_provided_configurations, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowUserProvidedConfigurations"))
|
|
5299
5322
|
PutEnvironmentBlueprintConfigurationInput.add_member(:global_parameters, Shapes::ShapeRef.new(shape: GlobalParameterMap, location_name: "globalParameters"))
|
|
5300
5323
|
PutEnvironmentBlueprintConfigurationInput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
|
|
5301
5324
|
PutEnvironmentBlueprintConfigurationInput.struct_class = Types::PutEnvironmentBlueprintConfigurationInput
|
|
@@ -5307,11 +5330,21 @@ module Aws::DataZone
|
|
|
5307
5330
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:manage_access_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "manageAccessRoleArn"))
|
|
5308
5331
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:enabled_regions, Shapes::ShapeRef.new(shape: EnabledRegionList, location_name: "enabledRegions"))
|
|
5309
5332
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:regional_parameters, Shapes::ShapeRef.new(shape: RegionalParameterMap, location_name: "regionalParameters"))
|
|
5333
|
+
PutEnvironmentBlueprintConfigurationOutput.add_member(:allow_user_provided_configurations, Shapes::ShapeRef.new(shape: Boolean, location_name: "allowUserProvidedConfigurations"))
|
|
5310
5334
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:created_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "createdAt"))
|
|
5311
5335
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:updated_at, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "updatedAt"))
|
|
5336
|
+
PutEnvironmentBlueprintConfigurationOutput.add_member(:resource_configurations, Shapes::ShapeRef.new(shape: ResourceConfigurations, location_name: "resourceConfigurations"))
|
|
5312
5337
|
PutEnvironmentBlueprintConfigurationOutput.add_member(:provisioning_configurations, Shapes::ShapeRef.new(shape: ProvisioningConfigurationList, location_name: "provisioningConfigurations"))
|
|
5313
5338
|
PutEnvironmentBlueprintConfigurationOutput.struct_class = Types::PutEnvironmentBlueprintConfigurationOutput
|
|
5314
5339
|
|
|
5340
|
+
PutResourceConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: PutResourceConfigurationNameString, required: true, location_name: "name"))
|
|
5341
|
+
PutResourceConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
5342
|
+
PutResourceConfiguration.add_member(:region, Shapes::ShapeRef.new(shape: RegionName, required: true, location_name: "region"))
|
|
5343
|
+
PutResourceConfiguration.add_member(:parameters, Shapes::ShapeRef.new(shape: ResourceConfigurationParameterMap, required: true, location_name: "parameters"))
|
|
5344
|
+
PutResourceConfiguration.struct_class = Types::PutResourceConfiguration
|
|
5345
|
+
|
|
5346
|
+
PutResourceConfigurations.member = Shapes::ShapeRef.new(shape: PutResourceConfiguration)
|
|
5347
|
+
|
|
5315
5348
|
QueryGraphInput.add_member(:domain_identifier, Shapes::ShapeRef.new(shape: DomainId, required: true, location: "uri", location_name: "domainIdentifier"))
|
|
5316
5349
|
QueryGraphInput.add_member(:match, Shapes::ShapeRef.new(shape: MatchClauses, required: true, location_name: "match"))
|
|
5317
5350
|
QueryGraphInput.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
|
@@ -5514,6 +5547,18 @@ module Aws::DataZone
|
|
|
5514
5547
|
Resource.add_member(:type, Shapes::ShapeRef.new(shape: String, required: true, location_name: "type"))
|
|
5515
5548
|
Resource.struct_class = Types::Resource
|
|
5516
5549
|
|
|
5550
|
+
ResourceConfiguration.add_member(:identifier, Shapes::ShapeRef.new(shape: String, required: true, location_name: "identifier"))
|
|
5551
|
+
ResourceConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: String, required: true, location_name: "name"))
|
|
5552
|
+
ResourceConfiguration.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
|
5553
|
+
ResourceConfiguration.add_member(:region, Shapes::ShapeRef.new(shape: RegionName, required: true, location_name: "region"))
|
|
5554
|
+
ResourceConfiguration.add_member(:parameters, Shapes::ShapeRef.new(shape: ResourceConfigurationParameterMap, required: true, location_name: "parameters"))
|
|
5555
|
+
ResourceConfiguration.struct_class = Types::ResourceConfiguration
|
|
5556
|
+
|
|
5557
|
+
ResourceConfigurationParameterMap.key = Shapes::ShapeRef.new(shape: String)
|
|
5558
|
+
ResourceConfigurationParameterMap.value = Shapes::ShapeRef.new(shape: String)
|
|
5559
|
+
|
|
5560
|
+
ResourceConfigurations.member = Shapes::ShapeRef.new(shape: ResourceConfiguration)
|
|
5561
|
+
|
|
5517
5562
|
ResourceList.member = Shapes::ShapeRef.new(shape: Resource)
|
|
5518
5563
|
|
|
5519
5564
|
ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: ErrorMessage, required: true, location_name: "message"))
|
|
@@ -7754,6 +7799,20 @@ module Aws::DataZone
|
|
|
7754
7799
|
o.errors << Shapes::ShapeRef.new(shape: UnauthorizedException)
|
|
7755
7800
|
end)
|
|
7756
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
|
+
|
|
7757
7816
|
api.add_operation(:delete_listing, Seahorse::Model::Operation.new.tap do |o|
|
|
7758
7817
|
o.name = "DeleteListing"
|
|
7759
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]
|
|
@@ -7984,6 +8023,11 @@ module Aws::DataZone
|
|
|
7984
8023
|
# The regional parameters of the environment blueprint.
|
|
7985
8024
|
# @return [Hash<String,Hash<String,String>>]
|
|
7986
8025
|
#
|
|
8026
|
+
# @!attribute [rw] allow_user_provided_configurations
|
|
8027
|
+
# Specifies whether user-provided resource configurations are allowed
|
|
8028
|
+
# for the environment blueprint.
|
|
8029
|
+
# @return [Boolean]
|
|
8030
|
+
#
|
|
7987
8031
|
# @!attribute [rw] created_at
|
|
7988
8032
|
# The timestamp of when an environment blueprint was created.
|
|
7989
8033
|
# @return [Time]
|
|
@@ -7992,6 +8036,10 @@ module Aws::DataZone
|
|
|
7992
8036
|
# The timestamp of when the environment blueprint was updated.
|
|
7993
8037
|
# @return [Time]
|
|
7994
8038
|
#
|
|
8039
|
+
# @!attribute [rw] resource_configurations
|
|
8040
|
+
# The resource configurations of the environment blueprint.
|
|
8041
|
+
# @return [Array<Types::ResourceConfiguration>]
|
|
8042
|
+
#
|
|
7995
8043
|
# @!attribute [rw] provisioning_configurations
|
|
7996
8044
|
# The provisioning configuration of a blueprint.
|
|
7997
8045
|
# @return [Array<Types::ProvisioningConfiguration>]
|
|
@@ -8006,8 +8054,10 @@ module Aws::DataZone
|
|
|
8006
8054
|
:manage_access_role_arn,
|
|
8007
8055
|
:enabled_regions,
|
|
8008
8056
|
:regional_parameters,
|
|
8057
|
+
:allow_user_provided_configurations,
|
|
8009
8058
|
:created_at,
|
|
8010
8059
|
:updated_at,
|
|
8060
|
+
:resource_configurations,
|
|
8011
8061
|
:provisioning_configurations)
|
|
8012
8062
|
SENSITIVE = []
|
|
8013
8063
|
include Aws::Structure
|
|
@@ -9932,6 +9982,11 @@ module Aws::DataZone
|
|
|
9932
9982
|
# The regional parameters of the blueprint.
|
|
9933
9983
|
# @return [Hash<String,Hash<String,String>>]
|
|
9934
9984
|
#
|
|
9985
|
+
# @!attribute [rw] allow_user_provided_configurations
|
|
9986
|
+
# Specifies whether user-provided resource configurations are allowed
|
|
9987
|
+
# for the environment blueprint.
|
|
9988
|
+
# @return [Boolean]
|
|
9989
|
+
#
|
|
9935
9990
|
# @!attribute [rw] created_at
|
|
9936
9991
|
# The timestamp of when this blueprint was created.
|
|
9937
9992
|
# @return [Time]
|
|
@@ -9940,6 +9995,10 @@ module Aws::DataZone
|
|
|
9940
9995
|
# The timestamp of when this blueprint was upated.
|
|
9941
9996
|
# @return [Time]
|
|
9942
9997
|
#
|
|
9998
|
+
# @!attribute [rw] resource_configurations
|
|
9999
|
+
# The resource configurations of the environment blueprint.
|
|
10000
|
+
# @return [Array<Types::ResourceConfiguration>]
|
|
10001
|
+
#
|
|
9943
10002
|
# @!attribute [rw] provisioning_configurations
|
|
9944
10003
|
# The provisioning configuration of a blueprint.
|
|
9945
10004
|
# @return [Array<Types::ProvisioningConfiguration>]
|
|
@@ -9954,8 +10013,10 @@ module Aws::DataZone
|
|
|
9954
10013
|
:manage_access_role_arn,
|
|
9955
10014
|
:enabled_regions,
|
|
9956
10015
|
:regional_parameters,
|
|
10016
|
+
:allow_user_provided_configurations,
|
|
9957
10017
|
:created_at,
|
|
9958
10018
|
:updated_at,
|
|
10019
|
+
:resource_configurations,
|
|
9959
10020
|
:provisioning_configurations)
|
|
9960
10021
|
SENSITIVE = []
|
|
9961
10022
|
include Aws::Structure
|
|
@@ -18205,6 +18266,15 @@ module Aws::DataZone
|
|
|
18205
18266
|
# The regional parameters in the environment blueprint.
|
|
18206
18267
|
# @return [Hash<String,Hash<String,String>>]
|
|
18207
18268
|
#
|
|
18269
|
+
# @!attribute [rw] resource_configurations
|
|
18270
|
+
# The resource configurations of the environment blueprint.
|
|
18271
|
+
# @return [Array<Types::PutResourceConfiguration>]
|
|
18272
|
+
#
|
|
18273
|
+
# @!attribute [rw] allow_user_provided_configurations
|
|
18274
|
+
# Specifies whether user-provided resource configurations are allowed
|
|
18275
|
+
# for the environment blueprint.
|
|
18276
|
+
# @return [Boolean]
|
|
18277
|
+
#
|
|
18208
18278
|
# @!attribute [rw] global_parameters
|
|
18209
18279
|
# Region-agnostic environment blueprint parameters.
|
|
18210
18280
|
# @return [Hash<String,String>]
|
|
@@ -18223,6 +18293,8 @@ module Aws::DataZone
|
|
|
18223
18293
|
:environment_role_permission_boundary,
|
|
18224
18294
|
:enabled_regions,
|
|
18225
18295
|
:regional_parameters,
|
|
18296
|
+
:resource_configurations,
|
|
18297
|
+
:allow_user_provided_configurations,
|
|
18226
18298
|
:global_parameters,
|
|
18227
18299
|
:provisioning_configurations)
|
|
18228
18300
|
SENSITIVE = []
|
|
@@ -18257,6 +18329,11 @@ module Aws::DataZone
|
|
|
18257
18329
|
# The regional parameters in the environment blueprint.
|
|
18258
18330
|
# @return [Hash<String,Hash<String,String>>]
|
|
18259
18331
|
#
|
|
18332
|
+
# @!attribute [rw] allow_user_provided_configurations
|
|
18333
|
+
# Specifies whether user-provided resource configurations are allowed
|
|
18334
|
+
# for the environment blueprint.
|
|
18335
|
+
# @return [Boolean]
|
|
18336
|
+
#
|
|
18260
18337
|
# @!attribute [rw] created_at
|
|
18261
18338
|
# The timestamp of when the environment blueprint was created.
|
|
18262
18339
|
# @return [Time]
|
|
@@ -18265,6 +18342,10 @@ module Aws::DataZone
|
|
|
18265
18342
|
# The timestamp of when the environment blueprint was updated.
|
|
18266
18343
|
# @return [Time]
|
|
18267
18344
|
#
|
|
18345
|
+
# @!attribute [rw] resource_configurations
|
|
18346
|
+
# The resource configurations of the environment blueprint.
|
|
18347
|
+
# @return [Array<Types::ResourceConfiguration>]
|
|
18348
|
+
#
|
|
18268
18349
|
# @!attribute [rw] provisioning_configurations
|
|
18269
18350
|
# The provisioning configuration of a blueprint.
|
|
18270
18351
|
# @return [Array<Types::ProvisioningConfiguration>]
|
|
@@ -18279,13 +18360,45 @@ module Aws::DataZone
|
|
|
18279
18360
|
:manage_access_role_arn,
|
|
18280
18361
|
:enabled_regions,
|
|
18281
18362
|
:regional_parameters,
|
|
18363
|
+
:allow_user_provided_configurations,
|
|
18282
18364
|
:created_at,
|
|
18283
18365
|
:updated_at,
|
|
18366
|
+
:resource_configurations,
|
|
18284
18367
|
:provisioning_configurations)
|
|
18285
18368
|
SENSITIVE = []
|
|
18286
18369
|
include Aws::Structure
|
|
18287
18370
|
end
|
|
18288
18371
|
|
|
18372
|
+
# The resource configuration that is used to configure the environment
|
|
18373
|
+
# blueprint.
|
|
18374
|
+
#
|
|
18375
|
+
# @!attribute [rw] name
|
|
18376
|
+
# The name of the resource configuration.
|
|
18377
|
+
# @return [String]
|
|
18378
|
+
#
|
|
18379
|
+
# @!attribute [rw] description
|
|
18380
|
+
# The description of the resource configuration.
|
|
18381
|
+
# @return [String]
|
|
18382
|
+
#
|
|
18383
|
+
# @!attribute [rw] region
|
|
18384
|
+
# The Amazon Web Services Region of the resource configuration.
|
|
18385
|
+
# @return [String]
|
|
18386
|
+
#
|
|
18387
|
+
# @!attribute [rw] parameters
|
|
18388
|
+
# The parameters of the resource configuration.
|
|
18389
|
+
# @return [Hash<String,String>]
|
|
18390
|
+
#
|
|
18391
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/PutResourceConfiguration AWS API Documentation
|
|
18392
|
+
#
|
|
18393
|
+
class PutResourceConfiguration < Struct.new(
|
|
18394
|
+
:name,
|
|
18395
|
+
:description,
|
|
18396
|
+
:region,
|
|
18397
|
+
:parameters)
|
|
18398
|
+
SENSITIVE = []
|
|
18399
|
+
include Aws::Structure
|
|
18400
|
+
end
|
|
18401
|
+
|
|
18289
18402
|
# @!attribute [rw] domain_identifier
|
|
18290
18403
|
# The identifier of the Amazon DataZone domain.
|
|
18291
18404
|
# @return [String]
|
|
@@ -19187,6 +19300,40 @@ module Aws::DataZone
|
|
|
19187
19300
|
include Aws::Structure
|
|
19188
19301
|
end
|
|
19189
19302
|
|
|
19303
|
+
# The details of the resource configuration.
|
|
19304
|
+
#
|
|
19305
|
+
# @!attribute [rw] identifier
|
|
19306
|
+
# The identifier of the resource configuration.
|
|
19307
|
+
# @return [String]
|
|
19308
|
+
#
|
|
19309
|
+
# @!attribute [rw] name
|
|
19310
|
+
# The name of the resource configuration.
|
|
19311
|
+
# @return [String]
|
|
19312
|
+
#
|
|
19313
|
+
# @!attribute [rw] description
|
|
19314
|
+
# The description of the resource configuration.
|
|
19315
|
+
# @return [String]
|
|
19316
|
+
#
|
|
19317
|
+
# @!attribute [rw] region
|
|
19318
|
+
# The Amazon Web Services Region of the resource configuration.
|
|
19319
|
+
# @return [String]
|
|
19320
|
+
#
|
|
19321
|
+
# @!attribute [rw] parameters
|
|
19322
|
+
# The parameters of the resource configuration.
|
|
19323
|
+
# @return [Hash<String,String>]
|
|
19324
|
+
#
|
|
19325
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ResourceConfiguration AWS API Documentation
|
|
19326
|
+
#
|
|
19327
|
+
class ResourceConfiguration < Struct.new(
|
|
19328
|
+
:identifier,
|
|
19329
|
+
:name,
|
|
19330
|
+
:description,
|
|
19331
|
+
:region,
|
|
19332
|
+
:parameters)
|
|
19333
|
+
SENSITIVE = []
|
|
19334
|
+
include Aws::Structure
|
|
19335
|
+
end
|
|
19336
|
+
|
|
19190
19337
|
# The specified resource cannot be found.
|
|
19191
19338
|
#
|
|
19192
19339
|
# @!attribute [rw] message
|
data/lib/aws-sdk-datazone.rb
CHANGED
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
|
|
@@ -2093,8 +2106,10 @@ module Aws
|
|
|
2093
2106
|
def manage_access_role_arn: () -> ::String
|
|
2094
2107
|
def enabled_regions: () -> ::Array[::String]
|
|
2095
2108
|
def regional_parameters: () -> ::Hash[::String, ::Hash[::String, ::String]]
|
|
2109
|
+
def allow_user_provided_configurations: () -> bool
|
|
2096
2110
|
def created_at: () -> ::Time
|
|
2097
2111
|
def updated_at: () -> ::Time
|
|
2112
|
+
def resource_configurations: () -> ::Array[Types::ResourceConfiguration]
|
|
2098
2113
|
def provisioning_configurations: () -> ::Array[Types::ProvisioningConfiguration]
|
|
2099
2114
|
end
|
|
2100
2115
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#get_environment_blueprint_configuration-instance_method
|
|
@@ -3268,8 +3283,10 @@ module Aws
|
|
|
3268
3283
|
def manage_access_role_arn: () -> ::String
|
|
3269
3284
|
def enabled_regions: () -> ::Array[::String]
|
|
3270
3285
|
def regional_parameters: () -> ::Hash[::String, ::Hash[::String, ::String]]
|
|
3286
|
+
def allow_user_provided_configurations: () -> bool
|
|
3271
3287
|
def created_at: () -> ::Time
|
|
3272
3288
|
def updated_at: () -> ::Time
|
|
3289
|
+
def resource_configurations: () -> ::Array[Types::ResourceConfiguration]
|
|
3273
3290
|
def provisioning_configurations: () -> ::Array[Types::ProvisioningConfiguration]
|
|
3274
3291
|
end
|
|
3275
3292
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/DataZone/Client.html#put_environment_blueprint_configuration-instance_method
|
|
@@ -3281,6 +3298,15 @@ module Aws
|
|
|
3281
3298
|
?environment_role_permission_boundary: ::String,
|
|
3282
3299
|
enabled_regions: Array[::String],
|
|
3283
3300
|
?regional_parameters: Hash[::String, Hash[::String, ::String]],
|
|
3301
|
+
?resource_configurations: Array[
|
|
3302
|
+
{
|
|
3303
|
+
name: ::String,
|
|
3304
|
+
description: ::String?,
|
|
3305
|
+
region: ::String,
|
|
3306
|
+
parameters: Hash[::String, ::String]
|
|
3307
|
+
}
|
|
3308
|
+
],
|
|
3309
|
+
?allow_user_provided_configurations: bool,
|
|
3284
3310
|
?global_parameters: Hash[::String, ::String],
|
|
3285
3311
|
?provisioning_configurations: Array[
|
|
3286
3312
|
{
|
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
|
|
@@ -2199,8 +2212,10 @@ module Aws::DataZone
|
|
|
2199
2212
|
attr_accessor manage_access_role_arn: ::String
|
|
2200
2213
|
attr_accessor enabled_regions: ::Array[::String]
|
|
2201
2214
|
attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
|
|
2215
|
+
attr_accessor allow_user_provided_configurations: bool
|
|
2202
2216
|
attr_accessor created_at: ::Time
|
|
2203
2217
|
attr_accessor updated_at: ::Time
|
|
2218
|
+
attr_accessor resource_configurations: ::Array[Types::ResourceConfiguration]
|
|
2204
2219
|
attr_accessor provisioning_configurations: ::Array[Types::ProvisioningConfiguration]
|
|
2205
2220
|
SENSITIVE: []
|
|
2206
2221
|
end
|
|
@@ -2709,8 +2724,10 @@ module Aws::DataZone
|
|
|
2709
2724
|
attr_accessor manage_access_role_arn: ::String
|
|
2710
2725
|
attr_accessor enabled_regions: ::Array[::String]
|
|
2711
2726
|
attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
|
|
2727
|
+
attr_accessor allow_user_provided_configurations: bool
|
|
2712
2728
|
attr_accessor created_at: ::Time
|
|
2713
2729
|
attr_accessor updated_at: ::Time
|
|
2730
|
+
attr_accessor resource_configurations: ::Array[Types::ResourceConfiguration]
|
|
2714
2731
|
attr_accessor provisioning_configurations: ::Array[Types::ProvisioningConfiguration]
|
|
2715
2732
|
SENSITIVE: []
|
|
2716
2733
|
end
|
|
@@ -4932,6 +4949,8 @@ module Aws::DataZone
|
|
|
4932
4949
|
attr_accessor environment_role_permission_boundary: ::String
|
|
4933
4950
|
attr_accessor enabled_regions: ::Array[::String]
|
|
4934
4951
|
attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
|
|
4952
|
+
attr_accessor resource_configurations: ::Array[Types::PutResourceConfiguration]
|
|
4953
|
+
attr_accessor allow_user_provided_configurations: bool
|
|
4935
4954
|
attr_accessor global_parameters: ::Hash[::String, ::String]
|
|
4936
4955
|
attr_accessor provisioning_configurations: ::Array[Types::ProvisioningConfiguration]
|
|
4937
4956
|
SENSITIVE: []
|
|
@@ -4945,12 +4964,22 @@ module Aws::DataZone
|
|
|
4945
4964
|
attr_accessor manage_access_role_arn: ::String
|
|
4946
4965
|
attr_accessor enabled_regions: ::Array[::String]
|
|
4947
4966
|
attr_accessor regional_parameters: ::Hash[::String, ::Hash[::String, ::String]]
|
|
4967
|
+
attr_accessor allow_user_provided_configurations: bool
|
|
4948
4968
|
attr_accessor created_at: ::Time
|
|
4949
4969
|
attr_accessor updated_at: ::Time
|
|
4970
|
+
attr_accessor resource_configurations: ::Array[Types::ResourceConfiguration]
|
|
4950
4971
|
attr_accessor provisioning_configurations: ::Array[Types::ProvisioningConfiguration]
|
|
4951
4972
|
SENSITIVE: []
|
|
4952
4973
|
end
|
|
4953
4974
|
|
|
4975
|
+
class PutResourceConfiguration
|
|
4976
|
+
attr_accessor name: ::String
|
|
4977
|
+
attr_accessor description: ::String
|
|
4978
|
+
attr_accessor region: ::String
|
|
4979
|
+
attr_accessor parameters: ::Hash[::String, ::String]
|
|
4980
|
+
SENSITIVE: []
|
|
4981
|
+
end
|
|
4982
|
+
|
|
4954
4983
|
class QueryGraphInput
|
|
4955
4984
|
attr_accessor domain_identifier: ::String
|
|
4956
4985
|
attr_accessor match: ::Array[Types::MatchClause]
|
|
@@ -5213,6 +5242,15 @@ module Aws::DataZone
|
|
|
5213
5242
|
SENSITIVE: []
|
|
5214
5243
|
end
|
|
5215
5244
|
|
|
5245
|
+
class ResourceConfiguration
|
|
5246
|
+
attr_accessor identifier: ::String
|
|
5247
|
+
attr_accessor name: ::String
|
|
5248
|
+
attr_accessor description: ::String
|
|
5249
|
+
attr_accessor region: ::String
|
|
5250
|
+
attr_accessor parameters: ::Hash[::String, ::String]
|
|
5251
|
+
SENSITIVE: []
|
|
5252
|
+
end
|
|
5253
|
+
|
|
5216
5254
|
class ResourceNotFoundException
|
|
5217
5255
|
attr_accessor message: ::String
|
|
5218
5256
|
SENSITIVE: []
|