AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-07-25 · Documentation medium

File: cli/latest/reference/omics/get-workflow.md

Summary

Updated CLI version, added workflow status verification link, and documented new fields (readme, definitionRepositoryDetails, readmePath) related to workflow source code repositories.

Security assessment

Documents repository connection details (ARN, provider, source references) that help users audit workflow provenance, which is a security best practice. However, this does not fix a security issue but adds documentation about security-relevant features.

Diff

diff --git a/cli/latest/reference/omics/get-workflow.md b/cli/latest/reference/omics/get-workflow.md
index 526d59b1b..c8308df8c 100644
--- a//cli/latest/reference/omics/get-workflow.md
+++ b//cli/latest/reference/omics/get-workflow.md
@@ -15 +15 @@
-  * [AWS CLI 2.27.56 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.59 Command Reference](../../index.html) »
@@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Gets information about a workflow.
+Gets all information about a workflow using its ID.
@@ -63,0 +64,2 @@ If a workflow is shared with you, you cannot export the workflow.
+For more information about your workflow status, see [Verify the workflow status](https://docs.aws.amazon.com/omics/latest/dev/using-get-workflow.html) in the _Amazon Web Services HealthOmics User Guide_ .
+
@@ -125,0 +128 @@ Syntax:
+      README
@@ -382,0 +386,40 @@ uuid -> (string)
+readme -> (string)
+
+> The README content for the workflow, providing documentation and usage information.
+
+definitionRepositoryDetails -> (structure)
+
+> Details about the source code repository that hosts the workflow definition files.
+> 
+> connectionArn -> (string)
+>
+>> The Amazon Resource Name (ARN) of the connection to the source code repository.
+> 
+> fullRepositoryId -> (string)
+>
+>> The full repository identifier, including the repository owner and name. For example, ‘repository-owner/repository-name’.
+> 
+> sourceReference -> (structure)
+>
+>> The source reference for the repository, such as a branch name, tag, or commit ID.
+>> 
+>> type -> (string)
+>>
+>>> The type of source reference, such as branch, tag, or commit.
+>> 
+>> value -> (string)
+>>
+>>> The value of the source reference, such as the branch name, tag name, or commit ID.
+> 
+> providerType -> (string)
+>
+>> The provider type of the source code repository, such as Bitbucket, GitHub, GitHubEnterpriseServer, GitLab, and GitLabSelfManaged.
+> 
+> providerEndpoint -> (string)
+>
+>> The endpoint URL of the source code repository provider.
+
+readmePath -> (string)
+
+> The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the `README.md` file from the root directory of the repository will be used.
+
@@ -393 +436 @@ uuid -> (string)
-  * [AWS CLI 2.27.56 Command Reference](../../index.html) »
+  * [AWS CLI 2.27.59 Command Reference](../../index.html) »