Skip to content

Commit 067b283

Browse files
5.0.71
1 parent b77e112 commit 067b283

File tree

92 files changed

+184
-91
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

+184
-91
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.106.0",
4+
"ProductVersion" : "4.0.107.0",
55
"CoreVersion" : "4.0.0.32",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -2068,7 +2068,7 @@
20682068
"InPreview" : false
20692069
},
20702070
"Proton" : {
2071-
"Version" : "4.0.1.6",
2071+
"Version" : "4.0.2.0",
20722072
"AssemblyVersionOverride" : "4.0",
20732073
"Dependencies" : {
20742074
"Core" : "4.0.0.32"

changelogs/CHANGELOG.2025.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### 5.0.70 (2025-10-06 20:57Z)
1+
### 5.0.71 (2025-10-07 19:46Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.107.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+
4+
### 5.0.70 (2025-10-06 20:57Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.106.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.
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-
### 5.0.70 (2025-10-06 20:57Z)
1+
### 5.0.71 (2025-10-07 19:46Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.107.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+
4+
### 5.0.70 (2025-10-06 20:57Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.106.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.
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
@@ -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/resources.html">Proton
3939
/// resources and tagging</a> in the <i>Proton User Guide</i>.
40-
/// </para>
40+
/// </para><br/><br/>This operation is deprecated.
4141
/// </summary>
4242
[Cmdlet("Add", "PROResourceTag", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
4343
[OutputType("None")]
@@ -46,6 +46,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
4646
"This cmdlet does not generate any output." +
4747
"The service response (type Amazon.Proton.Model.TagResourceResponse) be returned by specifying '-Select *'."
4848
)]
49+
[System.ObsoleteAttribute("AWS Proton is not accepting new customers.")]
4950
public partial class AddPROResourceTagCmdlet : AmazonProtonClientCmdlet, IExecutor
5051
{
5152

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

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

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

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

modules/AWSPowerShell/Cmdlets/Proton/Basic/Edit-PROResourceDeploymentStatusChange-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-works-prov-methods.html#ag-works-prov-methods-self">Self-managed
3939
/// provisioning</a> in the <i>Proton User Guide</i>.
40-
/// </para>
40+
/// </para><br/><br/>This operation is deprecated.
4141
/// </summary>
4242
[Cmdlet("Edit", "PROResourceDeploymentStatusChange", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
4343
[OutputType("None")]
@@ -46,6 +46,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
4646
"This cmdlet does not generate any output." +
4747
"The service response (type Amazon.Proton.Model.NotifyResourceDeploymentStatusChangeResponse) be returned by specifying '-Select *'."
4848
)]
49+
[System.ObsoleteAttribute("AWS Proton is not accepting new customers.")]
4950
public partial class EditPROResourceDeploymentStatusChangeCmdlet : AmazonProtonClientCmdlet, IExecutor
5051
{
5152

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

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

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

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

modules/AWSPowerShell/Cmdlets/Proton/Basic/Get-PROComponentList-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 about components, see <a href="https://docs.aws.amazon.com/proton/latest/userguide/ag-components.html">Proton
3939
/// components</a> in the <i>Proton User Guide</i>.
40-
/// </para><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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.
40+
/// </para><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. This cmdlet didn't autopaginate in V4, auto-pagination support was added in V5.<br/><br/>This operation is deprecated.
4141
/// </summary>
4242
[Cmdlet("Get", "PROComponentList")]
4343
[OutputType("Amazon.Proton.Model.ComponentSummary")]
@@ -46,6 +46,7 @@ namespace Amazon.PowerShell.Cmdlets.PRO
4646
"This cmdlet returns a collection of Amazon.Proton.Model.ComponentSummary objects.",
4747
"The service call response (type Amazon.Proton.Model.ListComponentsResponse) can be returned by specifying '-Select *'."
4848
)]
49+
[System.ObsoleteAttribute("AWS Proton is not accepting new customers.")]
4950
public partial class GetPROComponentListCmdlet : AmazonProtonClientCmdlet, IExecutor
5051
{
5152

0 commit comments

Comments
 (0)