Skip to content

Commit 0e9279f

Browse files
4.1.801
1 parent 820797b commit 0e9279f

File tree

55 files changed

+3536
-955
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+3536
-955
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
### 4.1.800 (2025-04-16 20:54Z)
1+
### 4.1.801 (2025-04-17 20:30Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1025.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon Bedrock
4+
* Modified cmdlet New-BDREvaluationJob: added parameters CustomMetricConfig_CustomMetric and EvaluationConfig_Automated_CustomMetricConfig_EvaluatorModelConfig_BedrockEvaluatorModels.
5+
* Amazon MemoryDB
6+
* Modified cmdlet New-MDBCluster: added parameters IpDiscovery and NetworkType.
7+
* Modified cmdlet Update-MDBCluster: added parameter IpDiscovery.
8+
* Amazon Omics
9+
* Added cmdlet Get-OMICSWorkflowVersion leveraging the GetWorkflowVersion service API.
10+
* Added cmdlet Get-OMICSWorkflowVersionList leveraging the ListWorkflowVersions service API.
11+
* Added cmdlet New-OMICSWorkflowVersion leveraging the CreateWorkflowVersion service API.
12+
* Added cmdlet Remove-OMICSWorkflowVersion leveraging the DeleteWorkflowVersion service API.
13+
* Added cmdlet Update-OMICSWorkflowVersion leveraging the UpdateWorkflowVersion service API.
14+
* Modified cmdlet New-OMICSWorkflow: added parameter StorageType.
15+
* Modified cmdlet Start-OMICSRun: added parameter WorkflowVersionName.
16+
* Modified cmdlet Update-OMICSWorkflow: added parameters StorageCapacity and StorageType.
17+
* Amazon Prometheus Service
18+
* Added cmdlet Get-PROMWorkspaceConfiguration leveraging the DescribeWorkspaceConfiguration service API.
19+
* Added cmdlet Update-PROMWorkspaceConfiguration leveraging the UpdateWorkspaceConfiguration service API.
20+
21+
### 4.1.800 (2025-04-16 20:54Z)
222
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1024.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
323
* Amazon Aurora DSQL
424
* Added cmdlet Get-DSQLVpcEndpointServiceName leveraging the GetVpcEndpointServiceName service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
### 4.1.800 (2025-04-16 20:54Z)
1+
### 4.1.801 (2025-04-17 20:30Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1025.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon Bedrock
4+
* Modified cmdlet New-BDREvaluationJob: added parameters CustomMetricConfig_CustomMetric and EvaluationConfig_Automated_CustomMetricConfig_EvaluatorModelConfig_BedrockEvaluatorModels.
5+
* Amazon MemoryDB
6+
* Modified cmdlet New-MDBCluster: added parameters IpDiscovery and NetworkType.
7+
* Modified cmdlet Update-MDBCluster: added parameter IpDiscovery.
8+
* Amazon Omics
9+
* Added cmdlet Get-OMICSWorkflowVersion leveraging the GetWorkflowVersion service API.
10+
* Added cmdlet Get-OMICSWorkflowVersionList leveraging the ListWorkflowVersions service API.
11+
* Added cmdlet New-OMICSWorkflowVersion leveraging the CreateWorkflowVersion service API.
12+
* Added cmdlet Remove-OMICSWorkflowVersion leveraging the DeleteWorkflowVersion service API.
13+
* Added cmdlet Update-OMICSWorkflowVersion leveraging the UpdateWorkflowVersion service API.
14+
* Modified cmdlet New-OMICSWorkflow: added parameter StorageType.
15+
* Modified cmdlet Start-OMICSRun: added parameter WorkflowVersionName.
16+
* Modified cmdlet Update-OMICSWorkflow: added parameters StorageCapacity and StorageType.
17+
* Amazon Prometheus Service
18+
* Added cmdlet Get-PROMWorkspaceConfiguration leveraging the DescribeWorkspaceConfiguration service API.
19+
* Added cmdlet Update-PROMWorkspaceConfiguration leveraging the UpdateWorkspaceConfiguration service API.
20+
21+
### 4.1.800 (2025-04-16 20:54Z)
222
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1024.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/main/changelogs/SDK.CHANGELOG.ALL.md.
323
* Amazon Aurora DSQL
424
* Added cmdlet Get-DSQLVpcEndpointServiceName leveraging the GetVpcEndpointServiceName service API.

