Skip to content

Commit

Permalink
4.1.683
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Oct 23, 2024
1 parent 3ef520e commit ab7756f
Show file tree
Hide file tree
Showing 27 changed files with 1,850 additions and 822 deletions.
1,564 changes: 782 additions & 782 deletions Include/sdk/_sdk-versions.json

Large diffs are not rendered by default.

18 changes: 17 additions & 1 deletion changelogs/CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
### 4.1.682 (2024-10-21 20:56Z)
### 4.1.683 (2024-10-22 23:28Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.911.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 EC2 Image Builder
* Modified cmdlet New-EC2IBInfrastructureConfiguration: added parameters Placement_AvailabilityZone, Placement_HostId, Placement_HostResourceGroupArn and Placement_Tenancy.
* Modified cmdlet Update-EC2IBInfrastructureConfiguration: added parameters Placement_AvailabilityZone, Placement_HostId, Placement_HostResourceGroupArn and Placement_Tenancy.
* Amazon M2
* Modified cmdlet Get-AMMBatchJobRestartPointList: added parameter AuthSecretsManagerArn.
* Modified cmdlet Start-AMMBatchJob: added parameter AuthSecretsManagerArn.
* Modified cmdlet Stop-AMMBatchJobExecution: added parameter AuthSecretsManagerArn.
* Amazon re:Post Private
* Added cmdlet Add-RESPBatchRole leveraging the BatchAddRole service API.
* Added cmdlet Remove-RESPBatchRole leveraging the BatchRemoveRole service API.
* Amazon Timestream Query
* Modified cmdlet Invoke-TSQQuery: added parameter QueryInsights_Mode.
* Modified cmdlet Start-TSQScheduledQuery: added parameter QueryInsights_Mode.

### 4.1.682 (2024-10-21 20:56Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.910.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 Bedrock Agent Runtime
* Modified cmdlet Invoke-BARRetrieveAndGenerate: added parameters OrchestrationConfiguration_AdditionalModelRequestField, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_MaxTokens, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_StopSequences, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_Temperature, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_TopP and RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_PromptTemplate_TextPromptTemplate.
Expand Down
18 changes: 17 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
### 4.1.682 (2024-10-21 20:56Z)
### 4.1.683 (2024-10-22 23:28Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.911.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 EC2 Image Builder
* Modified cmdlet New-EC2IBInfrastructureConfiguration: added parameters Placement_AvailabilityZone, Placement_HostId, Placement_HostResourceGroupArn and Placement_Tenancy.
* Modified cmdlet Update-EC2IBInfrastructureConfiguration: added parameters Placement_AvailabilityZone, Placement_HostId, Placement_HostResourceGroupArn and Placement_Tenancy.
* Amazon M2
* Modified cmdlet Get-AMMBatchJobRestartPointList: added parameter AuthSecretsManagerArn.
* Modified cmdlet Start-AMMBatchJob: added parameter AuthSecretsManagerArn.
* Modified cmdlet Stop-AMMBatchJobExecution: added parameter AuthSecretsManagerArn.
* Amazon re:Post Private
* Added cmdlet Add-RESPBatchRole leveraging the BatchAddRole service API.
* Added cmdlet Remove-RESPBatchRole leveraging the BatchRemoveRole service API.
* Amazon Timestream Query
* Modified cmdlet Invoke-TSQQuery: added parameter QueryInsights_Mode.
* Modified cmdlet Start-TSQScheduledQuery: added parameter QueryInsights_Mode.

