Datazone

This page documents function available when using the Datazone module, created with @service Datazone.

Index

Documentation

Main.Datazone.accept_predictionsMethod
accept_predictions(domain_identifier, identifier)
accept_predictions(domain_identifier, identifier, params::Dict{String,<:Any})

Accepts automatically generated business-friendly metadata for your Amazon DataZone assets.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.
  • identifier: The identifier of the asset.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "acceptChoices": Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be accepted.
  • "acceptRule": Specifies the rule (or the conditions) under which a prediction can be accepted.
  • "clientToken": A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
  • "revision": The revision that is to be made to the asset.
source
Main.Datazone.accept_subscription_requestMethod
accept_subscription_request(domain_identifier, identifier)
accept_subscription_request(domain_identifier, identifier, params::Dict{String,<:Any})

Accepts a subscription request to a specific asset.

Arguments

  • domain_identifier: The Amazon DataZone domain where the specified subscription request is being accepted.
  • identifier: The unique identifier of the subscription request that is to be accepted.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "decisionComment": A description that specifies the reason for accepting the specified subscription request.
source
Main.Datazone.associate_environment_roleMethod
associate_environment_role(domain_identifier, environment_identifier, environment_role_arn)
associate_environment_role(domain_identifier, environment_identifier, environment_role_arn, params::Dict{String,<:Any})

Associates the environment role in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the environment role is associated.
  • environment_identifier: The ID of the Amazon DataZone environment.
  • environment_role_arn: The ARN of the environment role.
source
Main.Datazone.cancel_metadata_generation_runMethod
cancel_metadata_generation_run(domain_identifier, identifier)
cancel_metadata_generation_run(domain_identifier, identifier, params::Dict{String,<:Any})

Cancels the metadata generation run.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the metadata generation run is to be cancelled.
  • identifier: The ID of the metadata generation run.
source
Main.Datazone.cancel_subscriptionMethod
cancel_subscription(domain_identifier, identifier)
cancel_subscription(domain_identifier, identifier, params::Dict{String,<:Any})

Cancels the subscription to the specified asset.

Arguments

  • domain_identifier: The unique identifier of the Amazon DataZone domain where the subscription request is being cancelled.
  • identifier: The unique identifier of the subscription that is being cancelled.
source
Main.Datazone.create_assetMethod
create_asset(domain_identifier, name, owning_project_identifier, type_identifier)
create_asset(domain_identifier, name, owning_project_identifier, type_identifier, params::Dict{String,<:Any})

Creates an asset in Amazon DataZone catalog.

Arguments

  • domain_identifier: Amazon DataZone domain where the asset is created.
  • name: Asset name.
  • owning_project_identifier: The unique identifier of the project that owns this asset.
  • type_identifier: The unique identifier of this asset's type.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "description": Asset description.
  • "externalIdentifier": The external identifier of the asset.
  • "formsInput": Metadata forms attached to the asset.
  • "glossaryTerms": Glossary terms attached to the asset.
  • "predictionConfiguration": The configuration of the automatically generated business-friendly metadata for the asset.
  • "typeRevision": The revision of this asset's type.
source
Main.Datazone.create_asset_revisionMethod
create_asset_revision(domain_identifier, identifier, name)
create_asset_revision(domain_identifier, identifier, name, params::Dict{String,<:Any})

Creates a revision of the asset.

Arguments

  • domain_identifier: The unique identifier of the domain where the asset is being revised.
  • identifier: The identifier of the asset.
  • name: Te revised name of the asset.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "description": The revised description of the asset.
  • "formsInput": The metadata forms to be attached to the asset as part of asset revision.
  • "glossaryTerms": The glossary terms to be attached to the asset as part of asset revision.
  • "predictionConfiguration": The configuration of the automatically generated business-friendly metadata for the asset.
  • "typeRevision": The revision type of the asset.
source
Main.Datazone.create_asset_typeMethod
create_asset_type(domain_identifier, forms_input, name, owning_project_identifier)
create_asset_type(domain_identifier, forms_input, name, owning_project_identifier, params::Dict{String,<:Any})

Creates a custom asset type.

Arguments

  • domain_identifier: The unique identifier of the Amazon DataZone domain where the custom asset type is being created.
  • forms_input: The metadata forms that are to be attached to the custom asset type.
  • name: The name of the custom asset type.
  • owning_project_identifier: The identifier of the Amazon DataZone project that is to own the custom asset type.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": The descripton of the custom asset type.
source
Main.Datazone.create_data_sourceMethod
create_data_source(domain_identifier, environment_identifier, name, project_identifier, type)
create_data_source(domain_identifier, environment_identifier, name, project_identifier, type, params::Dict{String,<:Any})

Creates an Amazon DataZone data source.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain where the data source is created.
  • environment_identifier: The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
  • name: The name of the data source.
  • project_identifier: The identifier of the Amazon DataZone project in which you want to add this data source.
  • type: The type of the data source.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "assetFormsInput": The metadata forms that are to be attached to the assets that this data source works with.
  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "configuration": Specifies the configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
  • "description": The description of the data source.
  • "enableSetting": Specifies whether the data source is enabled.
  • "publishOnImport": Specifies whether the assets that this data source creates in the inventory are to be also automatically published to the catalog.
  • "recommendation": Specifies whether the business name generation is to be enabled for this data source.
  • "schedule": The schedule of the data source runs.
source
Main.Datazone.create_domainMethod
create_domain(domain_execution_role, name)
create_domain(domain_execution_role, name, params::Dict{String,<:Any})

Creates an Amazon DataZone domain.

Arguments

  • domain_execution_role: The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the Amazon Web Services account that houses the Amazon DataZone domain.
  • name: The name of the Amazon DataZone domain.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "description": The description of the Amazon DataZone domain.
  • "kmsKeyIdentifier": The identifier of the Amazon Web Services Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
  • "singleSignOn": The single-sign on configuration of the Amazon DataZone domain.
  • "tags": The tags specified for the Amazon DataZone domain.
source
Main.Datazone.create_environmentMethod
create_environment(domain_identifier, environment_profile_identifier, name, project_identifier)
create_environment(domain_identifier, environment_profile_identifier, name, project_identifier, params::Dict{String,<:Any})

Create an Amazon DataZone environment.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which the environment is created.
  • environment_profile_identifier: The identifier of the environment profile that is used to create this Amazon DataZone environment.
  • name: The name of the Amazon DataZone environment.
  • project_identifier: The identifier of the Amazon DataZone project in which this environment is created.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": The description of the Amazon DataZone environment.
  • "environmentAccountIdentifier": The ID of the account in which the environment is being created.
  • "environmentAccountRegion": The region of the account in which the environment is being created.
  • "environmentBlueprintIdentifier": The ID of the blueprint with which the environment is being created.
  • "glossaryTerms": The glossary terms that can be used in this Amazon DataZone environment.
  • "userParameters": The user parameters of this Amazon DataZone environment.
source
Main.Datazone.create_environment_actionMethod
create_environment_action(domain_identifier, environment_identifier, name, parameters)
create_environment_action(domain_identifier, environment_identifier, name, parameters, params::Dict{String,<:Any})

