ContainerRenameResponse type

Contains response data for the rename operation.

type ContainerRenameResponse = WithResponse<
  ContainerRenameHeaders,
  ContainerRenameHeaders
>