Values.DeploymentSourceRetrieves information about a configuration deployment.
type nonrec t = {applicationId : Id.t option;The ID of the application that was deployed.
*)environmentId : Id.t option;The ID of the environment that was deployed.
*)deploymentStrategyId : Id.t option;The ID of the deployment strategy that was deployed.
*)configurationProfileId : Id.t option;The ID of the configuration profile that was deployed.
*)deploymentNumber : Integer.t option;The sequence number of the deployment.
*)configurationName : Name.t option;The name of the configuration.
*)configurationLocationUri : Uri_.t option;Information about the source location of the configuration.
*)configurationVersion : Version.t option;The configuration version that was deployed.
*)description : Description.t option;The description of the deployment.
*)deploymentDurationInMinutes : MinutesBetween0And24Hours.t option;Total amount of time the deployment lasted.
*)growthType : GrowthType.t option;The algorithm used to define how percentage grew over time.
*)growthFactor : Percentage.t option;The percentage of targets to receive a deployed configuration during each interval.
*)finalBakeTimeInMinutes : MinutesBetween0And24Hours.t option;The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback.
*)state : DeploymentState.t option;The state of the deployment.
*)eventLog : DeploymentEvents.t option;A list containing all events related to a deployment. The most recent events are displayed first.
*)percentageComplete : Percentage.t option;The percentage of targets for which the deployment is available.
*)startedAt : Iso8601DateTime.t option;The time the deployment started.
*)completedAt : Iso8601DateTime.t option;The time the deployment completed.
*)appliedExtensions : AppliedExtensions.t option;A list of extensions that were processed as part of the deployment. The extensions that were previously associated to the configuration profile, environment, or the application when StartDeployment was called.
*)kmsKeyArn : Arn.t option;The Amazon Resource Name of the Key Management Service key used to encrypt configuration data. You can encrypt secrets stored in Secrets Manager, Amazon Simple Storage Service (Amazon S3) objects encrypted with SSE-KMS, or secure string parameters stored in Amazon Web Services Systems Manager Parameter Store.
*)kmsKeyIdentifier : KmsKeyIdentifier.t option;The Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
*)versionLabel : VersionLabel.t option;A user-defined label for an AppConfig hosted configuration version.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val make :
?applicationId:??? ->
?environmentId:??? ->
?deploymentStrategyId:??? ->
?configurationProfileId:??? ->
?deploymentNumber:??? ->
?configurationName:??? ->
?configurationLocationUri:??? ->
?configurationVersion:??? ->
?description:??? ->
?deploymentDurationInMinutes:??? ->
?growthType:??? ->
?growthFactor:??? ->
?finalBakeTimeInMinutes:??? ->
?state:??? ->
?eventLog:??? ->
?percentageComplete:??? ->
?startedAt:??? ->
?completedAt:??? ->
?appliedExtensions:??? ->
?kmsKeyArn:??? ->
?kmsKeyIdentifier:??? ->
?versionLabel:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of Percentage.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `List of
[> `Structure of
(string * [> `String of Identifier.t ]) list ]
list
| `Map of
([> `String of ExtensionOrParameterName.t ]
* [> `String of StringWithLengthBetween1And2048.t ])
list
| `String of Description.t
| `Timestamp of Iso8601DateTime.t ])
list ]
list
| `String of Id.t
| `Timestamp of Iso8601DateTime.t ])
list ]