Creates an action for the environment, for example, creates a console link for an analytics tool that is available in this environment.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the environment action is created.
  • environment_identifier: The ID of the environment in which the environment action is created.
  • name: The name of the environment action.
  • parameters: The parameters of the environment action.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": The description of the environment action that is being created in the environment.
source
Main.Datazone.create_environment_profileMethod
create_environment_profile(domain_identifier, environment_blueprint_identifier, name, project_identifier)
create_environment_profile(domain_identifier, environment_blueprint_identifier, name, project_identifier, params::Dict{String,<:Any})

Creates an Amazon DataZone environment profile.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which this environment profile is created.
  • environment_blueprint_identifier: The ID of the blueprint with which this environment profile is created.
  • name: The name of this Amazon DataZone environment profile.
  • project_identifier: The identifier of the project in which to create the environment profile.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "awsAccountId": The Amazon Web Services account in which the Amazon DataZone environment is created.
  • "awsAccountRegion": The Amazon Web Services region in which this environment profile is created.
  • "description": The description of this Amazon DataZone environment profile.
  • "userParameters": The user parameters of this Amazon DataZone environment profile.
source
Main.Datazone.create_form_typeMethod
create_form_type(domain_identifier, model, name, owning_project_identifier)
create_form_type(domain_identifier, model, name, owning_project_identifier, params::Dict{String,<:Any})

Creates a metadata form type.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which this metadata form type is created.
  • model: The model of this Amazon DataZone metadata form type.
  • name: The name of this Amazon DataZone metadata form type.
  • owning_project_identifier: The ID of the Amazon DataZone project that owns this metadata form type.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": The description of this Amazon DataZone metadata form type.
  • "status": The status of this Amazon DataZone metadata form type.
source
Main.Datazone.create_glossaryMethod
create_glossary(domain_identifier, name, owning_project_identifier)
create_glossary(domain_identifier, name, owning_project_identifier, params::Dict{String,<:Any})

Creates an Amazon DataZone business glossary.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which this business glossary is created.
  • name: The name of this business glossary.
  • owning_project_identifier: The ID of the project that currently owns business glossary.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "description": The description of this business glossary.
  • "status": The status of this business glossary.
source
Main.Datazone.create_glossary_termMethod
create_glossary_term(domain_identifier, glossary_identifier, name)
create_glossary_term(domain_identifier, glossary_identifier, name, params::Dict{String,<:Any})

Creates a business glossary term.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which this business glossary term is created.
  • glossary_identifier: The ID of the business glossary in which this term is created.
  • name: The name of this business glossary term.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "longDescription": The long description of this business glossary term.
  • "shortDescription": The short description of this business glossary term.
  • "status": The status of this business glossary term.
  • "termRelations": The term relations of this business glossary term.
source
Main.Datazone.create_group_profileMethod
create_group_profile(domain_identifier, group_identifier)
create_group_profile(domain_identifier, group_identifier, params::Dict{String,<:Any})

Creates a group profile in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which the group profile is created.
  • group_identifier: The identifier of the group for which the group profile is created.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
source
Main.Datazone.create_listing_change_setMethod
create_listing_change_set(action, domain_identifier, entity_identifier, entity_type)
create_listing_change_set(action, domain_identifier, entity_identifier, entity_type, params::Dict{String,<:Any})

Publishes a listing (a record of an asset at a given time) or removes a listing from the catalog.

Arguments

  • action: Specifies whether to publish or unpublish a listing.
  • domain_identifier: The ID of the Amazon DataZone domain.
  • entity_identifier: The ID of the asset.
  • entity_type: The type of an entity.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "entityRevision": The revision of an asset.
source
Main.Datazone.create_projectMethod
create_project(domain_identifier, name)
create_project(domain_identifier, name, params::Dict{String,<:Any})

Creates an Amazon DataZone project.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which this project is created.
  • name: The name of the Amazon DataZone project.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": The description of the Amazon DataZone project.
  • "glossaryTerms": The glossary terms that can be used in this Amazon DataZone project.
source
Main.Datazone.create_project_membershipMethod
create_project_membership(designation, domain_identifier, member, project_identifier)
create_project_membership(designation, domain_identifier, member, project_identifier, params::Dict{String,<:Any})

Creates a project membership in Amazon DataZone.

Arguments

  • designation: The designation of the project membership.
  • domain_identifier: The ID of the Amazon DataZone domain in which project membership is created.
  • member: The project member whose project membership was created.
  • project_identifier: The ID of the project for which this project membership was created.
source
Main.Datazone.create_subscription_grantMethod
create_subscription_grant(domain_identifier, environment_identifier, granted_entity, subscription_target_identifier)
create_subscription_grant(domain_identifier, environment_identifier, granted_entity, subscription_target_identifier, params::Dict{String,<:Any})

Creates a subsscription grant in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the subscription grant is created.
  • environment_identifier: The ID of the environment in which the subscription grant is created.
  • granted_entity: The entity to which the subscription is to be granted.
  • subscription_target_identifier: The ID of the subscription target for which the subscription grant is created.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "assetTargetNames": The names of the assets for which the subscription grant is created.
  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
source
Main.Datazone.create_subscription_requestMethod
create_subscription_request(domain_identifier, request_reason, subscribed_listings, subscribed_principals)
create_subscription_request(domain_identifier, request_reason, subscribed_listings, subscribed_principals, params::Dict{String,<:Any})

Creates a subscription request in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the subscription request is created.
  • request_reason: The reason for the subscription request.
  • subscribed_listings: The published asset for which the subscription grant is to be created.
  • subscribed_principals: The Amazon DataZone principals for whom the subscription request is created.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
source
Main.Datazone.create_subscription_targetMethod
create_subscription_target(applicable_asset_types, authorized_principals, domain_identifier, environment_identifier, manage_access_role, name, subscription_target_config, type)
create_subscription_target(applicable_asset_types, authorized_principals, domain_identifier, environment_identifier, manage_access_role, name, subscription_target_config, type, params::Dict{String,<:Any})

Creates a subscription target in Amazon DataZone.

Arguments

  • applicable_asset_types: The asset types that can be included in the subscription target.
  • authorized_principals: The authorized principals of the subscription target.
  • domain_identifier: The ID of the Amazon DataZone domain in which subscription target is created.
  • environment_identifier: The ID of the environment in which subscription target is created.
  • manage_access_role: The manage access role that is used to create the subscription target.
  • name: The name of the subscription target.
  • subscription_target_config: The configuration of the subscription target.
  • type: The type of the subscription target.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "provider": The provider of the subscription target.
source
Main.Datazone.create_user_profileMethod
create_user_profile(domain_identifier, user_identifier)
create_user_profile(domain_identifier, user_identifier, params::Dict{String,<:Any})

Creates a user profile in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which a user profile is created.
  • user_identifier: The identifier of the user for which the user profile is created.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "userType": The user type of the user for which the user profile is created.
source
Main.Datazone.delete_assetMethod
delete_asset(domain_identifier, identifier)
delete_asset(domain_identifier, identifier, params::Dict{String,<:Any})

Delets an asset in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the asset is deleted.
  • identifier: The identifier of the asset that is deleted.
