Skip to content

Commit 1db7fba

Browse files
5.0.83
1 parent f128011 commit 1db7fba

File tree

62 files changed

+510
-266
lines changed

Some content is hidden

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

62 files changed

+510
-266
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 5.0.82 (2025-10-23 21:15Z)
1+
### 5.0.83 (2025-10-24 21:12Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.119.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 DataZone
4+
* Modified cmdlet New-DZConnection: added parameters MlflowProperties_TrackingServerArn and MlflowProperties_TrackingServerName.
5+
* Modified cmdlet Update-DZConnection: added parameters MlflowProperties_TrackingServerArn and MlflowProperties_TrackingServerName.
6+
* Amazon Location Service
7+
* Modified cmdlet New-LOCKey: added parameters Restrictions_AllowAndroidApp and Restrictions_AllowAppleApp.
8+
* Modified cmdlet Update-LOCKey: added parameters Restrictions_AllowAndroidApp and Restrictions_AllowAppleApp.
9+
* Amazon Location Service Maps V2
10+
* Modified cmdlet Get-GEOMTile: added parameter AdditionalFeature.
11+
* Amazon SageMaker Service
12+
* Modified cmdlet New-SMInferenceComponent: added parameter DataCacheConfig_EnableCaching.
13+
* Modified cmdlet Update-SMInferenceComponent: added parameter DataCacheConfig_EnableCaching.
14+
15+
### 5.0.82 (2025-10-23 21:15Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.118.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.
317
* Amazon Aurora DSQL
418
* Added cmdlet Get-DSQLClusterPolicy leveraging the GetClusterPolicy service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 5.0.82 (2025-10-23 21:15Z)
1+
### 5.0.83 (2025-10-24 21:12Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.119.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 DataZone
4+
* Modified cmdlet New-DZConnection: added parameters MlflowProperties_TrackingServerArn and MlflowProperties_TrackingServerName.
5+
* Modified cmdlet Update-DZConnection: added parameters MlflowProperties_TrackingServerArn and MlflowProperties_TrackingServerName.
6+
* Amazon Location Service
7+
* Modified cmdlet New-LOCKey: added parameters Restrictions_AllowAndroidApp and Restrictions_AllowAppleApp.
8+
* Modified cmdlet Update-LOCKey: added parameters Restrictions_AllowAndroidApp and Restrictions_AllowAppleApp.
9+
* Amazon Location Service Maps V2
10+
* Modified cmdlet Get-GEOMTile: added parameter AdditionalFeature.
11+
* Amazon SageMaker Service
12+
* Modified cmdlet New-SMInferenceComponent: added parameter DataCacheConfig_EnableCaching.
13+
* Modified cmdlet Update-SMInferenceComponent: added parameter DataCacheConfig_EnableCaching.
14+
15+
### 5.0.82 (2025-10-23 21:15Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.118.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.
317
* Amazon Aurora DSQL
418
* Added cmdlet Get-DSQLClusterPolicy leveraging the GetClusterPolicy service API.

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22088,7 +22088,7 @@ $DZ_Completers = {
2208822088
# Amazon.DataZone.ConnectionType
2208922089
"Get-DZConnectionList/Type"
2209022090
{
22091-
$v = "AMAZON_Q","ATHENA","BIGQUERY","DATABRICKS","DOCUMENTDB","DYNAMODB","HYPERPOD","IAM","MYSQL","OPENSEARCH","ORACLE","POSTGRESQL","REDSHIFT","S3","SAPHANA","SNOWFLAKE","SPARK","SQLSERVER","TERADATA","VERTICA","WORKFLOWS_MWAA"
22091+
$v = "AMAZON_Q","ATHENA","BIGQUERY","DATABRICKS","DOCUMENTDB","DYNAMODB","HYPERPOD","IAM","MLFLOW","MYSQL","OPENSEARCH","ORACLE","POSTGRESQL","REDSHIFT","S3","SAPHANA","SNOWFLAKE","SPARK","SQLSERVER","TERADATA","VERTICA","WORKFLOWS_MWAA"
2209222092
break
2209322093
}
2209422094

modules/AWSPowerShell/Cmdlets/DataZone/AWS.Tools.DataZone.Completers.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $DZ_Completers = {
124124
# Amazon.DataZone.ConnectionType
125125
"Get-DZConnectionList/Type"
126126
{
127-
$v = "AMAZON_Q","ATHENA","BIGQUERY","DATABRICKS","DOCUMENTDB","DYNAMODB","HYPERPOD","IAM","MYSQL","OPENSEARCH","ORACLE","POSTGRESQL","REDSHIFT","S3","SAPHANA","SNOWFLAKE","SPARK","SQLSERVER","TERADATA","VERTICA","WORKFLOWS_MWAA"
127+
$v = "AMAZON_Q","ATHENA","BIGQUERY","DATABRICKS","DOCUMENTDB","DYNAMODB","HYPERPOD","IAM","MLFLOW","MYSQL","OPENSEARCH","ORACLE","POSTGRESQL","REDSHIFT","S3","SAPHANA","SNOWFLAKE","SPARK","SQLSERVER","TERADATA","VERTICA","WORKFLOWS_MWAA"
128128
break
129129
}
130130

modules/AWSPowerShell/Cmdlets/DataZone/Basic/New-DZConnection-Cmdlet.cs

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,28 @@ public partial class NewDZConnectionCmdlet : AmazonDataZoneClientCmdlet, IExecut
802802
public System.Collections.Hashtable OAuth2Properties_TokenUrlParametersMap { get; set; }
803803
#endregion
804804

805+
#region Parameter MlflowProperties_TrackingServerArn
806+
/// <summary>
807+
/// <para>
808+
/// <para>The tracking server ARN as part of the MLflow properties of a connection.</para>
809+
/// </para>
810+
/// </summary>
811+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
812+
[Alias("Props_MlflowProperties_TrackingServerArn")]
813+
public System.String MlflowProperties_TrackingServerArn { get; set; }
814+
#endregion
815+
816+
#region Parameter MlflowProperties_TrackingServerName
817+
/// <summary>
818+
/// <para>
819+
/// <para>The name of the tracking server as part of the MLflow properties of a connection.</para>
820+
/// </para>
821+
/// </summary>
822+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
823+
[Alias("Props_MlflowProperties_TrackingServerName")]
824+
public System.String MlflowProperties_TrackingServerName { get; set; }
825+
#endregion
826+
805827
#region Parameter SparkEmrProperties_TrustedCertificatesS3Uri
806828
/// <summary>
807829
/// <para>
@@ -1084,6 +1106,8 @@ protected override void ProcessRecord()
10841106
}
10851107
context.HyperPodProperties_ClusterName = this.HyperPodProperties_ClusterName;
10861108
context.IamProperties_GlueLineageSyncEnabled = this.IamProperties_GlueLineageSyncEnabled;
1109+
context.MlflowProperties_TrackingServerArn = this.MlflowProperties_TrackingServerArn;
1110+
context.MlflowProperties_TrackingServerName = this.MlflowProperties_TrackingServerName;
10871111
context.Credentials_SecretArn = this.Credentials_SecretArn;
10881112
context.UsernamePassword_Password = this.UsernamePassword_Password;
10891113
context.UsernamePassword_Username = this.UsernamePassword_Username;
@@ -1726,6 +1750,41 @@ public object Execute(ExecutorContext context)
17261750
request.Props.IamProperties = requestProps_props_IamProperties;
17271751
requestPropsIsNull = false;
17281752
}
1753+
Amazon.DataZone.Model.MlflowPropertiesInput requestProps_props_MlflowProperties = null;
1754+
1755+
// populate MlflowProperties
1756+
var requestProps_props_MlflowPropertiesIsNull = true;
1757+
requestProps_props_MlflowProperties = new Amazon.DataZone.Model.MlflowPropertiesInput();
1758+
System.String requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn = null;
1759+
if (cmdletContext.MlflowProperties_TrackingServerArn != null)
1760+
{
1761+
requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn = cmdletContext.MlflowProperties_TrackingServerArn;
1762+
}
1763+
if (requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn != null)
1764+
{
1765+
requestProps_props_MlflowProperties.TrackingServerArn = requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn;
1766+
requestProps_props_MlflowPropertiesIsNull = false;
1767+
}
1768+
System.String requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName = null;
1769+
if (cmdletContext.MlflowProperties_TrackingServerName != null)
1770+
{
1771+
requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName = cmdletContext.MlflowProperties_TrackingServerName;
1772+
}
1773+
if (requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName != null)
1774+
{
1775+
requestProps_props_MlflowProperties.TrackingServerName = requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName;
1776+
requestProps_props_MlflowPropertiesIsNull = false;
1777+
}
1778+
// determine if requestProps_props_MlflowProperties should be set to null
1779+
if (requestProps_props_MlflowPropertiesIsNull)
1780+
{
1781+
requestProps_props_MlflowProperties = null;
1782+
}
1783+
if (requestProps_props_MlflowProperties != null)
1784+
{
1785+
request.Props.MlflowProperties = requestProps_props_MlflowProperties;
1786+
requestPropsIsNull = false;
1787+
}
17291788
Amazon.DataZone.Model.S3PropertiesInput requestProps_props_S3Properties = null;
17301789

