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.

Container for the parameters to the UpdateCollaborationChangeRequest operation. Updates an existing collaboration change request. This operation allows approval actions for pending change requests in collaborations (APPROVE, DENY, CANCEL, COMMIT).

For change requests without automatic approval, a member in the collaboration can manually APPROVE or DENY a change request. The collaboration owner can manually CANCEL or COMMIT a change request.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CleanRooms.AmazonCleanRoomsRequest
      Amazon.CleanRooms.Model.UpdateCollaborationChangeRequestRequest

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

Syntax

C#
public class UpdateCollaborationChangeRequestRequest : AmazonCleanRoomsRequest
         IAmazonWebServiceRequest

The UpdateCollaborationChangeRequestRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Action Amazon.CleanRooms.ChangeRequestAction

Gets and sets the property Action.

The action to perform on the change request. Valid values include APPROVE (approve the change), DENY (reject the change), CANCEL (cancel the request), and COMMIT (commit after the request is approved).

For change requests without automatic approval, a member in the collaboration can manually APPROVE or DENY a change request. The collaboration owner can manually CANCEL or COMMIT a change request.

Public Property ChangeRequestIdentifier System.String

Gets and sets the property ChangeRequestIdentifier.

The unique identifier of the specific change request to be updated within the collaboration.

Public Property CollaborationIdentifier System.String

Gets and sets the property CollaborationIdentifier.

The unique identifier of the collaboration that contains the change request to be updated.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

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