source
Main.Datazone.delete_asset_typeMethod
delete_asset_type(domain_identifier, identifier)
delete_asset_type(domain_identifier, identifier, params::Dict{String,<:Any})

Deletes an asset type in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the asset type is deleted.
  • identifier: The identifier of the asset type that is deleted.
source
Main.Datazone.delete_data_sourceMethod
delete_data_source(domain_identifier, identifier)
delete_data_source(domain_identifier, identifier, params::Dict{String,<:Any})

Deletes a data source in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the data source is deleted.
  • identifier: The identifier of the data source that is deleted.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "retainPermissionsOnRevokeFailure": Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
source
Main.Datazone.delete_domainMethod
delete_domain(identifier)
delete_domain(identifier, params::Dict{String,<:Any})

Deletes a Amazon DataZone domain.

Arguments

  • identifier: The identifier of the Amazon Web Services domain that is to be deleted.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "skipDeletionCheck": Specifies the optional flag to delete all child entities within the domain.
source
Main.Datazone.delete_environmentMethod
delete_environment(domain_identifier, identifier)
delete_environment(domain_identifier, identifier, params::Dict{String,<:Any})

Deletes an environment in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the environment is deleted.
  • identifier: The identifier of the environment that is to be deleted.
source
Main.Datazone.delete_environment_actionMethod
delete_environment_action(domain_identifier, environment_identifier, identifier)
delete_environment_action(domain_identifier, environment_identifier, identifier, params::Dict{String,<:Any})

Deletes an action for the environment, for example, deletes a console link for an analytics tool that is available in this environment.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which an environment action is deleted.
  • environment_identifier: The ID of the environment where an environment action is deleted.
  • identifier: The ID of the environment action that is deleted.
source
Main.Datazone.delete_environment_blueprint_configurationMethod
delete_environment_blueprint_configuration(domain_identifier, environment_blueprint_identifier)
delete_environment_blueprint_configuration(domain_identifier, environment_blueprint_identifier, params::Dict{String,<:Any})

Deletes the blueprint configuration in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the blueprint configuration is deleted.
  • environment_blueprint_identifier: The ID of the blueprint the configuration of which is deleted.
source
Main.Datazone.delete_environment_profileMethod
delete_environment_profile(domain_identifier, identifier)
delete_environment_profile(domain_identifier, identifier, params::Dict{String,<:Any})

Deletes an environment profile in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the environment profile is deleted.
  • identifier: The ID of the environment profile that is deleted.
source
Main.Datazone.delete_form_typeMethod
delete_form_type(domain_identifier, form_type_identifier)
delete_form_type(domain_identifier, form_type_identifier, params::Dict{String,<:Any})

Delets and metadata form type in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the metadata form type is deleted.
  • form_type_identifier: The ID of the metadata form type that is deleted.
source
Main.Datazone.delete_glossaryMethod
delete_glossary(domain_identifier, identifier)
delete_glossary(domain_identifier, identifier, params::Dict{String,<:Any})

Deletes a business glossary in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the business glossary is deleted.
  • identifier: The ID of the business glossary that is deleted.
source
Main.Datazone.delete_glossary_termMethod
delete_glossary_term(domain_identifier, identifier)
delete_glossary_term(domain_identifier, identifier, params::Dict{String,<:Any})

Deletes a business glossary term in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the business glossary term is deleted.
  • identifier: The ID of the business glossary term that is deleted.
source
Main.Datazone.delete_listingMethod
delete_listing(domain_identifier, identifier)
delete_listing(domain_identifier, identifier, params::Dict{String,<:Any})

Deletes a listing (a record of an asset at a given time).

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain.
  • identifier: The ID of the listing to be deleted.
source
Main.Datazone.delete_projectMethod
delete_project(domain_identifier, identifier)
delete_project(domain_identifier, identifier, params::Dict{String,<:Any})

Deletes a project in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the project is deleted.
  • identifier: The identifier of the project that is to be deleted.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "skipDeletionCheck": Specifies the optional flag to delete all child entities within the project.
source
Main.Datazone.delete_project_membershipMethod
delete_project_membership(domain_identifier, member, project_identifier)
delete_project_membership(domain_identifier, member, project_identifier, params::Dict{String,<:Any})

Deletes project membership in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain where project membership is deleted.
  • member: The project member whose project membership is deleted.
  • project_identifier: The ID of the Amazon DataZone project the membership to which is deleted.
source
Main.Datazone.delete_subscription_grantMethod
delete_subscription_grant(domain_identifier, identifier)
delete_subscription_grant(domain_identifier, identifier, params::Dict{String,<:Any})

Deletes and subscription grant in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain where the subscription grant is deleted.
  • identifier: The ID of the subscription grant that is deleted.
source
Main.Datazone.delete_subscription_requestMethod
delete_subscription_request(domain_identifier, identifier)
delete_subscription_request(domain_identifier, identifier, params::Dict{String,<:Any})

Deletes a subscription request in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the subscription request is deleted.
  • identifier: The ID of the subscription request that is deleted.
source
Main.Datazone.delete_subscription_targetMethod
delete_subscription_target(domain_identifier, environment_identifier, identifier)
delete_subscription_target(domain_identifier, environment_identifier, identifier, params::Dict{String,<:Any})

Deletes a subscription target in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the subscription target is deleted.
  • environment_identifier: The ID of the Amazon DataZone environment in which the subscription target is deleted.
  • identifier: The ID of the subscription target that is deleted.
source
Main.Datazone.delete_time_series_data_pointsMethod
delete_time_series_data_points(domain_identifier, entity_identifier, entity_type, form_name)
delete_time_series_data_points(domain_identifier, entity_identifier, entity_type, form_name, params::Dict{String,<:Any})

Deletes the specified time series form for the specified asset.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain that houses the asset for which you want to delete a time series form.
  • entity_identifier: The ID of the asset for which you want to delete a time series form.
  • entity_type: The type of the asset for which you want to delete a time series form.
  • form_name: The name of the time series form that you want to delete.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
source
Main.Datazone.disassociate_environment_roleMethod
disassociate_environment_role(domain_identifier, environment_identifier, environment_role_arn)
disassociate_environment_role(domain_identifier, environment_identifier, environment_role_arn, params::Dict{String,<:Any})

Disassociates the environment role in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which an environment role is disassociated.
  • environment_identifier: The ID of the environment.
  • environment_role_arn: The ARN of the environment role.
source
Main.Datazone.get_assetMethod
get_asset(domain_identifier, identifier)
get_asset(domain_identifier, identifier, params::Dict{String,<:Any})

Gets an Amazon DataZone asset.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain to which the asset belongs.
  • identifier: The ID of the Amazon DataZone asset.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "revision": The revision of the Amazon DataZone asset.
source
Main.Datazone.get_asset_typeMethod
get_asset_type(domain_identifier, identifier)
get_asset_type(domain_identifier, identifier, params::Dict{String,<:Any})

Gets an Amazon DataZone asset type.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the asset type exists.
  • identifier: The ID of the asset type.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "revision": The revision of the asset type.
source
Main.Datazone.get_data_sourceMethod
get_data_source(domain_identifier, identifier)
get_data_source(domain_identifier, identifier, params::Dict{String,<:Any})

