Skip to content

Commit

Permalink
4.1.641
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Aug 22, 2024
1 parent 16204b3 commit 0c53aa5
Show file tree
Hide file tree
Showing 29 changed files with 3,227 additions and 826 deletions.
1,552 changes: 776 additions & 776 deletions Include/sdk/_sdk-versions.json

Large diffs are not rendered by default.

20 changes: 19 additions & 1 deletion changelogs/CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
### 4.1.640 (2024-08-21 20:57Z)
### 4.1.641 (2024-08-22 21:29Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.871.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
* Added cmdlet Get-BDRImportedModel leveraging the GetImportedModel service API.
* Added cmdlet Get-BDRImportedModelList leveraging the ListImportedModels service API.
* Added cmdlet Get-BDRModelImportJob leveraging the GetModelImportJob service API.
* Added cmdlet Get-BDRModelImportJobList leveraging the ListModelImportJobs service API.
* Added cmdlet New-BDRModelImportJob leveraging the CreateModelImportJob service API.
* Added cmdlet Remove-BDRImportedModel leveraging the DeleteImportedModel service API.
* Added cmdlet Set-BDRBatchDeleteEvaluationJob leveraging the BatchDeleteEvaluationJob service API.
* Amazon QuickSight
* Modified cmdlet New-QSAnalysis: added parameter QueryExecutionOptions_QueryExecutionMode.
* Modified cmdlet New-QSEmbedUrlForAnonymousUser: added parameters Dashboard_DisabledFeature, Dashboard_EnabledFeature and SharedView_Enabled.
* Modified cmdlet New-QSEmbedUrlForRegisteredUser: added parameters ExperienceConfiguration_Dashboard_FeatureConfigurations_SharedView_Enabled and ExperienceConfiguration_QuickSightConsole_FeatureConfigurations_SharedView_Enabled.
* Modified cmdlet New-QSTemplate: added parameter QueryExecutionOptions_QueryExecutionMode.
* Modified cmdlet Update-QSAnalysis: added parameter QueryExecutionOptions_QueryExecutionMode.
* Modified cmdlet Update-QSTemplate: added parameter QueryExecutionOptions_QueryExecutionMode.

### 4.1.640 (2024-08-21 20:57Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.870.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.
* [Breaking Change] Removed support for Amazon CodeStar
* Amazon Glue
Expand Down
20 changes: 19 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
### 4.1.640 (2024-08-21 20:57Z)
### 4.1.641 (2024-08-22 21:29Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.871.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
* Added cmdlet Get-BDRImportedModel leveraging the GetImportedModel service API.
* Added cmdlet Get-BDRImportedModelList leveraging the ListImportedModels service API.
* Added cmdlet Get-BDRModelImportJob leveraging the GetModelImportJob service API.
* Added cmdlet Get-BDRModelImportJobList leveraging the ListModelImportJobs service API.
* Added cmdlet New-BDRModelImportJob leveraging the CreateModelImportJob service API.
* Added cmdlet Remove-BDRImportedModel leveraging the DeleteImportedModel service API.
* Added cmdlet Set-BDRBatchDeleteEvaluationJob leveraging the BatchDeleteEvaluationJob service API.
* Amazon QuickSight
* Modified cmdlet New-QSAnalysis: added parameter QueryExecutionOptions_QueryExecutionMode.
* Modified cmdlet New-QSEmbedUrlForAnonymousUser: added parameters Dashboard_DisabledFeature, Dashboard_EnabledFeature and SharedView_Enabled.
* Modified cmdlet New-QSEmbedUrlForRegisteredUser: added parameters ExperienceConfiguration_Dashboard_FeatureConfigurations_SharedView_Enabled and ExperienceConfiguration_QuickSightConsole_FeatureConfigurations_SharedView_Enabled.
* Modified cmdlet New-QSTemplate: added parameter QueryExecutionOptions_QueryExecutionMode.
* Modified cmdlet Update-QSAnalysis: added parameter QueryExecutionOptions_QueryExecutionMode.
* Modified cmdlet Update-QSTemplate: added parameter QueryExecutionOptions_QueryExecutionMode.

