Skip to content

Commit

Permalink
4.1.390
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Aug 9, 2023
1 parent 814cd8a commit e74ce09
Show file tree
Hide file tree
Showing 30 changed files with 1,213 additions and 768 deletions.
1,424 changes: 712 additions & 712 deletions Include/sdk/_sdk-versions.json

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion changelogs/CHANGELOG.2023.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
### 4.1.389 (2023-08-08 21:21Z)
### 4.1.390 (2023-08-09 21:19Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.617.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Chime SDK Voice
* Modified cmdlet New-CHMVOPhoneNumberOrder: added parameter Name.
* Modified cmdlet Update-CHMVOPhoneNumber: added parameter Name.
* Amazon FSx
* Modified cmdlet New-FSXDataRepositoryTask: added parameters DurationSinceLastAccess_Unit and DurationSinceLastAccess_Value.
* Modified cmdlet New-FSXFileSystem: added parameters OpenZFSConfiguration_EndpointIpAddressRange, OpenZFSConfiguration_PreferredSubnetId and OpenZFSConfiguration_RouteTableId.
* Modified cmdlet New-FSXFileSystemFromBackup: added parameters OpenZFSConfiguration_EndpointIpAddressRange, OpenZFSConfiguration_PreferredSubnetId and OpenZFSConfiguration_RouteTableId.
* Modified cmdlet Update-FSXFileSystem: added parameters OpenZFSConfiguration_AddRouteTableId, OpenZFSConfiguration_RemoveRouteTableId and StorageType.

### 4.1.389 (2023-08-08 21:21Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.616.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Backup
* Added cmdlet Get-BAKProtectedResourcesByBackupVaultList leveraging the ListProtectedResourcesByBackupVault service API.
Expand Down
13 changes: 12 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
### 4.1.389 (2023-08-08 21:21Z)
### 4.1.390 (2023-08-09 21:19Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.617.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Chime SDK Voice
* Modified cmdlet New-CHMVOPhoneNumberOrder: added parameter Name.
* Modified cmdlet Update-CHMVOPhoneNumber: added parameter Name.
* Amazon FSx
* Modified cmdlet New-FSXDataRepositoryTask: added parameters DurationSinceLastAccess_Unit and DurationSinceLastAccess_Value.
* Modified cmdlet New-FSXFileSystem: added parameters OpenZFSConfiguration_EndpointIpAddressRange, OpenZFSConfiguration_PreferredSubnetId and OpenZFSConfiguration_RouteTableId.
* Modified cmdlet New-FSXFileSystemFromBackup: added parameters OpenZFSConfiguration_EndpointIpAddressRange, OpenZFSConfiguration_PreferredSubnetId and OpenZFSConfiguration_RouteTableId.
* Modified cmdlet Update-FSXFileSystem: added parameters OpenZFSConfiguration_AddRouteTableId, OpenZFSConfiguration_RemoveRouteTableId and StorageType.

### 4.1.389 (2023-08-08 21:21Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.616.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Backup
* Added cmdlet Get-BAKProtectedResourcesByBackupVaultList leveraging the ListProtectedResourcesByBackupVault service API.
Expand Down
15 changes: 12 additions & 3 deletions modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -25488,7 +25488,7 @@ $FSX_Completers = {
($_ -eq "New-FSXFileSystemFromBackup/OpenZFSConfiguration_DeploymentType")
}
{
$v = "SINGLE_AZ_1","SINGLE_AZ_2"
$v = "MULTI_AZ_1","SINGLE_AZ_1","SINGLE_AZ_2"
break
}

