Skip to content

Commit 3737586

Browse files
4.1.928
1 parent 5476ca2 commit 3737586

File tree

62 files changed

+1273
-1047
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

+1273
-1047
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 834 additions & 834 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-
### 4.1.927 (2025-10-23 21:31Z)
1+
### 4.1.928 (2025-10-24 21:14Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1151.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+
* 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+
### 4.1.927 (2025-10-23 21:31Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1150.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.
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-
### 4.1.927 (2025-10-23 21:31Z)
1+
### 4.1.928 (2025-10-24 21:14Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1151.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+
* 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+
### 4.1.927 (2025-10-23 21:31Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1150.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.
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
@@ -771,6 +771,28 @@ public partial class NewDZConnectionCmdlet : AmazonDataZoneClientCmdlet, IExecut
771771
public System.Collections.Hashtable OAuth2Properties_TokenUrlParametersMap { get; set; }
772772
#endregion
773773

774+
#region Parameter MlflowProperties_TrackingServerArn
775+
/// <summary>
776+
/// <para>
777+
/// <para>The tracking server ARN as part of the MLflow properties of a connection.</para>
778+
/// </para>
779+
/// </summary>
780+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
781+
[Alias("Props_MlflowProperties_TrackingServerArn")]
782+
public System.String MlflowProperties_TrackingServerArn { get; set; }
783+
#endregion
784+
785+
#region Parameter MlflowProperties_TrackingServerName
786+
/// <summary>
787+
/// <para>
788+
/// <para>The name of the tracking server as part of the MLflow properties of a connection.</para>
789+
/// </para>
790+
/// </summary>
791+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
792+
[Alias("Props_MlflowProperties_TrackingServerName")]
793+
public System.String MlflowProperties_TrackingServerName { get; set; }
794+
#endregion
795+
774796
#region Parameter SparkEmrProperties_TrustedCertificatesS3Uri
775797
/// <summary>
776798
/// <para>
@@ -1065,6 +1087,8 @@ protected override void ProcessRecord()
10651087
}
10661088
context.HyperPodProperties_ClusterName = this.HyperPodProperties_ClusterName;
10671089
context.IamProperties_GlueLineageSyncEnabled = this.IamProperties_GlueLineageSyncEnabled;
1090+
context.MlflowProperties_TrackingServerArn = this.MlflowProperties_TrackingServerArn;
1091+
context.MlflowProperties_TrackingServerName = this.MlflowProperties_TrackingServerName;
10681092
context.Credentials_SecretArn = this.Credentials_SecretArn;
10691093
context.UsernamePassword_Password = this.UsernamePassword_Password;
10701094
context.UsernamePassword_Username = this.UsernamePassword_Username;
@@ -1707,6 +1731,41 @@ public object Execute(ExecutorContext context)
17071731
request.Props.IamProperties = requestProps_props_IamProperties;
17081732
requestPropsIsNull = false;
17091733
}
1734+
Amazon.DataZone.Model.MlflowPropertiesInput requestProps_props_MlflowProperties = null;
1735+
1736+
// populate MlflowProperties
1737+
var requestProps_props_MlflowPropertiesIsNull = true;
1738+
requestProps_props_MlflowProperties = new Amazon.DataZone.Model.MlflowPropertiesInput();
1739+
System.String requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn = null;
1740+
if (cmdletContext.MlflowProperties_TrackingServerArn != null)
1741+
{
1742+
requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn = cmdletContext.MlflowProperties_TrackingServerArn;
1743+
}
1744+
if (requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn != null)
1745+
{
1746+
requestProps_props_MlflowProperties.TrackingServerArn = requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn;
1747+
requestProps_props_MlflowPropertiesIsNull = false;
1748+
}
1749+
System.String requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName = null;
1750+
if (cmdletContext.MlflowProperties_TrackingServerName != null)
1751+
{
1752+
requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName = cmdletContext.MlflowProperties_TrackingServerName;
1753+
}
1754+
if (requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName != null)
1755+
{
1756+
requestProps_props_MlflowProperties.TrackingServerName = requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName;
1757+
requestProps_props_MlflowPropertiesIsNull = false;
1758+
}
1759+
// determine if requestProps_props_MlflowProperties should be set to null
1760+
if (requestProps_props_MlflowPropertiesIsNull)
1761+
{
1762+
requestProps_props_MlflowProperties = null;
1763+
}
1764+
if (requestProps_props_MlflowProperties != null)
1765+
{
1766+
request.Props.MlflowProperties = requestProps_props_MlflowProperties;
1767+
requestPropsIsNull = false;
1768+
}
17101769
Amazon.DataZone.Model.S3PropertiesInput requestProps_props_S3Properties = null;
17111770

