lib/aws-sdk-datazone/plugins/endpoints.rb in aws-sdk-datazone-1.8.0 vs lib/aws-sdk-datazone/plugins/endpoints.rb in aws-sdk-datazone-1.9.0

- old
+ new

@@ -60,10 +60,12 @@ case context.operation_name when :accept_predictions Aws::DataZone::Endpoints::AcceptPredictions.build(context) when :accept_subscription_request Aws::DataZone::Endpoints::AcceptSubscriptionRequest.build(context) + when :associate_environment_role + Aws::DataZone::Endpoints::AssociateEnvironmentRole.build(context) when :cancel_metadata_generation_run Aws::DataZone::Endpoints::CancelMetadataGenerationRun.build(context) when :cancel_subscription Aws::DataZone::Endpoints::CancelSubscription.build(context) when :create_asset @@ -76,10 +78,12 @@ Aws::DataZone::Endpoints::CreateDataSource.build(context) when :create_domain Aws::DataZone::Endpoints::CreateDomain.build(context) when :create_environment Aws::DataZone::Endpoints::CreateEnvironment.build(context) + when :create_environment_action + Aws::DataZone::Endpoints::CreateEnvironmentAction.build(context) when :create_environment_profile Aws::DataZone::Endpoints::CreateEnvironmentProfile.build(context) when :create_form_type Aws::DataZone::Endpoints::CreateFormType.build(context) when :create_glossary @@ -110,10 +114,12 @@ Aws::DataZone::Endpoints::DeleteDataSource.build(context) when :delete_domain Aws::DataZone::Endpoints::DeleteDomain.build(context) when :delete_environment Aws::DataZone::Endpoints::DeleteEnvironment.build(context) + when :delete_environment_action + Aws::DataZone::Endpoints::DeleteEnvironmentAction.build(context) when :delete_environment_blueprint_configuration Aws::DataZone::Endpoints::DeleteEnvironmentBlueprintConfiguration.build(context) when :delete_environment_profile Aws::DataZone::Endpoints::DeleteEnvironmentProfile.build(context) when :delete_form_type @@ -134,10 +140,12 @@ Aws::DataZone::Endpoints::DeleteSubscriptionRequest.build(context) when :delete_subscription_target Aws::DataZone::Endpoints::DeleteSubscriptionTarget.build(context) when :delete_time_series_data_points Aws::DataZone::Endpoints::DeleteTimeSeriesDataPoints.build(context) + when :disassociate_environment_role + Aws::DataZone::Endpoints::DisassociateEnvironmentRole.build(context) when :get_asset Aws::DataZone::Endpoints::GetAsset.build(context) when :get_asset_type Aws::DataZone::Endpoints::GetAssetType.build(context) when :get_data_source @@ -146,10 +154,12 @@ Aws::DataZone::Endpoints::GetDataSourceRun.build(context) when :get_domain Aws::DataZone::Endpoints::GetDomain.build(context) when :get_environment Aws::DataZone::Endpoints::GetEnvironment.build(context) + when :get_environment_action + Aws::DataZone::Endpoints::GetEnvironmentAction.build(context) when :get_environment_blueprint Aws::DataZone::Endpoints::GetEnvironmentBlueprint.build(context) when :get_environment_blueprint_configuration Aws::DataZone::Endpoints::GetEnvironmentBlueprintConfiguration.build(context) when :get_environment_profile @@ -190,10 +200,12 @@ Aws::DataZone::Endpoints::ListDataSourceRuns.build(context) when :list_data_sources Aws::DataZone::Endpoints::ListDataSources.build(context) when :list_domains Aws::DataZone::Endpoints::ListDomains.build(context) + when :list_environment_actions + Aws::DataZone::Endpoints::ListEnvironmentActions.build(context) when :list_environment_blueprint_configurations Aws::DataZone::Endpoints::ListEnvironmentBlueprintConfigurations.build(context) when :list_environment_blueprints Aws::DataZone::Endpoints::ListEnvironmentBlueprints.build(context) when :list_environment_profiles @@ -252,9 +264,11 @@ Aws::DataZone::Endpoints::UpdateDataSource.build(context) when :update_domain Aws::DataZone::Endpoints::UpdateDomain.build(context) when :update_environment Aws::DataZone::Endpoints::UpdateEnvironment.build(context) + when :update_environment_action + Aws::DataZone::Endpoints::UpdateEnvironmentAction.build(context) when :update_environment_profile Aws::DataZone::Endpoints::UpdateEnvironmentProfile.build(context) when :update_glossary Aws::DataZone::Endpoints::UpdateGlossary.build(context) when :update_glossary_term