### 4.1.640 (2024-08-21 20:57Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.870.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.
* [Breaking Change] Removed support for Amazon CodeStar
* Amazon Glue
Expand Down
28 changes: 28 additions & 0 deletions generator/AWSPSGeneratorLib/Config/ServiceConfig/bedrock.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<ParamEmitters />
<MetadataProperties />
<ServiceOperations>
<ServiceOperation MethodName="BatchDeleteEvaluationJob" OutputProperty="*" Verb="Set" Noun="BatchDeleteEvaluationJob" ShouldProcessTarget="JobIdentifiers" PipelineParameter="" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateEvaluationJob" OutputProperty="JobArn" Verb="New" Noun="EvaluationJob" ShouldProcessTarget="JobName" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
Expand All @@ -39,6 +43,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateModelImportJob" OutputProperty="JobArn" Verb="New" Noun="ModelImportJob" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateModelInvocationJob" OutputProperty="JobArn" Verb="New" Noun="ModelInvocationJob" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
Expand All @@ -55,6 +63,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DeleteImportedModel" Verb="Remove" Noun="ImportedModel" ShouldProcessTarget="ModelIdentifier" PipelineParameter="ModelIdentifier" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DeleteModelInvocationLoggingConfiguration" Verb="Remove" Noun="ModelInvocationLoggingConfiguration" PipelineParameter="" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand All @@ -79,6 +91,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetImportedModel" OutputProperty="*" Verb="Get" Noun="ImportedModel" PipelineParameter="ModelIdentifier" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetModelCopyJob" OutputProperty="*" Verb="Get" Noun="ModelCopyJob" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
Expand All @@ -87,6 +103,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetModelImportJob" OutputProperty="*" Verb="Get" Noun="ModelImportJob" PipelineParameter="JobIdentifier" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetModelInvocationJob" OutputProperty="*" Verb="Get" Noun="ModelInvocationJob" PipelineParameter="JobIdentifier" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -115,6 +135,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListImportedModels" OutputProperty="ModelSummaries" Verb="Get" Noun="ImportedModelList" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListModelCopyJobs" OutputProperty="ModelCopyJobSummaries" Verb="Get" Noun="ModelCopyJobList" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
Expand All @@ -123,6 +147,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListModelImportJobs" OutputProperty="ModelImportJobSummaries" Verb="Get" Noun="ModelImportJobList" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListModelInvocationJobs" OutputProperty="InvocationJobSummaries" Verb="Get" Noun="ModelInvocationJobList" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -415,8 +415,10 @@
<Params>
<Param Name="ExperienceConfiguration_Dashboard_FeatureConfigurations_Bookmarks_Enabled" NewName="ExperienceConfiguration_Dashboard_FeatureConfigurations_Bookmarks_Enabled" />
<Param Name="ExperienceConfiguration_Dashboard_FeatureConfigurations_StatePersistence_Enabled" NewName="ExperienceConfiguration_Dashboard_FeatureConfigurations_StatePersistence_Enabled" />
<Param Name="ExperienceConfiguration_Dashboard_FeatureConfigurations_SharedView_Enabled" NewName="ExperienceConfiguration_Dashboard_FeatureConfigurations_SharedView_Enabled" />
<Param Name="ExperienceConfiguration_QuickSightConsole_FeatureConfigurations_Bookmarks_Enabled" NewName="ExperienceConfiguration_QuickSightConsole_FeatureConfigurations_Bookmarks_Enabled" />
<Param Name="ExperienceConfiguration_QuickSightConsole_FeatureConfigurations_StatePersistence_Enabled" NewName="ExperienceConfiguration_QuickSightConsole_FeatureConfigurations_StatePersistence_Enabled" />
<Param Name="ExperienceConfiguration_QuickSightConsole_FeatureConfigurations_SharedView_Enabled" NewName="ExperienceConfiguration_QuickSightConsole_FeatureConfigurations_SharedView_Enabled" />
</Params>
<TypesNotToFlatten />
</ServiceOperation>
Expand Down
15 changes: 15 additions & 0 deletions modules/AWSPowerShell/AWSAliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2301,6 +2301,9 @@ Set-Alias -Name BCMDE-ListTagsForResource -Value Get-BCMDEResourceTag
Set-Alias -Name BCMDE-TagResource -Value Add-BCMDEResourceTag
Set-Alias -Name BCMDE-UntagResource -Value Remove-BCMDEResourceTag
Set-Alias -Name BCMDE-UpdateExport -Value Update-BCMDEExport
Set-Alias -Name Batch-BDRDeleteEvaluationJob -Value Set-BDRBatchDeleteEvaluationJob
Set-Alias -Name Batch-BDRBatchDeleteEvaluationJob -Value Set-BDRBatchDeleteEvaluationJob
Set-Alias -Name BDR-BatchDeleteEvaluationJob -Value Set-BDRBatchDeleteEvaluationJob
Set-Alias -Name Create-BDREvaluationJob -Value New-BDREvaluationJob
Set-Alias -Name BDR-CreateEvaluationJob -Value New-BDREvaluationJob
Set-Alias -Name Create-BDRGuardrail -Value New-BDRGuardrail
Expand All @@ -2311,6 +2314,8 @@ Set-Alias -Name Create-BDRModelCopyJob -Value New-BDRModelCopyJob
Set-Alias -Name BDR-CreateModelCopyJob -Value New-BDRModelCopyJob
Set-Alias -Name Create-BDRModelCustomizationJob -Value New-BDRModelCustomizationJob
Set-Alias -Name BDR-CreateModelCustomizationJob -Value New-BDRModelCustomizationJob
Set-Alias -Name Create-BDRModelImportJob -Value New-BDRModelImportJob
Set-Alias -Name BDR-CreateModelImportJob -Value New-BDRModelImportJob
Set-Alias -Name Create-BDRModelInvocationJob -Value New-BDRModelInvocationJob
Set-Alias -Name BDR-CreateModelInvocationJob -Value New-BDRModelInvocationJob
Set-Alias -Name Create-BDRProvisionedModelThroughput -Value New-BDRProvisionedModelThroughput
Expand All @@ -2319,6 +2324,8 @@ Set-Alias -Name Delete-BDRCustomModel -Value Remove-BDRCustomModel
Set-Alias -Name BDR-DeleteCustomModel -Value Remove-BDRCustomModel
Set-Alias -Name Delete-BDRGuardrail -Value Remove-BDRGuardrail
Set-Alias -Name BDR-DeleteGuardrail -Value Remove-BDRGuardrail
Set-Alias -Name Delete-BDRImportedModel -Value Remove-BDRImportedModel
Set-Alias -Name BDR-DeleteImportedModel -Value Remove-BDRImportedModel
Set-Alias -Name Delete-BDRModelInvocationLoggingConfiguration -Value Remove-BDRModelInvocationLoggingConfiguration
Set-Alias -Name BDR-DeleteModelInvocationLoggingConfiguration -Value Remove-BDRModelInvocationLoggingConfiguration
Set-Alias -Name Delete-BDRProvisionedModelThroughput -Value Remove-BDRProvisionedModelThroughput
Expand All @@ -2327,8 +2334,10 @@ Set-Alias -Name BDR-GetCustomModel -Value Get-BDRCustomModel
Set-Alias -Name BDR-GetEvaluationJob -Value Get-BDREvaluationJob
Set-Alias -Name BDR-GetFoundationModel -Value Get-BDRFoundationModel
Set-Alias -Name BDR-GetGuardrail -Value Get-BDRGuardrail
Set-Alias -Name BDR-GetImportedModel -Value Get-BDRImportedModel
Set-Alias -Name BDR-GetModelCopyJob -Value Get-BDRModelCopyJob
Set-Alias -Name BDR-GetModelCustomizationJob -Value Get-BDRModelCustomizationJob
Set-Alias -Name BDR-GetModelImportJob -Value Get-BDRModelImportJob
Set-Alias -Name BDR-GetModelInvocationJob -Value Get-BDRModelInvocationJob
Set-Alias -Name BDR-GetModelInvocationLoggingConfiguration -Value Get-BDRModelInvocationLoggingConfiguration
Set-Alias -Name BDR-GetProvisionedModelThroughput -Value Get-BDRProvisionedModelThroughput
Expand All @@ -2344,12 +2353,18 @@ Set-Alias -Name BDR-ListFoundationModels -Value Get-BDRFoundationModelList
Set-Alias -Name List-BDRGuardrails -Value Get-BDRGuardrailList
Set-Alias -Name List-BDRGuardrailList -Value Get-BDRGuardrailList
Set-Alias -Name BDR-ListGuardrails -Value Get-BDRGuardrailList
Set-Alias -Name List-BDRImportedModels -Value Get-BDRImportedModelList
Set-Alias -Name List-BDRImportedModelList -Value Get-BDRImportedModelList
Set-Alias -Name BDR-ListImportedModels -Value Get-BDRImportedModelList
Set-Alias -Name List-BDRModelCopyJobs -Value Get-BDRModelCopyJobList
Set-Alias -Name List-BDRModelCopyJobList -Value Get-BDRModelCopyJobList
Set-Alias -Name BDR-ListModelCopyJobs -Value Get-BDRModelCopyJobList
Set-Alias -Name List-BDRModelCustomizationJobs -Value Get-BDRModelCustomizationJobList
Set-Alias -Name List-BDRModelCustomizationJobList -Value Get-BDRModelCustomizationJobList
Set-Alias -Name BDR-ListModelCustomizationJobs -Value Get-BDRModelCustomizationJobList
Set-Alias -Name List-BDRModelImportJobs -Value Get-BDRModelImportJobList
Set-Alias -Name List-BDRModelImportJobList -Value Get-BDRModelImportJobList
Set-Alias -Name BDR-ListModelImportJobs -Value Get-BDRModelImportJobList
Set-Alias -Name List-BDRModelInvocationJobs -Value Get-BDRModelInvocationJobList
Set-Alias -Name List-BDRModelInvocationJobList -Value Get-BDRModelInvocationJobList
Set-Alias -Name BDR-ListModelInvocationJobs -Value Get-BDRModelInvocationJobList
Expand Down
Loading

0 comments on commit 0c53aa5

Please sign in to comment.