AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Syncs the resource with current AppRegistry records.

Specifically, the resource’s AppRegistry system tags sync with its associated application. We remove the resource's AppRegistry system tags if it does not associate with the application. The caller must have permissions to read and update the resource.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to SyncResourceAsync.

Namespace: Amazon.AppRegistry
Assembly: AWSSDK.AppRegistry.dll
Version: 3.x.y.z

Syntax

C#
public virtual SyncResourceResponse SyncResource(
         SyncResourceRequest request
)

Parameters

request
Type: Amazon.AppRegistry.Model.SyncResourceRequest

Container for the necessary parameters to execute the SyncResource service method.

Return Value


The response from the SyncResource service method, as returned by AppRegistry.

Exceptions

ExceptionCondition
ConflictException There was a conflict when processing the request (for example, a resource with the given name already exists within the account).
InternalServerException The service is experiencing internal problems.
ResourceNotFoundException The specified resource does not exist.
ThrottlingException The maximum number of API requests has been exceeded.
ValidationException The request has invalid or missing parameters.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also