17121771
// populate S3Properties
@@ -2299,6 +2358,8 @@ internal partial class CmdletContext : ExecutorContext
22992358
public List<System.String> GlueConnectionInput_ValidateForComputeEnvironment { get; set; }
23002359
public System.String HyperPodProperties_ClusterName { get; set; }
23012360
public System.Boolean? IamProperties_GlueLineageSyncEnabled { get; set; }
2361+
public System.String MlflowProperties_TrackingServerArn { get; set; }
2362+
public System.String MlflowProperties_TrackingServerName { get; set; }
23022363
public System.String Credentials_SecretArn { get; set; }
23032364
public System.String UsernamePassword_Password { get; set; }
23042365
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
@@ -406,6 +406,28 @@ public partial class UpdateDZConnectionCmdlet : AmazonDataZoneClientCmdlet, IExe
406406
public System.String Credentials_SecretArn { get; set; }
407407
#endregion
408408

409+
#region Parameter MlflowProperties_TrackingServerArn
410+
/// <summary>
411+
/// <para>
412+
/// <para>The tracking server ARN as part of the MLflow properties of a connection.</para>
413+
/// </para>
414+
/// </summary>
415+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
416+
[Alias("Props_MlflowProperties_TrackingServerArn")]
417+
public System.String MlflowProperties_TrackingServerArn { get; set; }
418+
#endregion
419+
420+
#region Parameter MlflowProperties_TrackingServerName
421+
/// <summary>
422+
/// <para>
423+
/// <para>The name of the tracking server as part of the MLflow properties of a connection.</para>
424+
/// </para>
425+
/// </summary>
426+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
427+
[Alias("Props_MlflowProperties_TrackingServerName")]
428+
public System.String MlflowProperties_TrackingServerName { get; set; }
429+
#endregion
430+
409431
#region Parameter SparkEmrProperties_TrustedCertificatesS3Uri
410432
/// <summary>
411433
/// <para>
@@ -559,6 +581,8 @@ protected override void ProcessRecord()
559581
}
560582
context.GlueConnectionInput_Description = this.GlueConnectionInput_Description;
561583
context.IamProperties_GlueLineageSyncEnabled = this.IamProperties_GlueLineageSyncEnabled;
584+
context.MlflowProperties_TrackingServerArn = this.MlflowProperties_TrackingServerArn;
585+
context.MlflowProperties_TrackingServerName = this.MlflowProperties_TrackingServerName;
562586
context.Credentials_SecretArn = this.Credentials_SecretArn;
563587
context.UsernamePassword_Password = this.UsernamePassword_Password;
564588
context.UsernamePassword_Username = this.UsernamePassword_Username;
@@ -820,6 +844,41 @@ public object Execute(ExecutorContext context)
820844
request.Props.IamProperties = requestProps_props_IamProperties;
821845
requestPropsIsNull = false;
822846
}
847+
Amazon.DataZone.Model.MlflowPropertiesPatch requestProps_props_MlflowProperties = null;
848+
849+
// populate MlflowProperties
850+
var requestProps_props_MlflowPropertiesIsNull = true;
851+
requestProps_props_MlflowProperties = new Amazon.DataZone.Model.MlflowPropertiesPatch();
852+
System.String requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn = null;
853+
if (cmdletContext.MlflowProperties_TrackingServerArn != null)
854+
{
855+
requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn = cmdletContext.MlflowProperties_TrackingServerArn;
856+
}
857+
if (requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn != null)
858+
{
859+
requestProps_props_MlflowProperties.TrackingServerArn = requestProps_props_MlflowProperties_mlflowProperties_TrackingServerArn;
860+
requestProps_props_MlflowPropertiesIsNull = false;
861+
}
862+
System.String requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName = null;
863+
if (cmdletContext.MlflowProperties_TrackingServerName != null)
864+
{
865+
requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName = cmdletContext.MlflowProperties_TrackingServerName;
866+
}
867+
if (requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName != null)
868+
{
869+
requestProps_props_MlflowProperties.TrackingServerName = requestProps_props_MlflowProperties_mlflowProperties_TrackingServerName;
870+
requestProps_props_MlflowPropertiesIsNull = false;
871+
}
872+
// determine if requestProps_props_MlflowProperties should be set to null
873+
if (requestProps_props_MlflowPropertiesIsNull)
874+
{
875+
requestProps_props_MlflowProperties = null;
876+
}
877+
if (requestProps_props_MlflowProperties != null)
878+
{
879+
request.Props.MlflowProperties = requestProps_props_MlflowProperties;
880+
requestPropsIsNull = false;
881+
}
823882
Amazon.DataZone.Model.S3PropertiesPatch requestProps_props_S3Properties = null;
824883

