Skip to content

Commit 597aa29

Browse files
4.1.822
1 parent 657993e commit 597aa29

File tree

40 files changed

+3021
-884
lines changed

40 files changed

+3021
-884
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
### 4.1.821 (2025-05-15 20:13Z)
1+
### 4.1.822 (2025-05-16 20:41Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1046.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 CodePipeline
4+
* Added cmdlet Get-CPDeployActionExecutionTargetList leveraging the ListDeployActionExecutionTargets service API.
5+
* Amazon Elastic MapReduce
6+
* Added cmdlet Get-EMROnClusterAppUIPresignedURL leveraging the GetOnClusterAppUIPresignedURL service API.
7+
* Added cmdlet Get-EMRPersistentAppUI leveraging the DescribePersistentAppUI service API.
8+
* Added cmdlet Get-EMRPersistentAppUIPresignedURL leveraging the GetPersistentAppUIPresignedURL service API.
9+
* Added cmdlet New-EMRPersistentAppUI leveraging the CreatePersistentAppUI service API.
10+
* Amazon Neptune
11+
* Added cmdlet Request-NPTSwitchoverGlobalCluster leveraging the SwitchoverGlobalCluster service API.
12+
* Modified cmdlet Edit-NPTGlobalClusterPrimary: added parameters AllowDataLoss and Switchover.
13+
* Amazon Runtime for Amazon Bedrock Data Automation
14+
* Modified cmdlet Invoke-BDARDataAutomationAsync: added parameters TimestampSegment_EndTimeMilli and TimestampSegment_StartTimeMilli.
15+
* Amazon Service Quotas
16+
* Added cmdlet New-SQSupportCase leveraging the CreateSupportCase service API.
17+
18+
### 4.1.821 (2025-05-15 20:13Z)
219
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1045.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.
320
* Amazon Agents for Amazon Bedrock
421
* Modified cmdlet New-AABFlowAlias: added parameters ConcurrencyConfiguration_MaxConcurrency and ConcurrencyConfiguration_Type.

changelogs/CHANGELOG.ALL.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
### 4.1.821 (2025-05-15 20:13Z)
1+
### 4.1.822 (2025-05-16 20:41Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1046.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 CodePipeline
4+
* Added cmdlet Get-CPDeployActionExecutionTargetList leveraging the ListDeployActionExecutionTargets service API.
5+
* Amazon Elastic MapReduce
6+
* Added cmdlet Get-EMROnClusterAppUIPresignedURL leveraging the GetOnClusterAppUIPresignedURL service API.
7+
* Added cmdlet Get-EMRPersistentAppUI leveraging the DescribePersistentAppUI service API.
8+
* Added cmdlet Get-EMRPersistentAppUIPresignedURL leveraging the GetPersistentAppUIPresignedURL service API.
9+
* Added cmdlet New-EMRPersistentAppUI leveraging the CreatePersistentAppUI service API.
10+
* Amazon Neptune
11+
* Added cmdlet Request-NPTSwitchoverGlobalCluster leveraging the SwitchoverGlobalCluster service API.
12+
* Modified cmdlet Edit-NPTGlobalClusterPrimary: added parameters AllowDataLoss and Switchover.
13+
* Amazon Runtime for Amazon Bedrock Data Automation
14+
* Modified cmdlet Invoke-BDARDataAutomationAsync: added parameters TimestampSegment_EndTimeMilli and TimestampSegment_StartTimeMilli.
15+
* Amazon Service Quotas
16+
* Added cmdlet New-SQSupportCase leveraging the CreateSupportCase service API.
17+
18+
### 4.1.821 (2025-05-15 20:13Z)
219
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1045.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.
320
* Amazon Agents for Amazon Bedrock
421
* Modified cmdlet New-AABFlowAlias: added parameters ConcurrencyConfiguration_MaxConcurrency and ConcurrencyConfiguration_Type.