17311790
// populate S3Properties
@@ -2312,6 +2371,8 @@ internal partial class CmdletContext : ExecutorContext
23122371
public List<System.String> GlueConnectionInput_ValidateForComputeEnvironment { get; set; }
23132372
public System.String HyperPodProperties_ClusterName { get; set; }
23142373
public System.Boolean? IamProperties_GlueLineageSyncEnabled { get; set; }
2374+
public System.String MlflowProperties_TrackingServerArn { get; set; }
2375+
public System.String MlflowProperties_TrackingServerName { get; set; }
23152376
public System.String Credentials_SecretArn { get; set; }
23162377
public System.String UsernamePassword_Password { get; set; }
23172378
public System.String UsernamePassword_Username { get; set; }

modules/AWSPowerShell/Cmdlets/DataZone/Basic/Update-DZConnection-Cmdlet.cs

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,28 @@ public partial class UpdateDZConnectionCmdlet : AmazonDataZoneClientCmdlet, IExe
409409
public System.String Credentials_SecretArn { get; set; }
410410
#endregion
411411

412+
#region Parameter MlflowProperties_TrackingServerArn
413+
/// <summary>
414+
/// <para>
415+
/// <para>The tracking server ARN as part of the MLflow properties of a connection.</para>
416+
/// </para>
417+
/// </summary>
418+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
419+
[Alias("Props_MlflowProperties_TrackingServerArn")]
420+
public System.String MlflowProperties_TrackingServerArn { get; set; }
421+
#endregion
422+
423+
#region Parameter MlflowProperties_TrackingServerName
424+
/// <summary>
425+
/// <para>
426+
/// <para>The name of the tracking server as part of the MLflow properties of a connection.</para>
427+
/// </para>
428+
/// </summary>
429+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
430+
[Alias("Props_MlflowProperties_TrackingServerName")]
431+
public System.String MlflowProperties_TrackingServerName { get; set; }
432+
#endregion
433+
412434
#region Parameter SparkEmrProperties_TrustedCertificatesS3Uri
413435
/// <summary>
414436
/// <para>
@@ -546,6 +568,8 @@ protected override void ProcessRecord()
546568
}
547569
context.GlueConnectionInput_Description = this.GlueConnectionInput_Description;
548570
context.IamProperties_GlueLineageSyncEnabled = this.IamProperties_GlueLineageSyncEnabled;
571+
context.MlflowProperties_TrackingServerArn = this.MlflowProperties_TrackingServerArn;
572+
context.MlflowProperties_TrackingServerName = this.MlflowProperties_TrackingServerName;
549573
context.Credentials_SecretArn = this.Credentials_SecretArn;
550574
context.UsernamePassword_Password = this.UsernamePassword_Password;
551575
context.UsernamePassword_Username = this.UsernamePassword_Username;
@@ -807,6 +831,41 @@ public object Execute(ExecutorContext context)
807831
request.Props.IamProperties = requestProps_props_IamProperties;
808832
requestPropsIsNull = false;
809833
}
834+
Amazon.DataZone.Model.MlflowPropertiesPatch requestProps_props_MlflowProperties = null;
835+
836+
// populate MlflowProperties
837+
var requestProps_props_MlflowPropertiesIsNull = true;
838+
requestProps_props_MlflowProperties = new Amazon.DataZone.Model.MlflowPropertiesPatch();
839+
System.String requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn = null;
840+
if (cmdletContext.MlflowProperties_TrackingServerArn != null)
841+
{
842+
requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn = cmdletContext.MlflowProperties_TrackingServerArn;
843+
}
844+
if (requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn != null)
845+
{
846+
requestProps_props_MlflowProperties.TrackingServerArn = requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn;
847+
requestProps_props_MlflowPropertiesIsNull = false;
848+
}
849+
System.String requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName = null;
850+
if (cmdletContext.MlflowProperties_TrackingServerName != null)
851+
{
852+
requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName = cmdletContext.MlflowProperties_TrackingServerName;
853+
}
854+
if (requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName != null)
855+
{
856+
requestProps_props_MlflowProperties.TrackingServerName = requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName;
857+
requestProps_props_MlflowPropertiesIsNull = false;
858+
}
859+
// determine if requestProps_props_MlflowProperties should be set to null
860+
if (requestProps_props_MlflowPropertiesIsNull)
861+
{
862+
requestProps_props_MlflowProperties = null;
863+
}
864+
if (requestProps_props_MlflowProperties != null)
865+
{
866+
request.Props.MlflowProperties = requestProps_props_MlflowProperties;
867+
requestPropsIsNull = false;
868+
}
810869
Amazon.DataZone.Model.S3PropertiesPatch requestProps_props_S3Properties = null;
811870

