Skip to content

Commit

Permalink
4.1.393
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Aug 14, 2023
1 parent 649b395 commit d648b9d
Show file tree
Hide file tree
Showing 32 changed files with 3,482 additions and 724 deletions.
1,424 changes: 712 additions & 712 deletions Include/sdk/_sdk-versions.json

Large diffs are not rendered by default.

18 changes: 17 additions & 1 deletion changelogs/CHANGELOG.2023.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
### 4.1.392 (2023-08-11 21:22Z)
### 4.1.393 (2023-08-14 21:18Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.620.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Omics
* Added cmdlet Get-OMICSAnnotationStoreVersion leveraging the GetAnnotationStoreVersion service API.
* Added cmdlet Get-OMICSAnnotationStoreVersionList leveraging the ListAnnotationStoreVersions service API.
* Added cmdlet Get-OMICSShare leveraging the GetShare service API.
* Added cmdlet Get-OMICSShareList leveraging the ListShares service API.
* Added cmdlet New-OMICSAnnotationStoreVersion leveraging the CreateAnnotationStoreVersion service API.
* Added cmdlet New-OMICSShare leveraging the CreateShare service API.
* Added cmdlet Receive-OMICSShare leveraging the AcceptShare service API.
* Added cmdlet Remove-OMICSAnnotationStoreVersion leveraging the DeleteAnnotationStoreVersions service API.
* Added cmdlet Remove-OMICSShare leveraging the DeleteShare service API.
* Added cmdlet Update-OMICSAnnotationStoreVersion leveraging the UpdateAnnotationStoreVersion service API.
* Modified cmdlet New-OMICSAnnotationStore: added parameter VersionName.
* Modified cmdlet Start-OMICSAnnotationImportJob: added parameter VersionName.

### 4.1.392 (2023-08-11 21:22Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.619.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.

### 4.1.391 (2023-08-10 21:27Z)
Expand Down
18 changes: 17 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
### 4.1.392 (2023-08-11 21:22Z)
### 4.1.393 (2023-08-14 21:18Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.620.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Omics
* Added cmdlet Get-OMICSAnnotationStoreVersion leveraging the GetAnnotationStoreVersion service API.
* Added cmdlet Get-OMICSAnnotationStoreVersionList leveraging the ListAnnotationStoreVersions service API.
* Added cmdlet Get-OMICSShare leveraging the GetShare service API.
* Added cmdlet Get-OMICSShareList leveraging the ListShares service API.
* Added cmdlet New-OMICSAnnotationStoreVersion leveraging the CreateAnnotationStoreVersion service API.
* Added cmdlet New-OMICSShare leveraging the CreateShare service API.
* Added cmdlet Receive-OMICSShare leveraging the AcceptShare service API.
* Added cmdlet Remove-OMICSAnnotationStoreVersion leveraging the DeleteAnnotationStoreVersions service API.
* Added cmdlet Remove-OMICSShare leveraging the DeleteShare service API.
* Added cmdlet Update-OMICSAnnotationStoreVersion leveraging the UpdateAnnotationStoreVersion service API.
* Modified cmdlet New-OMICSAnnotationStore: added parameter VersionName.
* Modified cmdlet Start-OMICSAnnotationImportJob: added parameter VersionName.

### 4.1.392 (2023-08-11 21:22Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.619.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.

