Panorama.Client.
describe_package_import_job
(**kwargs)¶Returns information about a package import job.
See also: AWS API Documentation
Request Syntax
response = client.describe_package_import_job(
JobId='string'
)
[REQUIRED]
The job's ID.
{
'ClientToken': 'string',
'CreatedTime': datetime(2015, 1, 1),
'InputConfig': {
'PackageVersionInputConfig': {
'S3Location': {
'BucketName': 'string',
'ObjectKey': 'string',
'Region': 'string'
}
}
},
'JobId': 'string',
'JobTags': [
{
'ResourceType': 'PACKAGE',
'Tags': {
'string': 'string'
}
},
],
'JobType': 'NODE_PACKAGE_VERSION'|'MARKETPLACE_NODE_PACKAGE_VERSION',
'LastUpdatedTime': datetime(2015, 1, 1),
'Output': {
'OutputS3Location': {
'BucketName': 'string',
'ObjectKey': 'string'
},
'PackageId': 'string',
'PackageVersion': 'string',
'PatchVersion': 'string'
},
'OutputConfig': {
'PackageVersionOutputConfig': {
'MarkLatest': True|False,
'PackageName': 'string',
'PackageVersion': 'string'
}
},
'Status': 'PENDING'|'SUCCEEDED'|'FAILED',
'StatusMessage': 'string'
}
Response Structure
The job's client token.
When the job was created.
The job's input config.
The package version's input configuration.
A location in Amazon S3.
A bucket name.
An object key.
The bucket's Region.
The job's ID.
The job's tags.
Tags for a job.
The job's type.
The job's tags.
The job's type.
When the job was updated.
The job's output.
The package's output location.
The object's bucket.
The object's key.
The package's ID.
The package's version.
The package's patch version.
The job's output config.
The package version's output configuration.
Indicates that the version is recommended for all users.
The output's package name.
The output's package version.
The job's status.
The job's status message.
Exceptions
Panorama.Client.exceptions.ConflictException
Panorama.Client.exceptions.ValidationException
Panorama.Client.exceptions.AccessDeniedException
Panorama.Client.exceptions.InternalServerException