812871
// populate S3Properties
@@ -1249,6 +1308,8 @@ internal partial class CmdletContext : ExecutorContext
12491308
public Dictionary<System.String, System.String> GlueConnectionInput_ConnectionProperty { get; set; }
12501309
public System.String GlueConnectionInput_Description { get; set; }
12511310
public System.Boolean? IamProperties_GlueLineageSyncEnabled { get; set; }
1311+
public System.String MlflowProperties_TrackingServerArn { get; set; }
1312+
public System.String MlflowProperties_TrackingServerName { get; set; }
12521313
public System.String Credentials_SecretArn { get; set; }
12531314
public System.String UsernamePassword_Password { get; set; }
12541315
public System.String UsernamePassword_Username { get; set; }

modules/AWSPowerShell/Cmdlets/GeoMaps/Basic/Get-GEOMTile-Cmdlet.cs

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,22 @@ public partial class GetGEOMTileCmdlet : AmazonGeoMapsClientCmdlet, IExecutor
5252
protected override bool IsGeneratedCmdlet { get; set; } = true;
5353
private readonly CancellationTokenSource _cancellationTokenSource = new CancellationTokenSource();
5454

55+
#region Parameter AdditionalFeature
56+
/// <summary>
57+
/// <para>
58+
/// <para>A list of optional additional parameters such as map styles that can be requested
59+
/// for each result.</para><para />
60+
/// Starting with version 4 of the SDK this property will default to null. If no data for this property is returned
61+
/// from the service the property will also be null. This was changed to improve performance and allow the SDK and caller
62+
/// to distinguish between a property not set or a property being empty to clear out a value. To retain the previous
63+
/// SDK behavior set the AWSConfigs.InitializeCollections static property to true.
64+
/// </para>
65+
/// </summary>
66+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
67+
[Alias("AdditionalFeatures")]
68+
public System.String[] AdditionalFeature { get; set; }
69+
#endregion
70+
5571
#region Parameter Key
5672
/// <summary>
5773
/// <para>
@@ -161,6 +177,10 @@ protected override void ProcessRecord()
161177
context.Select = CreateSelectDelegate<Amazon.GeoMaps.Model.GetTileResponse, GetGEOMTileCmdlet>(Select) ??
162178
throw new System.ArgumentException("Invalid value for -Select parameter.", nameof(this.Select));
163179
}
180+
if (this.AdditionalFeature != null)
181+
{
182+
context.AdditionalFeature = new List<System.String>(this.AdditionalFeature);
183+
}
164184
context.Key = this.Key;
165185
context.Tileset = this.Tileset;
166186
#if MODULAR
@@ -206,6 +226,10 @@ public object Execute(ExecutorContext context)
206226
// create request
207227
var request = new Amazon.GeoMaps.Model.GetTileRequest();
208228

