You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-codepipeline): AWS CodePipeline introduces Commands action that enables you to easily run shell commands as part of your pipeline execution.
* <p>The list of variables that are to be exported from the compute action. This is specifically CodeBuild environment variables as used for that action.</p>
489
+
* @public
490
+
*/
491
+
outputVariables?: string[];
492
+
469
493
/**
470
494
* <p>The ARN of the IAM service role that performs the declared action. This is assumed
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/codepipeline.json
+81
Original file line number
Diff line number
Diff line change
@@ -446,6 +446,12 @@
446
446
"smithy.api#documentation": "<p>The action's configuration. These are key-value pairs that specify input values for\n an action. For more information, see <a href=\"https://docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements\">Action Structure Requirements in CodePipeline</a>. For the list of\n configuration properties for the CloudFormation action type in CodePipeline, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html\">Configuration Properties Reference</a> in the <i>CloudFormation\n User Guide</i>. For template snippets with examples, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html\">Using Parameter Override Functions with CodePipeline Pipelines</a> in the\n <i>CloudFormation User Guide</i>.</p>\n <p>The values can be represented in either JSON or YAML format. For example, the JSON\n configuration item format is as follows: </p>\n <p>\n <i>JSON:</i>\n </p>\n <p>\n <code>\"Configuration\" : { Key : Value },</code>\n </p>"
"smithy.api#documentation": "<p>The shell commands to run with your compute action in CodePipeline. All commands are\n supported except multi-line formats. While CodeBuild logs and permissions are used, you\n do not need to create any resources in CodeBuild.</p>\n <note>\n <p>Using compute time for this action will incur separate charges in\n CodeBuild.</p>\n </note>"
"smithy.api#documentation": "<p>The list of variables that are to be exported from the compute action. This is specifically CodeBuild environment variables as used for that action.</p>"
"smithy.api#documentation": "<p>The name of the output of an artifact, such as \"My App\".</p>\n <p>The input artifact of an action must exactly match the output artifact declared in\n a preceding action, but the input artifact does not have to be the next action in strict\n sequence from the action that provided the output artifact. Actions in parallel can\n declare different output artifacts, which are in turn consumed by different following\n actions.</p>\n <p>Output artifact names must be unique within a pipeline.</p>",
0 commit comments