Module Awso_rolesanywhere.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule MappingRule : sig ... end

A single mapping entry for each supported specifier or sub-field.

Sourcemodule Boolean : sig ... end
Sourcemodule NotificationChannel : sig ... end
Sourcemodule NotificationEvent : sig ... end
Sourcemodule String_ : sig ... end
Sourcemodule CertificateField : sig ... end
Sourcemodule MappingRules : sig ... end
Sourcemodule InstancePropertyMap : sig ... end
Sourcemodule NotificationSettingDetail : sig ... end

The state of a notification setting. A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify.

Sourcemodule SourceData : sig ... end

The data field of the trust anchor depending on its type.

Sourcemodule TrustAnchorType : sig ... end
Sourcemodule AttributeMapping : sig ... end

A mapping applied to the authenticating end-entity certificate.

Sourcemodule RoleArn : sig ... end
Sourcemodule TagKey : sig ... end
Sourcemodule TagValue : sig ... end
Sourcemodule CredentialSummary : sig ... end

A record of a presented X509 credential from a temporary credential request.

Sourcemodule InstanceProperty : sig ... end

A key-value pair you set that identifies a property of the authenticating instance.

Sourcemodule ResourceName : sig ... end
Sourcemodule Source : sig ... end

The trust anchor type and its related certificate data.

Sourcemodule Uuid : sig ... end
Sourcemodule AttributeMappings : sig ... end
Sourcemodule Integer : sig ... end
Sourcemodule ManagedPolicyList : sig ... end
Sourcemodule ProfileArn : sig ... end
Sourcemodule RoleArnList : sig ... end
Sourcemodule Blob : sig ... end
Sourcemodule Tag : sig ... end

A label that consists of a key and value you define.

Sourcemodule CredentialSummaries : sig ... end
Sourcemodule InstanceProperties : sig ... end
Sourcemodule NotificationSettingKey : sig ... end

A notification setting key to reset. A notification setting key includes the event and the channel.

Sourcemodule NotificationSetting : sig ... end

Customizable notification settings that will be applied to notification events. IAM Roles Anywhere consumes these settings while notifying across multiple channels - CloudWatch metrics, EventBridge, and Health Dashboard.

Sourcemodule TrustAnchorDetail : sig ... end

The state of the trust anchor after a read or write operation.

Sourcemodule SubjectSummary : sig ... end

A summary representation of subjects.

Sourcemodule ProfileDetail : sig ... end

The state of the profile after a read or write operation.

Sourcemodule CrlDetail : sig ... end

The state of the certificate revocation list (CRL) after a read or write operation.

Sourcemodule AccessDeniedException : sig ... end

You do not have sufficient access to perform this action.

Sourcemodule ResourceNotFoundException : sig ... end

The resource could not be found.

Sourcemodule ValidationException : sig ... end

Validation exception error.

Sourcemodule AmazonResourceName : sig ... end
Sourcemodule TagKeyList : sig ... end
Sourcemodule TooManyTagsException : sig ... end

Too many tags.

Sourcemodule TagList : sig ... end
Sourcemodule SubjectDetail : sig ... end

The state of the subject after a read or write operation.

Sourcemodule NotificationSettingKeys : sig ... end
Sourcemodule NotificationSettings : sig ... end
Sourcemodule TrustAnchorDetails : sig ... end
Sourcemodule SubjectSummaries : sig ... end
Sourcemodule ProfileDetails : sig ... end
Sourcemodule CrlDetails : sig ... end
Sourcemodule TrustAnchorArn : sig ... end
Sourcemodule SpecifierList : sig ... end
Sourcemodule UpdateTrustAnchorRequest : sig ... end

Updates a trust anchor. You establish trust between IAM Roles Anywhere and your certificate authority (CA) by configuring a trust anchor. You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials. Required permissions: rolesanywhere:UpdateTrustAnchor.

Sourcemodule UpdateProfileRequest : sig ... end

Updates a profile, a list of the roles that IAM Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies. Required permissions: rolesanywhere:UpdateProfile.

Sourcemodule UpdateCrlRequest : sig ... end

Updates the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate authority (CA). IAM Roles Anywhere validates against the CRL before issuing credentials. Required permissions: rolesanywhere:UpdateCrl.

Sourcemodule UntagResourceResponse : sig ... end