generator/AWSPSGeneratorLib/Config/ServiceConfig/codepipeline.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<Params />
6464
<TypesNotToFlatten />
6565
</ServiceOperation>
66-
<ServiceOperation MethodName="GetJobDetails" OutputProperty="JobDetails" Verb="Get" Noun="JobDetail" PipelineParameter="JobId" NoPipelineParameter="false" LegacyAlias="Get-CPJobDetails" LegacyV4Pagination="true">
66+
<ServiceOperation MethodName="GetJobDetails" OutputProperty="JobDetails" Verb="Get" Noun="JobDetail" PipelineParameter="JobId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Get-CPJobDetails">
6767
<Params />
6868
<TypesNotToFlatten />
6969
</ServiceOperation>
@@ -79,7 +79,7 @@
7979
<Params />
8080
<TypesNotToFlatten />
8181
</ServiceOperation>
82-
<ServiceOperation MethodName="GetThirdPartyJobDetails" OutputProperty="JobDetails" Verb="Get" Noun="ThirdPartyJobDetail" PipelineParameter="JobId" NoPipelineParameter="false" LegacyAlias="Get-CPThirdPartyJobDetails" LegacyV4Pagination="true">
82+
<ServiceOperation MethodName="GetThirdPartyJobDetails" OutputProperty="JobDetails" Verb="Get" Noun="ThirdPartyJobDetail" PipelineParameter="JobId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Get-CPThirdPartyJobDetails">
8383
<Params />
8484
<TypesNotToFlatten />
8585
</ServiceOperation>
@@ -91,7 +91,11 @@
9191
<Params />
9292
<TypesNotToFlatten />
9393
</ServiceOperation>
94-
<ServiceOperation MethodName="ListPipelineExecutions" OutputProperty="PipelineExecutionSummaries" Verb="Get" Noun="PipelineExecutionSummary" PipelineParameter="PipelineName" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
94+
<ServiceOperation MethodName="ListDeployActionExecutionTargets" OutputProperty="Targets" Verb="Get" Noun="DeployActionExecutionTargetList" PipelineParameter="ActionExecutionId" NoPipelineParameter="false">
95+
<Params />
96+
<TypesNotToFlatten />
97+
</ServiceOperation>
98+
<ServiceOperation MethodName="ListPipelineExecutions" OutputProperty="PipelineExecutionSummaries" Verb="Get" Noun="PipelineExecutionSummary" PipelineParameter="PipelineName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
9599
<Params />
96100
<AutoIterate Start="NextToken" Next="NextToken" EmitLimit="MaxResults" />
97101
<TypesNotToFlatten />
@@ -120,11 +124,11 @@
120124
<Params />
121125
<TypesNotToFlatten />
122126
</ServiceOperation>
123-
<ServiceOperation MethodName="PollForJobs" OutputProperty="Jobs" Verb="Get" Noun="ActionableJobList" PipelineParameter="" NoPipelineParameter="true" LegacyAlias="Get-CPActionableJobs" LegacyV4Pagination="true">
127+
<ServiceOperation MethodName="PollForJobs" OutputProperty="Jobs" Verb="Get" Noun="ActionableJobList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true" LegacyAlias="Get-CPActionableJobs">
124128
<Params />
125129
<TypesNotToFlatten />
126130
</ServiceOperation>
127-
<ServiceOperation MethodName="PollForThirdPartyJobs" OutputProperty="Jobs" Verb="Get" Noun="ActionableThirdPartyJobList" PipelineParameter="" NoPipelineParameter="true" LegacyAlias="Get-CPActionableThirdPartyJobs" LegacyV4Pagination="true">
131+
<ServiceOperation MethodName="PollForThirdPartyJobs" OutputProperty="Jobs" Verb="Get" Noun="ActionableThirdPartyJobList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true" LegacyAlias="Get-CPActionableThirdPartyJobs">
128132
<Params />
129133
<TypesNotToFlatten />
130134
</ServiceOperation>

generator/AWSPSGeneratorLib/Config/ServiceConfig/elasticmapreduce.xml

