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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
-
### 5.0.117 (2025-12-15 22:00Z)
1
+
### 5.0.118 (2025-12-16 21:45Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.154.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 IoT
4
+
* Modified cmdlet New-IOTCommand: added parameters PayloadTemplate and Preprocessor_AwsJsonSubstitution_OutputFormat.
5
+
* Amazon Simple Storage Service (S3)
6
+
*[Breaking Change] Modified cmdlet Update-S3BucketMetadataJournalTableConfiguration: removed parameters EncryptionConfiguration_KmsKeyArn, EncryptionConfiguration_SseAlgorithm and JournalTableConfiguration_ConfigurationState; added parameters JournalTableConfiguration_RecordExpiration_Day and JournalTableConfiguration_RecordExpiration_Expiration.
7
+
* Amazon Timestream InfluxDB
8
+
* Added cmdlet Restart-TIDBDbCluster leveraging the RebootDbCluster service API.
9
+
* Added cmdlet Restart-TIDBDbInstance leveraging the RebootDbInstance service API.
10
+
11
+
### 5.0.117 (2025-12-15 22:00Z)
2
12
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.153.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
13
* Amazon CloudWatch Logs
4
14
* Added cmdlet Get-CWLCWLImportTask leveraging the DescribeImportTasks service API.
Copy file name to clipboardExpand all lines: changelogs/CHANGELOG.ALL.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,14 @@
1
-
### 5.0.117 (2025-12-15 22:00Z)
1
+
### 5.0.118 (2025-12-16 21:45Z)
2
+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.154.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 IoT
4
+
* Modified cmdlet New-IOTCommand: added parameters PayloadTemplate and Preprocessor_AwsJsonSubstitution_OutputFormat.
5
+
* Amazon Simple Storage Service (S3)
6
+
* [Breaking Change] Modified cmdlet Update-S3BucketMetadataJournalTableConfiguration: removed parameters EncryptionConfiguration_KmsKeyArn, EncryptionConfiguration_SseAlgorithm and JournalTableConfiguration_ConfigurationState; added parameters JournalTableConfiguration_RecordExpiration_Day and JournalTableConfiguration_RecordExpiration_Expiration.
7
+
* Amazon Timestream InfluxDB
8
+
* Added cmdlet Restart-TIDBDbCluster leveraging the RebootDbCluster service API.
9
+
* Added cmdlet Restart-TIDBDbInstance leveraging the RebootDbInstance service API.
10
+
11
+
### 5.0.117 (2025-12-15 22:00Z)
2
12
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.153.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
13
* Amazon CloudWatch Logs
4
14
* Added cmdlet Get-CWLCWLImportTask leveraging the DescribeImportTasks service API.
/// Retrieves the encryption configuration for resources and data of your Amazon Web Services
34
-
/// account in Amazon Web Services IoT Core. For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/key-management.html">Key
35
-
/// management in IoT</a> from the <i>Amazon Web Services IoT Core Developer Guide</i>.
34
+
/// account in Amazon Web Services IoT Core. For more information, see <a href="https://docs.aws.amazon.com/iot/latest/developerguide/encryption-at-rest.html">Data
35
+
/// encryption at rest</a> in the <i>Amazon Web Services IoT Core Developer Guide</i>.
/// <para>The payload template for the dynamic command.</para><note><para>This parameter is required for dynamic commands where the command execution placeholders
156
+
/// are supplied either from <c>mandatoryParameters</c> or when <c>StartCommandExecution</c>
0 commit comments