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.2025.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,17 @@
1
-
### 4.1.905 (2025-09-22 20:20Z)
1
+
### 4.1.906 (2025-09-23 20:15Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1129.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.
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1128.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.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,17 @@
1
-
### 4.1.905 (2025-09-22 20:20Z)
1
+
### 4.1.906 (2025-09-23 20:15Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1129.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.
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1128.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.
/// <para>The job type of the rule-based ID mapping job. Valid values include:</para><para><c>INCREMENTAL</c>: Processes only new or changed data since the last job run. This
66
+
/// is the default job type if the ID mapping workflow was created in Entity Resolution
67
+
/// with <c>incrementalRunConfig</c> specified.</para><para><c>BATCH</c>: Processes all data from the input source, regardless of previous job
68
+
/// runs. This is the default job type if the ID mapping workflow was created in Entity
69
+
/// Resolution but <c>incrementalRunConfig</c> wasn't specified.</para><para><c>DELETE_ONLY</c>: Processes only deletion requests from <c>BatchDeleteUniqueId</c>,
70
+
/// which is set in Entity Resolution.</para><para>For more information about <c>incrementalRunConfig</c> and <c>BatchDeleteUniqueId</c>,
71
+
/// see the <a href="https://docs.aws.amazon.com/entityresolution/latest/apireference/Welcome.html">Entity
WriteWarning("You are passing $null as a value for parameter IdMappingTableIdentifier which is marked as required. In case you believe this parameter was incorrectly marked as required, report this by opening an issue at https://github.com/aws/aws-tools-for-powershell/issues.");
0 commit comments