Skip to content

Commit ed02185

Browse files
4.1.740
1 parent 5e3cd07 commit ed02185

36 files changed

+1308
-867
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 812 additions & 812 deletions
Large diffs are not rendered by default.

changelogs/CHANGELOG.2025.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
### 4.1.739 (2025-01-17 21:47Z)
1+
### 4.1.740 (2025-01-21 22:24Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.966.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 Connect Service
4+
* Added cmdlet Remove-CONNContactFlowVersion leveraging the DeleteContactFlowVersion service API.
5+
* Modified cmdlet New-CONNContactFlowVersion: added parameter ContactFlowVersion.
6+
* Amazon IoT SiteWise
7+
* Modified cmdlet Import-IOTSWPutAssetPropertyValue: added parameters EnablePartialEntryProcessing and PassThru.
8+
* Modified cmdlet Write-IOTSWStorageConfiguration: added parameter DisallowIngestNullNaN.
9+
10+
### 4.1.739 (2025-01-17 21:47Z)
211
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.965.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.
312
* Amazon User Notifications
413
* Added cmdlet Add-UNOManagedNotificationAccountContact leveraging the AssociateManagedNotificationAccountContact service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
### 4.1.739 (2025-01-17 21:47Z)
1+
### 4.1.740 (2025-01-21 22:24Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.966.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 Connect Service
4+
* Added cmdlet Remove-CONNContactFlowVersion leveraging the DeleteContactFlowVersion service API.
5+
* Modified cmdlet New-CONNContactFlowVersion: added parameter ContactFlowVersion.
6+
* Amazon IoT SiteWise
7+
* Modified cmdlet Import-IOTSWPutAssetPropertyValue: added parameters EnablePartialEntryProcessing and PassThru.
8+
* Modified cmdlet Write-IOTSWStorageConfiguration: added parameter DisallowIngestNullNaN.
9+
10+
### 4.1.739 (2025-01-17 21:47Z)
211
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.965.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.
312
* Amazon User Notifications
413
* Added cmdlet Add-UNOManagedNotificationAccountContact leveraging the AssociateManagedNotificationAccountContact service API.

generator/AWSPSGeneratorLib/Config/ServiceConfig/connect.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,10 @@
248248
<Params />
249249
<TypesNotToFlatten />
250250
</ServiceOperation>
251+
<ServiceOperation MethodName="DeleteContactFlowVersion" Verb="Remove" Noun="ContactFlowVersion" ShouldProcessTarget="ContactFlowId" PipelineParameter="ContactFlowId" NoPipelineParameter="false">
252+
<Params />
253+
<TypesNotToFlatten />
254+
</ServiceOperation>
251255
<ServiceOperation MethodName="DeleteEmailAddress" Verb="Remove" Noun="EmailAddress" ShouldProcessTarget="InstanceId" PipelineParameter="InstanceId" NoPipelineParameter="false">
252256
<Params />
253257
<TypesNotToFlatten />

generator/AWSPSGeneratorLib/Config/ServiceConfig/iotsitewise.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<Params />
4848
<TypesNotToFlatten />
4949
</ServiceOperation>
50-
<ServiceOperation MethodName="BatchPutAssetPropertyValue" OutputProperty="ErrorEntries" Verb="Import" Noun="PutAssetPropertyValue" ShouldProcessTarget="Entries" PipelineParameter="" NoPipelineParameter="false">
50+
<ServiceOperation MethodName="BatchPutAssetPropertyValue" OutputProperty="ErrorEntries" Verb="Import" Noun="PutAssetPropertyValue" ShouldProcessTarget="Entries" PipelineParameter="EnablePartialEntryProcessing" NoPipelineParameter="false">
5151
<Params />
5252
<TypesNotToFlatten />
5353
</ServiceOperation>

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6659,6 +6659,8 @@ Set-Alias -Name Delete-CONNContactFlow -Value Remove-CONNContactFlow
66596659
Set-Alias -Name CONN-DeleteContactFlow -Value Remove-CONNContactFlow
66606660
Set-Alias -Name Delete-CONNContactFlowModule -Value Remove-CONNContactFlowModule
66616661
Set-Alias -Name CONN-DeleteContactFlowModule -Value Remove-CONNContactFlowModule
6662+
Set-Alias -Name Delete-CONNContactFlowVersion -Value Remove-CONNContactFlowVersion
6663+
Set-Alias -Name CONN-DeleteContactFlowVersion -Value Remove-CONNContactFlowVersion
66626664
Set-Alias -Name Delete-CONNEmailAddress -Value Remove-CONNEmailAddress
66636665
Set-Alias -Name CONN-DeleteEmailAddress -Value Remove-CONNEmailAddress
66646666
Set-Alias -Name Delete-CONNEvaluationForm -Value Remove-CONNEvaluationForm

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17624,7 +17624,7 @@ $CONN_Completers = {
1762417624
($_ -eq "New-CONNContactFlow/Type")
1762517625
}
1762617626
{
17627-
$v = "AGENT_HOLD","AGENT_TRANSFER","AGENT_WHISPER","CONTACT_FLOW","CUSTOMER_HOLD","CUSTOMER_QUEUE","CUSTOMER_WHISPER","OUTBOUND_WHISPER","QUEUE_TRANSFER"
17627+
$v = "AGENT_HOLD","AGENT_TRANSFER","AGENT_WHISPER","CAMPAIGN","CONTACT_FLOW","CUSTOMER_HOLD","CUSTOMER_QUEUE","CUSTOMER_WHISPER","OUTBOUND_WHISPER","QUEUE_TRANSFER"
1762817628
break
1762917629
}
1763017630