Gets an Amazon DataZone data source.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the data source exists.
  • identifier: The ID of the Amazon DataZone data source.
source
Main.Datazone.get_data_source_runMethod
get_data_source_run(domain_identifier, identifier)
get_data_source_run(domain_identifier, identifier, params::Dict{String,<:Any})

Gets an Amazon DataZone data source run.

Arguments

  • domain_identifier: The ID of the domain in which this data source run was performed.
  • identifier: The ID of the data source run.
source
Main.Datazone.get_domainMethod
get_domain(identifier)
get_domain(identifier, params::Dict{String,<:Any})

Gets an Amazon DataZone domain.

Arguments

  • identifier: The identifier of the specified Amazon DataZone domain.
source
Main.Datazone.get_environmentMethod
get_environment(domain_identifier, identifier)
get_environment(domain_identifier, identifier, params::Dict{String,<:Any})

Gets an Amazon DataZone environment.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain where the environment exists.
  • identifier: The ID of the Amazon DataZone environment.
source
Main.Datazone.get_environment_actionMethod
get_environment_action(domain_identifier, environment_identifier, identifier)
get_environment_action(domain_identifier, environment_identifier, identifier, params::Dict{String,<:Any})

Gets the specified environment action.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the GetEnvironmentAction API is invoked.
  • environment_identifier: The environment ID of the environment action.
  • identifier: The ID of the environment action
source
Main.Datazone.get_environment_blueprintMethod
get_environment_blueprint(domain_identifier, identifier)
get_environment_blueprint(domain_identifier, identifier, params::Dict{String,<:Any})

Gets an Amazon DataZone blueprint.

Arguments

  • domain_identifier: The identifier of the domain in which this blueprint exists.
  • identifier: The ID of this Amazon DataZone blueprint.
source
Main.Datazone.get_environment_blueprint_configurationMethod
get_environment_blueprint_configuration(domain_identifier, environment_blueprint_identifier)
get_environment_blueprint_configuration(domain_identifier, environment_blueprint_identifier, params::Dict{String,<:Any})

Gets the blueprint configuration in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain where this blueprint exists.
  • environment_blueprint_identifier: He ID of the blueprint.
source
Main.Datazone.get_environment_profileMethod
get_environment_profile(domain_identifier, identifier)
get_environment_profile(domain_identifier, identifier, params::Dict{String,<:Any})

Gets an evinronment profile in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which this environment profile exists.
  • identifier: The ID of the environment profile.
source
Main.Datazone.get_form_typeMethod
get_form_type(domain_identifier, form_type_identifier)
get_form_type(domain_identifier, form_type_identifier, params::Dict{String,<:Any})

Gets a metadata form type in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which this metadata form type exists.
  • form_type_identifier: The ID of the metadata form type.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "revision": The revision of this metadata form type.
source
Main.Datazone.get_glossaryMethod
get_glossary(domain_identifier, identifier)
get_glossary(domain_identifier, identifier, params::Dict{String,<:Any})

Gets a business glossary in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which this business glossary exists.
  • identifier: The ID of the business glossary.
source
Main.Datazone.get_glossary_termMethod
get_glossary_term(domain_identifier, identifier)
get_glossary_term(domain_identifier, identifier, params::Dict{String,<:Any})

Gets a business glossary term in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which this business glossary term exists.
  • identifier: The ID of the business glossary term.
source
Main.Datazone.get_group_profileMethod
get_group_profile(domain_identifier, group_identifier)
get_group_profile(domain_identifier, group_identifier, params::Dict{String,<:Any})

Gets a group profile in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which the group profile exists.
  • group_identifier: The identifier of the group profile.
source
Main.Datazone.get_iam_portal_login_urlMethod
get_iam_portal_login_url(domain_identifier)
get_iam_portal_login_url(domain_identifier, params::Dict{String,<:Any})

Gets the data portal URL for the specified Amazon DataZone domain.

Arguments

  • domain_identifier: the ID of the Amazon DataZone domain the data portal of which you want to get.
source
Main.Datazone.get_listingMethod
get_listing(domain_identifier, identifier)
get_listing(domain_identifier, identifier, params::Dict{String,<:Any})

Gets a listing (a record of an asset at a given time).

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain.
  • identifier: The ID of the listing.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "listingRevision": The revision of the listing.
source
Main.Datazone.get_metadata_generation_runMethod
get_metadata_generation_run(domain_identifier, identifier)
get_metadata_generation_run(domain_identifier, identifier, params::Dict{String,<:Any})

Gets a metadata generation run in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain the metadata generation run of which you want to get.
  • identifier: The identifier of the metadata generation run.
source
Main.Datazone.get_projectMethod
get_project(domain_identifier, identifier)
get_project(domain_identifier, identifier, params::Dict{String,<:Any})

Gets a project in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the project exists.
  • identifier: The ID of the project.
source
Main.Datazone.get_subscriptionMethod
get_subscription(domain_identifier, identifier)
get_subscription(domain_identifier, identifier, params::Dict{String,<:Any})

Gets a subscription in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the subscription exists.
  • identifier: The ID of the subscription.
source
Main.Datazone.get_subscription_grantMethod
get_subscription_grant(domain_identifier, identifier)
get_subscription_grant(domain_identifier, identifier, params::Dict{String,<:Any})

Gets the subscription grant in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the subscription grant exists.
  • identifier: The ID of the subscription grant.
source
Main.Datazone.get_subscription_request_detailsMethod
get_subscription_request_details(domain_identifier, identifier)
get_subscription_request_details(domain_identifier, identifier, params::Dict{String,<:Any})

Gets the details of the specified subscription request.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which to get the subscription request details.
  • identifier: The identifier of the subscription request the details of which to get.
source
Main.Datazone.get_subscription_targetMethod
get_subscription_target(domain_identifier, environment_identifier, identifier)
get_subscription_target(domain_identifier, environment_identifier, identifier, params::Dict{String,<:Any})

Gets the subscription target in Amazon DataZone.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the subscription target exists.
  • environment_identifier: The ID of the environment associated with the subscription target.
  • identifier: The ID of the subscription target.
source
Main.Datazone.get_time_series_data_pointMethod
get_time_series_data_point(domain_identifier, entity_identifier, entity_type, form_name, identifier)
get_time_series_data_point(domain_identifier, entity_identifier, entity_type, form_name, identifier, params::Dict{String,<:Any})

Gets the existing data point for the asset.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain that houses the asset for which you want to get the data point.
  • entity_identifier: The ID of the asset for which you want to get the data point.
  • entity_type: The type of the asset for which you want to get the data point.
  • form_name: The name of the time series form that houses the data point that you want to get.
  • identifier: The ID of the data point that you want to get.
source
Main.Datazone.get_user_profileMethod
get_user_profile(domain_identifier, user_identifier)
get_user_profile(domain_identifier, user_identifier, params::Dict{String,<:Any})

Gets a user profile in Amazon DataZone.

Arguments

  • domain_identifier: the ID of the Amazon DataZone domain the data portal of which you want to get.
  • user_identifier: The identifier of the user for which you want to get the user profile.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "type": The type of the user profile.
