CollaborationChangeRequest
Represents a request to modify a collaboration. Change requests enable structured modifications to collaborations after they have been created.
Contents
- changes
-
The list of changes specified in this change request.
Type: Array of Change objects
Array Members: Minimum number of 1 item. Maximum number of 10 items.
Required: Yes
- collaborationId
-
The unique identifier for the collaboration being modified.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
Required: Yes
- createTime
-
The time when the change request was created.
Type: Timestamp
Required: Yes
- id
-
The unique identifier for the change request.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}
Required: Yes
- isAutoApproved
-
Whether the change request was automatically approved based on the collaboration's auto-approval settings.
Type: Boolean
Required: Yes
- status
-
The current status of the change request. Valid values are
PENDING
,APPROVED
,DENIED
,COMMITTED
, andCANCELLED
.Type: String
Valid Values:
PENDING | APPROVED | CANCELLED | DENIED | COMMITTED
Required: Yes
- updateTime
-
The time when the change request was last updated.
Type: Timestamp
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: