Amazon CodeArtifact · JSON Structure

Codeartifact Update Package Versions Status Result Structure

UpdatePackageVersionsStatusResult schema from Amazon CodeArtifact API

Type: object Properties: 2
AmazonArtifact RepositoryPackage ManagementDevOpsSoftware Supply ChainnpmMavenPyPINuGet

UpdatePackageVersionsStatusResult is a JSON Structure definition published by Amazon CodeArtifact, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

successfulVersions failedVersions

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeartifact/refs/heads/main/json-structure/codeartifact-update-package-versions-status-result-structure.json",
  "name": "UpdatePackageVersionsStatusResult",
  "description": "UpdatePackageVersionsStatusResult schema from Amazon CodeArtifact API",
  "type": "object",
  "properties": {
    "successfulVersions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SuccessfulPackageVersionInfoMap"
        },
        {
          "description": " A list of <code>PackageVersionError</code> objects, one for each package version with a status that failed to update. "
        }
      ]
    },
    "failedVersions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PackageVersionErrorMap"
        },
        {
          "description": " A list of <code>SuccessfulPackageVersionInfo</code> objects, one for each package version with a status that successfully updated. "
        }
      ]
    }
  }
}