Values_1.CreatePackageResponseSourceCreates an IoT software package that can be deployed to your fleet. Requires permission to access the CreatePackage and GetIndexingConfiguration actions.
type nonrec t = {packageName : Values_0.PackageName.t option;The name of the software package.
*)packageArn : Values_0.PackageArn.t option;The Amazon Resource Name (ARN) for the package.
*)description : Values_0.ResourceDescription.t option;The package description.
*)}type nonrec error = [ | `ConflictException of Values_0.ConflictException.t| `InternalServerException of Values_0.InternalServerException.t| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.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 ->
[> `ConflictException of Values_0.ConflictException.t
| `InternalServerException of Values_0.InternalServerException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.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 ->
[> `ConflictException of Values_0.ConflictException.t
| `InternalServerException of Values_0.InternalServerException.t
| `ServiceQuotaExceededException of Values_0.ServiceQuotaExceededException.t
| `ThrottlingException of Values_0.ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of Values_0.ValidationException.t ]