Skip to content

Commit

Permalink
4.1.655
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Sep 12, 2024
1 parent af6d97c commit c5e34d9
Show file tree
Hide file tree
Showing 53 changed files with 1,607 additions and 205 deletions.
18 changes: 9 additions & 9 deletions Include/sdk/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"NewServiceVersion" : "3.7.400.0",
"ProductVersion" : "3.7.884.0",
"ProductVersion" : "3.7.885.0",
"CoreVersion" : "3.7.400.19",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -194,7 +194,7 @@
"InPreview" : false
},
"ElasticMapReduce" : {
"Version" : "3.7.400.19",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.19"
Expand Down Expand Up @@ -284,7 +284,7 @@
"InPreview" : false
},
"RDS" : {
"Version" : "3.7.401.17",
"Version" : "3.7.401.18",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.19"
Expand Down Expand Up @@ -380,7 +380,7 @@
"InPreview" : false
},
"StorageGateway" : {
"Version" : "3.7.400.19",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.19"
Expand Down Expand Up @@ -540,7 +540,7 @@
"InPreview" : false
},
"CognitoIdentityProvider" : {
"Version" : "3.7.402.16",
"Version" : "3.7.403.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.19"
Expand Down Expand Up @@ -572,7 +572,7 @@
"InPreview" : false
},
"ElasticLoadBalancingV2" : {
"Version" : "3.7.403.2",
"Version" : "3.7.404.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.19"
Expand Down Expand Up @@ -820,7 +820,7 @@
"InPreview" : false
},
"Glue" : {
"Version" : "3.7.405.9",
"Version" : "3.7.406.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.19"
Expand Down Expand Up @@ -884,7 +884,7 @@
"InPreview" : false
},
"MediaConvert" : {
"Version" : "3.7.400.19",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.19"
Expand Down Expand Up @@ -1732,7 +1732,7 @@
"InPreview" : false
},
"Synthetics" : {
"Version" : "3.7.400.19",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.19"
Expand Down
25 changes: 24 additions & 1 deletion changelogs/CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
### 4.1.654 (2024-09-11 21:07Z)
### 4.1.655 (2024-09-12 21:08Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.885.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 Synthetics
* Modified cmdlet New-CWSYNCanary: added parameter ResourcesToReplicateTag.
* Amazon Cognito Identity Provider
* Modified cmdlet Set-CGIPUserMFAPreference: added parameters EmailMfaSettings_Enabled and EmailMfaSettings_PreferredMfa.
* Modified cmdlet Set-CGIPUserMFAPreferenceAdmin: added parameters EmailMfaSettings_Enabled and EmailMfaSettings_PreferredMfa.
* Modified cmdlet Set-CGIPUserPoolMfaConfig: added parameters EmailMfaConfiguration_Message and EmailMfaConfiguration_Subject.
* Amazon Elastic MapReduce
* Modified cmdlet Add-EMRInstanceFleet: added parameters InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_CapacityReservationPreference, InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_CapacityReservationResourceGroupArn, InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_UsageStrategy, OnDemandResizeSpecification_AllocationStrategy and SpotResizeSpecification_AllocationStrategy.
* Modified cmdlet Edit-EMRInstanceFleet: added parameters CapacityReservationOptions_CapacityReservationPreference, CapacityReservationOptions_CapacityReservationResourceGroupArn, CapacityReservationOptions_UsageStrategy, InstanceFleet_InstanceTypeConfig, OnDemandResizeSpecification_AllocationStrategy and SpotResizeSpecification_AllocationStrategy.
* Amazon Elemental MediaConvert
* Added cmdlet Get-EMCVersionList leveraging the ListVersions service API.
* Modified cmdlet New-EMCJob: added parameter JobEngineVersion.
* Amazon Glue
* Modified cmdlet New-GLUETableOptimizer: added parameters IcebergConfiguration_CleanExpiredFile, IcebergConfiguration_Location, IcebergConfiguration_NumberOfSnapshotsToRetain, IcebergConfiguration_OrphanFileRetentionPeriodInDay and IcebergConfiguration_SnapshotRetentionPeriodInDay.
* Modified cmdlet Update-GLUETableOptimizer: added parameters IcebergConfiguration_CleanExpiredFile, IcebergConfiguration_Location, IcebergConfiguration_NumberOfSnapshotsToRetain, IcebergConfiguration_OrphanFileRetentionPeriodInDay and IcebergConfiguration_SnapshotRetentionPeriodInDay.
* Amazon Storage Gateway
* Modified cmdlet New-SGNFSFileShare: added parameter EncryptionType.
* Modified cmdlet New-SGSMBFileShare: added parameter EncryptionType.
* Modified cmdlet Update-SGNFSFileShare: added parameter EncryptionType.
* Modified cmdlet Update-SGSMBFileShare: added parameter EncryptionType.

### 4.1.654 (2024-09-11 21:07Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.884.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 Elemental MediaLive
* Added cmdlet Get-EMLChannelPlacementGroup leveraging the DescribeChannelPlacementGroup service API.
Expand Down
25 changes: 24 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
### 4.1.654 (2024-09-11 21:07Z)
### 4.1.655 (2024-09-12 21:08Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.885.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 Synthetics
* Modified cmdlet New-CWSYNCanary: added parameter ResourcesToReplicateTag.
* Amazon Cognito Identity Provider
* Modified cmdlet Set-CGIPUserMFAPreference: added parameters EmailMfaSettings_Enabled and EmailMfaSettings_PreferredMfa.
* Modified cmdlet Set-CGIPUserMFAPreferenceAdmin: added parameters EmailMfaSettings_Enabled and EmailMfaSettings_PreferredMfa.
* Modified cmdlet Set-CGIPUserPoolMfaConfig: added parameters EmailMfaConfiguration_Message and EmailMfaConfiguration_Subject.
* Amazon Elastic MapReduce
* Modified cmdlet Add-EMRInstanceFleet: added parameters InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_CapacityReservationPreference, InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_CapacityReservationResourceGroupArn, InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_UsageStrategy, OnDemandResizeSpecification_AllocationStrategy and SpotResizeSpecification_AllocationStrategy.
* Modified cmdlet Edit-EMRInstanceFleet: added parameters CapacityReservationOptions_CapacityReservationPreference, CapacityReservationOptions_CapacityReservationResourceGroupArn, CapacityReservationOptions_UsageStrategy, InstanceFleet_InstanceTypeConfig, OnDemandResizeSpecification_AllocationStrategy and SpotResizeSpecification_AllocationStrategy.
* Amazon Elemental MediaConvert
* Added cmdlet Get-EMCVersionList leveraging the ListVersions service API.
* Modified cmdlet New-EMCJob: added parameter JobEngineVersion.
* Amazon Glue
* Modified cmdlet New-GLUETableOptimizer: added parameters IcebergConfiguration_CleanExpiredFile, IcebergConfiguration_Location, IcebergConfiguration_NumberOfSnapshotsToRetain, IcebergConfiguration_OrphanFileRetentionPeriodInDay and IcebergConfiguration_SnapshotRetentionPeriodInDay.
* Modified cmdlet Update-GLUETableOptimizer: added parameters IcebergConfiguration_CleanExpiredFile, IcebergConfiguration_Location, IcebergConfiguration_NumberOfSnapshotsToRetain, IcebergConfiguration_OrphanFileRetentionPeriodInDay and IcebergConfiguration_SnapshotRetentionPeriodInDay.
* Amazon Storage Gateway
* Modified cmdlet New-SGNFSFileShare: added parameter EncryptionType.
* Modified cmdlet New-SGSMBFileShare: added parameter EncryptionType.
* Modified cmdlet Update-SGNFSFileShare: added parameter EncryptionType.
* Modified cmdlet Update-SGSMBFileShare: added parameter EncryptionType.

### 4.1.654 (2024-09-11 21:07Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.884.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 Elemental MediaLive
* Added cmdlet Get-EMLChannelPlacementGroup leveraging the DescribeChannelPlacementGroup service API.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,14 @@
<MetadataProperties />
<ServiceOperations>
<ServiceOperation MethodName="AddInstanceFleet" OutputProperty="*" Verb="Add" Noun="InstanceFleet" ShouldProcessTarget="ClusterId" PipelineParameter="ClusterId" NoPipelineParameter="false">
<Params />
<Params>
<Param Name="InstanceFleet_LaunchSpecifications_OnDemandSpecification_CapacityReservationOptions_CapacityReservationResourceGroupArn" NewName="CapacityReservationOptions_CapacityReservationResourceGroupArn" />
<Param Name="InstanceFleet_LaunchSpecifications_OnDemandSpecification_CapacityReservationOptions_UsageStrategy" NewName="CapacityReservationOptions_UsageStrategy" />
<Param Name="InstanceFleet_LaunchSpecifications_OnDemandSpecification_CapacityReservationOptions_CapacityReservationPreference" NewName="CapacityReservationOptions_CapacityReservationPreference" />
<Param Name="InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_CapacityReservationResourceGroupArn" NewName="InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_CapacityReservationResourceGroupArn" />
<Param Name="InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_UsageStrategy" NewName="InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_UsageStrategy" />
<Param Name="InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_CapacityReservationPreference" NewName="InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_CapacityReservationPreference" />
</Params>
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="AddInstanceGroups" OutputProperty="*" Verb="Add" Noun="InstanceGroup" ShouldProcessTarget="JobFlowId" PositionalParameters="InstanceGroups" PipelineParameter="JobFlowId" NoPipelineParameter="false">
Expand Down
2 changes: 1 addition & 1 deletion generator/AWSPSGeneratorLib/Config/ServiceConfig/glue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="BatchGetTableOptimizer" OutputProperty="*" Verb="Get" Noun="TableOptimizerBatch" PipelineParameter="" NoPipelineParameter="false">
<ServiceOperation MethodName="BatchGetTableOptimizer" OutputProperty="*" Verb="Get" Noun="TableOptimizerBatch" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListVersions" OutputProperty="Versions" Verb="Get" Noun="VersionList" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="PutPolicy" OutputProperty="Policy" Verb="Write" Noun="Policy" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
Expand Down
3 changes: 3 additions & 0 deletions modules/AWSPowerShell/AWSAliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18501,6 +18501,9 @@ Set-Alias -Name List-EMCQueues -Value Get-EMCQueueList
Set-Alias -Name List-EMCQueueList -Value Get-EMCQueueList
Set-Alias -Name EMC-ListQueues -Value Get-EMCQueueList
Set-Alias -Name EMC-ListTagsForResource -Value Get-EMCResourceTag
Set-Alias -Name List-EMCVersions -Value Get-EMCVersionList
Set-Alias -Name List-EMCVersionList -Value Get-EMCVersionList
Set-Alias -Name EMC-ListVersions -Value Get-EMCVersionList
Set-Alias -Name Put-EMCPolicy -Value Write-EMCPolicy
Set-Alias -Name EMC-PutPolicy -Value Write-EMCPolicy
Set-Alias -Name Search-EMCJobs -Value Search-EMCJob
Expand Down
50 changes: 42 additions & 8 deletions modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -14683,7 +14683,7 @@ $CGIP_Completers = {
($_ -eq "Send-CGIPAuthChallengeResponseAdmin/ChallengeName")
}
{
$v = "ADMIN_NO_SRP_AUTH","CUSTOM_CHALLENGE","DEVICE_PASSWORD_VERIFIER","DEVICE_SRP_AUTH","MFA_SETUP","NEW_PASSWORD_REQUIRED","PASSWORD_VERIFIER","SELECT_MFA_TYPE","SMS_MFA","SOFTWARE_TOKEN_MFA"
$v = "ADMIN_NO_SRP_AUTH","CUSTOM_CHALLENGE","DEVICE_PASSWORD_VERIFIER","DEVICE_SRP_AUTH","EMAIL_OTP","MFA_SETUP","NEW_PASSWORD_REQUIRED","PASSWORD_VERIFIER","SELECT_MFA_TYPE","SMS_MFA","SOFTWARE_TOKEN_MFA"
break
}

Expand Down Expand Up @@ -26755,21 +26755,33 @@ $EMR_Completers = {
}

# Amazon.ElasticMapReduce.OnDemandCapacityReservationPreference
"Add-EMRInstanceFleet/CapacityReservationOptions_CapacityReservationPreference"
{
($_ -eq "Add-EMRInstanceFleet/CapacityReservationOptions_CapacityReservationPreference") -Or
($_ -eq "Edit-EMRInstanceFleet/CapacityReservationOptions_CapacityReservationPreference") -Or
($_ -eq "Add-EMRInstanceFleet/InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_CapacityReservationPreference")
}
{
$v = "none","open"
break
}

# Amazon.ElasticMapReduce.OnDemandCapacityReservationUsageStrategy
"Add-EMRInstanceFleet/CapacityReservationOptions_UsageStrategy"
{
($_ -eq "Add-EMRInstanceFleet/CapacityReservationOptions_UsageStrategy") -Or
($_ -eq "Edit-EMRInstanceFleet/CapacityReservationOptions_UsageStrategy") -Or
($_ -eq "Add-EMRInstanceFleet/InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_UsageStrategy")
}
{
$v = "use-capacity-reservations-first"
break
}

# Amazon.ElasticMapReduce.OnDemandProvisioningAllocationStrategy
"Add-EMRInstanceFleet/OnDemandSpecification_AllocationStrategy"
{
($_ -eq "Add-EMRInstanceFleet/OnDemandResizeSpecification_AllocationStrategy") -Or
($_ -eq "Edit-EMRInstanceFleet/OnDemandResizeSpecification_AllocationStrategy") -Or
($_ -eq "Add-EMRInstanceFleet/OnDemandSpecification_AllocationStrategy")
}
{
$v = "lowest-price","prioritized"
break
Expand Down Expand Up @@ -26797,7 +26809,11 @@ $EMR_Completers = {
}

# Amazon.ElasticMapReduce.SpotProvisioningAllocationStrategy
"Add-EMRInstanceFleet/SpotSpecification_AllocationStrategy"
{
($_ -eq "Add-EMRInstanceFleet/SpotResizeSpecification_AllocationStrategy") -Or
($_ -eq "Edit-EMRInstanceFleet/SpotResizeSpecification_AllocationStrategy") -Or
($_ -eq "Add-EMRInstanceFleet/SpotSpecification_AllocationStrategy")
}
{
$v = "capacity-optimized","capacity-optimized-prioritized","diversified","lowest-price","price-capacity-optimized"
break
Expand Down Expand Up @@ -26827,18 +26843,22 @@ $EMR_Completers = {

$EMR_map = @{
"AuthMode"=@("New-EMRStudio")
"CapacityReservationOptions_CapacityReservationPreference"=@("Add-EMRInstanceFleet")
"CapacityReservationOptions_UsageStrategy"=@("Add-EMRInstanceFleet")
"CapacityReservationOptions_CapacityReservationPreference"=@("Add-EMRInstanceFleet","Edit-EMRInstanceFleet")
"CapacityReservationOptions_UsageStrategy"=@("Add-EMRInstanceFleet","Edit-EMRInstanceFleet")
"ComputeLimits_UnitType"=@("Start-EMRJobFlow","Write-EMRManagedScalingPolicy")
"ExecutionEngine_Type"=@("Start-EMRNotebookExecution")
"IdcUserAssignment"=@("New-EMRStudio")
"IdentityType"=@("Get-EMRStudioSessionMapping","Get-EMRStudioSessionMappingList","New-EMRStudioSessionMapping","Remove-EMRStudioSessionMapping","Update-EMRStudioSessionMapping")
"InstanceFleet_InstanceFleetType"=@("Add-EMRInstanceFleet")
"InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_CapacityReservationPreference"=@("Add-EMRInstanceFleet")
"InstanceFleet_ResizeSpecifications_OnDemandResizeSpecification_CapacityReservationOptions_UsageStrategy"=@("Add-EMRInstanceFleet")
"InstanceFleetType"=@("Get-EMRInstanceList")
"OnDemandResizeSpecification_AllocationStrategy"=@("Add-EMRInstanceFleet","Edit-EMRInstanceFleet")
"OnDemandSpecification_AllocationStrategy"=@("Add-EMRInstanceFleet")
"OutputNotebookFormat"=@("Start-EMRNotebookExecution")
"RepoUpgradeOnBoot"=@("Start-EMRJobFlow")
"ScaleDownBehavior"=@("Start-EMRJobFlow")
"SpotResizeSpecification_AllocationStrategy"=@("Add-EMRInstanceFleet","Edit-EMRInstanceFleet")
"SpotSpecification_AllocationStrategy"=@("Add-EMRInstanceFleet")
"SpotSpecification_TimeoutAction"=@("Add-EMRInstanceFleet")
"Status"=@("Get-EMRNotebookExecutionList")
Expand Down Expand Up @@ -31212,7 +31232,7 @@ $GLUE_Completers = {
($_ -eq "Update-GLUETableOptimizer/Type")
}
{
$v = "compaction"
$v = "compaction","orphan_file_deletion","retention"
break
}

Expand Down Expand Up @@ -44033,6 +44053,7 @@ $EMC_SelectMap = @{
"Get-EMCPresetList",
"Get-EMCQueueList",
"Get-EMCResourceTag",
"Get-EMCVersionList",
"Write-EMCPolicy",
"Search-EMCJob",
"Add-EMCResourceTag",
Expand Down Expand Up @@ -66894,6 +66915,18 @@ $SG_Completers = {
break
}

# Amazon.StorageGateway.EncryptionType
{
($_ -eq "New-SGNFSFileShare/EncryptionType") -Or
($_ -eq "New-SGSMBFileShare/EncryptionType") -Or
($_ -eq "Update-SGNFSFileShare/EncryptionType") -Or
($_ -eq "Update-SGSMBFileShare/EncryptionType")
}
{
$v = "DsseKms","SseKms","SseS3"
break
}

# Amazon.StorageGateway.GatewayCapacity
"Update-SGGatewayInformation/GatewayCapacity"
{
Expand Down Expand Up @@ -66944,6 +66977,7 @@ $SG_Completers = {

$SG_map = @{
"CaseSensitivity"=@("New-SGSMBFileShare","Update-SGSMBFileShare")
"EncryptionType"=@("New-SGNFSFileShare","New-SGSMBFileShare","Update-SGNFSFileShare","Update-SGSMBFileShare")
"GatewayCapacity"=@("Update-SGGatewayInformation")
"ObjectACL"=@("New-SGNFSFileShare","New-SGSMBFileShare","Update-SGNFSFileShare","Update-SGSMBFileShare")
"RetentionLockType"=@("New-SGTapePool")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ $CGIP_Completers = {
($_ -eq "Send-CGIPAuthChallengeResponseAdmin/ChallengeName")
}
{
$v = "ADMIN_NO_SRP_AUTH","CUSTOM_CHALLENGE","DEVICE_PASSWORD_VERIFIER","DEVICE_SRP_AUTH","MFA_SETUP","NEW_PASSWORD_REQUIRED","PASSWORD_VERIFIER","SELECT_MFA_TYPE","SMS_MFA","SOFTWARE_TOKEN_MFA"
$v = "ADMIN_NO_SRP_AUTH","CUSTOM_CHALLENGE","DEVICE_PASSWORD_VERIFIER","DEVICE_SRP_AUTH","EMAIL_OTP","MFA_SETUP","NEW_PASSWORD_REQUIRED","PASSWORD_VERIFIER","SELECT_MFA_TYPE","SMS_MFA","SOFTWARE_TOKEN_MFA"
break
}

Expand Down
Loading

0 comments on commit c5e34d9

Please sign in to comment.