source
Main.Datazone.list_asset_revisionsMethod
list_asset_revisions(domain_identifier, identifier)
list_asset_revisions(domain_identifier, identifier, params::Dict{String,<:Any})

Lists the revisions for the asset.

Arguments

  • domain_identifier: The identifier of the domain.
  • identifier: The identifier of the asset.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of revisions to return in a single call to ListAssetRevisions. When the number of revisions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListAssetRevisions to list the next set of revisions.
  • "nextToken": When the number of revisions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of revisions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListAssetRevisions to list the next set of revisions.
source
Main.Datazone.list_data_source_run_activitiesMethod
list_data_source_run_activities(domain_identifier, identifier)
list_data_source_run_activities(domain_identifier, identifier, params::Dict{String,<:Any})

Lists data source run activities.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which to list data source run activities.
  • identifier: The identifier of the data source run.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of activities to return in a single call to ListDataSourceRunActivities. When the number of activities to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDataSourceRunActivities to list the next set of activities.
  • "nextToken": When the number of activities is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of activities, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSourceRunActivities to list the next set of activities.
  • "status": The status of the data source run.
source
Main.Datazone.list_data_source_runsMethod
list_data_source_runs(data_source_identifier, domain_identifier)
list_data_source_runs(data_source_identifier, domain_identifier, params::Dict{String,<:Any})

Lists data source runs in Amazon DataZone.

Arguments

  • data_source_identifier: The identifier of the data source.
  • domain_identifier: The identifier of the Amazon DataZone domain in which to invoke the ListDataSourceRuns action.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of runs to return in a single call to ListDataSourceRuns. When the number of runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDataSourceRuns to list the next set of runs.
  • "nextToken": When the number of runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSourceRuns to list the next set of runs.
  • "status": The status of the data source.
source
Main.Datazone.list_data_sourcesMethod
list_data_sources(domain_identifier, project_identifier)
list_data_sources(domain_identifier, project_identifier, params::Dict{String,<:Any})

Lists data sources in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which to list the data sources.
  • project_identifier: The identifier of the project in which to list data sources.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "environmentIdentifier": The identifier of the environment in which to list the data sources.
  • "maxResults": The maximum number of data sources to return in a single call to ListDataSources. When the number of data sources to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDataSources to list the next set of data sources.
  • "name": The name of the data source.
  • "nextToken": When the number of data sources is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data sources, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDataSources to list the next set of data sources.
  • "status": The status of the data source.
  • "type": The type of the data source.
source
Main.Datazone.list_domainsMethod
list_domains()
list_domains(params::Dict{String,<:Any})

Lists Amazon DataZone domains.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of domains to return in a single call to ListDomains. When the number of domains to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListDomains to list the next set of domains.
  • "nextToken": When the number of domains is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of domains, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListDomains to list the next set of domains.
  • "status": The status of the data source.
source
Main.Datazone.list_environment_actionsMethod
list_environment_actions(domain_identifier, environment_identifier)
list_environment_actions(domain_identifier, environment_identifier, params::Dict{String,<:Any})

Lists existing environment actions.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which the environment actions are listed.
  • environment_identifier: The ID of the envrironment whose environment actions are listed.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of environment actions to return in a single call to ListEnvironmentActions. When the number of environment actions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentActions to list the next set of environment actions.
  • "nextToken": When the number of environment actions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment actions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentActions to list the next set of environment actions.
source
Main.Datazone.list_environment_blueprint_configurationsMethod
list_environment_blueprint_configurations(domain_identifier)
list_environment_blueprint_configurations(domain_identifier, params::Dict{String,<:Any})

Lists blueprint configurations for a Amazon DataZone environment.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of blueprint configurations to return in a single call to ListEnvironmentBlueprintConfigurations. When the number of configurations to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentBlueprintConfigurations to list the next set of configurations.
  • "nextToken": When the number of blueprint configurations is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of configurations, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentBlueprintConfigurations to list the next set of configurations.
source
Main.Datazone.list_environment_blueprintsMethod
list_environment_blueprints(domain_identifier)
list_environment_blueprints(domain_identifier, params::Dict{String,<:Any})

Lists blueprints in an Amazon DataZone environment.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "managed": Specifies whether the environment blueprint is managed by Amazon DataZone.
  • "maxResults": The maximum number of blueprints to return in a single call to ListEnvironmentBlueprints. When the number of blueprints to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentBlueprints to list the next set of blueprints.
  • "name": The name of the Amazon DataZone environment.
  • "nextToken": When the number of blueprints in the environment is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of blueprints in the environment, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentBlueprintsto list the next set of blueprints.
source
Main.Datazone.list_environment_profilesMethod
list_environment_profiles(domain_identifier)
list_environment_profiles(domain_identifier, params::Dict{String,<:Any})

Lists Amazon DataZone environment profiles.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "awsAccountId": The identifier of the Amazon Web Services account where you want to list environment profiles.
  • "awsAccountRegion": The Amazon Web Services region where you want to list environment profiles.
  • "environmentBlueprintIdentifier": The identifier of the blueprint that was used to create the environment profiles that you want to list.
  • "maxResults": The maximum number of environment profiles to return in a single call to ListEnvironmentProfiles. When the number of environment profiles to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.
  • "name":
  • "nextToken": When the number of environment profiles is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environment profiles, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironmentProfiles to list the next set of environment profiles.
  • "projectIdentifier": The identifier of the Amazon DataZone project.
source
Main.Datazone.list_environmentsMethod
list_environments(domain_identifier, project_identifier)
list_environments(domain_identifier, project_identifier, params::Dict{String,<:Any})

Lists Amazon DataZone environments.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.
  • project_identifier: The identifier of the Amazon DataZone project.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "awsAccountId": The identifier of the Amazon Web Services account where you want to list environments.
  • "awsAccountRegion": The Amazon Web Services region where you want to list environments.
  • "environmentBlueprintIdentifier": The identifier of the Amazon DataZone blueprint.
  • "environmentProfileIdentifier": The identifier of the environment profile.
  • "maxResults": The maximum number of environments to return in a single call to ListEnvironments. When the number of environments to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListEnvironments to list the next set of environments.
  • "name": The name of the environment.
  • "nextToken": When the number of environments is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of environments, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListEnvironments to list the next set of environments.
  • "provider": The provider of the environment.
  • "status": The status of the environments that you want to list.
source
Main.Datazone.list_metadata_generation_runsMethod
list_metadata_generation_runs(domain_identifier)
list_metadata_generation_runs(domain_identifier, params::Dict{String,<:Any})

Lists all metadata generation runs.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain where you want to list metadata generation runs.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of metadata generation runs to return in a single call to ListMetadataGenerationRuns. When the number of metadata generation runs to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
  • "nextToken": When the number of metadata generation runs is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of metadata generation runs, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListMetadataGenerationRuns to list the next set of revisions.
  • "status": The status of the metadata generation runs.
  • "type": The type of the metadata generation runs.
source
Main.Datazone.list_notificationsMethod
list_notifications(domain_identifier, type)
list_notifications(domain_identifier, type, params::Dict{String,<:Any})

