Skip to content

Commit

Permalink
This release adds support for CloudWatch Anomaly Detection on cross-a…
Browse files Browse the repository at this point in the history
…ccount metrics. SingleMetricAnomalyDetector and MetricDataQuery inputs to Anomaly Detection APIs now take an optional AccountId field.

This release fixes a broken link in the documentation.
AWS Deadline Cloud is a new fully managed service that helps customers set up, deploy, and scale rendering projects in minutes, so they can improve the efficiency of their rendering pipelines and take on more projects.
This release supports the feature of AI recommendations for descriptions to enrich the business data catalog in Amazon DataZone.
This release adds support to upgrade the TLS version of the distribution.
  • Loading branch information
aws-sdk-cpp-automation committed Apr 1, 2024
1 parent f6c8c4d commit 8932343
Show file tree
Hide file tree
Showing 883 changed files with 126,280 additions and 751 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.297
1.11.298
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,31 @@ namespace DataZone
return SubmitAsync(&DataZoneClient::AcceptSubscriptionRequest, request, handler, context);
}

/**
* <p>Cancels the metadata generation run.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CancelMetadataGenerationRun">AWS
* API Reference</a></p>
*/
virtual Model::CancelMetadataGenerationRunOutcome CancelMetadataGenerationRun(const Model::CancelMetadataGenerationRunRequest& request) const;

/**
* A Callable wrapper for CancelMetadataGenerationRun that returns a future to the operation so that it can be executed in parallel to other requests.
*/
template<typename CancelMetadataGenerationRunRequestT = Model::CancelMetadataGenerationRunRequest>
Model::CancelMetadataGenerationRunOutcomeCallable CancelMetadataGenerationRunCallable(const CancelMetadataGenerationRunRequestT& request) const
{
return SubmitCallable(&DataZoneClient::CancelMetadataGenerationRun, request);
}

/**
* An Async wrapper for CancelMetadataGenerationRun that queues the request into a thread executor and triggers associated callback when operation has finished.
*/
template<typename CancelMetadataGenerationRunRequestT = Model::CancelMetadataGenerationRunRequest>
void CancelMetadataGenerationRunAsync(const CancelMetadataGenerationRunRequestT& request, const CancelMetadataGenerationRunResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
{
return SubmitAsync(&DataZoneClient::CancelMetadataGenerationRun, request, handler, context);
}

/**
* <p>Cancels the subscription to the specified asset.</p><p><h3>See Also:</h3>
* <a
Expand Down Expand Up @@ -435,7 +460,8 @@ namespace DataZone
}

/**
* <p/><p><h3>See Also:</h3> <a
* <p>Publishes a listing (a record of an asset at a given time) or removes a
* listing from the catalog. </p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/CreateListingChangeSet">AWS
* API Reference</a></p>
*/
Expand Down Expand Up @@ -868,7 +894,8 @@ namespace DataZone
}

/**
* <p/><p><h3>See Also:</h3> <a
* <p>Deletes a listing (a record of an asset at a given time).</p><p><h3>See
* Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/DeleteListing">AWS
* API Reference</a></p>
*/
Expand Down Expand Up @@ -1374,7 +1401,8 @@ namespace DataZone
}

/**
* <p/><p><h3>See Also:</h3> <a
* <p>Gets a listing (a record of an asset at a given time).</p><p><h3>See
* Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetListing">AWS
* API Reference</a></p>
*/
Expand All @@ -1398,6 +1426,32 @@ namespace DataZone
return SubmitAsync(&DataZoneClient::GetListing, request, handler, context);
}

/**
* <p>Gets a metadata generation run in Amazon DataZone.</p><p><h3>See Also:</h3>
* <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetMetadataGenerationRun">AWS
* API Reference</a></p>
*/
virtual Model::GetMetadataGenerationRunOutcome GetMetadataGenerationRun(const Model::GetMetadataGenerationRunRequest& request) const;

/**
* A Callable wrapper for GetMetadataGenerationRun that returns a future to the operation so that it can be executed in parallel to other requests.
*/
template<typename GetMetadataGenerationRunRequestT = Model::GetMetadataGenerationRunRequest>
Model::GetMetadataGenerationRunOutcomeCallable GetMetadataGenerationRunCallable(const GetMetadataGenerationRunRequestT& request) const
{
return SubmitCallable(&DataZoneClient::GetMetadataGenerationRun, request);
}

