Skip to content

Commit 02cd814

Browse files
4.1.864
1 parent bbb0e06 commit 02cd814

37 files changed

+1670
-953
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 832 additions & 832 deletions
Large diffs are not rendered by default.

changelogs/CHANGELOG.2025.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
### 4.1.863 (2025-07-23 20:21Z)
1+
### 4.1.864 (2025-07-24 20:12Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1087.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon DataZone
4+
* Modified cmdlet Search-DZListing: added parameter Aggregation.
5+
* Amazon Omics
6+
* Modified cmdlet New-OMICSWorkflow: added parameters DefinitionRepository_ConnectionArn, DefinitionRepository_ExcludeFilePattern, DefinitionRepository_FullRepositoryId, ParameterTemplatePath, ReadmeMarkdown, ReadmePath, ReadmeUri, SourceReference_Type, SourceReference_Value and WorkflowBucketOwnerId.
7+
* Modified cmdlet New-OMICSWorkflowVersion: added parameters DefinitionRepository_ConnectionArn, DefinitionRepository_ExcludeFilePattern, DefinitionRepository_FullRepositoryId, ParameterTemplatePath, ReadmeMarkdown, ReadmePath, ReadmeUri, SourceReference_Type and SourceReference_Value.
8+
* Modified cmdlet Update-OMICSWorkflow: added parameter ReadmeMarkdown.
9+
* Modified cmdlet Update-OMICSWorkflowVersion: added parameter ReadmeMarkdown.
10+
11+
### 4.1.863 (2025-07-23 20:21Z)
212
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1086.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
313
* Amazon Elastic Compute Cloud (EC2)
414
* Modified cmdlet Stop-EC2Instance: added parameter SkipOsShutdown.

changelogs/CHANGELOG.ALL.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
### 4.1.863 (2025-07-23 20:21Z)
1+
### 4.1.864 (2025-07-24 20:12Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1087.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon DataZone
4+
* Modified cmdlet Search-DZListing: added parameter Aggregation.
5+
* Amazon Omics
6+
* Modified cmdlet New-OMICSWorkflow: added parameters DefinitionRepository_ConnectionArn, DefinitionRepository_ExcludeFilePattern, DefinitionRepository_FullRepositoryId, ParameterTemplatePath, ReadmeMarkdown, ReadmePath, ReadmeUri, SourceReference_Type, SourceReference_Value and WorkflowBucketOwnerId.
7+
* Modified cmdlet New-OMICSWorkflowVersion: added parameters DefinitionRepository_ConnectionArn, DefinitionRepository_ExcludeFilePattern, DefinitionRepository_FullRepositoryId, ParameterTemplatePath, ReadmeMarkdown, ReadmePath, ReadmeUri, SourceReference_Type and SourceReference_Value.
8+
* Modified cmdlet Update-OMICSWorkflow: added parameter ReadmeMarkdown.
9+
* Modified cmdlet Update-OMICSWorkflowVersion: added parameter ReadmeMarkdown.
10+
11+
### 4.1.863 (2025-07-23 20:21Z)
212
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1086.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
313
* Amazon Elastic Compute Cloud (EC2)
414
* Modified cmdlet Stop-EC2Instance: added parameter SkipOsShutdown.

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55491,6 +55491,16 @@ $OMICS_Completers = {
5549155491
break
5549255492
}
5549355493

