Skip to content

Commit

Permalink
4.1.433
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Oct 18, 2023
1 parent 0d8115d commit 33455d6
Show file tree
Hide file tree
Showing 17 changed files with 1,039 additions and 746 deletions.
1,444 changes: 722 additions & 722 deletions Include/sdk/_sdk-versions.json

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion changelogs/CHANGELOG.2023.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
### 4.1.432 (2023-10-17 21:34Z)
### 4.1.433 (2023-10-18 21:34Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.665.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 Kendra
* Modified cmdlet Invoke-KNDRQuery: added parameters CollapseConfiguration_DocumentAttributeKey, CollapseConfiguration_Expand, CollapseConfiguration_MissingAttributeKeyStrategy, CollapseConfiguration_SortingConfiguration, ExpandConfiguration_MaxExpandedResultsPerItem, ExpandConfiguration_MaxResultItemsToExpand and SortingConfiguration.
* Amazon Relational Database Service
* Modified cmdlet New-RDSBlueGreenDeployment: added parameters TargetDBInstanceClass and UpgradeTargetStorageConfig.
* Modified cmdlet New-RDSDBInstanceReadReplica: added parameter UpgradeStorageConfig.

### 4.1.432 (2023-10-17 21:34Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.664.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 Managed Streaming for Apache Kafka (MSK)
* Added cmdlet Get-MSKReplicator leveraging the DescribeReplicator service API.
Expand Down
10 changes: 9 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
### 4.1.432 (2023-10-17 21:34Z)
### 4.1.433 (2023-10-18 21:34Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.665.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 Kendra
* Modified cmdlet Invoke-KNDRQuery: added parameters CollapseConfiguration_DocumentAttributeKey, CollapseConfiguration_Expand, CollapseConfiguration_MissingAttributeKeyStrategy, CollapseConfiguration_SortingConfiguration, ExpandConfiguration_MaxExpandedResultsPerItem, ExpandConfiguration_MaxResultItemsToExpand and SortingConfiguration.
* Amazon Relational Database Service
* Modified cmdlet New-RDSBlueGreenDeployment: added parameters TargetDBInstanceClass and UpgradeTargetStorageConfig.
* Modified cmdlet New-RDSDBInstanceReadReplica: added parameter UpgradeStorageConfig.

### 4.1.432 (2023-10-17 21:34Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.664.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 Managed Streaming for Apache Kafka (MSK)
* Added cmdlet Get-MSKReplicator leveraging the DescribeReplicator service API.
Expand Down
8 changes: 8 additions & 0 deletions modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -33810,6 +33810,13 @@ $KNDR_Completers = {
break
}

# Amazon.Kendra.MissingAttributeKeyStrategy
"Invoke-KNDRQuery/CollapseConfiguration_MissingAttributeKeyStrategy"
{
$v = "COLLAPSE","EXPAND","IGNORE"
break
}

