Skip to content

Commit 73fae56

Browse files
4.1.844
1 parent 6053c6b commit 73fae56

21 files changed

+876
-98
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.1066.0",
4+
"ProductVersion" : "3.7.1067.0",
55
"CoreVersion" : "3.7.402.72",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -244,7 +244,7 @@
244244
"InPreview" : false
245245
},
246246
"Lambda" : {
247-
"Version" : "3.7.412.50",
247+
"Version" : "3.7.413.0",
248248
"AssemblyVersionOverride" : "3.3",
249249
"Dependencies" : {
250250
"Core" : "3.7.402.72"
@@ -932,7 +932,7 @@
932932
"InPreview" : false
933933
},
934934
"SageMaker" : {
935-
"Version" : "3.7.445.0",
935+
"Version" : "3.7.446.0",
936936
"AssemblyVersionOverride" : "3.3",
937937
"Dependencies" : {
938938
"Core" : "3.7.402.72"
@@ -2364,7 +2364,7 @@
23642364
"InPreview" : false
23652365
},
23662366
"EMRServerless" : {
2367-
"Version" : "3.7.406.1",
2367+
"Version" : "3.7.407.0",
23682368
"AssemblyVersionOverride" : "3.3",
23692369
"Dependencies" : {
23702370
"Core" : "3.7.402.72"
@@ -2660,15 +2660,15 @@
26602660
"InPreview" : false
26612661
},
26622662
"PaymentCryptographyData" : {
2663-
"Version" : "3.7.402.128",
2663+
"Version" : "3.7.403.0",
26642664
"AssemblyVersionOverride" : "3.3",
26652665
"Dependencies" : {
26662666
"Core" : "3.7.402.72"
26672667
},
26682668
"InPreview" : false
26692669
},
26702670
"PaymentCryptography" : {
2671-
"Version" : "3.7.403.43",
2671+
"Version" : "3.7.404.0",
26722672
"AssemblyVersionOverride" : "3.3",
26732673
"Dependencies" : {
26742674
"Core" : "3.7.402.72"
@@ -2748,7 +2748,7 @@
27482748
"InPreview" : false
27492749
},
27502750
"Bedrock" : {
2751-
"Version" : "3.7.422.2",
2751+
"Version" : "3.7.423.0",
27522752
"AssemblyVersionOverride" : "3.3",
27532753
"Dependencies" : {
27542754
"Core" : "3.7.402.72"

changelogs/CHANGELOG.2025.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
### 4.1.843 (2025-06-18 21:12Z)
1+
### 4.1.844 (2025-06-19 20:39Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1067.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 EMR Serverless
4+
* Modified cmdlet New-EMRServerlessApplication: added parameter IdentityCenterConfiguration_IdentityCenterInstanceArn.
5+
* Modified cmdlet Update-EMRServerlessApplication: added parameter IdentityCenterConfiguration_IdentityCenterInstanceArn.
6+
* Amazon Lambda
7+
* Modified cmdlet New-LMEventSourceMapping: added parameters AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_AccessConfigs, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_EventRecordFormat, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaRegistryURI, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaValidationConfigs, SchemaRegistryConfig_AccessConfig, SchemaRegistryConfig_EventRecordFormat, SchemaRegistryConfig_SchemaRegistryURI and SchemaRegistryConfig_SchemaValidationConfig.
8+
* Modified cmdlet Update-LMEventSourceMapping: added parameters AmazonManagedKafkaEventSourceConfig_ConsumerGroupId, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_AccessConfigs, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_EventRecordFormat, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaRegistryURI, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaValidationConfigs, SchemaRegistryConfig_AccessConfig, SchemaRegistryConfig_EventRecordFormat, SchemaRegistryConfig_SchemaRegistryURI, SchemaRegistryConfig_SchemaValidationConfig and SelfManagedKafkaEventSourceConfig_ConsumerGroupId.
9+
* Amazon SageMaker Service
10+
* Modified cmdlet New-SMProject: added parameter TemplateProvider.
11+
* Modified cmdlet Update-SMProject: added parameter TemplateProvidersToUpdate.
12+
13+
### 4.1.843 (2025-06-18 21:12Z)
214
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1066.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.
315
* Amazon AI Ops. Added cmdlets to support the service. Cmdlets for the service have the noun prefix AIOps and can be listed using the command 'Get-AWSCmdletName -Service AIOps'.
416
* Amazon Auto Scaling

changelogs/CHANGELOG.ALL.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
### 4.1.843 (2025-06-18 21:12Z)
1+
### 4.1.844 (2025-06-19 20:39Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1067.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 EMR Serverless
4+
* Modified cmdlet New-EMRServerlessApplication: added parameter IdentityCenterConfiguration_IdentityCenterInstanceArn.
5+
* Modified cmdlet Update-EMRServerlessApplication: added parameter IdentityCenterConfiguration_IdentityCenterInstanceArn.
6+
* Amazon Lambda
7+
* Modified cmdlet New-LMEventSourceMapping: added parameters AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_AccessConfigs, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_EventRecordFormat, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaRegistryURI, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaValidationConfigs, SchemaRegistryConfig_AccessConfig, SchemaRegistryConfig_EventRecordFormat, SchemaRegistryConfig_SchemaRegistryURI and SchemaRegistryConfig_SchemaValidationConfig.
8+
* Modified cmdlet Update-LMEventSourceMapping: added parameters AmazonManagedKafkaEventSourceConfig_ConsumerGroupId, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_AccessConfigs, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_EventRecordFormat, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaRegistryURI, AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaValidationConfigs, SchemaRegistryConfig_AccessConfig, SchemaRegistryConfig_EventRecordFormat, SchemaRegistryConfig_SchemaRegistryURI, SchemaRegistryConfig_SchemaValidationConfig and SelfManagedKafkaEventSourceConfig_ConsumerGroupId.
9+
* Amazon SageMaker Service
10+
* Modified cmdlet New-SMProject: added parameter TemplateProvider.
11+
* Modified cmdlet Update-SMProject: added parameter TemplateProvidersToUpdate.
12+
13+
### 4.1.843 (2025-06-18 21:12Z)
214
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1066.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.
315
* Amazon AI Ops. Added cmdlets to support the service. Cmdlets for the service have the noun prefix AIOps and can be listed using the command 'Get-AWSCmdletName -Service AIOps'.
416
* Amazon Auto Scaling

generator/AWSPSGeneratorLib/Config/ServiceConfig/lambda.xml

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,15 @@
3838
<TypesNotToFlatten />
3939
</ServiceOperation>
4040
<ServiceOperation MethodName="CreateEventSourceMapping" OutputProperty="*" Verb="New" Noun="EventSourceMapping" ShouldProcessTarget="FunctionName" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true">
41-
<Params />
41+
<Params>
42+
<Param Name="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_AccessConfigs" NewName="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_AccessConfigs" />
43+
<Param Name="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_EventRecordFormat" NewName="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_EventRecordFormat" />
44+
<Param Name="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaRegistryURI" NewName="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaRegistryURI" />
45+
<Param Name="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaValidationConfigs" NewName="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaValidationConfigs" />
46+
</Params>
4247
<TypesNotToFlatten />
4348
</ServiceOperation>
44-
<ServiceOperation MethodName="CreateFunction" OutputProperty="*" Verb="Publish" Noun="Function" ShouldProcessTarget="FunctionName" PositionalParameters="Code_ZipFile;Handler;Runtime;Role" PipelineParameter="FunctionName" NoPipelineParameter="false" DefaultParameterSet="FromMemoryStream" LegacyV4Pagination="true">
49+
<ServiceOperation MethodName="CreateFunction" OutputProperty="*" Verb="Publish" Noun="Function" ShouldProcessTarget="FunctionName" PositionalParameters="Code_ZipFile;Handler;Runtime;Role" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true" DefaultParameterSet="FromMemoryStream">
4550
<Params>
4651
<Param Name="FunctionName" Mandatory="true" />
4752
<Param Name="Code_S3Bucket" Alias="S3Bucket;FunctionCode_S3Bucket;BucketName" ParameterSetName="FromS3Object" Mandatory="true" />
@@ -167,15 +172,15 @@
167172
<Params />
168173
<TypesNotToFlatten />
169174
</ServiceOperation>
170-
<ServiceOperation MethodName="Invoke" OutputProperty="*" Verb="Invoke" Noun="Function" ShouldProcessTarget="FunctionName" PositionalParameters="Payload;ClientContext;InvocationType;LogType" PipelineParameter="FunctionName" NoPipelineParameter="false" ConfirmImpact="Low" LegacyV4Pagination="true">
175+
<ServiceOperation MethodName="Invoke" OutputProperty="*" Verb="Invoke" Noun="Function" ShouldProcessTarget="FunctionName" PositionalParameters="Payload;ClientContext;InvocationType;LogType" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true" ConfirmImpact="Low">
171176
<Params>
172177
<Param Name="Payload" DefaultValue="{}" />
173178
<Param Name="ClientContext" DefaultValue="{}" />
174179
<Param Name="ClientContextBase64" AutoConvert="ToBase64" />
175180
</Params>
176181
<TypesNotToFlatten />
177182
</ServiceOperation>
178-
<ServiceOperation MethodName="InvokeAsync" OutputProperty="Status" Verb="Invoke" Noun="FunctionAsync" ShouldProcessTarget="FunctionName" PositionalParameters="InvokeArgs" PipelineParameter="FunctionName" NoPipelineParameter="false" ReplacementObsoleteMessage="This Cmdlet is deprecated. We recommend to use the Invoke-LMFunction Cmdlet instead." ConfirmImpact="Low" LegacyV4Pagination="true">
183+
<ServiceOperation MethodName="InvokeAsync" OutputProperty="Status" Verb="Invoke" Noun="FunctionAsync" ShouldProcessTarget="FunctionName" PositionalParameters="InvokeArgs" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true" ReplacementObsoleteMessage="This Cmdlet is deprecated. We recommend to use the Invoke-LMFunction Cmdlet instead." ConfirmImpact="Low">
179184
<Params>
180185
<Param Name="InvokeArgs" NewName="InvokeArg" DefaultValue="{}" />
181186
</Params>
@@ -185,23 +190,23 @@
185190
<Params />
186191
<TypesNotToFlatten />
187192
</ServiceOperation>
188-
<ServiceOperation MethodName="ListAliases" OutputProperty="Aliases" Verb="Get" Noun="AliasList" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
193+
<ServiceOperation MethodName="ListAliases" OutputProperty="Aliases" Verb="Get" Noun="AliasList" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
189194
<Params />
190195
<TypesNotToFlatten />
191196
</ServiceOperation>
192197
<ServiceOperation MethodName="ListCodeSigningConfigs" OutputProperty="*" Verb="Get" Noun="CodeSigningConfigList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
193198
<Params />
194199
<TypesNotToFlatten />
195200
</ServiceOperation>
196-
<ServiceOperation MethodName="ListEventSourceMappings" OutputProperty="EventSourceMappings" Verb="Get" Noun="EventSourceMappingList" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-LMEventSourceMappings" LegacyV4Pagination="true">
201+
<ServiceOperation MethodName="ListEventSourceMappings" OutputProperty="EventSourceMappings" Verb="Get" Noun="EventSourceMappingList" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-LMEventSourceMappings">
197202
<Params />
198203
<TypesNotToFlatten />
199204
</ServiceOperation>
200-
<ServiceOperation MethodName="ListFunctionEventInvokeConfigs" OutputProperty="FunctionEventInvokeConfigs" Verb="Get" Noun="FunctionEventInvokeConfigList" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
205+
<ServiceOperation MethodName="ListFunctionEventInvokeConfigs" OutputProperty="FunctionEventInvokeConfigs" Verb="Get" Noun="FunctionEventInvokeConfigList" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
201206
<Params />
202207
<TypesNotToFlatten />
203208
</ServiceOperation>
204-
<ServiceOperation MethodName="ListFunctions" OutputProperty="Functions" Verb="Get" Noun="FunctionList" PipelineParameter="" NoPipelineParameter="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-LMFunctions" LegacyV4Pagination="true">
209+
<ServiceOperation MethodName="ListFunctions" OutputProperty="Functions" Verb="Get" Noun="FunctionList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit" LegacyAlias="Get-LMFunctions">
205210
<Params />
206211
<TypesNotToFlatten />
207212
</ServiceOperation>
@@ -213,23 +218,23 @@
213218
<Params />
214219
<TypesNotToFlatten />
215220
</ServiceOperation>
216-
<ServiceOperation MethodName="ListLayers" OutputProperty="Layers" Verb="Get" Noun="LayerList" PipelineParameter="CompatibleRuntime" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
221+
<ServiceOperation MethodName="ListLayers" OutputProperty="Layers" Verb="Get" Noun="LayerList" PipelineParameter="CompatibleRuntime" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
217222
<Params />
218223
<TypesNotToFlatten />
219224
</ServiceOperation>
220-
<ServiceOperation MethodName="ListLayerVersions" OutputProperty="LayerVersions" Verb="Get" Noun="LayerVersionList" PipelineParameter="" NoPipelineParameter="true" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
225+
<ServiceOperation MethodName="ListLayerVersions" OutputProperty="LayerVersions" Verb="Get" Noun="LayerVersionList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
221226
<Params />
222227
<TypesNotToFlatten />
223228
</ServiceOperation>
224-
<ServiceOperation MethodName="ListProvisionedConcurrencyConfigs" OutputProperty="ProvisionedConcurrencyConfigs" Verb="Get" Noun="ProvisionedConcurrencyConfigList" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
229+
<ServiceOperation MethodName="ListProvisionedConcurrencyConfigs" OutputProperty="ProvisionedConcurrencyConfigs" Verb="Get" Noun="ProvisionedConcurrencyConfigList" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
225230
<Params />
226231
<TypesNotToFlatten />
227232
</ServiceOperation>
228233
<ServiceOperation MethodName="ListTags" OutputProperty="Tags" Verb="Get" Noun="ResourceTag" PipelineParameter="Resource" NoPipelineParameter="false" LegacyV4Pagination="true">
229234
<Params />
230235
<TypesNotToFlatten />
231236
</ServiceOperation>
232-
<ServiceOperation MethodName="ListVersionsByFunction" OutputProperty="Versions" Verb="Get" Noun="VersionsByFunction" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyV4Pagination="true">
237+
<ServiceOperation MethodName="ListVersionsByFunction" OutputProperty="Versions" Verb="Get" Noun="VersionsByFunction" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true" LegacyPagination="UseEmitLimit">
233238
<Params />
234239
<TypesNotToFlatten />
235240
</ServiceOperation>
@@ -290,10 +295,15 @@
290295
<TypesNotToFlatten />
291296
</ServiceOperation>
292297
<ServiceOperation MethodName="UpdateEventSourceMapping" OutputProperty="*" Verb="Update" Noun="EventSourceMapping" ShouldProcessTarget="FunctionName" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true">
293-
<Params />
298+
<Params>
299+
<Param Name="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_AccessConfigs" NewName="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_AccessConfigs" />
300+
<Param Name="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_EventRecordFormat" NewName="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_EventRecordFormat" />
301+
<Param Name="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaRegistryURI" NewName="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaRegistryURI" />
302+
<Param Name="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaValidationConfigs" NewName="AmazonManagedKafkaEventSourceConfig_SchemaRegistryConfig_SchemaValidationConfigs" />
303+
</Params>
294304
<TypesNotToFlatten />
295305
</ServiceOperation>
296-
<ServiceOperation MethodName="UpdateFunctionCode" OutputProperty="*" Verb="Update" Noun="FunctionCode" ShouldProcessTarget="FunctionName" PipelineParameter="FunctionName" NoPipelineParameter="false" DefaultParameterSet="FromMemoryStream" LegacyV4Pagination="true">
306+
<ServiceOperation MethodName="UpdateFunctionCode" OutputProperty="*" Verb="Update" Noun="FunctionCode" ShouldProcessTarget="FunctionName" PipelineParameter="FunctionName" NoPipelineParameter="false" LegacyV4Pagination="true" DefaultParameterSet="FromMemoryStream">
297307
<Params>
298308
<Param Name="FunctionName" Mandatory="true" />
299309
<Param Name="S3Bucket" Alias="FunctionCode_S3Bucket;BucketName" ParameterSetName="FromS3Object" Mandatory="true" />

0 commit comments

Comments
 (0)