Values_1.CreatePackageVersionResponseSourceCreates a new version for an existing IoT software package. Requires permission to access the CreatePackageVersion and GetIndexingConfiguration actions.
type nonrec t = {packageVersionArn : Values_0.PackageVersionArn.t option;The Amazon Resource Name (ARN) for the package.
*)packageName : Values_0.PackageName.t option;The name of the associated software package.
*)versionName : Values_0.VersionName.t option;The name of the new package version.
*)description : Values_0.ResourceDescription.t option;The package version description.
*)attributes : Values_0.ResourceAttributes.t option;Metadata that were added to the package version that can be used to define a package version’s configuration.
*)status : Values_0.PackageVersionStatus.t option;The status of the package version. For more information, see Package version lifecycle.
*)errorReason : Values_0.PackageVersionErrorReason.t option;Error reason for a package version failure during creation or update.
*)}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 ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of Values_0.PackageVersionArn.t ])
list ]