You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.2024.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
-
### 4.1.672 (2024-10-07 21:10Z)
1
+
### 4.1.673 (2024-10-08 21:06Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.901.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.
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.900.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
15
* Amazon AWSDeadlineCloud
4
16
* Added cmdlet Get-ADCJobParameterDefinitionList leveraging the ListJobParameterDefinitions service API.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,16 @@
1
-
### 4.1.672 (2024-10-07 21:10Z)
1
+
### 4.1.673 (2024-10-08 21:06Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.901.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.
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.900.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
15
* Amazon AWSDeadlineCloud
4
16
* Added cmdlet Get-ADCJobParameterDefinitionList leveraging the ListJobParameterDefinitions service API.
Copy file name to clipboardExpand all lines: modules/AWSPowerShell/Cmdlets/ElastiCache/Basic/Edit-ECCacheCluster-Cmdlet.cs
+25-8Lines changed: 25 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ public partial class EditECCacheClusterCmdlet : AmazonElastiCacheClientCmdlet, I
74
74
/// <para>
75
75
/// <para>Specifies the strategy to use to update the AUTH token. This parameter must be specified
76
76
/// with the <c>auth-token</c> parameter. Possible values:</para><ul><li><para>ROTATE - default, if no update strategy is provided</para></li><li><para>SET - allowed only after ROTATE</para></li><li><para>DELETE - allowed only when transitioning to RBAC</para></li></ul><para> For more information, see <a href="http://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/auth.html">Authenticating
@@ -271,8 +282,8 @@ public partial class EditECCacheClusterCmdlet : AmazonElastiCacheClientCmdlet, I
271
282
/// nodes pending creation (which may be zero), more nodes are added. If the value is
272
283
/// less than the number of existing cache nodes, nodes are removed. If the value is equal
273
284
/// to the number of current cache nodes, any pending add or remove requests are canceled.</para><para>If you are removing cache nodes, you must use the <c>CacheNodeIdsToRemove</c> parameter
274
-
/// to provide the IDs of the specific cache nodes to remove.</para><para>For clusters running Redis OSS, this value must be 1. For clusters running Memcached,
275
-
/// this value must be between 1 and 40.</para><note><para>Adding or removing Memcached cache nodes can be applied immediately or as a pending
285
+
/// to provide the IDs of the specific cache nodes to remove.</para><para>For clusters running Valkey or Redis OSS, this value must be 1. For clusters running
286
+
/// Memcached, this value must be between 1 and 40.</para><note><para>Adding or removing Memcached cache nodes can be applied immediately or as a pending
276
287
/// operation (see <c>ApplyImmediately</c>).</para><para>A pending operation to modify the number of cache nodes in a cluster during its maintenance
277
288
/// window, whether by adding or removing nodes in accordance with the scale out architecture,
278
289
/// is not queued. The customer's latest request to add or remove nodes to the cluster
0 commit comments