Skip to content

Commit d23bea2

Browse files
4.1.916
1 parent 01855ca commit d23bea2

File tree

92 files changed

+1014
-921
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+1014
-921
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### 4.1.915 (2025-10-06 21:00Z)
1+
### 4.1.916 (2025-10-07 20:27Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1139.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.
3+
4+
### 4.1.915 (2025-10-06 21:00Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1138.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.
36
* Amazon Backup
47
* Modified cmdlet Get-BAKBackupPlan: added parameter MaxScheduledRunsPreview.

changelogs/CHANGELOG.ALL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### 4.1.915 (2025-10-06 21:00Z)
1+
### 4.1.916 (2025-10-07 20:27Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1139.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.
3+
4+
### 4.1.915 (2025-10-06 21:00Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1138.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.
36
* Amazon Backup
47
* Modified cmdlet Get-BAKBackupPlan: added parameter MaxScheduledRunsPreview.

modules/AWSPowerShell/Cmdlets/Proton/Basic/Add-PROResourceTag-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
3535
/// <para>
3636
/// For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/resources.html">Proton
3737
/// resources and tagging</a> in the <i>Proton User Guide</i>.
38-
/// </para>
38+
/// </para><br/><br/>This operation is deprecated.
3939
/// </summary>
4040
[Cmdlet("Add", "PROResourceTag", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
4141
[OutputType("None")]
@@ -44,6 +44,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
4444
"This cmdlet does not generate any output." +
4545
"The service response (type Amazon.Proton.Model.TagResourceResponse) be returned by specifying '-Select *'."
4646
)]
47+
[System.ObsoleteAttribute("AWS Proton is not accepting new customers.")]
4748
public partial class AddPROResourceTagCmdlet : AmazonProtonClientCmdlet, IExecutor
4849
{
4950

modules/AWSPowerShell/Cmdlets/Proton/Basic/Approve-PROEnvironmentAccountConnection-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
3737
/// <para>
3838
/// For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment
3939
/// account connections</a> in the <i>Proton User guide</i>.
40-
/// </para>
40+
/// </para><br/><br/>This operation is deprecated.
4141
/// </summary>
4242
[Cmdlet("Approve", "PROEnvironmentAccountConnection", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
4343
[OutputType("Amazon.Proton.Model.EnvironmentAccountConnection")]
@@ -46,6 +46,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
4646
"This cmdlet returns an Amazon.Proton.Model.EnvironmentAccountConnection object.",
4747
"The service call response (type Amazon.Proton.Model.AcceptEnvironmentAccountConnectionResponse) can be returned by specifying '-Select *'."
4848
)]
49+
[System.ObsoleteAttribute("AWS Proton is not accepting new customers.")]
4950
public partial class ApprovePROEnvironmentAccountConnectionCmdlet : AmazonProtonClientCmdlet, IExecutor
5051
{
5152

modules/AWSPowerShell/Cmdlets/Proton/Basic/Deny-PROEnvironmentAccountConnection-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
4040
/// </para><para>
4141
/// For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-env-account-connections.html">Environment
4242
/// account connections</a> in the <i>Proton User guide</i>.
43-
/// </para>
43+
/// </para><br/><br/>This operation is deprecated.
4444
/// </summary>
4545
[Cmdlet("Deny", "PROEnvironmentAccountConnection", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
4646
[OutputType("Amazon.Proton.Model.EnvironmentAccountConnection")]
@@ -49,6 +49,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
4949
"This cmdlet returns an Amazon.Proton.Model.EnvironmentAccountConnection object.",
5050
"The service call response (type Amazon.Proton.Model.RejectEnvironmentAccountConnectionResponse) can be returned by specifying '-Select *'."
5151
)]
52+
[System.ObsoleteAttribute("AWS Proton is not accepting new customers.")]
5253
public partial class DenyPROEnvironmentAccountConnectionCmdlet : AmazonProtonClientCmdlet, IExecutor
5354
{
5455

modules/AWSPowerShell/Cmdlets/Proton/Basic/Edit-PROResourceDeploymentStatusChange-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
3535
/// <para>
3636
/// For more information, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-works-prov-methods.html#ag-works-prov-methods-self">Self-managed
3737
/// provisioning</a> in the <i>Proton User Guide</i>.
38-
/// </para>
38+
/// </para><br/><br/>This operation is deprecated.
3939
/// </summary>
4040
[Cmdlet("Edit", "PROResourceDeploymentStatusChange", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
4141
[OutputType("None")]
@@ -44,6 +44,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
4444
"This cmdlet does not generate any output." +
4545
"The service response (type Amazon.Proton.Model.NotifyResourceDeploymentStatusChangeResponse) be returned by specifying '-Select *'."
4646
)]
47+
[System.ObsoleteAttribute("AWS Proton is not accepting new customers.")]
4748
public partial class EditPROResourceDeploymentStatusChangeCmdlet : AmazonProtonClientCmdlet, IExecutor
4849
{
4950

modules/AWSPowerShell/Cmdlets/Proton/Basic/Get-PROAccountSetting-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
namespace Amazon.PowerShell.Cmdlets.PRO
2929
{
3030
/// <summary>
31-
/// Get detail data for Proton account-wide settings.
31+
/// Get detail data for Proton account-wide settings.<br/><br/>This operation is deprecated.
3232
/// </summary>
3333
[Cmdlet("Get", "PROAccountSetting")]
3434
[OutputType("Amazon.Proton.Model.AccountSettings")]
@@ -37,6 +37,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
3737
"This cmdlet returns an Amazon.Proton.Model.AccountSettings object.",
3838
"The service call response (type Amazon.Proton.Model.GetAccountSettingsResponse) can be returned by specifying '-Select *'."
3939
)]
40+
[System.ObsoleteAttribute("AWS Proton is not accepting new customers.")]
4041
public partial class GetPROAccountSettingCmdlet : AmazonProtonClientCmdlet, IExecutor
4142
{
4243

modules/AWSPowerShell/Cmdlets/Proton/Basic/Get-PROComponent-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
3434
/// <para>
3535
/// For more information about components, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton
3636
/// components</a> in the <i>Proton User Guide</i>.
37-
/// </para>
37+
/// </para><br/><br/>This operation is deprecated.
3838
/// </summary>
3939
[Cmdlet("Get", "PROComponent")]
4040
[OutputType("Amazon.Proton.Model.Component")]
@@ -43,6 +43,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
4343
"This cmdlet returns an Amazon.Proton.Model.Component object.",
4444
"The service call response (type Amazon.Proton.Model.GetComponentResponse) can be returned by specifying '-Select *'."
4545
)]
46+
[System.ObsoleteAttribute("AWS Proton is not accepting new customers.")]
4647
public partial class GetPROComponentCmdlet : AmazonProtonClientCmdlet, IExecutor
4748
{
4849

modules/AWSPowerShell/Cmdlets/Proton/Basic/Get-PROComponentList-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
3535
/// <para>
3636
/// For more information about components, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton
3737
/// components</a> in the <i>Proton User Guide</i>.
38-
/// </para>
38+
/// </para><br/><br/>This operation is deprecated.
3939
/// </summary>
4040
[Cmdlet("Get", "PROComponentList")]
4141
[OutputType("Amazon.Proton.Model.ComponentSummary")]
@@ -44,6 +44,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
4444
"This cmdlet returns a collection of Amazon.Proton.Model.ComponentSummary objects.",
4545
"The service call response (type Amazon.Proton.Model.ListComponentsResponse) can be returned by specifying '-Select *'."
4646
)]
47+
[System.ObsoleteAttribute("AWS Proton is not accepting new customers.")]
4748
public partial class GetPROComponentListCmdlet : AmazonProtonClientCmdlet, IExecutor
4849
{
4950

0 commit comments

Comments
 (0)