Skip to content

Commit 067ed51

Browse files
4.1.719
1 parent de05637 commit 067ed51

25 files changed

+242
-77
lines changed

Include/sdk/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.946.0",
4+
"ProductVersion" : "3.7.947.0",
55
"CoreVersion" : "3.7.400.64",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "3.7.424.0",
157+
"Version" : "3.7.425.0",
158158
"AssemblyVersionOverride" : "3.3",
159159
"Dependencies" : {
160160
"Core" : "3.7.400.64"
@@ -284,7 +284,7 @@
284284
"InPreview" : false
285285
},
286286
"RDS" : {
287-
"Version" : "3.7.409.6",
287+
"Version" : "3.7.410.0",
288288
"AssemblyVersionOverride" : "3.3",
289289
"Dependencies" : {
290290
"Core" : "3.7.400.64"
@@ -860,7 +860,7 @@
860860
"InPreview" : false
861861
},
862862
"MediaLive" : {
863-
"Version" : "3.7.406.4",
863+
"Version" : "3.7.407.0",
864864
"AssemblyVersionOverride" : "3.3",
865865
"Dependencies" : {
866866
"Core" : "3.7.400.64"
@@ -996,7 +996,7 @@
996996
"InPreview" : false
997997
},
998998
"Cloud9" : {
999-
"Version" : "3.7.400.64",
999+
"Version" : "3.7.400.65",
10001000
"AssemblyVersionOverride" : "3.3",
10011001
"Dependencies" : {
10021002
"Core" : "3.7.400.64"
@@ -1124,7 +1124,7 @@
11241124
"InPreview" : false
11251125
},
11261126
"DLM" : {
1127-
"Version" : "3.7.400.64",
1127+
"Version" : "3.7.401.0",
11281128
"AssemblyVersionOverride" : "3.3",
11291129
"Dependencies" : {
11301130
"Core" : "3.7.400.64"
@@ -1964,7 +1964,7 @@
19641964
"InPreview" : false
19651965
},
19661966
"GreengrassV2" : {
1967-
"Version" : "3.7.400.64",
1967+
"Version" : "3.7.401.0",
19681968
"AssemblyVersionOverride" : "3.3",
19691969
"Dependencies" : {
19701970
"Core" : "3.7.400.64"

changelogs/CHANGELOG.2024.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
### 4.1.718 (2024-12-13 21:52Z)
1+
### 4.1.719 (2024-12-16 21:36Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.947.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 Elastic Compute Cloud (EC2)
4+
* Modified cmdlet New-EC2Snapshot: added parameter Location.
5+
* Modified cmdlet New-EC2SnapshotBatch: added parameter Location.
6+
* Amazon GreengrassV2
7+
* Modified cmdlet Get-GGV2CoreDeviceList: added parameter Runtime.
8+
9+
### 4.1.718 (2024-12-13 21:52Z)
210
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.946.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.
311
* Amazon Cloud Map
412
* Added cmdlet Get-SDServiceAttribute leveraging the GetServiceAttributes service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
### 4.1.718 (2024-12-13 21:52Z)
1+
### 4.1.719 (2024-12-16 21:36Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.947.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 Elastic Compute Cloud (EC2)
4+
* Modified cmdlet New-EC2Snapshot: added parameter Location.
5+
* Modified cmdlet New-EC2SnapshotBatch: added parameter Location.
6+
* Amazon GreengrassV2
7+
* Modified cmdlet Get-GGV2CoreDeviceList: added parameter Runtime.
8+
9+
### 4.1.718 (2024-12-13 21:52Z)
210
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.946.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.
311
* Amazon Cloud Map
412
* Added cmdlet Get-SDServiceAttribute leveraging the GetServiceAttributes service API.

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25786,6 +25786,16 @@ $EC2_Completers = {
2578625786
break
2578725787
}
2578825788

25789+
# Amazon.EC2.SnapshotLocationEnum
25790+
{
25791+
($_ -eq "New-EC2Snapshot/Location") -Or
25792+
($_ -eq "New-EC2SnapshotBatch/Location")
25793+
}
25794+
{
25795+
$v = "local","regional"
25796+
break
25797+
}
25798+
2578925799
# Amazon.EC2.SpotAllocationStrategy
2579025800
"New-EC2Fleet/SpotOptions_AllocationStrategy"
2579125801
{
@@ -26090,6 +26100,7 @@ $EC2_map = @{
2609026100
"LaunchSpecification_InstanceType"=@("Request-EC2SpotInstance")
2609126101
"LimitPrice_CurrencyCode"=@("New-EC2ReservedInstance")
2609226102
"LoadBalancerOptions_Protocol"=@("Edit-EC2VerifiedAccessEndpoint","New-EC2VerifiedAccessEndpoint")
26103+
"Location"=@("New-EC2Snapshot","New-EC2SnapshotBatch")
2609326104
"LocationType"=@("Get-EC2InstanceTypeOffering")
2609426105
"LockMode"=@("Lock-EC2Snapshot")
2609526106
"LogDestinationType"=@("New-EC2FlowLog")

modules/AWSPowerShell/Cmdlets/Cloud9/Basic/Add-C9ResourceTag-Cmdlet.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ namespace Amazon.PowerShell.Cmdlets.C9
3131
/// Adds tags to an Cloud9 development environment.
3232
///
3333
/// <important><para>
34+
/// Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue
35+
/// to use the service as normal. <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn
36+
/// more"</a></para></important><important><para>
3437
/// Tags that you add to an Cloud9 environment by using this method will NOT be automatically
3538
/// propagated to underlying resources.
3639
/// </para></important>

modules/AWSPowerShell/Cmdlets/Cloud9/Basic/Get-C9EnvironmentData-Cmdlet.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ namespace Amazon.PowerShell.Cmdlets.C9
2929
{
3030
/// <summary>
3131
/// Gets information about Cloud9 development environments.
32+
///
33+
/// <important><para>
34+
/// Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue
35+
/// to use the service as normal. <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn
36+
/// more"</a></para></important>
3237
/// </summary>
3338
[Cmdlet("Get", "C9EnvironmentData")]
3439
[OutputType("Amazon.Cloud9.Model.Environment")]

modules/AWSPowerShell/Cmdlets/Cloud9/Basic/Get-C9EnvironmentList-Cmdlet.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,15 @@
2828
namespace Amazon.PowerShell.Cmdlets.C9
2929
{
3030
/// <summary>
31-
/// Gets a list of Cloud9 development environment identifiers.<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+
/// Gets a list of Cloud9 development environment identifiers.
32+
///
33+
/// <important><para>
34+
/// Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue
35+
/// to use the service as normal. <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn
36+
/// more"</a></para></important><important><para>
37+
/// Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue
38+
/// to use the service as normal. <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn
39+
/// more"</a></para></important><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.
3240
/// </summary>
3341
[Cmdlet("Get", "C9EnvironmentList")]
3442
[OutputType("System.String")]

modules/AWSPowerShell/Cmdlets/Cloud9/Basic/Get-C9EnvironmentMembershipList-Cmdlet.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,12 @@
2828
namespace Amazon.PowerShell.Cmdlets.C9
2929
{
3030
/// <summary>
31-
/// Gets information about environment members for an Cloud9 development environment.<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+
/// Gets information about environment members for an Cloud9 development environment.
32+
///
33+
/// <important><para>
34+
/// Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue
35+
/// to use the service as normal. <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn
36+
/// more"</a></para></important><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.
3237
/// </summary>
3338
[Cmdlet("Get", "C9EnvironmentMembershipList")]
3439
[OutputType("Amazon.Cloud9.Model.EnvironmentMember")]

modules/AWSPowerShell/Cmdlets/Cloud9/Basic/Get-C9EnvironmentStatus-Cmdlet.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ namespace Amazon.PowerShell.Cmdlets.C9
2929
{
3030
/// <summary>
3131
/// Gets status information for an Cloud9 development environment.
32+
///
33+
/// <important><para>
34+
/// Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue
35+
/// to use the service as normal. <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn
36+
/// more"</a></para></important>
3237
/// </summary>
3338
[Cmdlet("Get", "C9EnvironmentStatus")]
3439
[OutputType("Amazon.Cloud9.Model.DescribeEnvironmentStatusResponse")]

modules/AWSPowerShell/Cmdlets/Cloud9/Basic/Get-C9ResourceTag-Cmdlet.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ namespace Amazon.PowerShell.Cmdlets.C9
2929
{
3030
/// <summary>
3131
/// Gets a list of the tags associated with an Cloud9 development environment.
32+
///
33+
/// <important><para>
34+
/// Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue
35+
/// to use the service as normal. <a href="http://aws.amazon.com/blogs/devops/how-to-migrate-from-aws-cloud9-to-aws-ide-toolkits-or-aws-cloudshell/">Learn
36+
/// more"</a></para></important>
3237
/// </summary>
3338
[Cmdlet("Get", "C9ResourceTag")]
3439
[OutputType("Amazon.Cloud9.Model.Tag")]

0 commit comments

Comments
 (0)