@@ -18270,6 +18270,7 @@ $CONN_SelectMap = @{
1827018270
"Remove-CONNContactEvaluation",
1827118271
"Remove-CONNContactFlow",
1827218272
"Remove-CONNContactFlowModule",
18273+
"Remove-CONNContactFlowVersion",
1827318274
"Remove-CONNEmailAddress",
1827418275
"Remove-CONNEvaluationForm",
1827518276
"Remove-CONNHoursOfOperation",

modules/AWSPowerShell/Cmdlets/Batch/Basic/New-BATSchedulingPolicy-Cmdlet.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ public partial class NewBATSchedulingPolicyCmdlet : AmazonBatchClientCmdlet, IEx
8181
/// <summary>
8282
/// <para>
8383
/// <para>The amount of time (in seconds) to use to calculate a fair share percentage for each
84-
/// fair share identifier in use. A value of zero (0) indicates that only current usage
85-
/// is measured. The decay allows for more recently run jobs to have more weight than
86-
/// jobs that ran earlier. The maximum supported value is 604800 (1 week).</para>
84+
/// fair share identifier in use. A value of zero (0) indicates the default minimum time
85+
/// window (600 seconds). The maximum supported value is 604800 (1 week).</para><para>The decay allows for more recently run jobs to have more weight than jobs that ran
86+
/// earlier. Consider adjusting this number if you have jobs that (on average) run longer
87+
/// than ten minutes, or a large difference in job count or job run times between share
88+
/// identifiers, and the allocation of resources doesn’t meet your needs.</para>
8789
/// </para>
8890
/// </summary>
8991
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/Batch/Basic/Update-BATSchedulingPolicy-Cmdlet.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,11 @@ public partial class UpdateBATSchedulingPolicyCmdlet : AmazonBatchClientCmdlet,
8181
/// <summary>
8282
/// <para>
8383
/// <para>The amount of time (in seconds) to use to calculate a fair share percentage for each
84-
/// fair share identifier in use. A value of zero (0) indicates that only current usage
85-
/// is measured. The decay allows for more recently run jobs to have more weight than
86-
/// jobs that ran earlier. The maximum supported value is 604800 (1 week).</para>
84+
/// fair share identifier in use. A value of zero (0) indicates the default minimum time
85+
/// window (600 seconds). The maximum supported value is 604800 (1 week).</para><para>The decay allows for more recently run jobs to have more weight than jobs that ran
86+
/// earlier. Consider adjusting this number if you have jobs that (on average) run longer
87+
/// than ten minutes, or a large difference in job count or job run times between share
88+
/// identifiers, and the allocation of resources doesn’t meet your needs.</para>
8789
/// </para>
8890
/// </summary>
8991
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/CloudWatchLogs/Basic/Get-CWLAccountPolicy-Cmdlet.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,25 @@
2828
namespace Amazon.PowerShell.Cmdlets.CWL
2929
{
3030
/// <summary>
31-
/// Returns a list of all CloudWatch Logs account policies in the account.<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
31+
/// Returns a list of all CloudWatch Logs account policies in the account.
32+
///
33+
///
34+
/// <para>
35+
/// To use this operation, you must be signed on with the correct permissions depending
36+
/// on the type of policy that you are retrieving information for.
37+
/// </para><ul><li><para>
38+
/// To see data protection policies, you must have the <c>logs:GetDataProtectionPolicy</c>
39+
/// and <c>logs:DescribeAccountPolicies</c> permissions.
40+
/// </para></li><li><para>
41+
/// To see subscription filter policies, you must have the <c>logs:DescrubeSubscriptionFilters</c>
42+
/// and <c>logs:DescribeAccountPolicies</c> permissions.
43+
/// </para></li><li><para>
44+
/// To see transformer policies, you must have the <c>logs:GetTransformer</c> and <c>logs:DescribeAccountPolicies</c>
45+
/// permissions.
46+
/// </para></li><li><para>
47+
/// To see field index policies, you must have the <c>logs:DescribeIndexPolicies</c> and
48+
/// <c>logs:DescribeAccountPolicies</c> permissions.
49+
/// </para></li></ul><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
3250
/// </summary>
3351
[Cmdlet("Get", "CWLAccountPolicy")]
3452
[OutputType("Amazon.CloudWatchLogs.Model.AccountPolicy")]

0 commit comments

Comments
 (0)