Values_1.GetPackageResponseSourceGets information about the specified software package. Requires permission to access the GetPackage action.
type nonrec t = {packageName : Values_0.PackageName.t option;The name of the software package.
*)packageArn : Values_0.PackageArn.t option;The ARN for the package.
*)description : Values_0.ResourceDescription.t option;The package description.
*)defaultVersionName : Values_0.VersionName.t option;The name of the default package version.
*)creationDate : Values_0.CreationDate.t option;The date the package was created.
*)lastModifiedDate : Values_0.LastModifiedDate.t option;The date when the package was last updated.
*)}type nonrec error = [ | `InternalServerException of Values_0.InternalServerException.t| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t| `ThrottlingException of Values_0.ThrottlingException.t| `ValidationException of Values_0.ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerException of Values_0.InternalServerException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_0.ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerException of Values_0.InternalServerException.t
| `ResourceNotFoundException of Values_0.ResourceNotFoundException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_0.ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.PackageName.t
| `Timestamp of Values_0.CreationDate.t ])
list ]