Values.GetMembershipResponseSourceReturns the attributes of a membership.
type nonrec t = {membershipId : MembershipId.t option;Response element for GetMembership that provides the queried membership ID.
*)accountId : AWSAccountId.t option;Response element for GetMembership that provides the account configured to manage the membership.
*)region : AwsRegion.t option;Response element for GetMembership that provides the region configured to manage the membership.
*)membershipName : MembershipName.t option;Response element for GetMembership that provides the configured membership name.
*)membershipArn : MembershipArn.t option;Response element for GetMembership that provides the membership ARN.
*)membershipStatus : MembershipStatus.t option;Response element for GetMembership that provides the current membership status.
*)membershipActivationTimestamp : Timestamp.t option;Response element for GetMembership that provides the configured membership activation timestamp.
*)membershipDeactivationTimestamp : Timestamp.t option;Response element for GetMembership that provides the configured membership name deactivation timestamp.
*)customerType : CustomerType.t option;Response element for GetMembership that provides the configured membership type. Options include Standalone | Organizations.
*)numberOfAccountsCovered : Long.t option;Response element for GetMembership that provides the number of accounts in the membership.
*)incidentResponseTeam : IncidentResponseTeam.t option;Response element for GetMembership that provides the configured membership incident response team members.
*)optInFeatures : OptInFeatures.t option;Response element for GetMembership that provides the if opt-in features have been enabled.
*)membershipAccountsConfigurations : MembershipAccountsConfigurations.t option;The membershipAccountsConfigurations field contains the configuration details for member accounts within the Amazon Web Services Organizations membership structure. This field returns a structure containing information about: Account configurations for member accounts Membership settings and preferences Account-level permissions and roles
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `InvalidTokenException of InvalidTokenException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?membershipId:??? ->
?accountId:??? ->
?region:??? ->
?membershipName:??? ->
?membershipArn:??? ->
?membershipStatus:??? ->
?membershipActivationTimestamp:??? ->
?membershipDeactivationTimestamp:??? ->
?customerType:??? ->
?numberOfAccountsCovered:??? ->
?incidentResponseTeam:??? ->
?optInFeatures:??? ->
?membershipAccountsConfigurations:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidTokenException of InvalidTokenException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `InvalidTokenException of InvalidTokenException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `SecurityIncidentResponseNotActiveException of
SecurityIncidentResponseNotActiveException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of [> `Enum of string ] list
| `String of IncidentResponderName.t ])
list ]
list
| `Long of Long.t
| `String of MembershipId.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of OrganizationalUnitId.t ] list ])
list
| `Timestamp of Timestamp.t ])
list ]