Skip to content

Commit 69e7e82

Browse files
4.1.668
1 parent afabdb5 commit 69e7e82

23 files changed

+1182
-802
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2024.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
### 4.1.667 (2024-10-01 00:25Z)
1+
### 4.1.668 (2024-10-01 21:21Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.896.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.
3+
* Amazon Agents for Amazon Bedrock
4+
* Added cmdlet Stop-AABIngestionJob leveraging the StopIngestionJob service API.
5+
* Amazon CodeArtifact
6+
* Modified cmdlet Get-CARepositoryEndpoint: added parameter EndpointType.
7+
* Amazon Relational Database Service
8+
* Modified cmdlet New-RDSDBCluster: added parameter ClusterScalabilityType.
9+
* Modified cmdlet New-RDSDBShardGroup: added parameter Tag.
10+
11+
### 4.1.667 (2024-10-01 00:25Z)
212
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.895.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.
313
* Amazon Connect Service
414
* Added cmdlet Start-CONNOutboundChatContact leveraging the StartOutboundChatContact service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
### 4.1.667 (2024-10-01 00:25Z)
1+
### 4.1.668 (2024-10-01 21:21Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.896.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.
3+
* Amazon Agents for Amazon Bedrock
4+
* Added cmdlet Stop-AABIngestionJob leveraging the StopIngestionJob service API.
5+
* Amazon CodeArtifact
6+
* Modified cmdlet Get-CARepositoryEndpoint: added parameter EndpointType.
7+
* Amazon Relational Database Service
8+
* Modified cmdlet New-RDSDBCluster: added parameter ClusterScalabilityType.
9+
* Modified cmdlet New-RDSDBShardGroup: added parameter Tag.
10+
11+
### 4.1.667 (2024-10-01 00:25Z)
212
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.895.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.
313
* Amazon Connect Service
414
* Added cmdlet Start-CONNOutboundChatContact leveraging the StartOutboundChatContact service API.