Lists all Amazon DataZone notifications.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.
  • type: The type of notifications.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "afterTimestamp": The time after which you want to list notifications.
  • "beforeTimestamp": The time before which you want to list notifications.
  • "maxResults": The maximum number of notifications to return in a single call to ListNotifications. When the number of notifications to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListNotifications to list the next set of notifications.
  • "nextToken": When the number of notifications is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of notifications, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListNotifications to list the next set of notifications.
  • "subjects": The subjects of notifications.
  • "taskStatus": The task status of notifications.
source
Main.Datazone.list_project_membershipsMethod
list_project_memberships(domain_identifier, project_identifier)
list_project_memberships(domain_identifier, project_identifier, params::Dict{String,<:Any})

Lists all members of the specified project.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which you want to list project memberships.
  • project_identifier: The identifier of the project whose memberships you want to list.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of memberships to return in a single call to ListProjectMemberships. When the number of memberships to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListProjectMemberships to list the next set of memberships.
  • "nextToken": When the number of memberships is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of memberships, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjectMemberships to list the next set of memberships.
  • "sortBy": The method by which you want to sort the project memberships.
  • "sortOrder": The sort order of the project memberships.
source
Main.Datazone.list_projectsMethod
list_projects(domain_identifier)
list_projects(domain_identifier, params::Dict{String,<:Any})

Lists Amazon DataZone projects.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "groupIdentifier": The identifier of a group.
  • "maxResults": The maximum number of projects to return in a single call to ListProjects. When the number of projects to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListProjects to list the next set of projects.
  • "name": The name of the project.
  • "nextToken": When the number of projects is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of projects, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListProjects to list the next set of projects.
  • "userIdentifier": The identifier of the Amazon DataZone user.
source
Main.Datazone.list_subscription_grantsMethod
list_subscription_grants(domain_identifier)
list_subscription_grants(domain_identifier, params::Dict{String,<:Any})

Lists subscription grants.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "environmentId": The identifier of the Amazon DataZone environment.
  • "maxResults": The maximum number of subscription grants to return in a single call to ListSubscriptionGrants. When the number of subscription grants to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptionGrants to list the next set of subscription grants.
  • "nextToken": When the number of subscription grants is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionGrants to list the next set of subscription grants.
  • "sortBy": Specifies the way of sorting the results of this action.
  • "sortOrder": Specifies the sort order of this action.
  • "subscribedListingId": The identifier of the subscribed listing.
  • "subscriptionId": The identifier of the subscription.
  • "subscriptionTargetId": The identifier of the subscription target.
source
Main.Datazone.list_subscription_requestsMethod
list_subscription_requests(domain_identifier)
list_subscription_requests(domain_identifier, params::Dict{String,<:Any})

Lists Amazon DataZone subscription requests.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "approverProjectId": The identifier of the subscription request approver's project.
  • "maxResults": The maximum number of subscription requests to return in a single call to ListSubscriptionRequests. When the number of subscription requests to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptionRequests to list the next set of subscription requests.
  • "nextToken": When the number of subscription requests is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription requests, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionRequests to list the next set of subscription requests.
  • "owningProjectId": The identifier of the project for the subscription requests.
  • "sortBy": Specifies the way to sort the results of this action.
  • "sortOrder": Specifies the sort order for the results of this action.
  • "status": Specifies the status of the subscription requests.
  • "subscribedListingId": The identifier of the subscribed listing.
source
Main.Datazone.list_subscription_targetsMethod
list_subscription_targets(domain_identifier, environment_identifier)
list_subscription_targets(domain_identifier, environment_identifier, params::Dict{String,<:Any})

Lists subscription targets in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain where you want to list subscription targets.
  • environment_identifier: The identifier of the environment where you want to list subscription targets.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of subscription targets to return in a single call to ListSubscriptionTargets. When the number of subscription targets to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptionTargets to list the next set of subscription targets.
  • "nextToken": When the number of subscription targets is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscription targets, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptionTargets to list the next set of subscription targets.
  • "sortBy": Specifies the way in which the results of this action are to be sorted.
  • "sortOrder": Specifies the sort order for the results of this action.
source
Main.Datazone.list_subscriptionsMethod
list_subscriptions(domain_identifier)
list_subscriptions(domain_identifier, params::Dict{String,<:Any})

Lists subscriptions in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "approverProjectId": The identifier of the project for the subscription's approver.
  • "maxResults": The maximum number of subscriptions to return in a single call to ListSubscriptions. When the number of subscriptions to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListSubscriptions to list the next set of Subscriptions.
  • "nextToken": When the number of subscriptions is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of subscriptions, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListSubscriptions to list the next set of subscriptions.
  • "owningProjectId": The identifier of the owning project.
  • "sortBy": Specifies the way in which the results of this action are to be sorted.
  • "sortOrder": Specifies the sort order for the results of this action.
  • "status": The status of the subscriptions that you want to list.
  • "subscribedListingId": The identifier of the subscribed listing for the subscriptions that you want to list.
  • "subscriptionRequestIdentifier": The identifier of the subscription request for the subscriptions that you want to list.
source
Main.Datazone.list_tags_for_resourceMethod
list_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})

Lists tags for the specified resource in Amazon DataZone.

Arguments

  • resource_arn: The ARN of the resource whose tags you want to list.
source
Main.Datazone.list_time_series_data_pointsMethod
list_time_series_data_points(domain_identifier, entity_identifier, entity_type, form_name)
list_time_series_data_points(domain_identifier, entity_identifier, entity_type, form_name, params::Dict{String,<:Any})

Lists time series data points.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain that houses the assets for which you want to list time series data points.
  • entity_identifier: The ID of the asset for which you want to list data points.
  • entity_type: The type of the asset for which you want to list data points.
  • form_name: The name of the time series data points form.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "endedAt": The timestamp at which the data points that you wanted to list ended.
  • "maxResults": The maximum number of data points to return in a single call to ListTimeSeriesDataPoints. When the number of data points to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
  • "nextToken": When the number of data points is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of data points, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListTimeSeriesDataPoints to list the next set of data points.
  • "startedAt": The timestamp at which the data points that you want to list started.
source
Main.Datazone.post_time_series_data_pointsMethod
post_time_series_data_points(domain_identifier, entity_identifier, entity_type, forms)
post_time_series_data_points(domain_identifier, entity_identifier, entity_type, forms, params::Dict{String,<:Any})

Posts time series data points to Amazon DataZone for the specified asset.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain in which you want to post time series data points.
  • entity_identifier: The ID of the asset for which you want to post time series data points.
  • entity_type: The type of the asset for which you want to post data points.
  • forms: The forms that contain the data points that you want to post.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
source
Main.Datazone.put_environment_blueprint_configurationMethod
put_environment_blueprint_configuration(domain_identifier, enabled_regions, environment_blueprint_identifier)
put_environment_blueprint_configuration(domain_identifier, enabled_regions, environment_blueprint_identifier, params::Dict{String,<:Any})

Writes the configuration for the specified environment blueprint in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.
  • enabled_regions: Specifies the enabled Amazon Web Services Regions.
  • environment_blueprint_identifier: The identifier of the environment blueprint.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "manageAccessRoleArn": The ARN of the manage access role.
  • "provisioningRoleArn": The ARN of the provisioning role.
  • "regionalParameters": The regional parameters in the environment blueprint.