### 4.1.682 (2024-10-21 20:56Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.910.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 Bedrock Agent Runtime
* Modified cmdlet Invoke-BARRetrieveAndGenerate: added parameters OrchestrationConfiguration_AdditionalModelRequestField, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_MaxTokens, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_StopSequences, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_Temperature, RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_InferenceConfig_TextInferenceConfig_TopP and RetrieveAndGenerateConfiguration_KnowledgeBaseConfiguration_OrchestrationConfiguration_PromptTemplate_TextPromptTemplate.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@
<ParamEmitters />
<MetadataProperties />
<ServiceOperations>
<ServiceOperation MethodName="BatchAddRole" OutputProperty="*" Verb="Add" Noun="BatchRole" ShouldProcessTarget="SpaceId" PipelineParameter="SpaceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="BatchRemoveRole" OutputProperty="*" Verb="Remove" Noun="BatchRole" ShouldProcessTarget="SpaceId" PipelineParameter="SpaceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateSpace" OutputProperty="SpaceId" Verb="New" Noun="Space" ShouldProcessTarget="Name" PipelineParameter="Name" 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 @@ -24102,6 +24102,12 @@ Set-Alias -Name REK-UntagResource -Value Remove-REKResourceTag
Set-Alias -Name Update-REKDatasetEntries -Value Update-REKDatasetEntry
Set-Alias -Name REK-UpdateDatasetEntries -Value Update-REKDatasetEntry
Set-Alias -Name REK-UpdateStreamProcessor -Value Update-REKStreamProcessor
Set-Alias -Name Batch-RESPAddRole -Value Add-RESPBatchRole
Set-Alias -Name Batch-RESPBatchRole -Value Add-RESPBatchRole
Set-Alias -Name RESP-BatchAddRole -Value Add-RESPBatchRole
Set-Alias -Name Batch-RESPRemoveRole -Value Remove-RESPBatchRole
Set-Alias -Name Batch-RESPBatchRole -Value Remove-RESPBatchRole
Set-Alias -Name RESP-BatchRemoveRole -Value Remove-RESPBatchRole
Set-Alias -Name Create-RESPSpace -Value New-RESPSpace
Set-Alias -Name RESP-CreateSpace -Value New-RESPSpace
Set-Alias -Name Delete-RESPSpace -Value Remove-RESPSpace
Expand Down
43 changes: 41 additions & 2 deletions modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -33646,7 +33646,7 @@ $EC2IB_Completers = {
($_ -eq "New-EC2IBContainerRecipe/PlatformOverride")
}
{
$v = "Linux","Windows"
$v = "Linux","macOS","Windows"
break
}

Expand All @@ -33657,6 +33657,16 @@ $EC2IB_Completers = {
break
}

# Amazon.Imagebuilder.TenancyType
{
($_ -eq "New-EC2IBInfrastructureConfiguration/Placement_Tenancy") -Or
($_ -eq "Update-EC2IBInfrastructureConfiguration/Placement_Tenancy")
}
{
$v = "dedicated","default","host"
break
}