generator/AWSPSGeneratorLib/Config/ServiceConfig/aps.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
<Params />
8080
<TypesNotToFlatten />
8181
</ServiceOperation>
82+
<ServiceOperation MethodName="DescribeWorkspaceConfiguration" OutputProperty="WorkspaceConfiguration" Verb="Get" Noun="WorkspaceConfiguration" PipelineParameter="WorkspaceId" NoPipelineParameter="false">
83+
<Params />
84+
<TypesNotToFlatten />
85+
</ServiceOperation>
8286
<ServiceOperation MethodName="GetDefaultScraperConfiguration" OutputProperty="Configuration" Verb="Get" Noun="DefaultScraperConfiguration" PipelineParameter="" NoPipelineParameter="false">
8387
<Params />
8488
<TypesNotToFlatten />
@@ -127,6 +131,10 @@
127131
<Params />
128132
<TypesNotToFlatten />
129133
</ServiceOperation>
134+
<ServiceOperation MethodName="UpdateWorkspaceConfiguration" OutputProperty="Status" Verb="Update" Noun="WorkspaceConfiguration" ShouldProcessTarget="WorkspaceId" PipelineParameter="WorkspaceId" NoPipelineParameter="false">
135+
<Params />
136+
<TypesNotToFlatten />
137+
</ServiceOperation>
130138
</ServiceOperations>
131139
<TypesNotToFlatten />
132140
</ConfigModel>

generator/AWSPSGeneratorLib/Config/ServiceConfig/bedrock.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
<TypesNotToFlatten />
2525
</ServiceOperation>
2626
<ServiceOperation MethodName="CreateEvaluationJob" OutputProperty="JobArn" Verb="New" Noun="EvaluationJob" ShouldProcessTarget="JobName" PipelineParameter="" NoPipelineParameter="true">
27-
<Params />
27+
<Params>
28+
<Param Name="EvaluationConfig_Automated_CustomMetricConfig_EvaluatorModelConfig_BedrockEvaluatorModels" NewName="EvaluationConfig_Automated_CustomMetricConfig_EvaluatorModelConfig_BedrockEvaluatorModels" Alias="EvaluatorModelConfig_CustomMetricConfig_BedrockEvaluatorModel" />
29+
</Params>
2830
<TypesNotToFlatten />
2931
</ServiceOperation>
3032
<ServiceOperation MethodName="CreateGuardrail" OutputProperty="*" Verb="New" Noun="Guardrail" ShouldProcessTarget="Name" PipelineParameter="Name" NoPipelineParameter="false">