Expand Down Expand Up @@ -25558,7 +25558,8 @@ $FSX_Completers = {
# Amazon.FSx.StorageType
{
($_ -eq "New-FSXFileSystem/StorageType") -Or
($_ -eq "New-FSXFileSystemFromBackup/StorageType")
($_ -eq "New-FSXFileSystemFromBackup/StorageType") -Or
($_ -eq "Update-FSXFileSystem/StorageType")
}
{
$v = "HDD","SSD"
Expand All @@ -25583,6 +25584,13 @@ $FSX_Completers = {
break
}

# Amazon.FSx.Unit
"New-FSXDataRepositoryTask/ReleaseConfiguration_DurationSinceLastAccess_Unit"
{
$v = "DAYS"
break
}

# Amazon.FSx.VolumeType
"New-FSXVolume/VolumeType"
{
Expand Down Expand Up @@ -25618,10 +25626,11 @@ $FSX_map = @{
"OpenZFSConfiguration_DiskIopsConfiguration_Mode"=@("New-FSXFileSystem","New-FSXFileSystemFromBackup","Update-FSXFileSystem")
"OpenZFSConfiguration_OriginSnapshot_CopyStrategy"=@("New-FSXVolume")
"OpenZFSConfiguration_RootVolumeConfiguration_DataCompressionType"=@("New-FSXFileSystem","New-FSXFileSystemFromBackup")
"ReleaseConfiguration_DurationSinceLastAccess_Unit"=@("New-FSXDataRepositoryTask")
"Report_Format"=@("New-FSXDataRepositoryTask")
"Report_Scope"=@("New-FSXDataRepositoryTask")
"RootVolumeSecurityStyle"=@("New-FSXStorageVirtualMachine")
"StorageType"=@("New-FSXFileSystem","New-FSXFileSystemFromBackup")
"StorageType"=@("New-FSXFileSystem","New-FSXFileSystemFromBackup","Update-FSXFileSystem")
"Type"=@("New-FSXDataRepositoryTask")
"VolumeType"=@("New-FSXVolume")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ namespace Amazon.PowerShell.Cmdlets.CHMVO
public partial class NewCHMVOPhoneNumberOrderCmdlet : AmazonChimeSDKVoiceClientCmdlet, IExecutor
{

protected override bool IsSensitiveRequest { get; set; } = true;

protected override bool IsSensitiveResponse { get; set; } = true;

#region Parameter E164PhoneNumber
Expand All @@ -61,6 +63,16 @@ public partial class NewCHMVOPhoneNumberOrderCmdlet : AmazonChimeSDKVoiceClientC
public System.String[] E164PhoneNumber { get; set; }
#endregion

#region Parameter Name
/// <summary>
/// <para>
/// <para>Specifies the name assigned to one or more phone numbers.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
public System.String Name { get; set; }
#endregion

#region Parameter ProductType
/// <summary>
/// <para>
Expand Down Expand Up @@ -150,6 +162,7 @@ protected override void ProcessRecord()
WriteWarning("You are passing $null as a value for parameter E164PhoneNumber which is marked as required. In case you believe this parameter was incorrectly marked as required, report this by opening an issue at https://github.com/aws/aws-tools-for-powershell/issues.");
}
#endif
context.Name = this.Name;
context.ProductType = this.ProductType;
#if MODULAR
if (this.ProductType == null && ParameterWasBound(nameof(this.ProductType)))
Expand Down Expand Up @@ -177,6 +190,10 @@ public object Execute(ExecutorContext context)
{
request.E164PhoneNumbers = cmdletContext.E164PhoneNumber;
}
if (cmdletContext.Name != null)
{
request.Name = cmdletContext.Name;
}
if (cmdletContext.ProductType != null)
{
request.ProductType = cmdletContext.ProductType;
Expand Down Expand Up @@ -243,6 +260,7 @@ private Amazon.ChimeSDKVoice.Model.CreatePhoneNumberOrderResponse CallAWSService
internal partial class CmdletContext : ExecutorContext
{
public List<System.String> E164PhoneNumber { get; set; }
public System.String Name { get; set; }
public Amazon.ChimeSDKVoice.PhoneNumberProductType ProductType { get; set; }
public System.Func<Amazon.ChimeSDKVoice.Model.CreatePhoneNumberOrderResponse, NewCHMVOPhoneNumberOrderCmdlet, object> Select { get; set; } =
(response, cmdlet) => response.PhoneNumberOrder;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ public partial class UpdateCHMVOPhoneNumberCmdlet : AmazonChimeSDKVoiceClientCmd
public System.String CallingName { get; set; }
#endregion

#region Parameter Name
/// <summary>
/// <para>
/// <para>Specifies the name assigned to one or more phone numbers.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
public System.String Name { get; set; }
#endregion

#region Parameter PhoneNumberId
/// <summary>
/// <para>
Expand Down Expand Up @@ -156,6 +166,7 @@ protected override void ProcessRecord()
}
#pragma warning restore CS0618, CS0612 //A class member was marked with the Obsolete attribute
context.CallingName = this.CallingName;
context.Name = this.Name;
context.PhoneNumberId = this.PhoneNumberId;
#if MODULAR
if (this.PhoneNumberId == null && ParameterWasBound(nameof(this.PhoneNumberId)))
Expand Down Expand Up @@ -184,6 +195,10 @@ public object Execute(ExecutorContext context)
{
request.CallingName = cmdletContext.CallingName;
}
if (cmdletContext.Name != null)
{
request.Name = cmdletContext.Name;
}
if (cmdletContext.PhoneNumberId != null)
{
request.PhoneNumberId = cmdletContext.PhoneNumberId;
Expand Down Expand Up @@ -254,6 +269,7 @@ private Amazon.ChimeSDKVoice.Model.UpdatePhoneNumberResponse CallAWSServiceOpera
internal partial class CmdletContext : ExecutorContext
{
public System.String CallingName { get; set; }
public System.String Name { get; set; }
public System.String PhoneNumberId { get; set; }
public Amazon.ChimeSDKVoice.PhoneNumberProductType ProductType { get; set; }
public System.Func<Amazon.ChimeSDKVoice.Model.UpdatePhoneNumberResponse, UpdateCHMVOPhoneNumberCmdlet, object> Select { get; set; } =
Expand Down
15 changes: 12 additions & 3 deletions modules/AWSPowerShell/Cmdlets/FSx/AWS.Tools.FSx.Completers.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ $FSX_Completers = {
($_ -eq "New-FSXFileSystemFromBackup/OpenZFSConfiguration_DeploymentType")
}
{
$v = "SINGLE_AZ_1","SINGLE_AZ_2"
$v = "MULTI_AZ_1","SINGLE_AZ_1","SINGLE_AZ_2"
break
}

Expand Down Expand Up @@ -244,7 +244,8 @@ $FSX_Completers = {
# Amazon.FSx.StorageType
{
($_ -eq "New-FSXFileSystem/StorageType") -Or
($_ -eq "New-FSXFileSystemFromBackup/StorageType")
($_ -eq "New-FSXFileSystemFromBackup/StorageType") -Or
($_ -eq "Update-FSXFileSystem/StorageType")
}
{
$v = "HDD","SSD"
Expand All @@ -269,6 +270,13 @@ $FSX_Completers = {
break
}

# Amazon.FSx.Unit
"New-FSXDataRepositoryTask/ReleaseConfiguration_DurationSinceLastAccess_Unit"
{
$v = "DAYS"
break
}

# Amazon.FSx.VolumeType
"New-FSXVolume/VolumeType"
{
Expand Down Expand Up @@ -304,10 +312,11 @@ $FSX_map = @{
"OpenZFSConfiguration_DiskIopsConfiguration_Mode"=@("New-FSXFileSystem","New-FSXFileSystemFromBackup","Update-FSXFileSystem")
"OpenZFSConfiguration_OriginSnapshot_CopyStrategy"=@("New-FSXVolume")
"OpenZFSConfiguration_RootVolumeConfiguration_DataCompressionType"=@("New-FSXFileSystem","New-FSXFileSystemFromBackup")
"ReleaseConfiguration_DurationSinceLastAccess_Unit"=@("New-FSXDataRepositoryTask")
"Report_Format"=@("New-FSXDataRepositoryTask")
"Report_Scope"=@("New-FSXDataRepositoryTask")
"RootVolumeSecurityStyle"=@("New-FSXStorageVirtualMachine")
"StorageType"=@("New-FSXFileSystem","New-FSXFileSystemFromBackup")
"StorageType"=@("New-FSXFileSystem","New-FSXFileSystemFromBackup","Update-FSXFileSystem")
"Type"=@("New-FSXDataRepositoryTask")
"VolumeType"=@("New-FSXVolume")
}
Expand Down
Loading

0 comments on commit e74ce09

Please sign in to comment.