Skip to content

Commit a457376

Browse files
4.1.793
1 parent fe98516 commit a457376

36 files changed

+1015
-944
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
### 4.1.792 (2025-04-03 21:15Z)
1+
### 4.1.793 (2025-04-04 21:19Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1017.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 EventBridge
4+
* Modified cmdlet New-EVBArchive: added parameter KmsKeyIdentifier.
5+
* Modified cmdlet Update-EVBArchive: added parameter KmsKeyIdentifier.
6+
7+
### 4.1.792 (2025-04-03 21:15Z)
28
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1016.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.
39
* Amazon Agents for Amazon Bedrock
410
* Modified cmdlet New-AABKnowledgeBase: added parameters FieldMapping_CustomMetadataField and MongoDbAtlasConfiguration_TextIndexName.

changelogs/CHANGELOG.ALL.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
### 4.1.792 (2025-04-03 21:15Z)
1+
### 4.1.793 (2025-04-04 21:19Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1017.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 EventBridge
4+
* Modified cmdlet New-EVBArchive: added parameter KmsKeyIdentifier.
5+
* Modified cmdlet Update-EVBArchive: added parameter KmsKeyIdentifier.
6+
7+
### 4.1.792 (2025-04-03 21:15Z)
28
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1016.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.
39
* Amazon Agents for Amazon Bedrock
410
* Modified cmdlet New-AABKnowledgeBase: added parameters FieldMapping_CustomMetadataField and MongoDbAtlasConfiguration_TextIndexName.

modules/AWSPowerShell/Cmdlets/DirectoryServiceData/Basic/Get-DSDGroup-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public partial class GetDSDGroupCmdlet : AmazonDirectoryServiceDataClientCmdlet,
6464
/// <summary>
6565
/// <para>
6666
/// <para> One or more attributes to be returned for the group. For a list of supported attributes,
67-
/// see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data-attributes.html">Directory
67+
/// see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html">Directory
6868
/// Service Data Attributes</a>. </para>
6969
/// </para>
7070
/// </summary>

modules/AWSPowerShell/Cmdlets/DirectoryServiceData/Basic/Update-DSDUser-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public partial class UpdateDSDUserCmdlet : AmazonDirectoryServiceDataClientCmdle
8686
/// <para>
8787
/// <para> An expression that defines one or more attribute names with the data type and value
8888
/// of each attribute. A key is an attribute name, and the value is a list of maps. For
89-
/// a list of supported attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data-attributes.html">Directory
89+
/// a list of supported attributes, see <a href="https://docs.aws.amazon.com/directoryservice/latest/admin-guide/ad_data_attributes.html">Directory
9090
/// Service Data Attributes</a>. </para><note><para> Attribute names are case insensitive. </para></note>
9191
/// </para>
9292
/// </summary>

modules/AWSPowerShell/Cmdlets/EC2/Basic/Disable-EC2RouteServerPropagation-Cmdlet.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ namespace Amazon.PowerShell.Cmdlets.EC2
3737
/// </para><para>
3838
/// Amazon VPC Route Server simplifies routing for traffic between workloads that are
3939
/// deployed within a VPC and its internet gateways. With this feature, VPC Route Server
40-
/// dynamically updates VPC and gateway route tables with your preferred IPv4 or IPv6
41-
/// routes to achieve routing fault tolerance for those workloads. This enables you to
42-
/// automatically reroute traffic within a VPC, which increases the manageability of VPC
43-
/// routing and interoperability with third-party workloads.
40+
/// dynamically updates VPC and internet gateway route tables with your preferred IPv4
41+
/// or IPv6 routes to achieve routing fault tolerance for those workloads. This enables
42+
/// you to automatically reroute traffic within a VPC, which increases the manageability
43+
/// of VPC routing and interoperability with third-party workloads.
4444
/// </para><para>
4545
/// Route server supports the follow route table types:
4646
/// </para><ul><li><para>
47-
/// VPC route tables
47+
/// VPC route tables not associated with subnets
4848
/// </para></li><li><para>
4949
/// Subnet route tables
5050
/// </para></li><li><para>
@@ -54,7 +54,7 @@ namespace Amazon.PowerShell.Cmdlets.EC2
5454
/// To propagate routes into a transit gateway route table, use <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html">Transit
5555
/// Gateway Connect</a>.
5656
/// </para><para>
57-
/// For more information see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Dynamic
57+
/// For more information see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html">Dynamic
5858
/// routing in your VPC with VPC Route Server</a> in the <i>Amazon VPC User Guide</i>.
5959
/// </para>
6060
/// </summary>

