Skip to content

Commit

Permalink
4.1.558
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Apr 12, 2024
1 parent 1a1f0b9 commit a452da2
Show file tree
Hide file tree
Showing 35 changed files with 819 additions and 83 deletions.
24 changes: 12 additions & 12 deletions Include/sdk/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"NewServiceVersion" : "3.7.300.0",
"ProductVersion" : "3.7.788.0",
"ProductVersion" : "3.7.789.0",
"CoreVersion" : "3.7.303.14",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -31,7 +31,7 @@
"InPreview" : false
},
"CloudFormation" : {
"Version" : "3.7.306.6",
"Version" : "3.7.307.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down Expand Up @@ -71,7 +71,7 @@
"InPreview" : false
},
"ConfigService" : {
"Version" : "3.7.302.45",
"Version" : "3.7.302.46",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down Expand Up @@ -251,7 +251,7 @@
"InPreview" : false
},
"KeyManagementService" : {
"Version" : "3.7.301.15",
"Version" : "3.7.302.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down Expand Up @@ -291,7 +291,7 @@
"InPreview" : false
},
"Redshift" : {
"Version" : "3.7.304.28",
"Version" : "3.7.305.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down Expand Up @@ -827,7 +827,7 @@
"InPreview" : false
},
"Glue" : {
"Version" : "3.7.308.7",
"Version" : "3.7.309.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down Expand Up @@ -1131,7 +1131,7 @@
"InPreview" : false
},
"MediaTailor" : {
"Version" : "3.7.304.15",
"Version" : "3.7.305.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down Expand Up @@ -1251,7 +1251,7 @@
"InPreview" : false
},
"Transfer" : {
"Version" : "3.7.304.6",
"Version" : "3.7.305.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down Expand Up @@ -1707,7 +1707,7 @@
"InPreview" : false
},
"Outposts" : {
"Version" : "3.7.301.34",
"Version" : "3.7.302.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down Expand Up @@ -1979,7 +1979,7 @@
"InPreview" : false
},
"HealthLake" : {
"Version" : "3.7.301.23",
"Version" : "3.7.302.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down Expand Up @@ -2019,7 +2019,7 @@
"InPreview" : false
},
"IoTFleetHub" : {
"Version" : "3.7.300.74",
"Version" : "3.7.300.75",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down Expand Up @@ -2995,7 +2995,7 @@
"InPreview" : false
},
"NeptuneGraph" : {
"Version" : "3.7.305.9",
"Version" : "3.7.305.10",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.303.14"
Expand Down
15 changes: 14 additions & 1 deletion changelogs/CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
### 4.1.557 (2024-04-11 21:01Z)
### 4.1.558 (2024-04-12 20:47Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.789.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.
* Amazon CloudFormation
* Modified cmdlet Get-CFNChangeSet: added parameter IncludePropertyValue.
* Amazon Elemental MediaTailor
* Modified cmdlet Set-EMTPlaybackConfiguration: added parameter InsertionMode.
* Amazon Glue
* Modified cmdlet Get-GLUEUnfilteredTableMetadata: added parameters ParentResourceArn and RootResourceArn.
* Amazon Key Management Service
* Added cmdlet Get-KMSKeyRotation leveraging the ListKeyRotations service API.
* Added cmdlet Start-KMSRotateKeyOnDemand leveraging the RotateKeyOnDemand service API.
* Modified cmdlet Enable-KMSKeyRotation: added parameter RotationPeriodInDay.

### 4.1.557 (2024-04-11 21:01Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.788.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.
* Amazon CloudWatch
* Modified cmdlet Write-CWAnomalyDetector: added parameter MetricCharacteristics_PeriodicSpike.
Expand Down
15 changes: 14 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
### 4.1.557 (2024-04-11 21:01Z)
### 4.1.558 (2024-04-12 20:47Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.789.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.
* Amazon CloudFormation
* Modified cmdlet Get-CFNChangeSet: added parameter IncludePropertyValue.
* Amazon Elemental MediaTailor
* Modified cmdlet Set-EMTPlaybackConfiguration: added parameter InsertionMode.
* Amazon Glue
* Modified cmdlet Get-GLUEUnfilteredTableMetadata: added parameters ParentResourceArn and RootResourceArn.
* Amazon Key Management Service
* Added cmdlet Get-KMSKeyRotation leveraging the ListKeyRotations service API.
* Added cmdlet Start-KMSRotateKeyOnDemand leveraging the RotateKeyOnDemand service API.
* Modified cmdlet Enable-KMSKeyRotation: added parameter RotationPeriodInDay.

### 4.1.557 (2024-04-11 21:01Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.788.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.
* Amazon CloudWatch
* Modified cmdlet Write-CWAnomalyDetector: added parameter MetricCharacteristics_PeriodicSpike.
Expand Down
8 changes: 8 additions & 0 deletions generator/AWSPSGeneratorLib/Config/ServiceConfig/kms.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListKeyRotations" OutputProperty="Rotations" Verb="Get" Noun="KeyRotation" PipelineParameter="KeyId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListKeys" OutputProperty="Keys" Verb="Get" Noun="KeyList" PipelineParameter="" NoPipelineParameter="false" LegacyPagination="UseEmitLimit" LegacyAlias="Get-KMSKeys">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -191,6 +195,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="RotateKeyOnDemand" OutputProperty="KeyId" Verb="Start" Noun="RotateKeyOnDemand" ShouldProcessTarget="KeyId" PipelineParameter="KeyId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ScheduleKeyDeletion" OutputProperty="*" Verb="Request" Noun="KeyDeletion" ShouldProcessTarget="KeyId" PipelineParameter="KeyId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down
6 changes: 6 additions & 0 deletions modules/AWSPowerShell/AWSAliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16404,6 +16404,9 @@ Set-Alias -Name KMS-ListGrants -Value Get-KMSGrantList
Set-Alias -Name List-KMSKeyPolicies -Value Get-KMSKeyPolicyList
Set-Alias -Name List-KMSKeyPolicyList -Value Get-KMSKeyPolicyList
Set-Alias -Name KMS-ListKeyPolicies -Value Get-KMSKeyPolicyList
Set-Alias -Name List-KMSKeyRotations -Value Get-KMSKeyRotation
Set-Alias -Name List-KMSKeyRotation -Value Get-KMSKeyRotation
Set-Alias -Name KMS-ListKeyRotations -Value Get-KMSKeyRotation
Set-Alias -Name List-KMSKeys -Value Get-KMSKeyList
Set-Alias -Name List-KMSKeyList -Value Get-KMSKeyList
Set-Alias -Name KMS-ListKeys -Value Get-KMSKeyList
Expand All @@ -16424,6 +16427,9 @@ Set-Alias -Name KMS-ReplicateKey -Value New-KMSReplicaKey
Set-Alias -Name Retire-KMSGrant -Value Disable-KMSGrant
Set-Alias -Name KMS-RetireGrant -Value Disable-KMSGrant
Set-Alias -Name KMS-RevokeGrant -Value Revoke-KMSGrant
Set-Alias -Name Rotate-KMSKeyOnDemand -Value Start-KMSRotateKeyOnDemand
Set-Alias -Name Rotate-KMSRotateKeyOnDemand -Value Start-KMSRotateKeyOnDemand
Set-Alias -Name KMS-RotateKeyOnDemand -Value Start-KMSRotateKeyOnDemand
Set-Alias -Name Schedule-KMSKeyDeletion -Value Request-KMSKeyDeletion
Set-Alias -Name KMS-ScheduleKeyDeletion -Value Request-KMSKeyDeletion
Set-Alias -Name Sign-KMS -Value Invoke-KMSSigning
Expand Down
14 changes: 12 additions & 2 deletions modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -31982,7 +31982,7 @@ $AHL_Completers = {
# Amazon.HealthLake.DatastoreStatus
"Get-AHLFHIRDatastoreList/Filter_DatastoreStatus"
{
$v = "ACTIVE","CREATING","DELETED","DELETING"
$v = "ACTIVE","CREATE_FAILED","CREATING","DELETED","DELETING"
break
}

Expand Down Expand Up @@ -38609,6 +38609,7 @@ $KMS_SelectMap = @{
"Get-KMSAliasList",
"Get-KMSGrantList",
"Get-KMSKeyPolicyList",
"Get-KMSKeyRotation",
"Get-KMSKeyList",
"Get-KMSResourceTag",
"Get-KMSRetirableGrant",
Expand All @@ -38617,6 +38618,7 @@ $KMS_SelectMap = @{
"New-KMSReplicaKey",
"Disable-KMSGrant",
"Revoke-KMSGrant",
"Start-KMSRotateKeyOnDemand",
"Request-KMSKeyDeletion",
"Invoke-KMSSigning",
"Add-KMSResourceTag",
Expand Down Expand Up @@ -44068,6 +44070,13 @@ $EMT_Completers = {
break
}

# Amazon.MediaTailor.InsertionMode
"Set-EMTPlaybackConfiguration/InsertionMode"
{
$v = "PLAYER_SELECT","STITCHED_ONLY"
break
}

# Amazon.MediaTailor.Mode
"Set-EMTPlaybackConfiguration/AvailSuppression_Mode"
{
Expand Down Expand Up @@ -44108,6 +44117,7 @@ $EMT_map = @{
"AccessConfiguration_AccessType"=@("New-EMTSourceLocation","Update-EMTSourceLocation")
"AvailSuppression_FillPolicy"=@("Set-EMTPlaybackConfiguration")
"AvailSuppression_Mode"=@("Set-EMTPlaybackConfiguration")
"InsertionMode"=@("Set-EMTPlaybackConfiguration")
"PlaybackMode"=@("New-EMTChannel")
"Tier"=@("New-EMTChannel")
"Transition_RelativePosition"=@("New-EMTProgram")
Expand Down Expand Up @@ -66717,7 +66727,7 @@ $TFR_Completers = {
# Amazon.Transfer.CertificateUsageType
"Import-TFRCertificate/Usage"
{
$v = "ENCRYPTION","SIGNING"
$v = "ENCRYPTION","SIGNING","TLS"
break
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ public partial class GetCFNChangeSetCmdlet : AmazonCloudFormationClientCmdlet, I
public System.String ChangeSetName { get; set; }
#endregion

#region Parameter IncludePropertyValue
/// <summary>
/// <para>
/// <para>If <c>true</c>, the returned changes include detailed changes in the property values.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
[Alias("IncludePropertyValues")]
public System.Boolean? IncludePropertyValue { get; set; }
#endregion

#region Parameter StackName
/// <summary>
/// <para>
Expand Down Expand Up @@ -151,6 +162,7 @@ protected override void ProcessRecord()
WriteWarning("You are passing $null as a value for parameter ChangeSetName which is marked as required. In case you believe this parameter was incorrectly marked as required, report this by opening an issue at https://github.com/aws/aws-tools-for-powershell/issues.");
}
#endif
context.IncludePropertyValue = this.IncludePropertyValue;
context.NextToken = this.NextToken;
context.StackName = this.StackName;

Expand Down Expand Up @@ -178,6 +190,10 @@ public object Execute(ExecutorContext context)
{
request.ChangeSetName = cmdletContext.ChangeSetName;
}
if (cmdletContext.IncludePropertyValue != null)
{
request.IncludePropertyValues = cmdletContext.IncludePropertyValue.Value;
}
if (cmdletContext.StackName != null)
{
request.StackName = cmdletContext.StackName;
Expand Down Expand Up @@ -240,6 +256,10 @@ public object Execute(ExecutorContext context)
{
request.ChangeSetName = cmdletContext.ChangeSetName;
}
if (cmdletContext.IncludePropertyValue != null)
{
request.IncludePropertyValues = cmdletContext.IncludePropertyValue.Value;
}
if (cmdletContext.NextToken != null)
{
request.NextToken = cmdletContext.NextToken;
Expand Down Expand Up @@ -311,6 +331,7 @@ private Amazon.CloudFormation.Model.DescribeChangeSetResponse CallAWSServiceOper
internal partial class CmdletContext : ExecutorContext
{
public System.String ChangeSetName { get; set; }
public System.Boolean? IncludePropertyValue { get; set; }
public System.String NextToken { get; set; }
public System.String StackName { get; set; }
public System.Func<Amazon.CloudFormation.Model.DescribeChangeSetResponse, GetCFNChangeSetCmdlet, object> Select { get; set; } =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public partial class GetCFGConfigRuleEvaluationStatusCmdlet : AmazonConfigServic
/// <summary>
/// <para>
/// <para>The number of rule evaluation results that you want returned.</para><para>This parameter is required if the rule limit for your account is more than the default
/// of 150 rules.</para><para>For information about requesting a rule limit increase, see <a href="http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config">Config
/// of 1000 rules.</para><para>For information about requesting a rule limit increase, see <a href="http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config">Config
/// Limits</a> in the <i>Amazon Web Services General Reference Guide</i>.</para>
/// </para>
/// <para>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ public partial class GetCFGResourceEvaluationListCmdlet : AmazonConfigServiceCli
#region Parameter Filters_EvaluationMode
/// <summary>
/// <para>
/// <para>Filters all resource evaluations results based on an evaluation mode. the valid value
/// for this API is <c>Proactive</c>.</para>
/// <para>Filters all resource evaluations results based on an evaluation mode.</para><important><para>Currently, <c>DECTECTIVE</c> is not supported as a valid value. Ignore other documentation
/// stating otherwise.</para></important>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Loading

0 comments on commit a452da2

Please sign in to comment.