Skip to content

Commit

Permalink
4.1.611
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Jul 1, 2024
1 parent 8396f97 commit e1af2da
Show file tree
Hide file tree
Showing 23 changed files with 2,199 additions and 802 deletions.
1,552 changes: 776 additions & 776 deletions Include/sdk/_sdk-versions.json

Large diffs are not rendered by default.

14 changes: 13 additions & 1 deletion changelogs/CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
### 4.1.610 (2024-06-28 22:03Z)
### 4.1.611 (2024-07-01 22:48Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.842.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 Connect Service
* Added cmdlet Get-CONNAuthenticationProfile leveraging the DescribeAuthenticationProfile service API.
* Added cmdlet Get-CONNAuthenticationProfileList leveraging the ListAuthenticationProfiles service API.
* Added cmdlet Update-CONNAuthenticationProfile leveraging the UpdateAuthenticationProfile service API.
* Amazon Payment Cryptography Data
* Modified cmdlet Convert-PAYCDPinData: added parameters IncomingWrappedKey_KeyCheckValueAlgorithm, IncomingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock, OutgoingWrappedKey_KeyCheckValueAlgorithm and OutgoingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock.
* Modified cmdlet Protect-PAYCDData: added parameters WrappedKey_KeyCheckValueAlgorithm and WrappedKeyMaterial_Tr31KeyBlock.
* Modified cmdlet Unprotect-PAYCDData: added parameters WrappedKey_KeyCheckValueAlgorithm and WrappedKeyMaterial_Tr31KeyBlock.
* Modified cmdlet Update-PAYCDEncryptData: added parameters IncomingWrappedKey_KeyCheckValueAlgorithm, IncomingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock, OutgoingWrappedKey_KeyCheckValueAlgorithm and OutgoingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock.

### 4.1.610 (2024-06-28 22:03Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.841.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 CloudHSM V2
* Added cmdlet Get-HSM2ResourcePolicy leveraging the GetResourcePolicy service API.
Expand Down
14 changes: 13 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
### 4.1.610 (2024-06-28 22:03Z)
### 4.1.611 (2024-07-01 22:48Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.842.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 Connect Service
* Added cmdlet Get-CONNAuthenticationProfile leveraging the DescribeAuthenticationProfile service API.
* Added cmdlet Get-CONNAuthenticationProfileList leveraging the ListAuthenticationProfiles service API.
* Added cmdlet Update-CONNAuthenticationProfile leveraging the UpdateAuthenticationProfile service API.
* Amazon Payment Cryptography Data
* Modified cmdlet Convert-PAYCDPinData: added parameters IncomingWrappedKey_KeyCheckValueAlgorithm, IncomingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock, OutgoingWrappedKey_KeyCheckValueAlgorithm and OutgoingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock.
* Modified cmdlet Protect-PAYCDData: added parameters WrappedKey_KeyCheckValueAlgorithm and WrappedKeyMaterial_Tr31KeyBlock.
* Modified cmdlet Unprotect-PAYCDData: added parameters WrappedKey_KeyCheckValueAlgorithm and WrappedKeyMaterial_Tr31KeyBlock.
* Modified cmdlet Update-PAYCDEncryptData: added parameters IncomingWrappedKey_KeyCheckValueAlgorithm, IncomingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock, OutgoingWrappedKey_KeyCheckValueAlgorithm and OutgoingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock.