229+
if (cmdletContext.AdditionalFeature != null)
230+
{
231+
request.AdditionalFeatures = cmdletContext.AdditionalFeature;
232+
}
209233
if (cmdletContext.Key != null)
210234
{
211235
request.Key = cmdletContext.Key;
@@ -281,6 +305,7 @@ private Amazon.GeoMaps.Model.GetTileResponse CallAWSServiceOperation(IAmazonGeoM
281305

282306
internal partial class CmdletContext : ExecutorContext
283307
{
308+
public List<System.String> AdditionalFeature { get; set; }
284309
public System.String Key { get; set; }
285310
public System.String Tileset { get; set; }
286311
public System.String X { get; set; }

modules/AWSPowerShell/Cmdlets/LocationService/Basic/Edit-LOCMap-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
namespace Amazon.PowerShell.Cmdlets.LOC
3131
{
3232
/// <summary>
33-
/// Updates the specified properties of a given map resource.
33+
/// Amazon.LocationService.IAmazonLocationService.UpdateMap
3434
/// </summary>
3535
[Cmdlet("Edit", "LOCMap", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
3636
[OutputType("Amazon.LocationService.Model.UpdateMapResponse")]

modules/AWSPowerShell/Cmdlets/LocationService/Basic/Edit-LOCPlaceIndex-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
namespace Amazon.PowerShell.Cmdlets.LOC
3131
{
3232
/// <summary>
33-
/// Updates the specified properties of a given place index resource.
33+
/// Amazon.LocationService.IAmazonLocationService.UpdatePlaceIndex
3434
/// </summary>
3535
[Cmdlet("Edit", "LOCPlaceIndex", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
3636
[OutputType("Amazon.LocationService.Model.UpdatePlaceIndexResponse")]

0 commit comments

Comments
 (0)