modules/AWSPowerShell/Cmdlets/EC2/Basic/Edit-EC2InstanceAttribute-Cmdlet.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ public partial class EditEC2InstanceAttributeCmdlet : AmazonEC2ClientCmdlet, IEx
5858
#region Parameter Attribute
5959
/// <summary>
6060
/// <para>
61-
/// <para>The name of the attribute to modify.</para><important><para>You can modify the following attributes only: <c>disableApiTermination</c> | <c>instanceType</c>
61+
/// <para>The name of the attribute to modify.</para><note><para>When changing the instance type: If the original instance type is configured for configurable
62+
/// bandwidth, and the desired instance type doesn't support configurable bandwidth, first
63+
/// set the existing bandwidth configuration to <c>default</c> using the <a>ModifyInstanceNetworkPerformanceOptions</a>
64+
/// operation.</para></note><important><para>You can modify the following attributes only: <c>disableApiTermination</c> | <c>instanceType</c>
6265
/// | <c>kernel</c> | <c>ramdisk</c> | <c>instanceInitiatedShutdownBehavior</c> | <c>blockDeviceMapping</c>
6366
/// | <c>userData</c> | <c>sourceDestCheck</c> | <c>groupSet</c> | <c>ebsOptimized</c>
6467
/// | <c>sriovNetSupport</c> | <c>enaSupport</c> | <c>nvmeSupport</c> | <c>disableApiStop</c>

modules/AWSPowerShell/Cmdlets/EC2/Basic/Edit-EC2RouteServer-Cmdlet.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ namespace Amazon.PowerShell.Cmdlets.EC2
3434
/// <para>
3535
/// Amazon VPC Route Server simplifies routing for traffic between workloads that are
3636
/// deployed within a VPC and its internet gateways. With this feature, VPC Route Server
37-
/// dynamically updates VPC and gateway route tables with your preferred IPv4 or IPv6
38-
/// routes to achieve routing fault tolerance for those workloads. This enables you to
39-
/// automatically reroute traffic within a VPC, which increases the manageability of VPC
40-
/// routing and interoperability with third-party workloads.
37+
/// dynamically updates VPC and internet gateway route tables with your preferred IPv4
38+
/// or IPv6 routes to achieve routing fault tolerance for those workloads. This enables
39+
/// you to automatically reroute traffic within a VPC, which increases the manageability
40+
/// of VPC routing and interoperability with third-party workloads.
4141
/// </para><para>
4242
/// Route server supports the follow route table types:
4343
/// </para><ul><li><para>
44-
/// VPC route tables
44+
/// VPC route tables not associated with subnets
4545
/// </para></li><li><para>
4646
/// Subnet route tables
4747
/// </para></li><li><para>
@@ -51,7 +51,7 @@ namespace Amazon.PowerShell.Cmdlets.EC2
5151
/// To propagate routes into a transit gateway route table, use <a href="https://docs.aws.amazon.com/vpc/latest/tgw/tgw-connect.html">Transit
5252
/// Gateway Connect</a>.
5353
/// </para><para>
54-
/// For more information see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Dynamic
54+
/// For more information see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html">Dynamic
5555
/// routing in your VPC with VPC Route Server</a> in the <i>Amazon VPC User Guide</i>.
5656
/// </para>
5757
/// </summary>

modules/AWSPowerShell/Cmdlets/EC2/Basic/Enable-EC2RouteServerPropagation-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Amazon.PowerShell.Cmdlets.EC2
3535
/// When enabled, route server propagation installs the routes in the FIB on the route
3636
/// table you've specified. Route server supports IPv4 and IPv6 route propagation.
3737
/// </para><para>
38-
/// For more information see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access.html">Dynamic
38+
/// For more information see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/dynamic-routing-route-server.html">Dynamic
3939
/// routing in your VPC with VPC Route Server</a> in the <i>Amazon VPC User Guide</i>.
4040
/// </para>
4141
/// </summary>

modules/AWSPowerShell/Cmdlets/EC2/Basic/Get-EC2InstanceType-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ public partial class GetEC2InstanceTypeCmdlet : AmazonEC2ClientCmdlet, IExecutor
5050
/// recovery is supported (<c>true</c> | <c>false</c>).</para></li><li><para><c>bare-metal</c> - Indicates whether it is a bare metal instance type (<c>true</c>
5151
/// | <c>false</c>).</para></li><li><para><c>burstable-performance-supported</c> - Indicates whether the instance type is a
5252
/// burstable performance T instance type (<c>true</c> | <c>false</c>).</para></li><li><para><c>current-generation</c> - Indicates whether this instance type is the latest generation
53-
/// instance type of an instance family (<c>true</c> | <c>false</c>).</para></li><li><para><c>ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps</c> - The baseline bandwidth
53+
/// instance type of an instance family (<c>true</c> | <c>false</c>).</para></li><li><para><c>dedicated-hosts-supported</c> - Indicates whether the instance type supports Dedicated
54+
/// Hosts. (<c>true</c> | <c>false</c>)</para></li><li><para><c>ebs-info.ebs-optimized-info.baseline-bandwidth-in-mbps</c> - The baseline bandwidth
5455
/// performance for an EBS-optimized instance type, in Mbps.</para></li><li><para><c>ebs-info.ebs-optimized-info.baseline-iops</c> - The baseline input/output storage
5556
/// operations per second for an EBS-optimized instance type.</para></li><li><para><c>ebs-info.ebs-optimized-info.baseline-throughput-in-mbps</c> - The baseline throughput
5657
/// performance for an EBS-optimized instance type, in MB/s.</para></li><li><para><c>ebs-info.ebs-optimized-info.maximum-bandwidth-in-mbps</c> - The maximum bandwidth

0 commit comments

Comments
 (0)