Removes tags from the resource. Required permissions: rolesanywhere:UntagResource.

Sourcemodule UntagResourceRequest : sig ... end

Removes tags from the resource. Required permissions: rolesanywhere:UntagResource.

Sourcemodule TrustAnchorDetailResponse : sig ... end

Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA). You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials. Required permissions: rolesanywhere:CreateTrustAnchor.

Sourcemodule TagResourceResponse : sig ... end

Attaches tags to a resource. Required permissions: rolesanywhere:TagResource.

Sourcemodule TagResourceRequest : sig ... end

Attaches tags to a resource. Required permissions: rolesanywhere:TagResource.

Sourcemodule SubjectDetailResponse : sig ... end

Gets a subject, which associates a certificate identity with authentication attempts. The subject stores auditing information such as the status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication. Required permissions: rolesanywhere:GetSubject.

Sourcemodule ScalarTrustAnchorRequest : sig ... end

Deletes a trust anchor. Required permissions: rolesanywhere:DeleteTrustAnchor.

Sourcemodule ScalarSubjectRequest : sig ... end

Gets a subject, which associates a certificate identity with authentication attempts. The subject stores auditing information such as the status of the last authentication attempt, the certificate data used in the attempt, and the last time the associated identity attempted authentication. Required permissions: rolesanywhere:GetSubject.

Sourcemodule ScalarProfileRequest : sig ... end

Deletes a profile. Required permissions: rolesanywhere:DeleteProfile.

Sourcemodule ScalarCrlRequest : sig ... end

Deletes a certificate revocation list (CRL). Required permissions: rolesanywhere:DeleteCrl.

Resets the custom notification setting to IAM Roles Anywhere default setting. Required permissions: rolesanywhere:ResetNotificationSettings.

Resets the custom notification setting to IAM Roles Anywhere default setting. Required permissions: rolesanywhere:ResetNotificationSettings.

Attaches a list of notification settings to a trust anchor. A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify. Required permissions: rolesanywhere:PutNotificationSettings.

Attaches a list of notification settings to a trust anchor. A notification setting includes information such as event name, threshold, status of the notification setting, and the channel to notify. Required permissions: rolesanywhere:PutNotificationSettings.

Put an entry in the attribute mapping rules that will be enforced by a given profile. A mapping specifies a certificate field and one or more specifiers that have contextual meanings.

Put an entry in the attribute mapping rules that will be enforced by a given profile. A mapping specifies a certificate field and one or more specifiers that have contextual meanings.

Sourcemodule ProfileDetailResponse : sig ... end

Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies. Required permissions: rolesanywhere:CreateProfile.

Sourcemodule ListTrustAnchorsResponse : sig ... end

Lists the trust anchors in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListTrustAnchors.

Lists the tags attached to the resource. Required permissions: rolesanywhere:ListTagsForResource.

Lists the tags attached to the resource. Required permissions: rolesanywhere:ListTagsForResource.

Sourcemodule ListSubjectsResponse : sig ... end

Lists the subjects in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListSubjects.

Sourcemodule ListRequest : sig ... end

Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListCrls.

Sourcemodule ListProfilesResponse : sig ... end

Lists all profiles in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListProfiles.

Sourcemodule ListCrlsResponse : sig ... end

Lists all certificate revocation lists (CRL) in the authenticated account and Amazon Web Services Region. Required permissions: rolesanywhere:ListCrls.

Sourcemodule ImportCrlRequest : sig ... end

Imports the certificate revocation list (CRL). A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials. Required permissions: rolesanywhere:ImportCrl.

Delete an entry from the attribute mapping rules enforced by a given profile.

Delete an entry from the attribute mapping rules enforced by a given profile.

Sourcemodule CrlDetailResponse : sig ... end

Deletes a certificate revocation list (CRL). Required permissions: rolesanywhere:DeleteCrl.

Sourcemodule CreateTrustAnchorRequest : sig ... end

Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA). You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials. Required permissions: rolesanywhere:CreateTrustAnchor.

Sourcemodule CreateProfileRequest : sig ... end

Creates a profile, a list of the roles that Roles Anywhere service is trusted to assume. You use profiles to intersect permissions with IAM managed policies. Required permissions: rolesanywhere:CreateProfile.