825884
// populate S3Properties
@@ -1268,6 +1327,8 @@ internal partial class CmdletContext : ExecutorContext
12681327
public Dictionary<System.String, System.String> GlueConnectionInput_ConnectionProperty { get; set; }
12691328
public System.String GlueConnectionInput_Description { get; set; }
12701329
public System.Boolean? IamProperties_GlueLineageSyncEnabled { get; set; }
1330+
public System.String MlflowProperties_TrackingServerArn { get; set; }
1331+
public System.String MlflowProperties_TrackingServerName { get; set; }
12711332
public System.String Credentials_SecretArn { get; set; }
12721333
public System.String UsernamePassword_Password { get; set; }
12731334
public System.String UsernamePassword_Username { get; set; }

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,18 @@ public partial class GetGEOMTileCmdlet : AmazonGeoMapsClientCmdlet, IExecutor
5151

5252
protected override bool IsGeneratedCmdlet { get; set; } = true;
5353

54+
#region Parameter AdditionalFeature
55+
/// <summary>
56+
/// <para>
57+
/// <para>A list of optional additional parameters such as map styles that can be requested
58+
/// for each result.</para>
59+
/// </para>
60+
/// </summary>
61+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
62+
[Alias("AdditionalFeatures")]
63+
public System.String[] AdditionalFeature { get; set; }
64+
#endregion
65+
5466
#region Parameter Key
5567
/// <summary>
5668
/// <para>
@@ -176,6 +188,10 @@ protected override void ProcessRecord()
176188
context.Select = (response, cmdlet) => this.Tileset;
177189
}
178190
#pragma warning restore CS0618, CS0612 //A class member was marked with the Obsolete attribute
191+
if (this.AdditionalFeature != null)
192+
{
193+
context.AdditionalFeature = new List<System.String>(this.AdditionalFeature);
194+
}
179195
context.Key = this.Key;
180196
context.Tileset = this.Tileset;
181197
#if MODULAR
@@ -221,6 +237,10 @@ public object Execute(ExecutorContext context)
221237
// create request
222238
var request = new Amazon.GeoMaps.Model.GetTileRequest();
223239

240+
if (cmdletContext.AdditionalFeature != null)
241+
{
242+
request.AdditionalFeatures = cmdletContext.AdditionalFeature;
243+
}
224244
if (cmdletContext.Key != null)
225245
{
226246
request.Key = cmdletContext.Key;
@@ -302,6 +322,7 @@ private Amazon.GeoMaps.Model.GetTileResponse CallAWSServiceOperation(IAmazonGeoM
302322

303323
internal partial class CmdletContext : ExecutorContext
304324
{
325+
public List<System.String> AdditionalFeature { get; set; }
305326
public System.String Key { get; set; }
306327
public System.String Tileset { get; set; }
307328
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
@@ -28,7 +28,7 @@
2828
namespace Amazon.PowerShell.Cmdlets.LOC
2929
{
3030
/// <summary>
31-
/// Updates the specified properties of a given map resource.
31+
/// Amazon.LocationService.IAmazonLocationService.UpdateMap
3232
/// </summary>
3333
[Cmdlet("Edit", "LOCMap", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
3434
[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
@@ -28,7 +28,7 @@
2828
namespace Amazon.PowerShell.Cmdlets.LOC
2929
{
3030
/// <summary>
31-
/// Updates the specified properties of a given place index resource.
31+
/// Amazon.LocationService.IAmazonLocationService.UpdatePlaceIndex
3232
/// </summary>
3333
[Cmdlet("Edit", "LOCPlaceIndex", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
3434
[OutputType("Amazon.LocationService.Model.UpdatePlaceIndexResponse")]

0 commit comments

Comments
 (0)