Skip to content

Commit 8c41196

Browse files
4.1.910
1 parent c37574c commit 8c41196

File tree

46 files changed

+1299
-904
lines changed

Some content is hidden

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

46 files changed

+1299
-904
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: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 4.1.909 (2025-09-26 20:31Z)
1+
### 4.1.910 (2025-09-29 20:14Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1133.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 EC2 Image Builder
4+
* Modified cmdlet Import-EC2IBDiskImage: added parameter LoggingConfiguration_LogGroupName.
5+
* Modified cmdlet Import-EC2IBVmImage: added parameter LoggingConfiguration_LogGroupName.
6+
* Modified cmdlet New-EC2IBImage: added parameter LoggingConfiguration_LogGroupName.
7+
* Modified cmdlet New-EC2IBImagePipeline: added parameters AutoDisablePolicy_FailureCount, LoggingConfiguration_ImageLogGroupName and LoggingConfiguration_PipelineLogGroupName.
8+
* Modified cmdlet New-EC2IBImageRecipe: added parameter AmiTag.
9+
* Modified cmdlet Start-EC2IBImagePipelineExecution: added parameter Tag.
10+
* Modified cmdlet Update-EC2IBImagePipeline: added parameters AutoDisablePolicy_FailureCount, LoggingConfiguration_ImageLogGroupName and LoggingConfiguration_PipelineLogGroupName.
11+
* Amazon VPC Lattice
12+
* Modified cmdlet Get-VPCLServiceNetworkResourceAssociationList: added parameter IncludeChild.
13+
* Modified cmdlet New-VPCLResourceGateway: added parameter Ipv4AddressesPerEni.
14+
15+
### 4.1.909 (2025-09-26 20:31Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1132.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.
317
* Amazon Billing
418
* Added cmdlet Add-AWSBSourceView leveraging the AssociateSourceViews service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 4.1.909 (2025-09-26 20:31Z)
1+
### 4.1.910 (2025-09-29 20:14Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1133.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 EC2 Image Builder
4+
* Modified cmdlet Import-EC2IBDiskImage: added parameter LoggingConfiguration_LogGroupName.
5+
* Modified cmdlet Import-EC2IBVmImage: added parameter LoggingConfiguration_LogGroupName.
6+
* Modified cmdlet New-EC2IBImage: added parameter LoggingConfiguration_LogGroupName.
7+
* Modified cmdlet New-EC2IBImagePipeline: added parameters AutoDisablePolicy_FailureCount, LoggingConfiguration_ImageLogGroupName and LoggingConfiguration_PipelineLogGroupName.
8+
* Modified cmdlet New-EC2IBImageRecipe: added parameter AmiTag.
9+
* Modified cmdlet Start-EC2IBImagePipelineExecution: added parameter Tag.
10+
* Modified cmdlet Update-EC2IBImagePipeline: added parameters AutoDisablePolicy_FailureCount, LoggingConfiguration_ImageLogGroupName and LoggingConfiguration_PipelineLogGroupName.
11+
* Amazon VPC Lattice
12+
* Modified cmdlet Get-VPCLServiceNetworkResourceAssociationList: added parameter IncludeChild.
13+
* Modified cmdlet New-VPCLResourceGateway: added parameter Ipv4AddressesPerEni.
14+
15+
### 4.1.909 (2025-09-26 20:31Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1132.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.
317
* Amazon Billing
418
* Added cmdlet Add-AWSBSourceView leveraging the AssociateSourceViews service API.

modules/AWSPowerShell/Cmdlets/Imagebuilder/Basic/Get-EC2IBComponentBuildVersionList-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public partial class GetEC2IBComponentBuildVersionListCmdlet : AmazonImagebuilde
5656
#region Parameter MaxResult
5757
/// <summary>
5858
/// <para>
59-
/// <para>The maximum items to return in a request.</para>
59+
/// <para>Specify the maximum number of items to return in a request.</para>
6060
/// </para>
6161
/// </summary>
6262
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/Imagebuilder/Basic/Get-EC2IBComponentList-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public partial class GetEC2IBComponentListCmdlet : AmazonImagebuilderClientCmdle
7777
#region Parameter MaxResult
7878
/// <summary>
7979
/// <para>
80-
/// <para>The maximum items to return in a request.</para>
80+
/// <para>Specify the maximum number of items to return in a request.</para>
8181
/// </para>
8282
/// </summary>
8383
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/Imagebuilder/Basic/Get-EC2IBContainerRecipeList-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public partial class GetEC2IBContainerRecipeListCmdlet : AmazonImagebuilderClien
5656
#region Parameter MaxResult
5757
/// <summary>
5858
/// <para>
59-
/// <para>The maximum items to return in a request.</para>
59+
/// <para>Specify the maximum number of items to return in a request.</para>
6060
/// </para>
6161
/// </summary>
6262
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/Imagebuilder/Basic/Get-EC2IBDistributionConfigurationList-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public partial class GetEC2IBDistributionConfigurationListCmdlet : AmazonImagebu
5656
#region Parameter MaxResult
5757
/// <summary>
5858
/// <para>
59-
/// <para>The maximum items to return in a request.</para>
59+
/// <para>Specify the maximum number of items to return in a request.</para>
6060
/// </para>
6161
/// </summary>
6262
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/Imagebuilder/Basic/Get-EC2IBImageBuildVersionList-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public partial class GetEC2IBImageBuildVersionListCmdlet : AmazonImagebuilderCli
6666
#region Parameter MaxResult
6767
/// <summary>
6868
/// <para>
69-
/// <para>The maximum items to return in a request.</para>
69+
/// <para>Specify the maximum number of items to return in a request.</para>
7070
/// </para>
7171
/// </summary>
7272
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/Imagebuilder/Basic/Get-EC2IBImageList-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public partial class GetEC2IBImageListCmdlet : AmazonImagebuilderClientCmdlet, I
7777
#region Parameter MaxResult
7878
/// <summary>
7979
/// <para>
80-
/// <para>The maximum items to return in a request.</para>
80+
/// <para>Specify the maximum number of items to return in a request.</para>
8181
/// </para>
8282
/// </summary>
8383
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/Imagebuilder/Basic/Get-EC2IBImagePackageList-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public partial class GetEC2IBImagePackageListCmdlet : AmazonImagebuilderClientCm
6363
#region Parameter MaxResult
6464
/// <summary>
6565
/// <para>
66-
/// <para>The maximum items to return in a request.</para>
66+
/// <para>Specify the maximum number of items to return in a request.</para>
6767
/// </para>
6868
/// </summary>
6969
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

0 commit comments

Comments
 (0)