Skip to content

Commit

Permalink
4.1.631
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Aug 8, 2024
1 parent f138456 commit 0d309ac
Show file tree
Hide file tree
Showing 16 changed files with 240 additions and 10 deletions.
10 changes: 5 additions & 5 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.860.0",
"ProductVersion" : "3.7.861.0",
"CoreVersion" : "3.7.400.3",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -154,7 +154,7 @@
"InPreview" : false
},
"EC2" : {
"Version" : "3.7.401.3",
"Version" : "3.7.402.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.3"
Expand Down Expand Up @@ -540,7 +540,7 @@
"InPreview" : false
},
"CognitoIdentityProvider" : {
"Version" : "3.7.401.0",
"Version" : "3.7.402.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.3"
Expand Down Expand Up @@ -828,7 +828,7 @@
"InPreview" : false
},
"Glue" : {
"Version" : "3.7.402.0",
"Version" : "3.7.403.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.3"
Expand Down Expand Up @@ -1044,7 +1044,7 @@
"InPreview" : false
},
"Connect" : {
"Version" : "3.7.400.3",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.3"
Expand Down
15 changes: 14 additions & 1 deletion changelogs/CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
### 4.1.630 (2024-08-07 20:33Z)
### 4.1.631 (2024-08-08 20:46Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.861.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 Cognito Identity Provider
* Modified cmdlet New-CGIPUserPool: added parameter AdvancedSecurityAdditionalFlows_CustomAuthMode.
* Modified cmdlet Update-CGIPUserPool: added parameter AdvancedSecurityAdditionalFlows_CustomAuthMode.
* Amazon Elastic Compute Cloud (EC2)
* Modified cmdlet Edit-EC2Ipam: added parameter EnablePrivateGua.
* Modified cmdlet New-EC2Ipam: added parameter EnablePrivateGua.
* Amazon Glue
* Modified cmdlet Find-GLUETable: added parameter IncludeStatusDetail.
* Modified cmdlet Get-GLUETable: added parameter IncludeStatusDetail.
* Modified cmdlet Get-GLUETableList: added parameter IncludeStatusDetail.

### 4.1.630 (2024-08-07 20:33Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.860.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 AppIntegrations Service
* Added cmdlet New-AISDataIntegrationAssociation leveraging the CreateDataIntegrationAssociation service API.
Expand Down
15 changes: 14 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
### 4.1.630 (2024-08-07 20:33Z)
### 4.1.631 (2024-08-08 20:46Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.861.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 Cognito Identity Provider
* Modified cmdlet New-CGIPUserPool: added parameter AdvancedSecurityAdditionalFlows_CustomAuthMode.
* Modified cmdlet Update-CGIPUserPool: added parameter AdvancedSecurityAdditionalFlows_CustomAuthMode.
* Amazon Elastic Compute Cloud (EC2)
* Modified cmdlet Edit-EC2Ipam: added parameter EnablePrivateGua.
* Modified cmdlet New-EC2Ipam: added parameter EnablePrivateGua.
* Amazon Glue
* Modified cmdlet Find-GLUETable: added parameter IncludeStatusDetail.
* Modified cmdlet Get-GLUETable: added parameter IncludeStatusDetail.
* Modified cmdlet Get-GLUETableList: added parameter IncludeStatusDetail.

### 4.1.630 (2024-08-07 20:33Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.860.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 AppIntegrations Service
* Added cmdlet New-AISDataIntegrationAssociation leveraging the CreateDataIntegrationAssociation service API.
Expand Down
1 change: 1 addition & 0 deletions generator/AWSPSGeneratorLib/Config/ServiceConfig/glue.xml
Original file line number Diff line number Diff line change
Expand Up @@ -951,5 +951,6 @@
<Type>Amazon.Glue.Model.UpdateXMLClassifierRequest</Type>
<Type>Amazon.Glue.Model.UserDefinedFunctionInput</Type>
<Type>Amazon.Glue.Model.XMLClassifier</Type>
<Type>Amazon.Glue.Model.StatusDetails</Type>
</TypesNotToFlatten>
</ConfigModel>
11 changes: 11 additions & 0 deletions modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -14623,6 +14623,16 @@ $CGIP_Completers = {
break
}

# Amazon.CognitoIdentityProvider.AdvancedSecurityEnabledModeType
{
($_ -eq "New-CGIPUserPool/AdvancedSecurityAdditionalFlows_CustomAuthMode") -Or
($_ -eq "Update-CGIPUserPool/AdvancedSecurityAdditionalFlows_CustomAuthMode")
}
{
$v = "AUDIT","ENFORCED"
break
}

# Amazon.CognitoIdentityProvider.AdvancedSecurityModeType
{
($_ -eq "New-CGIPUserPool/UserPoolAddOns_AdvancedSecurityMode") -Or
Expand Down Expand Up @@ -14799,6 +14809,7 @@ $CGIP_Completers = {

$CGIP_map = @{
"Actions_EventAction"=@("Set-CGIPRiskConfiguration")
"AdvancedSecurityAdditionalFlows_CustomAuthMode"=@("New-CGIPUserPool","Update-CGIPUserPool")
"AuthFlow"=@("Start-CGIPAuth","Start-CGIPAuthAdmin")
"ChallengeName"=@("Send-CGIPAuthChallengeResponse","Send-CGIPAuthChallengeResponseAdmin")
"CustomEmailSender_LambdaVersion"=@("New-CGIPUserPool","Update-CGIPUserPool")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ $CGIP_Completers = {
break
}

# Amazon.CognitoIdentityProvider.AdvancedSecurityEnabledModeType
{
($_ -eq "New-CGIPUserPool/AdvancedSecurityAdditionalFlows_CustomAuthMode") -Or
($_ -eq "Update-CGIPUserPool/AdvancedSecurityAdditionalFlows_CustomAuthMode")
}
{
$v = "AUDIT","ENFORCED"
break
}

# Amazon.CognitoIdentityProvider.AdvancedSecurityModeType
{
($_ -eq "New-CGIPUserPool/UserPoolAddOns_AdvancedSecurityMode") -Or
Expand Down Expand Up @@ -267,6 +277,7 @@ $CGIP_Completers = {

$CGIP_map = @{
"Actions_EventAction"=@("Set-CGIPRiskConfiguration")
"AdvancedSecurityAdditionalFlows_CustomAuthMode"=@("New-CGIPUserPool","Update-CGIPUserPool")
"AuthFlow"=@("Start-CGIPAuth","Start-CGIPAuthAdmin")
"ChallengeName"=@("Send-CGIPAuthChallengeResponse","Send-CGIPAuthChallengeResponseAdmin")
"CustomEmailSender_LambdaVersion"=@("New-CGIPUserPool","Update-CGIPUserPool")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,9 @@ public partial class NewCGIPUserPoolCmdlet : AmazonCognitoIdentityProviderClient
#region Parameter UserPoolAddOns_AdvancedSecurityMode
/// <summary>
/// <para>
/// <para>The operating mode of advanced security features in your user pool.</para>
/// <para>The operating mode of advanced security features for standard authentication types
/// in your user pool, including username-password and secure remote password (SRP) authentication.
/// </para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down Expand Up @@ -196,6 +198,19 @@ public partial class NewCGIPUserPoolCmdlet : AmazonCognitoIdentityProviderClient
public System.String LambdaConfig_CreateAuthChallenge { get; set; }
#endregion

#region Parameter AdvancedSecurityAdditionalFlows_CustomAuthMode
/// <summary>
/// <para>
/// <para>The operating mode of advanced security features in custom authentication with <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html">
/// Custom authentication challenge Lambda triggers</a>. </para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
[Alias("UserPoolAddOns_AdvancedSecurityAdditionalFlows_CustomAuthMode")]
[AWSConstantClassSource("Amazon.CognitoIdentityProvider.AdvancedSecurityEnabledModeType")]
public Amazon.CognitoIdentityProvider.AdvancedSecurityEnabledModeType AdvancedSecurityAdditionalFlows_CustomAuthMode { get; set; }
#endregion

#region Parameter LambdaConfig_CustomMessage
/// <summary>
/// <para>
Expand Down Expand Up @@ -1002,6 +1017,7 @@ protected override void ProcessRecord()
context.UsernameAttribute = new List<System.String>(this.UsernameAttribute);
}
context.UsernameConfiguration_CaseSensitive = this.UsernameConfiguration_CaseSensitive;
context.AdvancedSecurityAdditionalFlows_CustomAuthMode = this.AdvancedSecurityAdditionalFlows_CustomAuthMode;
context.UserPoolAddOns_AdvancedSecurityMode = this.UserPoolAddOns_AdvancedSecurityMode;
if (this.UserPoolTag != null)
{
Expand Down Expand Up @@ -1666,6 +1682,31 @@ public object Execute(ExecutorContext context)
{
request.UserPoolAddOns.AdvancedSecurityMode = requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityMode;
requestUserPoolAddOnsIsNull = false;
}
Amazon.CognitoIdentityProvider.Model.AdvancedSecurityAdditionalFlowsType requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows = null;

// populate AdvancedSecurityAdditionalFlows
var requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlowsIsNull = true;
requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows = new Amazon.CognitoIdentityProvider.Model.AdvancedSecurityAdditionalFlowsType();
Amazon.CognitoIdentityProvider.AdvancedSecurityEnabledModeType requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows_advancedSecurityAdditionalFlows_CustomAuthMode = null;
if (cmdletContext.AdvancedSecurityAdditionalFlows_CustomAuthMode != null)
{
requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows_advancedSecurityAdditionalFlows_CustomAuthMode = cmdletContext.AdvancedSecurityAdditionalFlows_CustomAuthMode;
}
if (requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows_advancedSecurityAdditionalFlows_CustomAuthMode != null)
{
requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows.CustomAuthMode = requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows_advancedSecurityAdditionalFlows_CustomAuthMode;
requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlowsIsNull = false;
}
// determine if requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows should be set to null
if (requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlowsIsNull)
{
requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows = null;
}
if (requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows != null)
{
request.UserPoolAddOns.AdvancedSecurityAdditionalFlows = requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows;
requestUserPoolAddOnsIsNull = false;
}
// determine if request.UserPoolAddOns should be set to null
if (requestUserPoolAddOnsIsNull)
Expand Down Expand Up @@ -1859,6 +1900,7 @@ internal partial class CmdletContext : ExecutorContext
public List<System.String> UserAttributeUpdateSettings_AttributesRequireVerificationBeforeUpdate { get; set; }
public List<System.String> UsernameAttribute { get; set; }
public System.Boolean? UsernameConfiguration_CaseSensitive { get; set; }
public Amazon.CognitoIdentityProvider.AdvancedSecurityEnabledModeType AdvancedSecurityAdditionalFlows_CustomAuthMode { get; set; }
public Amazon.CognitoIdentityProvider.AdvancedSecurityModeType UserPoolAddOns_AdvancedSecurityMode { get; set; }
public Dictionary<System.String, System.String> UserPoolTag { get; set; }
public Amazon.CognitoIdentityProvider.DefaultEmailOptionType VerificationMessageTemplate_DefaultEmailOption { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ public partial class UpdateCGIPUserPoolCmdlet : AmazonCognitoIdentityProviderCli
#region Parameter UserPoolAddOns_AdvancedSecurityMode
/// <summary>
/// <para>
/// <para>The operating mode of advanced security features in your user pool.</para>
/// <para>The operating mode of advanced security features for standard authentication types
/// in your user pool, including username-password and secure remote password (SRP) authentication.
/// </para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down Expand Up @@ -167,6 +169,19 @@ public partial class UpdateCGIPUserPoolCmdlet : AmazonCognitoIdentityProviderCli
public System.String LambdaConfig_CreateAuthChallenge { get; set; }
#endregion

#region Parameter AdvancedSecurityAdditionalFlows_CustomAuthMode
/// <summary>
/// <para>
/// <para>The operating mode of advanced security features in custom authentication with <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-lambda-challenge.html">
/// Custom authentication challenge Lambda triggers</a>. </para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
[Alias("UserPoolAddOns_AdvancedSecurityAdditionalFlows_CustomAuthMode")]
[AWSConstantClassSource("Amazon.CognitoIdentityProvider.AdvancedSecurityEnabledModeType")]
public Amazon.CognitoIdentityProvider.AdvancedSecurityEnabledModeType AdvancedSecurityAdditionalFlows_CustomAuthMode { get; set; }
#endregion

#region Parameter LambdaConfig_CustomMessage
/// <summary>
/// <para>
Expand Down Expand Up @@ -931,6 +946,7 @@ protected override void ProcessRecord()
{
context.UserAttributeUpdateSettings_AttributesRequireVerificationBeforeUpdate = new List<System.String>(this.UserAttributeUpdateSettings_AttributesRequireVerificationBeforeUpdate);
}
context.AdvancedSecurityAdditionalFlows_CustomAuthMode = this.AdvancedSecurityAdditionalFlows_CustomAuthMode;
context.UserPoolAddOns_AdvancedSecurityMode = this.UserPoolAddOns_AdvancedSecurityMode;
context.UserPoolId = this.UserPoolId;
#if MODULAR
Expand Down Expand Up @@ -1567,6 +1583,31 @@ public object Execute(ExecutorContext context)
{
request.UserPoolAddOns.AdvancedSecurityMode = requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityMode;
requestUserPoolAddOnsIsNull = false;
}
Amazon.CognitoIdentityProvider.Model.AdvancedSecurityAdditionalFlowsType requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows = null;

// populate AdvancedSecurityAdditionalFlows
var requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlowsIsNull = true;
requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows = new Amazon.CognitoIdentityProvider.Model.AdvancedSecurityAdditionalFlowsType();
Amazon.CognitoIdentityProvider.AdvancedSecurityEnabledModeType requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows_advancedSecurityAdditionalFlows_CustomAuthMode = null;
if (cmdletContext.AdvancedSecurityAdditionalFlows_CustomAuthMode != null)
{
requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows_advancedSecurityAdditionalFlows_CustomAuthMode = cmdletContext.AdvancedSecurityAdditionalFlows_CustomAuthMode;
}
if (requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows_advancedSecurityAdditionalFlows_CustomAuthMode != null)
{
requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows.CustomAuthMode = requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows_advancedSecurityAdditionalFlows_CustomAuthMode;
requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlowsIsNull = false;
}
// determine if requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows should be set to null
if (requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlowsIsNull)
{
requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows = null;
}
if (requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows != null)
{
request.UserPoolAddOns.AdvancedSecurityAdditionalFlows = requestUserPoolAddOns_userPoolAddOns_AdvancedSecurityAdditionalFlows;
requestUserPoolAddOnsIsNull = false;
}
// determine if request.UserPoolAddOns should be set to null
if (requestUserPoolAddOnsIsNull)
Expand Down Expand Up @@ -1759,6 +1800,7 @@ internal partial class CmdletContext : ExecutorContext
public System.String SmsConfiguration_SnsRegion { get; set; }
public System.String SmsVerificationMessage { get; set; }
public List<System.String> UserAttributeUpdateSettings_AttributesRequireVerificationBeforeUpdate { get; set; }
public Amazon.CognitoIdentityProvider.AdvancedSecurityEnabledModeType AdvancedSecurityAdditionalFlows_CustomAuthMode { get; set; }
public Amazon.CognitoIdentityProvider.AdvancedSecurityModeType UserPoolAddOns_AdvancedSecurityMode { get; set; }
public System.String UserPoolId { get; set; }
public Dictionary<System.String, System.String> UserPoolTag { get; set; }
Expand Down
Loading

0 comments on commit 0d309ac

Please sign in to comment.