### 4.1.391 (2023-08-10 21:27Z)
Expand Down
42 changes: 42 additions & 0 deletions generator/AWSPSGeneratorLib/Config/ServiceConfig/omics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="AcceptShare" OutputProperty="Status" Verb="Receive" Noun="Share" ShouldProcessTarget="ShareId" PipelineParameter="ShareId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="BatchDeleteReadSet" OutputProperty="Errors" Verb="Remove" Noun="ReadSet" ShouldProcessTarget="SequenceStoreId" PipelineParameter="SequenceStoreId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand All @@ -47,6 +51,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateAnnotationStoreVersion" OutputProperty="*" Verb="New" Noun="AnnotationStoreVersion" ShouldProcessTarget="VersionName" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateMultipartReadSetUpload" OutputProperty="*" Verb="New" Noun="MultipartReadSetUpload" ShouldProcessTarget="SequenceStoreId" PipelineParameter="SequenceStoreId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand All @@ -63,6 +71,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateShare" OutputProperty="*" Verb="New" Noun="Share" ShouldProcessTarget="ResourceArn" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateVariantStore" OutputProperty="*" Verb="New" Noun="VariantStore" ShouldProcessTarget="Name" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
Expand All @@ -77,6 +89,12 @@
</Params>
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DeleteAnnotationStoreVersions" OutputProperty="Errors" Verb="Remove" Noun="AnnotationStoreVersion" ShouldProcessTarget="Name" PipelineParameter="Name" NoPipelineParameter="false">
<Params>
<Param Name="Force" NewName="Enforce" AutoApplyAlias="false" />
</Params>
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DeleteReference" Verb="Remove" Noun="Reference" ShouldProcessTarget="Id" PipelineParameter="Id" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand All @@ -97,6 +115,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DeleteShare" OutputProperty="Status" Verb="Remove" Noun="Share" ShouldProcessTarget="ShareId" PipelineParameter="ShareId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DeleteVariantStore" OutputProperty="Status" Verb="Remove" Noun="VariantStore" ShouldProcessTarget="Name" PipelineParameter="Name" NoPipelineParameter="false">
<Params>
<Param Name="Force" NewName="Compel" AutoApplyAlias="false" />
Expand All @@ -115,6 +137,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetAnnotationStoreVersion" OutputProperty="*" Verb="Get" Noun="AnnotationStoreVersion" PipelineParameter="VersionName" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetReadSet" OutputProperty="Payload" Verb="Get" Noun="ReadSet" PipelineParameter="Id" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -167,6 +193,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetShare" OutputProperty="Share" Verb="Get" Noun="Share" PipelineParameter="ShareId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetVariantImportJob" OutputProperty="*" Verb="Get" Noun="VariantImportJob" PipelineParameter="JobId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand All @@ -187,6 +217,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListAnnotationStoreVersions" OutputProperty="AnnotationStoreVersions" Verb="Get" Noun="AnnotationStoreVersionList" PipelineParameter="Name" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListMultipartReadSetUploads" OutputProperty="Uploads" Verb="Get" Noun="MultipartReadSetUploadList" PipelineParameter="SequenceStoreId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -239,6 +273,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListShares" OutputProperty="Shares" Verb="Get" Noun="ShareList" PipelineParameter="ResourceOwner" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListTagsForResource" OutputProperty="Tags" Verb="Get" Noun="ResourceTag" PipelineParameter="ResourceArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -295,6 +333,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="UpdateAnnotationStoreVersion" OutputProperty="*" Verb="Update" Noun="AnnotationStoreVersion" ShouldProcessTarget="VersionName" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="UpdateRunGroup" Verb="Update" Noun="RunGroup" ShouldProcessTarget="Id" PipelineParameter="Id" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down
20 changes: 20 additions & 0 deletions modules/AWSPowerShell/AWSAliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18174,6 +18174,8 @@ Set-Alias -Name CWOAM-UntagResource -Value Remove-CWOAMResourceTag
Set-Alias -Name CWOAM-UpdateLink -Value Update-CWOAMLink
Set-Alias -Name Abort-OMICSMultipartReadSetUpload -Value Remove-OMICSMultipartReadSetUpload
Set-Alias -Name OMICS-AbortMultipartReadSetUpload -Value Remove-OMICSMultipartReadSetUpload
Set-Alias -Name Accept-OMICSShare -Value Receive-OMICSShare
Set-Alias -Name OMICS-AcceptShare -Value Receive-OMICSShare
Set-Alias -Name Batch-OMICSDeleteReadSet -Value Remove-OMICSReadSet
Set-Alias -Name Batch-OMICSReadSet -Value Remove-OMICSReadSet
Set-Alias -Name OMICS-BatchDeleteReadSet -Value Remove-OMICSReadSet
Expand All @@ -18186,6 +18188,8 @@ Set-Alias -Name OMICS-CancelVariantImportJob -Value Stop-OMICSVariantImportJob
Set-Alias -Name OMICS-CompleteMultipartReadSetUpload -Value Complete-OMICSMultipartReadSetUpload
Set-Alias -Name Create-OMICSAnnotationStore -Value New-OMICSAnnotationStore
Set-Alias -Name OMICS-CreateAnnotationStore -Value New-OMICSAnnotationStore
Set-Alias -Name Create-OMICSAnnotationStoreVersion -Value New-OMICSAnnotationStoreVersion
Set-Alias -Name OMICS-CreateAnnotationStoreVersion -Value New-OMICSAnnotationStoreVersion
Set-Alias -Name Create-OMICSMultipartReadSetUpload -Value New-OMICSMultipartReadSetUpload
Set-Alias -Name OMICS-CreateMultipartReadSetUpload -Value New-OMICSMultipartReadSetUpload
Set-Alias -Name Create-OMICSReferenceStore -Value New-OMICSReferenceStore
Expand All @@ -18194,12 +18198,17 @@ Set-Alias -Name Create-OMICSRunGroup -Value New-OMICSRunGroup
Set-Alias -Name OMICS-CreateRunGroup -Value New-OMICSRunGroup
Set-Alias -Name Create-OMICSSequenceStore -Value New-OMICSSequenceStore
Set-Alias -Name OMICS-CreateSequenceStore -Value New-OMICSSequenceStore
Set-Alias -Name Create-OMICSShare -Value New-OMICSShare
Set-Alias -Name OMICS-CreateShare -Value New-OMICSShare
Set-Alias -Name Create-OMICSVariantStore -Value New-OMICSVariantStore
Set-Alias -Name OMICS-CreateVariantStore -Value New-OMICSVariantStore
Set-Alias -Name Create-OMICSWorkflow -Value New-OMICSWorkflow
Set-Alias -Name OMICS-CreateWorkflow -Value New-OMICSWorkflow
Set-Alias -Name Delete-OMICSAnnotationStore -Value Remove-OMICSAnnotationStore
Set-Alias -Name OMICS-DeleteAnnotationStore -Value Remove-OMICSAnnotationStore
Set-Alias -Name Delete-OMICSAnnotationStoreVersions -Value Remove-OMICSAnnotationStoreVersion
Set-Alias -Name Delete-OMICSAnnotationStoreVersion -Value Remove-OMICSAnnotationStoreVersion
Set-Alias -Name OMICS-DeleteAnnotationStoreVersions -Value Remove-OMICSAnnotationStoreVersion
Set-Alias -Name Delete-OMICSReference -Value Remove-OMICSReference
Set-Alias -Name OMICS-DeleteReference -Value Remove-OMICSReference
Set-Alias -Name Delete-OMICSReferenceStore -Value Remove-OMICSReferenceStore
Expand All @@ -18210,12 +18219,15 @@ Set-Alias -Name Delete-OMICSRunGroup -Value Remove-OMICSRunGroup
Set-Alias -Name OMICS-DeleteRunGroup -Value Remove-OMICSRunGroup
Set-Alias -Name Delete-OMICSSequenceStore -Value Remove-OMICSSequenceStore
Set-Alias -Name OMICS-DeleteSequenceStore -Value Remove-OMICSSequenceStore
Set-Alias -Name Delete-OMICSShare -Value Remove-OMICSShare
Set-Alias -Name OMICS-DeleteShare -Value Remove-OMICSShare
Set-Alias -Name Delete-OMICSVariantStore -Value Remove-OMICSVariantStore
Set-Alias -Name OMICS-DeleteVariantStore -Value Remove-OMICSVariantStore
Set-Alias -Name Delete-OMICSWorkflow -Value Remove-OMICSWorkflow
Set-Alias -Name OMICS-DeleteWorkflow -Value Remove-OMICSWorkflow
Set-Alias -Name OMICS-GetAnnotationImportJob -Value Get-OMICSAnnotationImportJob
Set-Alias -Name OMICS-GetAnnotationStore -Value Get-OMICSAnnotationStore
Set-Alias -Name OMICS-GetAnnotationStoreVersion -Value Get-OMICSAnnotationStoreVersion
Set-Alias -Name OMICS-GetReadSetActivationJob -Value Get-OMICSReadSetActivationJob
Set-Alias -Name OMICS-GetReadSet -Value Get-OMICSReadSet
Set-Alias -Name OMICS-GetReadSetExportJob -Value Get-OMICSReadSetExportJob
Expand All @@ -18229,6 +18241,7 @@ Set-Alias -Name OMICS-GetRun -Value Get-OMICSRun
Set-Alias -Name OMICS-GetRunGroup -Value Get-OMICSRunGroup
Set-Alias -Name OMICS-GetRunTask -Value Get-OMICSRunTask
Set-Alias -Name OMICS-GetSequenceStore -Value Get-OMICSSequenceStore
Set-Alias -Name OMICS-GetShare -Value Get-OMICSShare
Set-Alias -Name OMICS-GetVariantImportJob -Value Get-OMICSVariantImportJob
Set-Alias -Name OMICS-GetVariantStore -Value Get-OMICSVariantStore
Set-Alias -Name OMICS-GetWorkflow -Value Get-OMICSWorkflow
Expand All @@ -18238,6 +18251,9 @@ Set-Alias -Name OMICS-ListAnnotationImportJobs -Value Get-OMICSAnnotationImportJ
Set-Alias -Name List-OMICSAnnotationStores -Value Get-OMICSAnnotationStoreList
Set-Alias -Name List-OMICSAnnotationStoreList -Value Get-OMICSAnnotationStoreList
Set-Alias -Name OMICS-ListAnnotationStores -Value Get-OMICSAnnotationStoreList
Set-Alias -Name List-OMICSAnnotationStoreVersions -Value Get-OMICSAnnotationStoreVersionList
Set-Alias -Name List-OMICSAnnotationStoreVersionList -Value Get-OMICSAnnotationStoreVersionList
Set-Alias -Name OMICS-ListAnnotationStoreVersions -Value Get-OMICSAnnotationStoreVersionList
Set-Alias -Name List-OMICSMultipartReadSetUploads -Value Get-OMICSMultipartReadSetUploadList
Set-Alias -Name List-OMICSMultipartReadSetUploadList -Value Get-OMICSMultipartReadSetUploadList
Set-Alias -Name OMICS-ListMultipartReadSetUploads -Value Get-OMICSMultipartReadSetUploadList
Expand Down Expand Up @@ -18277,6 +18293,9 @@ Set-Alias -Name OMICS-ListRunTasks -Value Get-OMICSRunTaskList
Set-Alias -Name List-OMICSSequenceStores -Value Get-OMICSSequenceStoreList
Set-Alias -Name List-OMICSSequenceStoreList -Value Get-OMICSSequenceStoreList
Set-Alias -Name OMICS-ListSequenceStores -Value Get-OMICSSequenceStoreList
Set-Alias -Name List-OMICSShares -Value Get-OMICSShareList
Set-Alias -Name List-OMICSShareList -Value Get-OMICSShareList
Set-Alias -Name OMICS-ListShares -Value Get-OMICSShareList
Set-Alias -Name OMICS-ListTagsForResource -Value Get-OMICSResourceTag
Set-Alias -Name List-OMICSVariantImportJobs -Value Get-OMICSVariantImportJobList
Set-Alias -Name List-OMICSVariantImportJobList -Value Get-OMICSVariantImportJobList
Expand All @@ -18297,6 +18316,7 @@ Set-Alias -Name OMICS-StartVariantImportJob -Value Start-OMICSVariantImportJob
Set-Alias -Name OMICS-TagResource -Value Add-OMICSResourceTag
Set-Alias -Name OMICS-UntagResource -Value Remove-OMICSResourceTag
Set-Alias -Name OMICS-UpdateAnnotationStore -Value Update-OMICSAnnotationStore
Set-Alias -Name OMICS-UpdateAnnotationStoreVersion -Value Update-OMICSAnnotationStoreVersion
Set-Alias -Name OMICS-UpdateRunGroup -Value Update-OMICSRunGroup
Set-Alias -Name OMICS-UpdateVariantStore -Value Update-OMICSVariantStore
Set-Alias -Name OMICS-UpdateWorkflow -Value Update-OMICSWorkflow
Expand Down
Loading

0 comments on commit d648b9d

Please sign in to comment.