Values.GetAssociatedPackageGroupResultSourceReturns the most closely associated package group to the specified package. This API does not require that the package exist in any repository in the domain. As such, GetAssociatedPackageGroup can be used to see which package group's origin configuration applies to a package before that package is in a repository. This can be helpful to check if public packages are blocked without ingesting them. For information package group association and matching, see Package group definition syntax and matching behavior in the CodeArtifact User Guide.
type nonrec t = {packageGroup : PackageGroupDescription.t option;The package group that is associated with the requested package.
*)associationType : PackageGroupAssociationType.t option;Describes the strength of the association between the package and package group. A strong match is also known as an exact match, and a weak match is known as a relative match.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `String of Arn.t
| `Structure of
(string
* [> `Map of
([> `Enum of string ]
* [> `Structure of
(string
* [> `Enum of string
| `Long of LongOptional.t
| `Structure of
(string * [> `String of Arn.t ]) list ])
list ])
list
| `String of Arn.t ])
list
| `Timestamp of Timestamp.t ])
list ])
list ]