generator/AWSPSGeneratorLib/Config/ServiceConfig/omics.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
<Params />
8888
<TypesNotToFlatten />
8989
</ServiceOperation>
90+
<ServiceOperation MethodName="CreateWorkflowVersion" OutputProperty="*" Verb="New" Noun="WorkflowVersion" ShouldProcessTarget="VersionName" PipelineParameter="WorkflowId" NoPipelineParameter="false">
91+
<Params />
92+
<TypesNotToFlatten />
93+
</ServiceOperation>
9094
<ServiceOperation MethodName="DeleteAnnotationStore" OutputProperty="Status" Verb="Remove" Noun="AnnotationStore" ShouldProcessTarget="Name" PipelineParameter="Name" NoPipelineParameter="false">
9195
<Params>
9296
<Param Name="Force" NewName="Compel" AutoApplyAlias="false" />
@@ -141,6 +145,10 @@
141145
<Params />
142146
<TypesNotToFlatten />
143147
</ServiceOperation>
148+
<ServiceOperation MethodName="DeleteWorkflowVersion" Verb="Remove" Noun="WorkflowVersion" ShouldProcessTarget="VersionName" PipelineParameter="WorkflowId" NoPipelineParameter="false">
149+
<Params />
150+
<TypesNotToFlatten />
151+
</ServiceOperation>
144152
<ServiceOperation MethodName="GetAnnotationImportJob" OutputProperty="*" Verb="Get" Noun="AnnotationImportJob" PipelineParameter="JobId" NoPipelineParameter="false">
145153
<Params />
146154
<TypesNotToFlatten />
@@ -229,6 +237,10 @@
229237
<Params />
230238
<TypesNotToFlatten />
231239
</ServiceOperation>
240+
<ServiceOperation MethodName="GetWorkflowVersion" OutputProperty="*" Verb="Get" Noun="WorkflowVersion" PipelineParameter="WorkflowId" NoPipelineParameter="false">
241+
<Params />
242+
<TypesNotToFlatten />
243+
</ServiceOperation>
232244
<ServiceOperation MethodName="ListAnnotationImportJobs" OutputProperty="AnnotationImportJobs" Verb="Get" Noun="AnnotationImportJobList" PipelineParameter="" NoPipelineParameter="true">
233245
<Params />
234246
<TypesNotToFlatten />
@@ -317,6 +329,10 @@
317329
<Params />
318330
<TypesNotToFlatten />
319331
</ServiceOperation>
332+
<ServiceOperation MethodName="ListWorkflowVersions" OutputProperty="Items" Verb="Get" Noun="WorkflowVersionList" PipelineParameter="WorkflowId" NoPipelineParameter="false">
333+
<Params />
334+
<TypesNotToFlatten />
335+
</ServiceOperation>
320336
<ServiceOperation MethodName="PutS3AccessPolicy" OutputProperty="*" Verb="Write" Noun="S3AccessPolicy" ShouldProcessTarget="S3AccessPointArn" PipelineParameter="S3AccessPointArn" NoPipelineParameter="false">
321337
<Params />
322338
<TypesNotToFlatten />
@@ -385,6 +401,10 @@
385401
<Params />
386402
<TypesNotToFlatten />
387403
</ServiceOperation>
404+
<ServiceOperation MethodName="UpdateWorkflowVersion" Verb="Update" Noun="WorkflowVersion" ShouldProcessTarget="VersionName" PipelineParameter="WorkflowId" NoPipelineParameter="false">
405+
<Params />
406+
<TypesNotToFlatten />
407+
</ServiceOperation>
388408
<ServiceOperation MethodName="UploadReadSetPart" OutputProperty="Checksum" Verb="Set" Noun="ReadSetPart" ShouldProcessTarget="UploadId" PipelineParameter="UploadId" NoPipelineParameter="false">
389409
<Params />
390410
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1503,6 +1503,8 @@ Set-Alias -Name Describe-PROMScraper -Value Get-PROMScraper
15031503
Set-Alias -Name PROM-DescribeScraper -Value Get-PROMScraper
15041504
Set-Alias -Name Describe-PROMWorkspace -Value Get-PROMWorkspace
15051505
Set-Alias -Name PROM-DescribeWorkspace -Value Get-PROMWorkspace
1506+
Set-Alias -Name Describe-PROMWorkspaceConfiguration -Value Get-PROMWorkspaceConfiguration
1507+
Set-Alias -Name PROM-DescribeWorkspaceConfiguration -Value Get-PROMWorkspaceConfiguration
15061508
Set-Alias -Name PROM-GetDefaultScraperConfiguration -Value Get-PROMDefaultScraperConfiguration
15071509
Set-Alias -Name List-PROMRuleGroupsNamespaces -Value Get-PROMRuleGroupsNamespaceList
15081510
Set-Alias -Name List-PROMRuleGroupsNamespaceList -Value Get-PROMRuleGroupsNamespaceList
@@ -1523,6 +1525,7 @@ Set-Alias -Name PROM-UntagResource -Value Remove-PROMResourceTag
15231525
Set-Alias -Name PROM-UpdateLoggingConfiguration -Value Update-PROMLoggingConfiguration
15241526
Set-Alias -Name PROM-UpdateScraper -Value Update-PROMScraper
15251527
Set-Alias -Name PROM-UpdateWorkspaceAlias -Value Update-PROMWorkspaceAlias
1528+
Set-Alias -Name PROM-UpdateWorkspaceConfiguration -Value Update-PROMWorkspaceConfiguration
15261529
Set-Alias -Name Cancel-AZSZonalShift -Value Stop-AZSZonalShift
15271530
Set-Alias -Name AZS-CancelZonalShift -Value Stop-AZSZonalShift
15281531
Set-Alias -Name Create-AZSPracticeRunConfiguration -Value New-AZSPracticeRunConfiguration
@@ -21683,6 +21686,8 @@ Set-Alias -Name Create-OMICSVariantStore -Value New-OMICSVariantStore
2168321686
Set-Alias -Name OMICS-CreateVariantStore -Value New-OMICSVariantStore
2168421687
Set-Alias -Name Create-OMICSWorkflow -Value New-OMICSWorkflow
2168521688
Set-Alias -Name OMICS-CreateWorkflow -Value New-OMICSWorkflow
21689+
Set-Alias -Name Create-OMICSWorkflowVersion -Value New-OMICSWorkflowVersion
21690+
Set-Alias -Name OMICS-CreateWorkflowVersion -Value New-OMICSWorkflowVersion
2168621691
Set-Alias -Name Delete-OMICSAnnotationStore -Value Remove-OMICSAnnotationStore
2168721692
Set-Alias -Name OMICS-DeleteAnnotationStore -Value Remove-OMICSAnnotationStore
2168821693
Set-Alias -Name Delete-OMICSAnnotationStoreVersions -Value Remove-OMICSAnnotationStoreVersion
@@ -21708,6 +21713,8 @@ Set-Alias -Name Delete-OMICSVariantStore -Value Remove-OMICSVariantStore
2170821713
Set-Alias -Name OMICS-DeleteVariantStore -Value Remove-OMICSVariantStore
2170921714
Set-Alias -Name Delete-OMICSWorkflow -Value Remove-OMICSWorkflow
2171021715
Set-Alias -Name OMICS-DeleteWorkflow -Value Remove-OMICSWorkflow
21716+
Set-Alias -Name Delete-OMICSWorkflowVersion -Value Remove-OMICSWorkflowVersion
21717+
Set-Alias -Name OMICS-DeleteWorkflowVersion -Value Remove-OMICSWorkflowVersion
2171121718
Set-Alias -Name OMICS-GetAnnotationImportJob -Value Get-OMICSAnnotationImportJob
2171221719
Set-Alias -Name OMICS-GetAnnotationStore -Value Get-OMICSAnnotationStore
2171321720
Set-Alias -Name OMICS-GetAnnotationStoreVersion -Value Get-OMICSAnnotationStoreVersion
@@ -21730,6 +21737,7 @@ Set-Alias -Name OMICS-GetShare -Value Get-OMICSShare
2173021737
Set-Alias -Name OMICS-GetVariantImportJob -Value Get-OMICSVariantImportJob
2173121738
Set-Alias -Name OMICS-GetVariantStore -Value Get-OMICSVariantStore
2173221739
Set-Alias -Name OMICS-GetWorkflow -Value Get-OMICSWorkflow
21740+
Set-Alias -Name OMICS-GetWorkflowVersion -Value Get-OMICSWorkflowVersion
2173321741
Set-Alias -Name List-OMICSAnnotationImportJobs -Value Get-OMICSAnnotationImportJobList
2173421742
Set-Alias -Name List-OMICSAnnotationImportJobList -Value Get-OMICSAnnotationImportJobList
2173521743
Set-Alias -Name OMICS-ListAnnotationImportJobs -Value Get-OMICSAnnotationImportJobList
@@ -21794,6 +21802,9 @@ Set-Alias -Name OMICS-ListVariantStores -Value Get-OMICSVariantStoreList
2179421802
Set-Alias -Name List-OMICSWorkflows -Value Get-OMICSWorkflowList
2179521803
Set-Alias -Name List-OMICSWorkflowList -Value Get-OMICSWorkflowList
2179621804
Set-Alias -Name OMICS-ListWorkflows -Value Get-OMICSWorkflowList
21805+
Set-Alias -Name List-OMICSWorkflowVersions -Value Get-OMICSWorkflowVersionList
21806+
Set-Alias -Name List-OMICSWorkflowVersionList -Value Get-OMICSWorkflowVersionList
21807+
Set-Alias -Name OMICS-ListWorkflowVersions -Value Get-OMICSWorkflowVersionList
2179721808
Set-Alias -Name Put-OMICSS3AccessPolicy -Value Write-OMICSS3AccessPolicy
2179821809
Set-Alias -Name OMICS-PutS3AccessPolicy -Value Write-OMICSS3AccessPolicy
2179921810
Set-Alias -Name OMICS-StartAnnotationImportJob -Value Start-OMICSAnnotationImportJob
@@ -21812,6 +21823,7 @@ Set-Alias -Name OMICS-UpdateRunGroup -Value Update-OMICSRunGroup
2181221823
Set-Alias -Name OMICS-UpdateSequenceStore -Value Update-OMICSSequenceStore
2181321824
Set-Alias -Name OMICS-UpdateVariantStore -Value Update-OMICSVariantStore
2181421825
Set-Alias -Name OMICS-UpdateWorkflow -Value Update-OMICSWorkflow
21826+
Set-Alias -Name OMICS-UpdateWorkflowVersion -Value Update-OMICSWorkflowVersion
2181521827
Set-Alias -Name Upload-OMICSReadSetPart -Value Set-OMICSReadSetPart
2181621828
Set-Alias -Name OMICS-UploadReadSetPart -Value Set-OMICSReadSetPart
2181721829
Set-Alias -Name Accept-OSInboundConnection -Value Approve-OSInboundConnection

0 commit comments

Comments
 (0)