Values.HostedConfigurationVersionSourceCreates a new configuration in the AppConfig hosted configuration store. If you're creating a feature flag, we recommend you familiarize yourself with the JSON schema for feature flag data. For more information, see Type reference for AWS.AppConfig.FeatureFlags in the AppConfig User Guide.
type nonrec t = {applicationId : Id.t option;The application ID.
*)configurationProfileId : Id.t option;The configuration profile ID.
*)versionNumber : Integer.t option;The configuration version.
*)description : Description.t option;A description of the configuration.
*)content : Blob.t option;The content of the configuration or the configuration data.
*)contentType : StringWithLengthBetween1And255.t option;A standard MIME type describing the format of the configuration content. For more information, see Content-Type.
*)versionLabel : VersionLabel.t option;A user-defined label for an AppConfig hosted configuration version.
*)kmsKeyArn : Arn.t option;The Amazon Resource Name of the Key Management Service key that was used to encrypt this specific version of the configuration data in the AppConfig hosted configuration store.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `PayloadTooLargeException of PayloadTooLargeException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `PayloadTooLargeException of PayloadTooLargeException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `PayloadTooLargeException of PayloadTooLargeException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option ]