Lines changed: 26 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,19 @@
4646
<Params />
4747
<TypesNotToFlatten />
4848
</ServiceOperation>
49-
<ServiceOperation MethodName="AddTags" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="ResourceId" PositionalParameters="Tags" PipelineParameter="ResourceId" NoPipelineParameter="false" LegacyAlias="Add-EMRTag" LegacyV4Pagination="true">
49+
<ServiceOperation MethodName="AddTags" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="ResourceId" PositionalParameters="Tags" PipelineParameter="ResourceId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Add-EMRTag">
5050
<Params />
5151
<PassThru>
5252
<Expression>context.Tag</Expression>
5353
<Documentation>Returns the collection of Tag objects that were added</Documentation>
5454
</PassThru>
5555
<TypesNotToFlatten />
5656
</ServiceOperation>
57-
<ServiceOperation MethodName="CancelSteps" OutputProperty="CancelStepsInfoList" Verb="Stop" Noun="Step" ShouldProcessTarget="ClusterId" PipelineParameter="ClusterId" NoPipelineParameter="false" LegacyAlias="Stop-EMRSteps" LegacyV4Pagination="true">
57+
<ServiceOperation MethodName="CancelSteps" OutputProperty="CancelStepsInfoList" Verb="Stop" Noun="Step" ShouldProcessTarget="ClusterId" PipelineParameter="ClusterId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Stop-EMRSteps">
58+
<Params />
59+
<TypesNotToFlatten />
60+
</ServiceOperation>
61+
<ServiceOperation MethodName="CreatePersistentAppUI" OutputProperty="*" Verb="New" Noun="PersistentAppUI" ShouldProcessTarget="TargetResourceArn" PipelineParameter="TargetResourceArn" NoPipelineParameter="false">
5862
<Params />
5963
<TypesNotToFlatten />
6064
</ServiceOperation>
@@ -94,6 +98,10 @@
9498
<Params />
9599
<TypesNotToFlatten />
96100
</ServiceOperation>
101+
<ServiceOperation MethodName="DescribePersistentAppUI" OutputProperty="PersistentAppUI" Verb="Get" Noun="PersistentAppUI" PipelineParameter="PersistentAppUIId" NoPipelineParameter="false">
102+
<Params />
103+
<TypesNotToFlatten />
104+
</ServiceOperation>
97105
<ServiceOperation MethodName="DescribeReleaseLabel" OutputProperty="*" Verb="Get" Noun="ReleaseLabel" PipelineParameter="ReleaseLabel" NoPipelineParameter="false" LegacyV4Pagination="true">
98106
<Params />
99107
<TypesNotToFlatten />
@@ -126,27 +134,35 @@
126134
<Params />
127135
<TypesNotToFlatten />
128136
</ServiceOperation>
137+
<ServiceOperation MethodName="GetOnClusterAppUIPresignedURL" OutputProperty="*" Verb="Get" Noun="OnClusterAppUIPresignedURL" PipelineParameter="ClusterId" NoPipelineParameter="false">
138+
<Params />
139+
<TypesNotToFlatten />
140+
</ServiceOperation>
141+
<ServiceOperation MethodName="GetPersistentAppUIPresignedURL" OutputProperty="*" Verb="Get" Noun="PersistentAppUIPresignedURL" PipelineParameter="PersistentAppUIId" NoPipelineParameter="false">
142+
<Params />
143+
<TypesNotToFlatten />
144+
</ServiceOperation>
129145
<ServiceOperation MethodName="GetStudioSessionMapping" OutputProperty="SessionMapping" Verb="Get" Noun="StudioSessionMapping" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
130146
<Params />
131147
<TypesNotToFlatten />
132148
</ServiceOperation>
133-
<ServiceOperation MethodName="ListBootstrapActions" OutputProperty="BootstrapActions" Verb="Get" Noun="BootstrapActionList" PipelineParameter="ClusterId" NoPipelineParameter="false" LegacyAlias="Get-EMRBootstrapActions" LegacyV4Pagination="true">
149+
<ServiceOperation MethodName="ListBootstrapActions" OutputProperty="BootstrapActions" Verb="Get" Noun="BootstrapActionList" PipelineParameter="ClusterId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Get-EMRBootstrapActions">
134150
<Params />
135151
<TypesNotToFlatten />
136152
</ServiceOperation>
137-
<ServiceOperation MethodName="ListClusters" OutputProperty="Clusters" Verb="Get" Noun="ClusterList" PipelineParameter="" NoPipelineParameter="true" LegacyAlias="Get-EMRClusters" LegacyV4Pagination="true">
153+
<ServiceOperation MethodName="ListClusters" OutputProperty="Clusters" Verb="Get" Noun="ClusterList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true" LegacyAlias="Get-EMRClusters">
138154
<Params />
139155
<TypesNotToFlatten />
140156
</ServiceOperation>
141-
<ServiceOperation MethodName="ListInstanceFleets" OutputProperty="InstanceFleets" Verb="Get" Noun="InstanceFleetList" PipelineParameter="ClusterId" NoPipelineParameter="false" LegacyAlias="Get-EMRInstanceFleets" LegacyV4Pagination="true">
157+
<ServiceOperation MethodName="ListInstanceFleets" OutputProperty="InstanceFleets" Verb="Get" Noun="InstanceFleetList" PipelineParameter="ClusterId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Get-EMRInstanceFleets">
142158
<Params />
143159
<TypesNotToFlatten />
144160
</ServiceOperation>
145-
<ServiceOperation MethodName="ListInstanceGroups" OutputProperty="InstanceGroups" Verb="Get" Noun="InstanceGroupList" PipelineParameter="ClusterId" NoPipelineParameter="false" LegacyAlias="Get-EMRInstanceGroups" LegacyV4Pagination="true">
161+
<ServiceOperation MethodName="ListInstanceGroups" OutputProperty="InstanceGroups" Verb="Get" Noun="InstanceGroupList" PipelineParameter="ClusterId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Get-EMRInstanceGroups">
146162
<Params />
147163
<TypesNotToFlatten />
148164
</ServiceOperation>
149-
<ServiceOperation MethodName="ListInstances" OutputProperty="Instances" Verb="Get" Noun="InstanceList" PositionalParameters="ClusterId;InstanceGroupTypes" PipelineParameter="InstanceGroupId" NoPipelineParameter="false" LegacyAlias="Get-EMRInstances" LegacyV4Pagination="true">
165+
<ServiceOperation MethodName="ListInstances" OutputProperty="Instances" Verb="Get" Noun="InstanceList" PositionalParameters="ClusterId;InstanceGroupTypes" PipelineParameter="InstanceGroupId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Get-EMRInstances">
150166
<Params />
151167
<TypesNotToFlatten />
152168
</ServiceOperation>
@@ -162,7 +178,7 @@
162178
<Params />
163179
<TypesNotToFlatten />
164180
</ServiceOperation>
165-
<ServiceOperation MethodName="ListSteps" OutputProperty="Steps" Verb="Get" Noun="StepList" PipelineParameter="ClusterId" NoPipelineParameter="false" LegacyAlias="Get-EMRSteps" LegacyV4Pagination="true">
181+
<ServiceOperation MethodName="ListSteps" OutputProperty="Steps" Verb="Get" Noun="StepList" PipelineParameter="ClusterId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Get-EMRSteps">
166182
<Params />
167183
<TypesNotToFlatten />
168184
</ServiceOperation>
@@ -218,7 +234,7 @@
218234
<Params />
219235
<TypesNotToFlatten />
220236
</ServiceOperation>
221-
<ServiceOperation MethodName="RemoveTags" Verb="Remove" Noun="ResourceTag" ShouldProcessTarget="TagKeys" PositionalParameters="TagKeys" PipelineParameter="ResourceId" NoPipelineParameter="false" LegacyAlias="Remove-EMRTag" LegacyV4Pagination="true">
237+
<ServiceOperation MethodName="RemoveTags" Verb="Remove" Noun="ResourceTag" ShouldProcessTarget="TagKeys" PositionalParameters="TagKeys" PipelineParameter="ResourceId" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Remove-EMRTag">
222238
<Params />
223239
<PassThru>
224240
<Expression>context.TagKey</Expression>
@@ -247,7 +263,7 @@
247263
<Params />
248264
<TypesNotToFlatten />
249265
</ServiceOperation>
250-
<ServiceOperation MethodName="SetVisibleToAllUsers" Verb="Set" Noun="VisibleToAllUser" ShouldProcessTarget="JobFlowIds" PositionalParameters="VisibleToAllUsers" PipelineParameter="JobFlowIds" NoPipelineParameter="false" LegacyAlias="Set-EMRVisibleToAllUsers" LegacyV4Pagination="true">
266+
<ServiceOperation MethodName="SetVisibleToAllUsers" Verb="Set" Noun="VisibleToAllUser" ShouldProcessTarget="JobFlowIds" PositionalParameters="VisibleToAllUsers" PipelineParameter="JobFlowIds" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyAlias="Set-EMRVisibleToAllUsers">
251267
<Params />
252268
<TypesNotToFlatten />
253269
</ServiceOperation>

0 commit comments

Comments
 (0)