Skip to content

Commit

Permalink
4.1.627
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Aug 2, 2024
1 parent 03321d8 commit 9b7bd07
Show file tree
Hide file tree
Showing 19 changed files with 1,303 additions and 22 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.856.0",
"ProductVersion" : "3.7.857.0",
"CoreVersion" : "3.7.400.2",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -80,7 +80,7 @@
"InPreview" : false
},
"CloudWatch" : {
"Version" : "3.7.400.2",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.2"
Expand Down Expand Up @@ -162,7 +162,7 @@
"InPreview" : false
},
"ECS" : {
"Version" : "3.7.400.2",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.2"
Expand Down Expand Up @@ -236,7 +236,7 @@
"InPreview" : false
},
"Kinesis" : {
"Version" : "3.7.400.2",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.2"
Expand Down Expand Up @@ -300,7 +300,7 @@
"InPreview" : false
},
"Route53" : {
"Version" : "3.7.400.2",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.2"
Expand Down Expand Up @@ -372,7 +372,7 @@
"InPreview" : false
},
"SimpleSystemsManagement" : {
"Version" : "3.7.400.2",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.2"
Expand Down Expand Up @@ -700,7 +700,7 @@
"InPreview" : false
},
"WAFRegional" : {
"Version" : "3.7.400.2",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.2"
Expand Down Expand Up @@ -828,7 +828,7 @@
"InPreview" : false
},
"Glue" : {
"Version" : "3.7.400.2",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.2"
Expand Down Expand Up @@ -2268,7 +2268,7 @@
"InPreview" : false
},
"ResilienceHub" : {
"Version" : "3.7.400.2",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.2"
Expand Down
11 changes: 10 additions & 1 deletion changelogs/CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
### 4.1.626 (2024-08-01 21:01Z)
### 4.1.627 (2024-08-02 21:11Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.857.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 Resilience Hub
* Added cmdlet Approve-RESHResourceGroupingRecommendation leveraging the AcceptResourceGroupingRecommendations service API.
* Added cmdlet Deny-RESHResourceGroupingRecommendation leveraging the RejectResourceGroupingRecommendations service API.
* Added cmdlet Get-RESHResourceGroupingRecommendationList leveraging the ListResourceGroupingRecommendations service API.
* Added cmdlet Get-RESHResourceGroupingRecommendationTask leveraging the DescribeResourceGroupingRecommendationTask service API.
* Added cmdlet Start-RESHResourceGroupingRecommendationTask leveraging the StartResourceGroupingRecommendationTask service API.

### 4.1.626 (2024-08-01 21:01Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.856.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-BDRModelCopyJob leveraging the GetModelCopyJob service API.
Expand Down
11 changes: 10 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
### 4.1.626 (2024-08-01 21:01Z)
### 4.1.627 (2024-08-02 21:11Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.857.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 Resilience Hub
* Added cmdlet Approve-RESHResourceGroupingRecommendation leveraging the AcceptResourceGroupingRecommendations service API.
* Added cmdlet Deny-RESHResourceGroupingRecommendation leveraging the RejectResourceGroupingRecommendations service API.
* Added cmdlet Get-RESHResourceGroupingRecommendationList leveraging the ListResourceGroupingRecommendations service API.
* Added cmdlet Get-RESHResourceGroupingRecommendationTask leveraging the DescribeResourceGroupingRecommendationTask service API.
* Added cmdlet Start-RESHResourceGroupingRecommendationTask leveraging the StartResourceGroupingRecommendationTask service API.

### 4.1.626 (2024-08-01 21:01Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.856.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-BDRModelCopyJob leveraging the GetModelCopyJob service API.
Expand Down
20 changes: 20 additions & 0 deletions generator/AWSPSGeneratorLib/Config/ServiceConfig/resiliencehub.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<ParamEmitters />
<MetadataProperties />
<ServiceOperations>
<ServiceOperation MethodName="AcceptResourceGroupingRecommendations" OutputProperty="*" Verb="Approve" Noun="ResourceGroupingRecommendation" ShouldProcessTarget="AppArn" PipelineParameter="AppArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="AddDraftAppVersionResourceMappings" OutputProperty="*" Verb="Add" Noun="DraftAppVersionResourceMapping" ShouldProcessTarget="AppArn" PipelineParameter="AppArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -111,6 +115,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DescribeResourceGroupingRecommendationTask" OutputProperty="*" Verb="Get" Noun="ResourceGroupingRecommendationTask" PipelineParameter="AppArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ImportResourcesToDraftAppVersion" OutputProperty="*" Verb="Import" Noun="ResourcesToDraftAppVersion" ShouldProcessTarget="AppArn" PipelineParameter="AppArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -171,6 +179,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListResourceGroupingRecommendations" OutputProperty="*" Verb="Get" Noun="ResourceGroupingRecommendationList" PipelineParameter="AppArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListSopRecommendations" OutputProperty="SopRecommendations" Verb="Get" Noun="SopRecommendationList" PipelineParameter="AssessmentArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -199,6 +211,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="RejectResourceGroupingRecommendations" OutputProperty="*" Verb="Deny" Noun="ResourceGroupingRecommendation" ShouldProcessTarget="AppArn" PipelineParameter="AppArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="RemoveDraftAppVersionResourceMappings" OutputProperty="*" Verb="Remove" Noun="DraftAppVersionResourceMapping" ShouldProcessTarget="AppArn" PipelineParameter="AppArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand All @@ -211,6 +227,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="StartResourceGroupingRecommendationTask" OutputProperty="*" Verb="Start" Noun="ResourceGroupingRecommendationTask" ShouldProcessTarget="AppArn" PipelineParameter="AppArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="TagResource" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down
12 changes: 12 additions & 0 deletions modules/AWSPowerShell/AWSAliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23810,6 +23810,9 @@ Set-Alias -Name RESP-SendInvites -Value Send-RESPInvite
Set-Alias -Name RESP-TagResource -Value Add-RESPResourceTag
Set-Alias -Name RESP-UntagResource -Value Remove-RESPResourceTag
Set-Alias -Name RESP-UpdateSpace -Value Update-RESPSpace
Set-Alias -Name Accept-RESHResourceGroupingRecommendations -Value Approve-RESHResourceGroupingRecommendation
Set-Alias -Name Accept-RESHResourceGroupingRecommendation -Value Approve-RESHResourceGroupingRecommendation
Set-Alias -Name RESH-AcceptResourceGroupingRecommendations -Value Approve-RESHResourceGroupingRecommendation
Set-Alias -Name Add-RESHDraftAppVersionResourceMappings -Value Add-RESHDraftAppVersionResourceMapping
Set-Alias -Name RESH-AddDraftAppVersionResourceMappings -Value Add-RESHDraftAppVersionResourceMapping
Set-Alias -Name Batch-RESHUpdateRecommendationStatus -Value Set-RESHUpdateRecommendationStatus
Expand Down Expand Up @@ -23856,6 +23859,8 @@ Set-Alias -Name Describe-RESHDraftAppVersionResourcesImportStatus -Value Get-RES
Set-Alias -Name RESH-DescribeDraftAppVersionResourcesImportStatus -Value Get-RESHDraftAppVersionResourcesImportStatus
Set-Alias -Name Describe-RESHResiliencyPolicy -Value Get-RESHResiliencyPolicy
Set-Alias -Name RESH-DescribeResiliencyPolicy -Value Get-RESHResiliencyPolicy
Set-Alias -Name Describe-RESHResourceGroupingRecommendationTask -Value Get-RESHResourceGroupingRecommendationTask
Set-Alias -Name RESH-DescribeResourceGroupingRecommendationTask -Value Get-RESHResourceGroupingRecommendationTask
Set-Alias -Name RESH-ImportResourcesToDraftAppVersion -Value Import-RESHResourcesToDraftAppVersion
Set-Alias -Name List-RESHAlarmRecommendations -Value Get-RESHAlarmRecommendationList
Set-Alias -Name List-RESHAlarmRecommendationList -Value Get-RESHAlarmRecommendationList
Expand Down Expand Up @@ -23899,6 +23904,9 @@ Set-Alias -Name RESH-ListRecommendationTemplates -Value Get-RESHRecommendationTe
Set-Alias -Name List-RESHResiliencyPolicies -Value Get-RESHResiliencyPolicyList
Set-Alias -Name List-RESHResiliencyPolicyList -Value Get-RESHResiliencyPolicyList
Set-Alias -Name RESH-ListResiliencyPolicies -Value Get-RESHResiliencyPolicyList
Set-Alias -Name List-RESHResourceGroupingRecommendations -Value Get-RESHResourceGroupingRecommendationList
Set-Alias -Name List-RESHResourceGroupingRecommendationList -Value Get-RESHResourceGroupingRecommendationList
Set-Alias -Name RESH-ListResourceGroupingRecommendations -Value Get-RESHResourceGroupingRecommendationList
Set-Alias -Name List-RESHSopRecommendations -Value Get-RESHSopRecommendationList
Set-Alias -Name List-RESHSopRecommendationList -Value Get-RESHSopRecommendationList
Set-Alias -Name RESH-ListSopRecommendations -Value Get-RESHSopRecommendationList
Expand All @@ -23915,11 +23923,15 @@ Set-Alias -Name RESH-ListUnsupportedAppVersionResources -Value Get-RESHUnsupport
Set-Alias -Name RESH-PublishAppVersion -Value Publish-RESHAppVersion
Set-Alias -Name Put-RESHDraftAppVersionTemplate -Value Write-RESHDraftAppVersionTemplate
Set-Alias -Name RESH-PutDraftAppVersionTemplate -Value Write-RESHDraftAppVersionTemplate
Set-Alias -Name Reject-RESHResourceGroupingRecommendations -Value Deny-RESHResourceGroupingRecommendation
Set-Alias -Name Reject-RESHResourceGroupingRecommendation -Value Deny-RESHResourceGroupingRecommendation
Set-Alias -Name RESH-RejectResourceGroupingRecommendations -Value Deny-RESHResourceGroupingRecommendation
Set-Alias -Name Remove-RESHDraftAppVersionResourceMappings -Value Remove-RESHDraftAppVersionResourceMapping
Set-Alias -Name RESH-RemoveDraftAppVersionResourceMappings -Value Remove-RESHDraftAppVersionResourceMapping
Set-Alias -Name Resolve-RESHAppVersionResources -Value Resolve-RESHAppVersionResource
Set-Alias -Name RESH-ResolveAppVersionResources -Value Resolve-RESHAppVersionResource
Set-Alias -Name RESH-StartAppAssessment -Value Start-RESHAppAssessment
Set-Alias -Name RESH-StartResourceGroupingRecommendationTask -Value Start-RESHResourceGroupingRecommendationTask
Set-Alias -Name RESH-TagResource -Value Add-RESHResourceTag
Set-Alias -Name RESH-UntagResource -Value Remove-RESHResourceTag
Set-Alias -Name RESH-UpdateApp -Value Update-RESHApp
Expand Down
9 changes: 7 additions & 2 deletions modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -56558,7 +56558,7 @@ $RESH_Completers = {
# Amazon.ResilienceHub.ComplianceStatus
"Get-RESHAppAssessmentList/ComplianceStatus"
{
$v = "PolicyBreached","PolicyMet"
$v = "MissingPolicy","NotApplicable","PolicyBreached","PolicyMet"
break
}

Expand Down Expand Up @@ -56675,7 +56675,8 @@ $RESH_SelectCompleters = {
}

$RESH_SelectMap = @{
"Select"=@("Add-RESHDraftAppVersionResourceMapping",
"Select"=@("Approve-RESHResourceGroupingRecommendation",
"Add-RESHDraftAppVersionResourceMapping",
"Set-RESHUpdateRecommendationStatus",
"New-RESHApp",
"New-RESHAppVersionAppComponent",
Expand All @@ -56698,6 +56699,7 @@ $RESH_SelectMap = @{
"Get-RESHAppVersionTemplate",
"Get-RESHDraftAppVersionResourcesImportStatus",
"Get-RESHResiliencyPolicy",
"Get-RESHResourceGroupingRecommendationTask",
"Import-RESHResourcesToDraftAppVersion",
"Get-RESHAlarmRecommendationList",
"Get-RESHAppAssessmentComplianceDriftList",
Expand All @@ -56713,16 +56715,19 @@ $RESH_SelectMap = @{
"Get-RESHAppVersionList",
"Get-RESHRecommendationTemplateList",
"Get-RESHResiliencyPolicyList",
"Get-RESHResourceGroupingRecommendationList",
"Get-RESHSopRecommendationList",
"Get-RESHSuggestedResiliencyPolicyList",
"Get-RESHResourceTag",
"Get-RESHTestRecommendationList",
"Get-RESHUnsupportedAppVersionResourceList",
"Publish-RESHAppVersion",
"Write-RESHDraftAppVersionTemplate",
"Deny-RESHResourceGroupingRecommendation",
"Remove-RESHDraftAppVersionResourceMapping",
"Resolve-RESHAppVersionResource",
"Start-RESHAppAssessment",
"Start-RESHResourceGroupingRecommendationTask",
"Add-RESHResourceTag",
"Remove-RESHResourceTag",
"Update-RESHApp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ $RESH_Completers = {
# Amazon.ResilienceHub.ComplianceStatus
"Get-RESHAppAssessmentList/ComplianceStatus"
{
$v = "PolicyBreached","PolicyMet"
$v = "MissingPolicy","NotApplicable","PolicyBreached","PolicyMet"
break
}

Expand Down Expand Up @@ -217,7 +217,8 @@ $RESH_SelectCompleters = {
}

$RESH_SelectMap = @{
"Select"=@("Add-RESHDraftAppVersionResourceMapping",
"Select"=@("Approve-RESHResourceGroupingRecommendation",
"Add-RESHDraftAppVersionResourceMapping",
"Set-RESHUpdateRecommendationStatus",
"New-RESHApp",
"New-RESHAppVersionAppComponent",
Expand All @@ -240,6 +241,7 @@ $RESH_SelectMap = @{
"Get-RESHAppVersionTemplate",
"Get-RESHDraftAppVersionResourcesImportStatus",
"Get-RESHResiliencyPolicy",
"Get-RESHResourceGroupingRecommendationTask",
"Import-RESHResourcesToDraftAppVersion",
"Get-RESHAlarmRecommendationList",
"Get-RESHAppAssessmentComplianceDriftList",
Expand All @@ -255,16 +257,19 @@ $RESH_SelectMap = @{
"Get-RESHAppVersionList",
"Get-RESHRecommendationTemplateList",
"Get-RESHResiliencyPolicyList",
"Get-RESHResourceGroupingRecommendationList",
"Get-RESHSopRecommendationList",
"Get-RESHSuggestedResiliencyPolicyList",
"Get-RESHResourceTag",
"Get-RESHTestRecommendationList",
"Get-RESHUnsupportedAppVersionResourceList",
"Publish-RESHAppVersion",
"Write-RESHDraftAppVersionTemplate",
"Deny-RESHResourceGroupingRecommendation",
"Remove-RESHDraftAppVersionResourceMapping",
"Resolve-RESHAppVersionResource",
"Start-RESHAppAssessment",
"Start-RESHResourceGroupingRecommendationTask",
"Add-RESHResourceTag",
"Remove-RESHResourceTag",
"Update-RESHApp",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
CmdletsToExport = @(
'Add-RESHDraftAppVersionResourceMapping',
'Add-RESHResourceTag',
'Approve-RESHResourceGroupingRecommendation',
'Deny-RESHResourceGroupingRecommendation',
'Get-RESHAlarmRecommendationList',
'Get-RESHApp',
'Get-RESHAppAssessment',
Expand All @@ -111,6 +113,8 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
'Get-RESHRecommendationTemplateList',
'Get-RESHResiliencyPolicy',
'Get-RESHResiliencyPolicyList',
'Get-RESHResourceGroupingRecommendationList',
'Get-RESHResourceGroupingRecommendationTask',
'Get-RESHResourceTag',
'Get-RESHSopRecommendationList',
'Get-RESHSuggestedResiliencyPolicyList',
Expand All @@ -135,6 +139,7 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
'Resolve-RESHAppVersionResource',
'Set-RESHUpdateRecommendationStatus',
'Start-RESHAppAssessment',
'Start-RESHResourceGroupingRecommendationTask',
'Update-RESHApp',
'Update-RESHAppVersion',
'Update-RESHAppVersionAppComponent',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ namespace Amazon.PowerShell.Cmdlets.RESH
/// Adds the source of resource-maps to the draft version of an application. During assessment,
/// Resilience Hub will use these resource-maps to resolve the latest physical ID for
/// each resource in the application template. For more information about different types
/// of resources suported by Resilience Hub and how to add them in your application, see
/// <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/how-app-manage.html">Step
/// of resources supported by Resilience Hub and how to add them in your application,
/// see <a href="https://docs.aws.amazon.com/resilience-hub/latest/userguide/how-app-manage.html">Step
/// 2: How is your application managed?</a> in the Resilience Hub User Guide.
/// </summary>
[Cmdlet("Add", "RESHDraftAppVersionResourceMapping", SupportsShouldProcess = true, ConfirmImpact = ConfirmImpact.Medium)]
Expand Down
Loading

0 comments on commit 9b7bd07

Please sign in to comment.