/**
* An Async wrapper for GetMetadataGenerationRun that queues the request into a thread executor and triggers associated callback when operation has finished.
*/
template<typename GetMetadataGenerationRunRequestT = Model::GetMetadataGenerationRunRequest>
void GetMetadataGenerationRunAsync(const GetMetadataGenerationRunRequestT& request, const GetMetadataGenerationRunResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
{
return SubmitAsync(&DataZoneClient::GetMetadataGenerationRun, request, handler, context);
}

/**
* <p>Gets a project in Amazon DataZone.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/GetProject">AWS
Expand Down Expand Up @@ -1777,6 +1831,31 @@ namespace DataZone
return SubmitAsync(&DataZoneClient::ListEnvironments, request, handler, context);
}

/**
* <p>Lists all metadata generation runs.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ListMetadataGenerationRuns">AWS
* API Reference</a></p>
*/
virtual Model::ListMetadataGenerationRunsOutcome ListMetadataGenerationRuns(const Model::ListMetadataGenerationRunsRequest& request) const;

/**
* A Callable wrapper for ListMetadataGenerationRuns that returns a future to the operation so that it can be executed in parallel to other requests.
*/
template<typename ListMetadataGenerationRunsRequestT = Model::ListMetadataGenerationRunsRequest>
Model::ListMetadataGenerationRunsOutcomeCallable ListMetadataGenerationRunsCallable(const ListMetadataGenerationRunsRequestT& request) const
{
return SubmitCallable(&DataZoneClient::ListMetadataGenerationRuns, request);
}

/**
* An Async wrapper for ListMetadataGenerationRuns that queues the request into a thread executor and triggers associated callback when operation has finished.
*/
template<typename ListMetadataGenerationRunsRequestT = Model::ListMetadataGenerationRunsRequest>
void ListMetadataGenerationRunsAsync(const ListMetadataGenerationRunsRequestT& request, const ListMetadataGenerationRunsResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
{
return SubmitAsync(&DataZoneClient::ListMetadataGenerationRuns, request, handler, context);
}

/**
* <p>Lists all Amazon DataZone notifications.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/ListNotifications">AWS
Expand Down Expand Up @@ -2132,7 +2211,8 @@ namespace DataZone
}

/**
* <p>Searches listings in Amazon DataZone.</p><p><h3>See Also:</h3> <a
* <p>Searches listings (records of an asset at a given time) in Amazon
* DataZone.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/SearchListings">AWS
* API Reference</a></p>
*/
Expand Down Expand Up @@ -2232,6 +2312,31 @@ namespace DataZone
return SubmitAsync(&DataZoneClient::StartDataSourceRun, request, handler, context);
}

/**
* <p>Starts the metadata generation run.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/StartMetadataGenerationRun">AWS
* API Reference</a></p>
*/
virtual Model::StartMetadataGenerationRunOutcome StartMetadataGenerationRun(const Model::StartMetadataGenerationRunRequest& request) const;

/**
* A Callable wrapper for StartMetadataGenerationRun that returns a future to the operation so that it can be executed in parallel to other requests.
*/
template<typename StartMetadataGenerationRunRequestT = Model::StartMetadataGenerationRunRequest>
Model::StartMetadataGenerationRunOutcomeCallable StartMetadataGenerationRunCallable(const StartMetadataGenerationRunRequestT& request) const
{
return SubmitCallable(&DataZoneClient::StartMetadataGenerationRun, request);
}

/**
* An Async wrapper for StartMetadataGenerationRun that queues the request into a thread executor and triggers associated callback when operation has finished.
*/
template<typename StartMetadataGenerationRunRequestT = Model::StartMetadataGenerationRunRequest>
void StartMetadataGenerationRunAsync(const StartMetadataGenerationRunRequestT& request, const StartMetadataGenerationRunResponseReceivedHandler& handler, const std::shared_ptr<const Aws::Client::AsyncCallerContext>& context = nullptr) const
{
return SubmitAsync(&DataZoneClient::StartMetadataGenerationRun, request, handler, context);
}

/**
* <p>Tags a resource in Amazon DataZone.</p><p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/datazone-2018-05-10/TagResource">AWS
Expand Down
Loading

0 comments on commit 8932343

Please sign in to comment.