### 4.1.610 (2024-06-28 22:03Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.841.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 CloudHSM V2
* Added cmdlet Get-HSM2ResourcePolicy leveraging the GetResourcePolicy service API.
Expand Down
12 changes: 12 additions & 0 deletions generator/AWSPSGeneratorLib/Config/ServiceConfig/connect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DescribeAuthenticationProfile" OutputProperty="AuthenticationProfile" Verb="Get" Noun="AuthenticationProfile" PipelineParameter="AuthenticationProfileId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DescribeContact" OutputProperty="Contact" Verb="Get" Noun="Contact" PipelineParameter="ContactId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -516,6 +520,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListAuthenticationProfiles" OutputProperty="AuthenticationProfileSummaryList" Verb="Get" Noun="AuthenticationProfileList" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListBots" OutputProperty="LexBots" Verb="Get" Noun="BotList" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -899,6 +907,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="UpdateAuthenticationProfile" Verb="Update" Noun="AuthenticationProfile" ShouldProcessTarget="AuthenticationProfileId" PipelineParameter="AuthenticationProfileId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="UpdateContact" Verb="Update" Noun="Contact" ShouldProcessTarget="ContactId" PipelineParameter="ContactId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
<Param Name="OutgoingEncryptionAttributes_Symmetric_Mode" NewName="OutgoingEncryptionAttributes_Symmetric_Mode" />
<Param Name="IncomingEncryptionAttributes_Symmetric_PaddingType" NewName="IncomingEncryptionAttributes_Symmetric_PaddingType" />
<Param Name="OutgoingEncryptionAttributes_Symmetric_PaddingType" NewName="OutgoingEncryptionAttributes_Symmetric_PaddingType" />
<Param Name="IncomingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock" NewName="IncomingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock" />
<Param Name="OutgoingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock" NewName="OutgoingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock" />
</Params>
<TypesNotToFlatten />
</ServiceOperation>
Expand All @@ -67,6 +69,8 @@
<Param Name="OutgoingTranslationAttributes_IsoFormat3_PrimaryAccountNumber" NewName="OutgoingTranslationAttributes_IsoFormat3_PrimaryAccountNumber" />
<Param Name="IncomingTranslationAttributes_IsoFormat4_PrimaryAccountNumber" NewName="IncomingTranslationAttributes_IsoFormat4_PrimaryAccountNumber" />
<Param Name="OutgoingTranslationAttributes_IsoFormat4_PrimaryAccountNumber" NewName="OutgoingTranslationAttributes_IsoFormat4_PrimaryAccountNumber" />
<Param Name="IncomingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock" NewName="IncomingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock" />
<Param Name="OutgoingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock" NewName="OutgoingWrappedKey_WrappedKeyMaterial_Tr31KeyBlock" />
</Params>
<TypesNotToFlatten />
</ServiceOperation>
Expand Down
6 changes: 6 additions & 0 deletions modules/AWSPowerShell/AWSAliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6185,6 +6185,8 @@ Set-Alias -Name Delete-CONNVocabulary -Value Remove-CONNVocabulary
Set-Alias -Name CONN-DeleteVocabulary -Value Remove-CONNVocabulary
Set-Alias -Name Describe-CONNAgentStatus -Value Get-CONNAgentStatus
Set-Alias -Name CONN-DescribeAgentStatus -Value Get-CONNAgentStatus
Set-Alias -Name Describe-CONNAuthenticationProfile -Value Get-CONNAuthenticationProfile
Set-Alias -Name CONN-DescribeAuthenticationProfile -Value Get-CONNAuthenticationProfile
Set-Alias -Name Describe-CONNContact -Value Get-CONNContact
Set-Alias -Name CONN-DescribeContact -Value Get-CONNContact
Set-Alias -Name Describe-CONNContactEvaluation -Value Get-CONNContactEvaluation
Expand Down Expand Up @@ -6284,6 +6286,9 @@ Set-Alias -Name CONN-ListAnalyticsDataAssociations -Value Get-CONNAnalyticsDataA
Set-Alias -Name List-CONNApprovedOrigins -Value Get-CONNApprovedOriginList
Set-Alias -Name List-CONNApprovedOriginList -Value Get-CONNApprovedOriginList
Set-Alias -Name CONN-ListApprovedOrigins -Value Get-CONNApprovedOriginList
Set-Alias -Name List-CONNAuthenticationProfiles -Value Get-CONNAuthenticationProfileList
Set-Alias -Name List-CONNAuthenticationProfileList -Value Get-CONNAuthenticationProfileList
Set-Alias -Name CONN-ListAuthenticationProfiles -Value Get-CONNAuthenticationProfileList
Set-Alias -Name List-CONNBots -Value Get-CONNBotList
Set-Alias -Name List-CONNBotList -Value Get-CONNBotList
Set-Alias -Name CONN-ListBots -Value Get-CONNBotList
Expand Down Expand Up @@ -6474,6 +6479,7 @@ Set-Alias -Name Untag-CONNContactTag -Value Remove-CONNContactTag
Set-Alias -Name CONN-UntagContact -Value Remove-CONNContactTag
Set-Alias -Name CONN-UntagResource -Value Remove-CONNResourceTag
Set-Alias -Name CONN-UpdateAgentStatus -Value Update-CONNAgentStatus
Set-Alias -Name CONN-UpdateAuthenticationProfile -Value Update-CONNAuthenticationProfile
Set-Alias -Name CONN-UpdateContact -Value Update-CONNContact
Set-Alias -Name Update-CONNContactAttributes -Value Update-CONNContactAttribute
Set-Alias -Name CONN-UpdateContactAttributes -Value Update-CONNContactAttribute
Expand Down
22 changes: 21 additions & 1 deletion modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -16439,6 +16439,7 @@ $CONN_SelectMap = @{
"Remove-CONNViewVersion",
"Remove-CONNVocabulary",
"Get-CONNAgentStatus",
"Get-CONNAuthenticationProfile",
"Get-CONNContact",
"Get-CONNContactEvaluation",
"Get-CONNContactFlow",
Expand Down Expand Up @@ -16491,6 +16492,7 @@ $CONN_SelectMap = @{
"Get-CONNAgentStatusList",
"Get-CONNAnalyticsDataAssociationList",
"Get-CONNApprovedOriginList",
"Get-CONNAuthenticationProfileList",
"Get-CONNBotList",
"Get-CONNContactEvaluationList",
"Get-CONNContactFlowModuleList",
Expand Down Expand Up @@ -16573,6 +16575,7 @@ $CONN_SelectMap = @{
"Remove-CONNContactTag",
"Remove-CONNResourceTag",
"Update-CONNAgentStatus",
"Update-CONNAuthenticationProfile",
"Update-CONNContact",
"Update-CONNContactAttribute",
"Update-CONNContactEvaluation",
Expand Down Expand Up @@ -25080,7 +25083,7 @@ $EKS_Completers = {
# Amazon.EKS.CapacityTypes
"New-EKSNodegroup/CapacityType"
{
$v = "ON_DEMAND","SPOT"
$v = "CAPACITY_BLOCK","ON_DEMAND","SPOT"
break
}

Expand Down Expand Up @@ -50538,6 +50541,20 @@ $PAYCD_Completers = {
break
}

# Amazon.PaymentCryptographyData.KeyCheckValueAlgorithm
{
($_ -eq "Convert-PAYCDPinData/IncomingWrappedKey_KeyCheckValueAlgorithm") -Or
($_ -eq "Update-PAYCDEncryptData/IncomingWrappedKey_KeyCheckValueAlgorithm") -Or
($_ -eq "Convert-PAYCDPinData/OutgoingWrappedKey_KeyCheckValueAlgorithm") -Or
($_ -eq "Update-PAYCDEncryptData/OutgoingWrappedKey_KeyCheckValueAlgorithm") -Or
($_ -eq "Protect-PAYCDData/WrappedKey_KeyCheckValueAlgorithm") -Or
($_ -eq "Unprotect-PAYCDData/WrappedKey_KeyCheckValueAlgorithm")
}
{
$v = "ANSI_X9_24","CMAC"
break
}

# Amazon.PaymentCryptographyData.MacAlgorithm
{
($_ -eq "New-PAYCDMac/GenerationAttributes_Algorithm") -Or
Expand Down Expand Up @@ -50625,6 +50642,7 @@ $PAYCD_map = @{
"IncomingEncryptionAttributes_Dukpt_Mode"=@("Update-PAYCDEncryptData")
"IncomingEncryptionAttributes_Symmetric_Mode"=@("Update-PAYCDEncryptData")
"IncomingEncryptionAttributes_Symmetric_PaddingType"=@("Update-PAYCDEncryptData")
"IncomingWrappedKey_KeyCheckValueAlgorithm"=@("Convert-PAYCDPinData","Update-PAYCDEncryptData")
"MajorKeyDerivationMode"=@("Test-PAYCDAuthRequestCryptogram")
"OutgoingDukptAttributes_DukptKeyDerivationType"=@("Convert-PAYCDPinData")
"OutgoingDukptAttributes_DukptKeyVariant"=@("Convert-PAYCDPinData")
Expand All @@ -50633,10 +50651,12 @@ $PAYCD_map = @{
"OutgoingEncryptionAttributes_Dukpt_Mode"=@("Update-PAYCDEncryptData")
"OutgoingEncryptionAttributes_Symmetric_Mode"=@("Update-PAYCDEncryptData")
"OutgoingEncryptionAttributes_Symmetric_PaddingType"=@("Update-PAYCDEncryptData")
"OutgoingWrappedKey_KeyCheckValueAlgorithm"=@("Convert-PAYCDPinData","Update-PAYCDEncryptData")
"PinBlockFormat"=@("New-PAYCDPinData","Test-PAYCDPinData")
"Symmetric_Mode"=@("Protect-PAYCDData","Unprotect-PAYCDData")
"Symmetric_PaddingType"=@("Protect-PAYCDData","Unprotect-PAYCDData")
"VerificationAttributes_Algorithm"=@("Test-PAYCDMac")
"WrappedKey_KeyCheckValueAlgorithm"=@("Protect-PAYCDData","Unprotect-PAYCDData")
}

_awsArgumentCompleterRegistration $PAYCD_Completers $PAYCD_map
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ $CONN_SelectMap = @{
"Remove-CONNViewVersion",
"Remove-CONNVocabulary",
"Get-CONNAgentStatus",
"Get-CONNAuthenticationProfile",
"Get-CONNContact",
"Get-CONNContactEvaluation",
"Get-CONNContactFlow",
Expand Down Expand Up @@ -736,6 +737,7 @@ $CONN_SelectMap = @{
"Get-CONNAgentStatusList",
"Get-CONNAnalyticsDataAssociationList",
"Get-CONNApprovedOriginList",
"Get-CONNAuthenticationProfileList",
"Get-CONNBotList",
"Get-CONNContactEvaluationList",
"Get-CONNContactFlowModuleList",
Expand Down Expand Up @@ -818,6 +820,7 @@ $CONN_SelectMap = @{
"Remove-CONNContactTag",
"Remove-CONNResourceTag",
"Update-CONNAgentStatus",
"Update-CONNAuthenticationProfile",
"Update-CONNContact",
"Update-CONNContactAttribute",
"Update-CONNContactEvaluation",
Expand Down
3 changes: 3 additions & 0 deletions modules/AWSPowerShell/Cmdlets/Connect/AWS.Tools.Connect.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
'Get-CONNAnalyticsDataAssociationList',
'Get-CONNApprovedOriginList',
'Get-CONNAttachedFile',
'Get-CONNAuthenticationProfile',
'Get-CONNAuthenticationProfileList',
'Get-CONNBatchAttachedFileMetadata',
'Get-CONNBotList',
'Get-CONNContact',
Expand Down Expand Up @@ -289,6 +291,7 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
'Unregister-CONNAnalyticsDataSet',
'Unregister-CONNBatchAnalyticsDataSet',
'Update-CONNAgentStatus',
'Update-CONNAuthenticationProfile',
'Update-CONNContact',
'Update-CONNContactAttribute',
'Update-CONNContactEvaluation',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public partial class CompleteCONNAttachedFileUploadCmdlet : AmazonConnectClientC
#region Parameter InstanceId
/// <summary>
/// <para>
/// <para>The unique identifier of the Connect instance.</para>
/// <para>The unique identifier of the Amazon Connect instance.</para>
/// </para>
/// </summary>
#if !MODULAR
Expand Down
Loading

0 comments on commit e1af2da

Please sign in to comment.