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
* Creates a share offer that can be accepted outside the account by a subscriber. The share is created by the owner and accepted by the principal subscriber.
32
-
* </p>
30
+
* <p>Creates a cross-account shared resource. The resource owner makes an offer to share the resource
31
+
* with the principal subscriber (an AWS user with a different account than the resource owner).</p>
32
+
* <p>The following resources support cross-account sharing:</p>
33
+
* <ul>
34
+
* <li>
35
+
* <p>Healthomics variant stores</p>
36
+
* </li>
37
+
* <li>
38
+
* <p>Healthomics annotation stores</p>
39
+
* </li>
40
+
* <li>
41
+
* <p>Private workflows</p>
42
+
* </li>
43
+
* </ul>
33
44
* @example
34
45
* Use a bare-bones client and the command you need to make an API call.
* <p>Starts a workflow run. To duplicate a run, specify the run's ID and a role ARN. The
31
31
* remaining parameters are copied from the previous run.</p>
32
+
* <p>StartRun will not support re-run for a workflow that is shared with you.</p>
32
33
* <p>The total number of runs in your account is subject to a quota per Region. To avoid
33
34
* needing to delete runs manually, you can set the retention mode to <code>REMOVE</code>.
34
35
* Runs with this setting are deleted automatically when the run quoata is exceeded.</p>
36
+
* <p>By default, the run uses STATIC storage. For STATIC storage, set the <code>storageCapacity</code> field.
37
+
* You can set the storage type to DYNAMIC. You do not set <code>storageCapacity</code>,
38
+
* because HealthOmics dynamically scales the storage up or down as required.
39
+
* For more information about static and dynamic storage, see <a href="https://docs.aws.amazon.com/omics/latest/dev/Using-workflows.html">Running workflows</a>
40
+
* in the <i>AWS HealthOmics User Guide</i>.</p>
35
41
* @example
36
42
* Use a bare-bones client and the command you need to make an API call.
0 commit comments