source
Main.Datazone.reject_predictionsMethod
reject_predictions(domain_identifier, identifier)
reject_predictions(domain_identifier, identifier, params::Dict{String,<:Any})

Rejects automatically generated business-friendly metadata for your Amazon DataZone assets.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.
  • identifier: The identifier of the prediction.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "rejectChoices": Specifies the prediction (aka, the automatically generated piece of metadata) and the target (for example, a column name) that can be rejected.
  • "rejectRule": Specifies the rule (or the conditions) under which a prediction can be rejected.
  • "revision": The revision that is to be made to the asset.
source
Main.Datazone.reject_subscription_requestMethod
reject_subscription_request(domain_identifier, identifier)
reject_subscription_request(domain_identifier, identifier, params::Dict{String,<:Any})

Rejects the specified subscription request.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which the subscription request was rejected.
  • identifier: The identifier of the subscription request that was rejected.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "decisionComment": The decision comment of the rejected subscription request.
source
Main.Datazone.revoke_subscriptionMethod
revoke_subscription(domain_identifier, identifier)
revoke_subscription(domain_identifier, identifier, params::Dict{String,<:Any})

Revokes a specified subscription in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain where you want to revoke a subscription.
  • identifier: The identifier of the revoked subscription.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "retainPermissions": Specifies whether permissions are retained when the subscription is revoked.
source
Main.Datazone.searchMethod
search(domain_identifier, search_scope)
search(domain_identifier, search_scope, params::Dict{String,<:Any})

Searches for assets in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain.
  • search_scope: The scope of the search.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "additionalAttributes": Specifies additional attributes for the Search action.
  • "filters": Specifies the search filters.
  • "maxResults": The maximum number of results to return in a single call to Search. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to Search to list the next set of results.
  • "nextToken": When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to Search to list the next set of results.
  • "owningProjectIdentifier": The identifier of the owning project specified for the search.
  • "searchIn": The details of the search.
  • "searchText": Specifies the text for which to search.
  • "sort": Specifies the way in which the search results are to be sorted.
source
Main.Datazone.search_group_profilesMethod
search_group_profiles(domain_identifier, group_type)
search_group_profiles(domain_identifier, group_type, params::Dict{String,<:Any})

Searches group profiles in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which you want to search group profiles.
  • group_type: The group type for which to search.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to return in a single call to SearchGroupProfiles. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchGroupProfiles to list the next set of results.
  • "nextToken": When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchGroupProfiles to list the next set of results.
  • "searchText": Specifies the text for which to search.
source
Main.Datazone.search_listingsMethod
search_listings(domain_identifier)
search_listings(domain_identifier, params::Dict{String,<:Any})

Searches listings (records of an asset at a given time) in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the domain in which to search listings.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "additionalAttributes": Specifies additional attributes for the search.
  • "filters": Specifies the filters for the search of listings.
  • "maxResults": The maximum number of results to return in a single call to SearchListings. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchListings to list the next set of results.
  • "nextToken": When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchListings to list the next set of results.
  • "searchIn": The details of the search.
  • "searchText": Specifies the text for which to search.
  • "sort": Specifies the way for sorting the search results.
source
Main.Datazone.search_typesMethod
search_types(domain_identifier, managed, search_scope)
search_types(domain_identifier, managed, search_scope, params::Dict{String,<:Any})

Searches for types in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which to invoke the SearchTypes action.
  • managed: Specifies whether the search is managed.
  • search_scope: Specifies the scope of the search for types.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "filters": The filters for the SearchTypes action.
  • "maxResults": The maximum number of results to return in a single call to SearchTypes. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchTypes to list the next set of results.
  • "nextToken": When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchTypes to list the next set of results.
  • "searchIn": The details of the search.
  • "searchText": Specifies the text for which to search.
  • "sort": The specifies the way to sort the SearchTypes results.
source
Main.Datazone.search_user_profilesMethod
search_user_profiles(domain_identifier, user_type)
search_user_profiles(domain_identifier, user_type, params::Dict{String,<:Any})

Searches user profiles in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which you want to search user profiles.
  • user_type: Specifies the user type for the SearchUserProfiles action.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "maxResults": The maximum number of results to return in a single call to SearchUserProfiles. When the number of results to be listed is greater than the value of MaxResults, the response contains a NextToken value that you can use in a subsequent call to SearchUserProfiles to list the next set of results.
  • "nextToken": When the number of results is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of results, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to SearchUserProfiles to list the next set of results.
  • "searchText": Specifies the text for which to search.
source
Main.Datazone.start_data_source_runMethod
start_data_source_run(data_source_identifier, domain_identifier)
start_data_source_run(data_source_identifier, domain_identifier, params::Dict{String,<:Any})

Start the run of the specified data source in Amazon DataZone.

Arguments

  • data_source_identifier: The identifier of the data source.
  • domain_identifier: The identifier of the Amazon DataZone domain in which to start a data source run.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
source
Main.Datazone.start_metadata_generation_runMethod
start_metadata_generation_run(domain_identifier, owning_project_identifier, target, type)
start_metadata_generation_run(domain_identifier, owning_project_identifier, target, type, params::Dict{String,<:Any})

Starts the metadata generation run.

Arguments

  • domain_identifier: The ID of the Amazon DataZone domain where you want to start a metadata generation run.
  • owning_project_identifier: The ID of the project that owns the asset for which you want to start a metadata generation run.
  • target: The asset for which you want to start a metadata generation run.
  • type: The type of the metadata generation run.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier to ensure idempotency of the request. This field is automatically populated if not provided.
source
Main.Datazone.tag_resourceMethod
tag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})

Tags a resource in Amazon DataZone.

Arguments

  • resource_arn: The ARN of the resource to be tagged in Amazon DataZone.
  • tags: Specifies the tags for the TagResource action.
source
Main.Datazone.untag_resourceMethod
untag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})

Untags a resource in Amazon DataZone.

Arguments

  • resource_arn: The ARN of the resource to be untagged in Amazon DataZone.
  • tag_keys: Specifies the tag keys for the UntagResource action.
source
Main.Datazone.update_data_sourceMethod
update_data_source(domain_identifier, identifier)
update_data_source(domain_identifier, identifier, params::Dict{String,<:Any})

Updates the specified data source in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the domain in which to update a data source.
  • identifier: The identifier of the data source to be updated.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "assetFormsInput": The asset forms to be updated as part of the UpdateDataSource action.
  • "configuration": The configuration to be updated as part of the UpdateDataSource action.
  • "description": The description to be updated as part of the UpdateDataSource action.
  • "enableSetting": The enable setting to be updated as part of the UpdateDataSource action.
  • "name": The name to be updated as part of the UpdateDataSource action.
  • "publishOnImport": The publish on import setting to be updated as part of the UpdateDataSource action.
  • "recommendation": The recommendation to be updated as part of the UpdateDataSource action.
  • "retainPermissionsOnRevokeFailure": Specifies that the granted permissions are retained in case of a self-subscribe functionality failure for a data source.
  • "schedule": The schedule to be updated as part of the UpdateDataSource action.
