Skip to content

/AWS1/CL_FRM=>DESCRIBETYPE()

About DescribeType

Returns detailed information about an extension that has been registered.

If you specify a VersionId, DescribeType returns information about that specific extension version. Otherwise, it returns information about the default extension version.

Method Signature

IMPORTING

Optional arguments:

IV_TYPE TYPE /AWS1/FRMREGISTRYTYPE /AWS1/FRMREGISTRYTYPE

The kind of extension.

Conditional: You must specify either TypeName and Type, or Arn.

IV_TYPENAME TYPE /AWS1/FRMTYPENAME /AWS1/FRMTYPENAME

The name of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

IV_ARN TYPE /AWS1/FRMTYPEARN /AWS1/FRMTYPEARN

The Amazon Resource Name (ARN) of the extension.

Conditional: You must specify either TypeName and Type, or Arn.

IV_VERSIONID TYPE /AWS1/FRMTYPEVERSIONID /AWS1/FRMTYPEVERSIONID

The ID of a specific version of the extension. The version ID is the value at the end of the Amazon Resource Name (ARN) assigned to the extension version when it is registered.

If you specify a VersionId, DescribeType returns information about that specific extension version. Otherwise, it returns information about the default extension version.

IV_PUBLISHERID TYPE /AWS1/FRMPUBLISHERID /AWS1/FRMPUBLISHERID

The publisher ID of the extension publisher.

Extensions provided by Amazon Web Services are not assigned a publisher ID.

IV_PUBLICVERSIONNUMBER TYPE /AWS1/FRMPUBLICVERSIONNUMBER /AWS1/FRMPUBLICVERSIONNUMBER

The version number of a public third-party extension.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_FRMDESCRIBETYPEOUTPUT /AWS1/CL_FRMDESCRIBETYPEOUTPUT