Skip to content

Commit ca20185

Browse files
4.1.811
1 parent 6873cc2 commit ca20185

29 files changed

+2054
-974
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
### 4.1.810 (2025-04-30 20:40Z)
1+
### 4.1.811 (2025-05-01 20:13Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1035.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 SageMaker Service
4+
* Modified cmdlet Update-SMClusterSoftware: added parameters DeploymentConfig_AutoRollbackConfiguration, DeploymentConfig_WaitIntervalInSecond, InstanceGroup, MaximumBatchSize_Type, MaximumBatchSize_Value, RollbackMaximumBatchSize_Type and RollbackMaximumBatchSize_Value.
5+
* Amazon Verified Permissions
6+
* Added cmdlet Add-AVPResourceTag leveraging the TagResource service API.
7+
* Added cmdlet Get-AVPResourceTag leveraging the ListTagsForResource service API.
8+
* Added cmdlet Remove-AVPResourceTag leveraging the UntagResource service API.
9+
* Modified cmdlet Get-AVPPolicyStore: added parameter Tag.
10+
* Modified cmdlet New-AVPPolicyStore: added parameter Tag.
11+
12+
### 4.1.810 (2025-04-30 20:40Z)
213
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1034.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.
314
* Amazon AWSDeadlineCloud
415
* Modified cmdlet New-ADCFleet: added parameter CustomerManaged_TagPropagationMode.

changelogs/CHANGELOG.ALL.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
### 4.1.810 (2025-04-30 20:40Z)
1+
### 4.1.811 (2025-05-01 20:13Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1035.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 SageMaker Service
4+
* Modified cmdlet Update-SMClusterSoftware: added parameters DeploymentConfig_AutoRollbackConfiguration, DeploymentConfig_WaitIntervalInSecond, InstanceGroup, MaximumBatchSize_Type, MaximumBatchSize_Value, RollbackMaximumBatchSize_Type and RollbackMaximumBatchSize_Value.
5+
* Amazon Verified Permissions
6+
* Added cmdlet Add-AVPResourceTag leveraging the TagResource service API.
7+
* Added cmdlet Get-AVPResourceTag leveraging the ListTagsForResource service API.
8+
* Added cmdlet Remove-AVPResourceTag leveraging the UntagResource service API.
9+
* Modified cmdlet Get-AVPPolicyStore: added parameter Tag.
10+
* Modified cmdlet New-AVPPolicyStore: added parameter Tag.
11+
12+
### 4.1.810 (2025-04-30 20:40Z)
213
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1034.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.
314
* Amazon AWSDeadlineCloud
415
* Modified cmdlet New-ADCFleet: added parameter CustomerManaged_TagPropagationMode.

generator/AWSPSGeneratorLib/Config/ServiceConfig/verifiedpermissions.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,22 @@
114114
<Params />
115115
<TypesNotToFlatten />
116116
</ServiceOperation>
117+
<ServiceOperation MethodName="ListTagsForResource" OutputProperty="Tags" Verb="Get" Noun="ResourceTag" PipelineParameter="ResourceArn" NoPipelineParameter="false">
118+
<Params />
119+
<TypesNotToFlatten />
120+
</ServiceOperation>
117121
<ServiceOperation MethodName="PutSchema" OutputProperty="*" Verb="Write" Noun="Schema" ShouldProcessTarget="PolicyStoreId" PipelineParameter="PolicyStoreId" NoPipelineParameter="false" LegacyV4Pagination="true">
118122
<Params />
119123
<TypesNotToFlatten />
120124
</ServiceOperation>
125+
<ServiceOperation MethodName="TagResource" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false">
126+
<Params />
127+
<TypesNotToFlatten />
128+
</ServiceOperation>
129+
<ServiceOperation MethodName="UntagResource" Verb="Remove" Noun="ResourceTag" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false">
130+
<Params />
131+
<TypesNotToFlatten />
132+
</ServiceOperation>
121133
<ServiceOperation MethodName="UpdateIdentitySource" OutputProperty="*" Verb="Update" Noun="IdentitySource" ShouldProcessTarget="IdentitySourceId" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
122134
<Params>
123135
<Param Name="UpdateConfiguration_OpenIdConnectConfiguration_GroupConfiguration_GroupEntityType" NewName="OpenIdConnectConfiguration_GroupEntityType" Alias="UpdateConfiguration_OpenIdConnectConfiguration_GroupConfiguration_GroupEntityType" />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30664,8 +30664,11 @@ Set-Alias -Name AVP-ListPolicyStores -Value Get-AVPPolicyStoreList
3066430664
Set-Alias -Name List-AVPPolicyTemplates -Value Get-AVPPolicyTemplateList
3066530665
Set-Alias -Name List-AVPPolicyTemplateList -Value Get-AVPPolicyTemplateList
3066630666
Set-Alias -Name AVP-ListPolicyTemplates -Value Get-AVPPolicyTemplateList
30667+
Set-Alias -Name AVP-ListTagsForResource -Value Get-AVPResourceTag
3066730668
Set-Alias -Name Put-AVPSchema -Value Write-AVPSchema
3066830669
Set-Alias -Name AVP-PutSchema -Value Write-AVPSchema
30670+
Set-Alias -Name AVP-TagResource -Value Add-AVPResourceTag
30671+
Set-Alias -Name AVP-UntagResource -Value Remove-AVPResourceTag
3066930672
Set-Alias -Name AVP-UpdateIdentitySource -Value Update-AVPIdentitySource
3067030673
Set-Alias -Name AVP-UpdatePolicy -Value Update-AVPPolicy
3067130674
Set-Alias -Name AVP-UpdatePolicyStore -Value Update-AVPPolicyStore

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66980,6 +66980,16 @@ $SM_Completers = {
6698066980
break
6698166981
}
6698266982

