Values_1.DocumentIdentifierSourceDescribes the name of a SSM document.
type nonrec t = {name : Values_0.DocumentARN.t option;The name of the SSM document.
*)createdDate : Values_0.DateTime.t option;The date the SSM document was created.
*)displayName : Values_0.DocumentDisplayName.t option;An optional field where you can specify a friendly name for the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.
*)owner : Values_0.DocumentOwner.t option;The Amazon Web Services user that created the document.
*)versionName : Values_0.DocumentVersionName.t option;An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
*)platformTypes : Values_0.PlatformTypeList.t option;The operating system platform.
*)documentVersion : Values_0.DocumentVersion.t option;The document version.
*)documentType : Values_0.DocumentType.t option;The document type.
*)schemaVersion : Values_0.DocumentSchemaVersion.t option;The schema version.
*)documentFormat : Values_0.DocumentFormat.t option;The document format, either JSON or YAML.
*)targetType : Values_0.TargetType.t option;The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.
*)requires : Values_0.DocumentRequiresList.t option;A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.
*)reviewStatus : Values_0.ReviewStatus.t option;The current status of a document review.
*)}val make :
?name:??? ->
?createdDate:??? ->
?displayName:??? ->
?owner:??? ->
?versionName:??? ->
?platformTypes:??? ->
?documentVersion:??? ->
?documentType:??? ->
?schemaVersion:??? ->
?documentFormat:??? ->
?targetType:??? ->
?tags:??? ->
?requires:??? ->
?reviewStatus:??? ->
?author:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of (string * [> `String of string ]) list ]
list
| `String of Values_0.DocumentARN.t
| `Timestamp of Values_0.DateTime.t ])
list ]