# Amazon.Imagebuilder.WorkflowStepActionType
"Send-EC2IBWorkflowStepAction/Action"
{
Expand Down Expand Up @@ -33685,6 +33695,7 @@ $EC2IB_map = @{
"Format"=@("Import-EC2IBComponent")
"LastLaunched_Unit"=@("Start-EC2IBResourceStateUpdate")
"Owner"=@("Get-EC2IBComponentList","Get-EC2IBContainerRecipeList","Get-EC2IBImageList","Get-EC2IBImageRecipeList","Get-EC2IBWorkflowList")
"Placement_Tenancy"=@("New-EC2IBInfrastructureConfiguration","Update-EC2IBInfrastructureConfiguration")
"Platform"=@("Import-EC2IBComponent","Import-EC2IBVmImage","New-EC2IBComponent")
"PlatformOverride"=@("New-EC2IBContainerRecipe")
"ResourceType"=@("New-EC2IBLifecyclePolicy","Update-EC2IBLifecyclePolicy")
Expand Down Expand Up @@ -57573,6 +57584,16 @@ $RESP_Completers = {

switch ($("$commandName/$parameterName"))
{
# Amazon.Repostspace.Role
{
($_ -eq "Add-RESPBatchRole/Role") -Or
($_ -eq "Remove-RESPBatchRole/Role")
}
{
$v = "ADMINISTRATOR","EXPERT","MODERATOR","SUPPORTREQUESTOR"
break
}

# Amazon.Repostspace.TierLevel
{
($_ -eq "New-RESPSpace/Tier") -Or
Expand All @@ -57592,6 +57613,7 @@ $RESP_Completers = {
}

$RESP_map = @{
"Role"=@("Add-RESPBatchRole","Remove-RESPBatchRole")
"Tier"=@("New-RESPSpace","Update-RESPSpace")
}

Expand Down Expand Up @@ -57645,7 +57667,9 @@ $RESP_SelectCompleters = {
}

$RESP_SelectMap = @{
"Select"=@("New-RESPSpace",
"Select"=@("Add-RESPBatchRole",
"Remove-RESPBatchRole",
"New-RESPSpace",
"Remove-RESPSpace",
"Unregister-RESPAdmin",
"Get-RESPSpace",
Expand Down Expand Up @@ -68941,6 +68965,13 @@ $TSQ_Completers = {

switch ($("$commandName/$parameterName"))
{
# Amazon.TimestreamQuery.QueryInsightsMode
"Invoke-TSQQuery/QueryInsights_Mode"
{
$v = "DISABLED","ENABLED_WITH_RATE_CONTROL"
break
}

# Amazon.TimestreamQuery.QueryPricingModel
"Update-TSQAccountSetting/QueryPricingModel"
{
Expand All @@ -68955,6 +68986,13 @@ $TSQ_Completers = {
break
}

# Amazon.TimestreamQuery.ScheduledQueryInsightsMode
"Start-TSQScheduledQuery/QueryInsights_Mode"
{
$v = "DISABLED","ENABLED_WITH_RATE_CONTROL"
break
}

# Amazon.TimestreamQuery.ScheduledQueryState
"Update-TSQScheduledQuery/State"
{
Expand All @@ -68971,6 +69009,7 @@ $TSQ_Completers = {
}

$TSQ_map = @{
"QueryInsights_Mode"=@("Invoke-TSQQuery","Start-TSQScheduledQuery")
"QueryPricingModel"=@("Update-TSQAccountSetting")
"S3Configuration_EncryptionOption"=@("New-TSQScheduledQuery")
"State"=@("Update-TSQScheduledQuery")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ $EC2IB_Completers = {
($_ -eq "New-EC2IBContainerRecipe/PlatformOverride")
}
{
$v = "Linux","Windows"
$v = "Linux","macOS","Windows"
break
}

Expand All @@ -187,6 +187,16 @@ $EC2IB_Completers = {
break
}

# Amazon.Imagebuilder.TenancyType
{
($_ -eq "New-EC2IBInfrastructureConfiguration/Placement_Tenancy") -Or
($_ -eq "Update-EC2IBInfrastructureConfiguration/Placement_Tenancy")
}
{
$v = "dedicated","default","host"
break
}

# Amazon.Imagebuilder.WorkflowStepActionType
"Send-EC2IBWorkflowStepAction/Action"
{
Expand Down Expand Up @@ -215,6 +225,7 @@ $EC2IB_map = @{
"Format"=@("Import-EC2IBComponent")
"LastLaunched_Unit"=@("Start-EC2IBResourceStateUpdate")
"Owner"=@("Get-EC2IBComponentList","Get-EC2IBContainerRecipeList","Get-EC2IBImageList","Get-EC2IBImageRecipeList","Get-EC2IBWorkflowList")
"Placement_Tenancy"=@("New-EC2IBInfrastructureConfiguration","Update-EC2IBInfrastructureConfiguration")
"Platform"=@("Import-EC2IBComponent","Import-EC2IBVmImage","New-EC2IBComponent")
"PlatformOverride"=@("New-EC2IBContainerRecipe")
"ResourceType"=@("New-EC2IBLifecyclePolicy","Update-EC2IBLifecyclePolicy")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,8 @@
namespace Amazon.PowerShell.Cmdlets.EC2IB
{
/// <summary>
/// Returns the list of component build versions for the specified semantic version.
///
/// <note><para>
/// The semantic version has four nodes: &lt;major&gt;.&lt;minor&gt;.&lt;patch&gt;/&lt;build&gt;.
/// You can assign values for the first three, and can filter on all of them.
/// </para><para><b>Filtering:</b> With semantic versioning, you have the flexibility to use wildcards
/// (x) to specify the most recent versions or nodes when selecting the base image or
/// components for your recipe. When you use a wildcard in any node, all nodes to the
/// right of the first wildcard must also be wildcards.
/// </para></note><br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
/// Returns the list of component build versions for the specified component version Amazon
/// Resource Name (ARN).<br/><br/>This cmdlet automatically pages all available results to the pipeline - parameters related to iteration are only needed if you want to manually control the paginated output. To disable autopagination, use -NoAutoIteration.
/// </summary>
[Cmdlet("Get", "EC2IBComponentBuildVersionList")]
[OutputType("Amazon.Imagebuilder.Model.ComponentSummary")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public partial class NewEC2IBContainerRecipeCmdlet : AmazonImagebuilderClientCmd
#region Parameter KmsKeyId
/// <summary>
/// <para>
/// <para>Identifies which KMS key is used to encrypt the container image.</para>
/// <para>Identifies which KMS key is used to encrypt the Dockerfile template.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public partial class NewEC2IBImageCmdlet : AmazonImagebuilderClientCmdlet, IExec
#region Parameter EcrConfiguration_ContainerTag
/// <summary>
/// <para>
/// <para>Tags for Image Builder to apply to the output container image that &amp;INS; scans.
/// Tags can help you identify and manage your scanned images.</para>
/// <para>Tags for Image Builder to apply to the output container image that Amazon Inspector
/// scans. Tags can help you identify and manage your scanned images.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public partial class NewEC2IBImagePipelineCmdlet : AmazonImagebuilderClientCmdle
#region Parameter EcrConfiguration_ContainerTag
/// <summary>
/// <para>
/// <para>Tags for Image Builder to apply to the output container image that &amp;INS; scans.
/// Tags can help you identify and manage your scanned images.</para>
/// <para>Tags for Image Builder to apply to the output container image that Amazon Inspector
/// scans. Tags can help you identify and manage your scanned images.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Loading

0 comments on commit ab7756f

Please sign in to comment.