source
Main.Datazone.update_domainMethod
update_domain(identifier)
update_domain(identifier, params::Dict{String,<:Any})

Updates a Amazon DataZone domain.

Arguments

  • identifier: The ID of the Amazon Web Services domain that is to be updated.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "description": The description to be updated as part of the UpdateDomain action.
  • "domainExecutionRole": The domain execution role to be updated as part of the UpdateDomain action.
  • "name": The name to be updated as part of the UpdateDomain action.
  • "singleSignOn": The single sign-on option to be updated as part of the UpdateDomain action.
source
Main.Datazone.update_environmentMethod
update_environment(domain_identifier, identifier)
update_environment(domain_identifier, identifier, params::Dict{String,<:Any})

Updates the specified environment in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the domain in which the environment is to be updated.
  • identifier: The identifier of the environment that is to be updated.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": The description to be updated as part of the UpdateEnvironment action.
  • "glossaryTerms": The glossary terms to be updated as part of the UpdateEnvironment action.
  • "name": The name to be updated as part of the UpdateEnvironment action.
source
Main.Datazone.update_environment_actionMethod
update_environment_action(domain_identifier, environment_identifier, identifier)
update_environment_action(domain_identifier, environment_identifier, identifier, params::Dict{String,<:Any})

Updates an environment action.

Arguments

  • domain_identifier: The domain ID of the environment action.
  • environment_identifier: The environment ID of the environment action.
  • identifier: The ID of the environment action.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": The description of the environment action.
  • "name": The name of the environment action.
  • "parameters": The parameters of the environment action.
source
Main.Datazone.update_environment_profileMethod
update_environment_profile(domain_identifier, identifier)
update_environment_profile(domain_identifier, identifier, params::Dict{String,<:Any})

Updates the specified environment profile in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which an environment profile is to be updated.
  • identifier: The identifier of the environment profile that is to be updated.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "awsAccountId": The Amazon Web Services account in which a specified environment profile is to be udpated.
  • "awsAccountRegion": The Amazon Web Services Region in which a specified environment profile is to be updated.
  • "description": The description to be updated as part of the UpdateEnvironmentProfile action.
  • "name": The name to be updated as part of the UpdateEnvironmentProfile action.
  • "userParameters": The user parameters to be updated as part of the UpdateEnvironmentProfile action.
source
Main.Datazone.update_glossaryMethod
update_glossary(domain_identifier, identifier)
update_glossary(domain_identifier, identifier, params::Dict{String,<:Any})

Updates the business glossary in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which a business glossary is to be updated.
  • identifier: The identifier of the business glossary to be updated.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "clientToken": A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
  • "description": The description to be updated as part of the UpdateGlossary action.
  • "name": The name to be updated as part of the UpdateGlossary action.
  • "status": The status to be updated as part of the UpdateGlossary action.
source
Main.Datazone.update_glossary_termMethod
update_glossary_term(domain_identifier, identifier)
update_glossary_term(domain_identifier, identifier, params::Dict{String,<:Any})

Updates a business glossary term in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which a business glossary term is to be updated.
  • identifier: The identifier of the business glossary term that is to be updated.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "glossaryIdentifier": The identifier of the business glossary in which a term is to be updated.
  • "longDescription": The long description to be updated as part of the UpdateGlossaryTerm action.
  • "name": The name to be updated as part of the UpdateGlossaryTerm action.
  • "shortDescription": The short description to be updated as part of the UpdateGlossaryTerm action.
  • "status": The status to be updated as part of the UpdateGlossaryTerm action.
  • "termRelations": The term relations to be updated as part of the UpdateGlossaryTerm action.
source
Main.Datazone.update_group_profileMethod
update_group_profile(domain_identifier, group_identifier, status)
update_group_profile(domain_identifier, group_identifier, status, params::Dict{String,<:Any})

Updates the specified group profile in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which a group profile is updated.
  • group_identifier: The identifier of the group profile that is updated.
  • status: The status of the group profile that is updated.
source
Main.Datazone.update_projectMethod
update_project(domain_identifier, identifier)
update_project(domain_identifier, identifier, params::Dict{String,<:Any})

Updates the specified project in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which a project is to be updated.
  • identifier: The identifier of the project that is to be updated.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "description": The description to be updated as part of the UpdateProject action.
  • "glossaryTerms": The glossary terms to be updated as part of the UpdateProject action.
  • "name": The name to be updated as part of the UpdateProject action.
source
Main.Datazone.update_subscription_grant_statusMethod
update_subscription_grant_status(asset_identifier, domain_identifier, identifier, status)
update_subscription_grant_status(asset_identifier, domain_identifier, identifier, status, params::Dict{String,<:Any})

Updates the status of the specified subscription grant status in Amazon DataZone.

Arguments

  • asset_identifier: The identifier of the asset the subscription grant status of which is to be updated.
  • domain_identifier: The identifier of the Amazon DataZone domain in which a subscription grant status is to be updated.
  • identifier: The identifier of the subscription grant the status of which is to be updated.
  • status: The status to be updated as part of the UpdateSubscriptionGrantStatus action.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "failureCause": Specifies the error message that is returned if the operation cannot be successfully completed.
  • "targetName": The target name to be updated as part of the UpdateSubscriptionGrantStatus action.
source
Main.Datazone.update_subscription_requestMethod
update_subscription_request(domain_identifier, identifier, request_reason)
update_subscription_request(domain_identifier, identifier, request_reason, params::Dict{String,<:Any})

Updates a specified subscription request in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which a subscription request is to be updated.
  • identifier: The identifier of the subscription request that is to be updated.
  • request_reason: The reason for the UpdateSubscriptionRequest action.
source
Main.Datazone.update_subscription_targetMethod
update_subscription_target(domain_identifier, environment_identifier, identifier)
update_subscription_target(domain_identifier, environment_identifier, identifier, params::Dict{String,<:Any})

Updates the specified subscription target in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
  • environment_identifier: The identifier of the environment in which a subscription target is to be updated.
  • identifier: Identifier of the subscription target that is to be updated.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "applicableAssetTypes": The applicable asset types to be updated as part of the UpdateSubscriptionTarget action.
  • "authorizedPrincipals": The authorized principals to be updated as part of the UpdateSubscriptionTarget action.
  • "manageAccessRole": The manage access role to be updated as part of the UpdateSubscriptionTarget action.
  • "name": The name to be updated as part of the UpdateSubscriptionTarget action.
  • "provider": The provider to be updated as part of the UpdateSubscriptionTarget action.
  • "subscriptionTargetConfig": The configuration to be updated as part of the UpdateSubscriptionTarget action.
source
Main.Datazone.update_user_profileMethod
update_user_profile(domain_identifier, status, user_identifier)
update_user_profile(domain_identifier, status, user_identifier, params::Dict{String,<:Any})

Updates the specified user profile in Amazon DataZone.

Arguments

  • domain_identifier: The identifier of the Amazon DataZone domain in which a user profile is updated.
  • status: The status of the user profile that are to be updated.
  • user_identifier: The identifier of the user whose user profile is to be updated.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "type": The type of the user profile that are to be updated.
source