55494+
# Amazon.Omics.SourceReferenceType
55495+
{
55496+
($_ -eq "New-OMICSWorkflow/SourceReference_Type") -Or
55497+
($_ -eq "New-OMICSWorkflowVersion/SourceReference_Type")
55498+
}
55499+
{
55500+
$v = "BRANCH","COMMIT","TAG"
55501+
break
55502+
}
55503+
5549455504
# Amazon.Omics.StorageType
5549555505
{
5549655506
($_ -eq "New-OMICSWorkflow/StorageType") -Or
@@ -55579,6 +55589,7 @@ $OMICS_map = @{
5557955589
"ResourceOwner"=@("Get-OMICSShareList")
5558055590
"RetentionMode"=@("Start-OMICSRun")
5558155591
"SourceFileType"=@("New-OMICSMultipartReadSetUpload")
55592+
"SourceReference_Type"=@("New-OMICSWorkflow","New-OMICSWorkflowVersion")
5558255593
"SseConfig_Type"=@("New-OMICSAnnotationStore","New-OMICSReferenceStore","New-OMICSSequenceStore","New-OMICSVariantStore")
5558355594
"Status"=@("Get-OMICSRunList","Get-OMICSRunTaskList")
5558455595
"StorageType"=@("New-OMICSWorkflow","New-OMICSWorkflowVersion","Start-OMICSRun","Update-OMICSWorkflow","Update-OMICSWorkflowVersion")

modules/AWSPowerShell/Cmdlets/DataZone/Basic/Get-DZAsset-Cmdlet.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ public partial class GetDZAssetCmdlet : AmazonDataZoneClientCmdlet, IExecutor
6363
#region Parameter Identifier
6464
/// <summary>
6565
/// <para>
66-
/// <para>The ID of the Amazon DataZone asset.</para>
66+
/// <para>The ID of the Amazon DataZone asset.</para><para>This parameter supports either the value of <c>assetId</c> or <c>externalIdentifier</c>
67+
/// as input. If you are passing the value of <c>externalIdentifier</c>, you must prefix
68+
/// this value with <c>externalIdentifer%2F</c>.</para>
6769
/// </para>
6870
/// </summary>
6971
#if !MODULAR

modules/AWSPowerShell/Cmdlets/DataZone/Basic/New-DZAsset-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ public partial class NewDZAssetCmdlet : AmazonDataZoneClientCmdlet, IExecutor
8686
#region Parameter ExternalIdentifier
8787
/// <summary>
8888
/// <para>
89-
/// <para>The external identifier of the asset.</para>
89+
/// <para>The external identifier of the asset.</para><para>If the value for the <c>externalIdentifier</c> parameter is specified, it must be
90+
/// a unique value.</para>
9091
/// </para>
9192
/// </summary>
9293
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/DataZone/Basic/Search-DZListing-Cmdlet.cs

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@ public partial class SearchDZListingCmdlet : AmazonDataZoneClientCmdlet, IExecut
5454
public System.String[] AdditionalAttribute { get; set; }
5555
#endregion
5656

57+
#region Parameter Aggregation
58+
/// <summary>
59+
/// <para>
60+
/// <para>Enables you to specify one or more attributes to compute and return counts grouped
61+
/// by field values.</para>
62+
/// </para>
63+
/// </summary>
64+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
65+
[Alias("Aggregations")]
66+
public Amazon.DataZone.Model.AggregationListItem[] Aggregation { get; set; }
67+
#endregion
68+
5769
#region Parameter Filters_And
5870
/// <summary>
5971
/// <para>
@@ -262,6 +274,10 @@ protected override void ProcessRecord()
262274
{
263275
context.AdditionalAttribute = new List<System.String>(this.AdditionalAttribute);
264276
}
277+
if (this.Aggregation != null)
278+
{
279+
context.Aggregation = new List<Amazon.DataZone.Model.AggregationListItem>(this.Aggregation);
280+
}
265281
context.DomainIdentifier = this.DomainIdentifier;
266282
#if MODULAR
267283
if (this.DomainIdentifier == null && ParameterWasBound(nameof(this.DomainIdentifier)))
@@ -312,6 +328,10 @@ public object Execute(ExecutorContext context)
312328
{
313329
request.AdditionalAttributes = cmdletContext.AdditionalAttribute;
314330
}
331+
if (cmdletContext.Aggregation != null)
332+
{
333+
request.Aggregations = cmdletContext.Aggregation;
334+
}
315335
if (cmdletContext.DomainIdentifier != null)
316336
{
317337
request.DomainIdentifier = cmdletContext.DomainIdentifier;
@@ -507,6 +527,7 @@ private Amazon.DataZone.Model.SearchListingsResponse CallAWSServiceOperation(IAm
507527
internal partial class CmdletContext : ExecutorContext
508528
{
509529
public List<System.String> AdditionalAttribute { get; set; }
530+
public List<Amazon.DataZone.Model.AggregationListItem> Aggregation { get; set; }
510531
public System.String DomainIdentifier { get; set; }
511532
public List<Amazon.DataZone.Model.FilterClause> Filters_And { get; set; }
512533
public System.String Filter_Attribute { get; set; }

modules/AWSPowerShell/Cmdlets/Omics/AWS.Tools.Omics.Completers.psm1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,16 @@ $OMICS_Completers = {
248248
break
249249
}
250250

251+
# Amazon.Omics.SourceReferenceType
252+
{
253+
($_ -eq "New-OMICSWorkflow/SourceReference_Type") -Or
254+
($_ -eq "New-OMICSWorkflowVersion/SourceReference_Type")
255+
}
256+
{
257+
$v = "BRANCH","COMMIT","TAG"
258+
break
259+
}
260+
251261
# Amazon.Omics.StorageType
252262
{
253263
($_ -eq "New-OMICSWorkflow/StorageType") -Or
@@ -336,6 +346,7 @@ $OMICS_map = @{
336346
"ResourceOwner"=@("Get-OMICSShareList")
337347
"RetentionMode"=@("Start-OMICSRun")
338348
"SourceFileType"=@("New-OMICSMultipartReadSetUpload")
349+
"SourceReference_Type"=@("New-OMICSWorkflow","New-OMICSWorkflowVersion")
339350
"SseConfig_Type"=@("New-OMICSAnnotationStore","New-OMICSReferenceStore","New-OMICSSequenceStore","New-OMICSVariantStore")
340351
"Status"=@("Get-OMICSRunList","Get-OMICSRunTaskList")
341352
"StorageType"=@("New-OMICSWorkflow","New-OMICSWorkflowVersion","Start-OMICSRun","Update-OMICSWorkflow","Update-OMICSWorkflowVersion")

modules/AWSPowerShell/Cmdlets/Omics/Basic/Get-OMICSRun-Cmdlet.cs

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,15 @@
2828
namespace Amazon.PowerShell.Cmdlets.OMICS
2929
{
3030
/// <summary>
31-
/// Gets information about a workflow run.
31+
/// Gets detailed information about a specific run using its ID.
3232
///
3333
///
3434
/// <para>
35-
/// If a workflow is shared with you, you cannot export information about the run.
36-
/// </para><para>
37-
/// Amazon Web Services HealthOmics stores a fixed number of runs that are available to
38-
/// the console and API. If GetRun doesn't return the requested run, you can find run
39-
/// logs for all runs in the CloudWatch logs. For more information about viewing the run
40-
/// logs, see <a href="https://docs.aws.amazon.com/omics/latest/dev/cloudwatch-logs.html">CloudWatch
41-
/// logs</a> in the <i>in the Amazon Web Services HealthOmics User Guide</i>.
35+
/// Amazon Web Services HealthOmics stores a configurable number of runs, as determined
36+
/// by service limits, that are available to the console and API. If <c>GetRun</c> does
37+
/// not return the requested run, you can find all run logs in the CloudWatch logs. For
38+
/// more information about viewing the run logs, see <a href="https://docs.aws.amazon.com/omics/latest/dev/monitoring-cloudwatch-logs.html">CloudWatch
39+
/// logs</a> in the <i>Amazon Web Services HealthOmics User Guide</i>.
4240
/// </para>
4341
/// </summary>
4442
[Cmdlet("Get", "OMICSRun")]

modules/AWSPowerShell/Cmdlets/Omics/Basic/Get-OMICSRunCachList-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
namespace Amazon.PowerShell.Cmdlets.OMICS
2929
{
3030
/// <summary>
31-
/// Retrieves a list of your run caches.
31+
/// Retrieves a list of your run caches and the metadata for each cache.
3232
/// </summary>
3333
[Cmdlet("Get", "OMICSRunCachList")]
3434
[OutputType("Amazon.Omics.Model.RunCacheListItem")]

0 commit comments

Comments
 (0)