# Amazon.Kendra.Mode
"Update-KNDRQuerySuggestionsConfig/Mode"
{
Expand Down Expand Up @@ -33861,6 +33868,7 @@ $KNDR_Completers = {

$KNDR_map = @{
"AttributeSuggestionsConfig_AttributeSuggestionsMode"=@("Update-KNDRQuerySuggestionsConfig")
"CollapseConfiguration_MissingAttributeKeyStrategy"=@("Invoke-KNDRQuery")
"CustomDocumentEnrichmentConfiguration_PostExtractionHookConfiguration_InvocationCondition_Operator"=@("New-KNDRDataSource","Update-KNDRDataSource","Write-KNDRDocumentBatch")
"CustomDocumentEnrichmentConfiguration_PreExtractionHookConfiguration_InvocationCondition_Operator"=@("New-KNDRDataSource","Update-KNDRDataSource","Write-KNDRDocumentBatch")
"Edition"=@("New-KNDRIndex")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,12 +111,15 @@ public partial class NewC9EnvironmentEC2Cmdlet : AmazonCloud9ClientCmdlet, IExec
/// <para>
/// <para>The identifier for the Amazon Machine Image (AMI) that's used to create the EC2 instance.
/// To choose an AMI for the instance, you must specify a valid AMI alias or a valid Amazon
/// EC2 Systems Manager (SSM) path.</para><para>The default Amazon Linux AMI is currently used if the parameter isn't explicitly assigned
/// a value in the request. Because Amazon Linux AMI has ended standard support as of
/// December 31, 2020, we recommend you choose Amazon Linux 2, which includes long term
/// support through 2023.</para><para>From December 31, 2023, the parameter for Amazon Linux will no longer be available
/// when you specify an AMI for your instance. Amazon Linux 2 will then become the default
/// AMI, which is used to launch your instance if no parameter is explicitly defined.</para><para>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you
/// EC2 Systems Manager (SSM) path.</para><para>From November 20, 2023, you will be required to include the <code>imageId</code> parameter
/// for the <code>CreateEnvironmentEC2</code> action. This change will be reflected across
/// all direct methods of communicating with the API, such as Amazon Web Services SDK,
/// Amazon Web Services CLI and Amazon Web Services CloudFormation. This change will only
/// affect direct API consumers, and not Cloud9 console users.</para><para>From January 22, 2024, Amazon Linux (AL1) will be removed from the list of available
/// image IDs for Cloud9. This is necessary as AL1 will reach the end of maintenance support
/// in December 2023, and as a result will no longer receive security updates. We recommend
/// using Amazon Linux 2 as the AMI to create your environment as it is fully supported.
/// This change will only affect direct API consumers, and not Cloud9 console users.</para><para>Since Ubuntu 18.04 has ended standard support as of May 31, 2023, we recommend you
/// choose Ubuntu 22.04.</para><para><b>AMI aliases </b></para><ul><li><para><b>Amazon Linux (default): <code>amazonlinux-1-x86_64</code></b></para></li><li><para>Amazon Linux 2: <code>amazonlinux-2-x86_64</code></para></li><li><para>Ubuntu 18.04: <code>ubuntu-18.04-x86_64</code></para></li><li><para>Ubuntu 22.04: <code>ubuntu-22.04-x86_64</code></para></li></ul><para><b>SSM paths</b></para><ul><li><para><b>Amazon Linux (default): <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-1-x86_64</code></b></para></li><li><para>Amazon Linux 2: <code>resolve:ssm:/aws/service/cloud9/amis/amazonlinux-2-x86_64</code></para></li><li><para>Ubuntu 18.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-18.04-x86_64</code></para></li><li><para>Ubuntu 22.04: <code>resolve:ssm:/aws/service/cloud9/amis/ubuntu-22.04-x86_64</code></para></li></ul>
/// </para>
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ public partial class ExportDDBTableToPointInTimeCmdlet : AmazonDynamoDBClientCmd
/// <summary>
/// <para>
/// <para>Choice of whether to execute as a full export or incremental export. Valid values
/// are <code>FULL_EXPORT</code> or <code>INCREMENTAL_EXPORT</code>. If <code>INCREMENTAL_EXPORT</code>
/// is provided, the <code>IncrementalExportSpecification</code> must also be used.</para>
/// are FULL_EXPORT or INCREMENTAL_EXPORT. The default value is FULL_EXPORT. If INCREMENTAL_EXPORT
/// is provided, the IncrementalExportSpecification must also be used.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand All @@ -108,8 +108,8 @@ public partial class ExportDDBTableToPointInTimeCmdlet : AmazonDynamoDBClientCmd
#region Parameter IncrementalExportSpecification_ExportViewType
/// <summary>
/// <para>
/// <para>Choice of whether to output the previous item image prior to the start time of the
/// incremental export. Valid values are <code>NEW_AND_OLD_IMAGES</code> and <code>NEW_IMAGES</code>.</para>
/// <para>The view type that was chosen for the export. Valid values are <code>NEW_AND_OLD_IMAGES</code>
/// and <code>NEW_IMAGES</code>. The default value is <code>NEW_AND_OLD_IMAGES</code>.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ public partial class InvokeDDBScanCmdlet : AmazonDynamoDBClientCmdlet, IExecutor
/// <para>A string that contains conditions that DynamoDB applies after the <code>Scan</code>
/// operation, but before the data is returned to you. Items that do not satisfy the <code>FilterExpression</code>
/// criteria are not returned.</para><note><para>A <code>FilterExpression</code> is applied after the items have already been read;
/// the process of filtering does not consume any additional read capacity units.</para></note><para>For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/QueryAndScan.html#Query.FilterExpression">Filter
/// the process of filtering does not consume any additional read capacity units.</para></note><para>For more information, see <a href="https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Scan.html#Scan.FilterExpression">Filter
/// Expressions</a> in the <i>Amazon DynamoDB Developer Guide</i>.</para>
/// </para>
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ $KNDR_Completers = {
break
}

# Amazon.Kendra.MissingAttributeKeyStrategy
"Invoke-KNDRQuery/CollapseConfiguration_MissingAttributeKeyStrategy"
{
$v = "COLLAPSE","EXPAND","IGNORE"
break
}

# Amazon.Kendra.Mode
"Update-KNDRQuerySuggestionsConfig/Mode"
{
Expand Down Expand Up @@ -204,6 +211,7 @@ $KNDR_Completers = {

$KNDR_map = @{
"AttributeSuggestionsConfig_AttributeSuggestionsMode"=@("Update-KNDRQuerySuggestionsConfig")
"CollapseConfiguration_MissingAttributeKeyStrategy"=@("Invoke-KNDRQuery")
"CustomDocumentEnrichmentConfiguration_PostExtractionHookConfiguration_InvocationCondition_Operator"=@("New-KNDRDataSource","Update-KNDRDataSource","Write-KNDRDocumentBatch")
"CustomDocumentEnrichmentConfiguration_PreExtractionHookConfiguration_InvocationCondition_Operator"=@("New-KNDRDataSource","Update-KNDRDataSource","Write-KNDRDocumentBatch")
"Edition"=@("New-KNDRIndex")
Expand Down
Loading

0 comments on commit 33455d6

Please sign in to comment.