generator/AWSPSGeneratorLib/Config/ServiceConfig/bedrock-agent.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@
247247
<Params />
248248
<TypesNotToFlatten />
249249
</ServiceOperation>
250+
<ServiceOperation MethodName="StopIngestionJob" OutputProperty="IngestionJob" Verb="Stop" Noun="IngestionJob" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
251+
<Params />
252+
<TypesNotToFlatten />
253+
</ServiceOperation>
250254
<ServiceOperation MethodName="TagResource" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false">
251255
<Params />
252256
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2487,6 +2487,7 @@ Set-Alias -Name AAB-PrepareAgent -Value Initialize-AABAgent
24872487
Set-Alias -Name Prepare-AABFlow -Value Initialize-AABFlow
24882488
Set-Alias -Name AAB-PrepareFlow -Value Initialize-AABFlow
24892489
Set-Alias -Name AAB-StartIngestionJob -Value Start-AABIngestionJob
2490+
Set-Alias -Name AAB-StopIngestionJob -Value Stop-AABIngestionJob
24902491
Set-Alias -Name AAB-TagResource -Value Add-AABResourceTag
24912492
Set-Alias -Name AAB-UntagResource -Value Remove-AABResourceTag
24922493
Set-Alias -Name AAB-UpdateAgentActionGroup -Value Update-AABAgentActionGroup

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6797,6 +6797,7 @@ $AAB_SelectMap = @{
67976797
"Initialize-AABAgent",
67986798
"Initialize-AABFlow",
67996799
"Start-AABIngestionJob",
6800+
"Stop-AABIngestionJob",
68006801
"Add-AABResourceTag",
68016802
"Remove-AABResourceTag",
68026803
"Update-AABAgent",
@@ -12156,6 +12157,13 @@ $CA_Completers = {
1215612157
break
1215712158
}
1215812159

12160+
# Amazon.CodeArtifact.EndpointType
12161+
"Get-CARepositoryEndpoint/EndpointType"
12162+
{
12163+
$v = "dualstack","ipv4"
12164+
break
12165+
}
12166+
1215912167
# Amazon.CodeArtifact.PackageFormat
1216012168
{
1216112169
($_ -eq "Copy-CAPackageVersion/Format") -Or
@@ -12224,6 +12232,7 @@ $CA_Completers = {
1222412232
}
1222512233

1222612234
$CA_map = @{
12235+
"EndpointType"=@("Get-CARepositoryEndpoint")
1222712236
"ExpectedStatus"=@("Remove-CAPackageVersion","Unpublish-CAPackageVersion","Update-CAPackageVersionsStatus")
1222812237
"Format"=@("Copy-CAPackageVersion","Get-CAAssociatedPackageGroup","Get-CAPackage","Get-CAPackageList","Get-CAPackageVersion","Get-CAPackageVersionAsset","Get-CAPackageVersionAssetList","Get-CAPackageVersionDependencyList","Get-CAPackageVersionList","Get-CAPackageVersionReadme","Get-CARepositoryEndpoint","Publish-CAPackageVersion","Remove-CAPackage","Remove-CAPackageVersion","Unpublish-CAPackageVersion","Update-CAPackageVersionsStatus","Write-CAPackageOriginConfiguration")
1222912238
"OriginRestrictionType"=@("Get-CAAllowedRepositoriesForGroupList")
@@ -55957,6 +55966,13 @@ $RDS_Completers = {
5595755966
break
5595855967
}
5595955968

55969+
# Amazon.RDS.ClusterScalabilityType
55970+
"New-RDSDBCluster/ClusterScalabilityType"
55971+
{
55972+
$v = "limitless","standard"
55973+
break
55974+
}
55975+
5596055976
# Amazon.RDS.CustomEngineVersionStatus
5596155977
"Edit-RDSCustomDBEngineVersion/Status"
5596255978
{
@@ -56016,6 +56032,7 @@ $RDS_Completers = {
5601656032
$RDS_map = @{
5601756033
"AuditPolicyState"=@("Edit-RDSActivityStream")
5601856034
"AutomationMode"=@("Edit-RDSDBInstance")
56035+
"ClusterScalabilityType"=@("New-RDSDBCluster")
5601956036
"EngineFamily"=@("New-RDSDBProxy")
5602056037
"Mode"=@("Start-RDSActivityStream")
5602156038
"RdsCustomClusterConfiguration_ReplicaMode"=@("New-RDSDBCluster","Restore-RDSDBClusterFromSnapshot","Restore-RDSDBClusterToPointInTime")

modules/AWSPowerShell/Cmdlets/BedrockAgent/AWS.Tools.BedrockAgent.Completers.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,7 @@ $AAB_SelectMap = @{
400400
"Initialize-AABAgent",
401401
"Initialize-AABFlow",
402402
"Start-AABIngestionJob",
403+
"Stop-AABIngestionJob",
403404
"Add-AABResourceTag",
404405
"Remove-AABResourceTag",
405406
"Update-AABAgent",

modules/AWSPowerShell/Cmdlets/BedrockAgent/AWS.Tools.BedrockAgent.psd1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
137137
'Remove-AABPrompt',
138138
'Remove-AABResourceTag',
139139
'Start-AABIngestionJob',
140+
'Stop-AABIngestionJob',
140141
'Unregister-AABAgentKnowledgeBase',
141142
'Update-AABAgent',
142143
'Update-AABAgentActionGroup',

modules/AWSPowerShell/Cmdlets/BedrockAgent/Basic/Get-AABDataSource-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public partial class GetAABDataSourceCmdlet : AmazonBedrockAgentClientCmdlet, IE
6464
#region Parameter KnowledgeBaseId
6565
/// <summary>
6666
/// <para>
67-
/// <para>The unique identifier of the knowledge base that the data source was added to.</para>
67+
/// <para>The unique identifier of the knowledge base for the data source.</para>
6868
/// </para>
6969
/// </summary>
7070
#if !MODULAR

modules/AWSPowerShell/Cmdlets/BedrockAgent/Basic/Get-AABIngestionJob-Cmdlet.cs

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
namespace Amazon.PowerShell.Cmdlets.AAB
2929
{
3030
/// <summary>
31-
/// Gets information about a ingestion job, in which a data source is added to a knowledge
32-
/// base.
31+
/// Gets information about a data ingestion job. Data sources are ingested into your knowledge
32+
/// base so that Large Lanaguage Models (LLMs) can use your data.
3333
/// </summary>
3434
[Cmdlet("Get", "AABIngestionJob")]
3535
[OutputType("Amazon.BedrockAgent.Model.IngestionJob")]
@@ -46,7 +46,8 @@ public partial class GetAABIngestionJobCmdlet : AmazonBedrockAgentClientCmdlet,
4646
#region Parameter DataSourceId
4747
/// <summary>
4848
/// <para>
49-
/// <para>The unique identifier of the data source in the ingestion job.</para>
49+
/// <para>The unique identifier of the data source for the data ingestion job you want to get
50+
/// information on.</para>
5051
/// </para>
5152
/// </summary>
5253
#if !MODULAR
@@ -63,7 +64,7 @@ public partial class GetAABIngestionJobCmdlet : AmazonBedrockAgentClientCmdlet,
6364
#region Parameter IngestionJobId
6465
/// <summary>
6566
/// <para>
66-
/// <para>The unique identifier of the ingestion job.</para>
67+
/// <para>The unique identifier of the data ingestion job you want to get information on.</para>
6768
/// </para>
6869
/// </summary>
6970
#if !MODULAR
@@ -80,7 +81,8 @@ public partial class GetAABIngestionJobCmdlet : AmazonBedrockAgentClientCmdlet,
8081
#region Parameter KnowledgeBaseId
8182
/// <summary>
8283
/// <para>
83-
/// <para>The unique identifier of the knowledge base for which the ingestion job applies.</para>
84+
/// <para>The unique identifier of the knowledge base for the data ingestion job you want to
85+
/// get information on.</para>
8486
/// </para>
8587
/// </summary>
8688
#if !MODULAR

0 commit comments

Comments
 (0)