66983+
# Amazon.SageMaker.NodeUnavailabilityType
66984+
{
66985+
($_ -eq "Update-SMClusterSoftware/MaximumBatchSize_Type") -Or
66986+
($_ -eq "Update-SMClusterSoftware/RollbackMaximumBatchSize_Type")
66987+
}
66988+
{
66989+
$v = "CAPACITY_PERCENTAGE","INSTANCE_COUNT"
66990+
break
66991+
}
66992+
6698366993
# Amazon.SageMaker.NotebookInstanceLifecycleConfigSortKey
6698466994
"Get-SMNotebookInstanceLifecycleConfigList/SortBy"
6698566995
{
@@ -67762,7 +67772,7 @@ $SM_map = @{
6776267772
"InstanceType"=@("New-SMNotebookInstance","Search-SMTrainingPlanOffering","Update-SMNotebookInstance")
6776367773
"JobType"=@("New-SMImageVersion","New-SMInferenceRecommendationsJob","Update-SMImageVersion")
6776467774
"LinearStepSize_Type"=@("New-SMEndpoint","Update-SMEndpoint")
67765-
"MaximumBatchSize_Type"=@("New-SMEndpoint","Update-SMEndpoint","Update-SMInferenceComponent")
67775+
"MaximumBatchSize_Type"=@("New-SMEndpoint","Update-SMClusterSoftware","Update-SMEndpoint","Update-SMInferenceComponent")
6776667776
"ModelApprovalStatus"=@("Get-SMModelPackageList","New-SMModelPackage","Update-SMModelPackage")
6776767777
"ModelCard_ModelCardStatus"=@("New-SMModelPackage","Update-SMModelPackage")
6776867778
"ModelCardStatus"=@("Get-SMModelCardList","Get-SMModelCardVersionList","New-SMModelCard","Update-SMModelCard")
@@ -67781,7 +67791,7 @@ $SM_map = @{
6778167791
"ResourceSharingConfig_Strategy"=@("New-SMComputeQuota","Update-SMComputeQuota")
6778267792
"ResourceSpec_InstanceType"=@("New-SMApp")
6778367793
"RetentionPolicy_HomeEfsFileSystem"=@("Remove-SMDomain")
67784-
"RollbackMaximumBatchSize_Type"=@("New-SMEndpoint","Update-SMEndpoint","Update-SMInferenceComponent")
67794+
"RollbackMaximumBatchSize_Type"=@("New-SMEndpoint","Update-SMClusterSoftware","Update-SMEndpoint","Update-SMInferenceComponent")
6778567795
"RootAccess"=@("New-SMNotebookInstance","Update-SMNotebookInstance")
6778667796
"S3DataSource_S3DataType"=@("New-SMTransformJob")
6778767797
"SchedulerConfig_FairShare"=@("New-SMClusterSchedulerConfig","Update-SMClusterSchedulerConfig")
@@ -76336,7 +76346,10 @@ $AVP_SelectMap = @{
7633676346
"Get-AVPPolicyList",
7633776347
"Get-AVPPolicyStoreList",
7633876348
"Get-AVPPolicyTemplateList",
76349+
"Get-AVPResourceTag",
7633976350
"Write-AVPSchema",
76351+
"Add-AVPResourceTag",
76352+
"Remove-AVPResourceTag",
7634076353
"Update-AVPIdentitySource",
7634176354
"Update-AVPPolicy",
7634276355
"Update-AVPPolicyStore",

modules/AWSPowerShell/Cmdlets/AppConfig/Basic/New-APPCConfigurationProfile-Cmdlet.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ public partial class NewAPPCConfigurationProfileCmdlet : AmazonAppConfigClientCm
162162
/// <summary>
163163
/// <para>
164164
/// <para>The ARN of an IAM role with permission to access the configuration at the specified
165-
/// <c>LocationUri</c>.</para><important><para>A retrieval role ARN is not required for configurations stored in the AppConfig hosted
166-
/// configuration store. It is required for all other sources that store your configuration.
167-
/// </para></important>
165+
/// <c>LocationUri</c>.</para><important><para>A retrieval role ARN is not required for configurations stored in CodePipeline or
166+
/// the AppConfig hosted configuration store. It is required for all other sources that
167+
/// store your configuration. </para></important>
168168
/// </para>
169169
/// </summary>
170170
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/AppConfig/Basic/Remove-APPCConfigurationProfile-Cmdlet.cs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,11 @@ public partial class RemoveAPPCConfigurationProfileCmdlet : AmazonAppConfigClien
8686
#region Parameter DeletionProtectionCheck
8787
/// <summary>
8888
/// <para>
89-
/// <para>A parameter to configure deletion protection. If enabled, deletion protection prevents
90-
/// a user from deleting a configuration profile if your application has called either
91-
/// <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html">GetLatestConfiguration</a>
89+
/// <para>A parameter to configure deletion protection. Deletion protection prevents a user
90+
/// from deleting a configuration profile if your application has called either <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html">GetLatestConfiguration</a>
9291
/// or for the configuration profile during the specified interval. </para><para>This parameter supports the following values:</para><ul><li><para><c>BYPASS</c>: Instructs AppConfig to bypass the deletion protection check and delete
9392
/// a configuration profile even if deletion protection would have otherwise prevented
94-
/// it. </para></li><li><para><c>APPLY</c>: Instructs the deletion protection check to run, even if deletion protection
93+
/// it.</para></li><li><para><c>APPLY</c>: Instructs the deletion protection check to run, even if deletion protection
9594
/// is disabled at the account level. <c>APPLY</c> also forces the deletion protection
9695
/// check to run against resources created in the past hour, which are normally excluded
9796
/// from deletion protection checks. </para></li><li><para><c>ACCOUNT_DEFAULT</c>: The default setting, which instructs AppConfig to implement

modules/AWSPowerShell/Cmdlets/AppConfig/Basic/Remove-APPCEnvironment-Cmdlet.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@ public partial class RemoveAPPCEnvironmentCmdlet : AmazonAppConfigClientCmdlet,
6969
#region Parameter DeletionProtectionCheck
7070
/// <summary>
7171
/// <para>
72-
/// <para>A parameter to configure deletion protection. If enabled, deletion protection prevents
73-
/// a user from deleting an environment if your application called either <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html">GetLatestConfiguration</a>
72+
/// <para>A parameter to configure deletion protection. Deletion protection prevents a user
73+
/// from deleting an environment if your application called either <a href="https://docs.aws.amazon.com/appconfig/2019-10-09/APIReference/API_appconfigdata_GetLatestConfiguration.html">GetLatestConfiguration</a>
7474
/// or in the environment during the specified interval. </para><para>This parameter supports the following values:</para><ul><li><para><c>BYPASS</c>: Instructs AppConfig to bypass the deletion protection check and delete
7575
/// a configuration profile even if deletion protection would have otherwise prevented
7676
/// it. </para></li><li><para><c>APPLY</c>: Instructs the deletion protection check to run, even if deletion protection
7777
/// is disabled at the account level. <c>APPLY</c> also forces the deletion protection
7878
/// check to run against resources created in the past hour, which are normally excluded
79-
/// from deletion protection checks. </para></li><li><para><c>ACCOUNT_DEFAULT</c>: The default setting, which instructs AppConfig to implement
79+
/// from deletion protection checks.</para></li><li><para><c>ACCOUNT_DEFAULT</c>: The default setting, which instructs AppConfig to implement
8080
/// the deletion protection value specified in the <c>UpdateAccountSettings</c> API.</para></li></ul>
8181
/// </para>
8282
/// </summary>

modules/AWSPowerShell/Cmdlets/AppConfig/Basic/Start-APPCDeployment-Cmdlet.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ namespace Amazon.PowerShell.Cmdlets.APPC
3939
public partial class StartAPPCDeploymentCmdlet : AmazonAppConfigClientCmdlet, IExecutor
4040
{
4141

42+
protected override bool IsSensitiveRequest { get; set; } = true;
43+
4244
protected override bool IsGeneratedCmdlet { get; set; } = true;
4345

4446
#region Parameter ApplicationId

0 commit comments

Comments
 (0)