Skip to content

Commit 9d15fc2

Browse files
4.1.813
1 parent 661e991 commit 9d15fc2

27 files changed

+2648
-942
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 816 additions & 816 deletions
Large diffs are not rendered by default.

changelogs/CHANGELOG.2025.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 4.1.812 (2025-05-02 20:17Z)
1+
### 4.1.813 (2025-05-05 20:22Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1037.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon DataZone
4+
* Modified cmdlet Add-DZPolicyGrant: added parameter UseAssetType_DomainUnitId.
5+
* Amazon Device Farm
6+
* Modified cmdlet Get-DFDevicePoolCompatibility: added parameter ProjectArn.
7+
* Amazon Elastic Compute Cloud (EC2)
8+
* Added cmdlet Get-EC2OutpostLag leveraging the DescribeOutpostLags service API.
9+
* Added cmdlet Get-EC2ServiceLinkVirtualInterface leveraging the DescribeServiceLinkVirtualInterfaces service API.
10+
* Added cmdlet New-EC2LocalGatewayVirtualInterface leveraging the CreateLocalGatewayVirtualInterface service API.
11+
* Added cmdlet New-EC2LocalGatewayVirtualInterfaceGroup leveraging the CreateLocalGatewayVirtualInterfaceGroup service API.
12+
* Added cmdlet Remove-EC2LocalGatewayVirtualInterface leveraging the DeleteLocalGatewayVirtualInterface service API.
13+
* Added cmdlet Remove-EC2LocalGatewayVirtualInterfaceGroup leveraging the DeleteLocalGatewayVirtualInterfaceGroup service API.
14+
15+
### 4.1.812 (2025-05-02 20:17Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1036.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
317

418
### 4.1.811 (2025-05-01 20:13Z)

changelogs/CHANGELOG.ALL.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
1-
### 4.1.812 (2025-05-02 20:17Z)
1+
### 4.1.813 (2025-05-05 20:22Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1037.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
3+
* Amazon DataZone
4+
* Modified cmdlet Add-DZPolicyGrant: added parameter UseAssetType_DomainUnitId.
5+
* Amazon Device Farm
6+
* Modified cmdlet Get-DFDevicePoolCompatibility: added parameter ProjectArn.
7+
* Amazon Elastic Compute Cloud (EC2)
8+
* Added cmdlet Get-EC2OutpostLag leveraging the DescribeOutpostLags service API.
9+
* Added cmdlet Get-EC2ServiceLinkVirtualInterface leveraging the DescribeServiceLinkVirtualInterfaces service API.
10+
* Added cmdlet New-EC2LocalGatewayVirtualInterface leveraging the CreateLocalGatewayVirtualInterface service API.
11+
* Added cmdlet New-EC2LocalGatewayVirtualInterfaceGroup leveraging the CreateLocalGatewayVirtualInterfaceGroup service API.
12+
* Added cmdlet Remove-EC2LocalGatewayVirtualInterface leveraging the DeleteLocalGatewayVirtualInterface service API.
13+
* Added cmdlet Remove-EC2LocalGatewayVirtualInterfaceGroup leveraging the DeleteLocalGatewayVirtualInterfaceGroup service API.
14+
15+
### 4.1.812 (2025-05-02 20:17Z)
216
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1036.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/aws-sdk-net-v3.7/changelogs/SDK.CHANGELOG.ALL.md.
317

418
### 4.1.811 (2025-05-01 20:13Z)

generator/AWSPSGeneratorLib/Config/ServiceConfig/ec2.xml

Lines changed: 128 additions & 104 deletions
Large diffs are not rendered by default.

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9706,6 +9706,10 @@ Set-Alias -Name Create-EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation
97069706
Set-Alias -Name EC2-CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation -Value New-EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation
97079707
Set-Alias -Name Create-EC2LocalGatewayRouteTableVpcAssociation -Value New-EC2LocalGatewayRouteTableVpcAssociation
97089708
Set-Alias -Name EC2-CreateLocalGatewayRouteTableVpcAssociation -Value New-EC2LocalGatewayRouteTableVpcAssociation
9709+
Set-Alias -Name Create-EC2LocalGatewayVirtualInterface -Value New-EC2LocalGatewayVirtualInterface
9710+
Set-Alias -Name EC2-CreateLocalGatewayVirtualInterface -Value New-EC2LocalGatewayVirtualInterface
9711+
Set-Alias -Name Create-EC2LocalGatewayVirtualInterfaceGroup -Value New-EC2LocalGatewayVirtualInterfaceGroup
9712+
Set-Alias -Name EC2-CreateLocalGatewayVirtualInterfaceGroup -Value New-EC2LocalGatewayVirtualInterfaceGroup
97099713
Set-Alias -Name Create-EC2ManagedPrefixList -Value New-EC2ManagedPrefixList
97109714
Set-Alias -Name EC2-CreateManagedPrefixList -Value New-EC2ManagedPrefixList
97119715
Set-Alias -Name Create-EC2NatGateway -Value New-EC2NatGateway
@@ -9874,6 +9878,10 @@ Set-Alias -Name Delete-EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation
98749878
Set-Alias -Name EC2-DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation -Value Remove-EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation
98759879
Set-Alias -Name Delete-EC2LocalGatewayRouteTableVpcAssociation -Value Remove-EC2LocalGatewayRouteTableVpcAssociation
98769880
Set-Alias -Name EC2-DeleteLocalGatewayRouteTableVpcAssociation -Value Remove-EC2LocalGatewayRouteTableVpcAssociation
9881+
Set-Alias -Name Delete-EC2LocalGatewayVirtualInterface -Value Remove-EC2LocalGatewayVirtualInterface
9882+
Set-Alias -Name EC2-DeleteLocalGatewayVirtualInterface -Value Remove-EC2LocalGatewayVirtualInterface
9883+
Set-Alias -Name Delete-EC2LocalGatewayVirtualInterfaceGroup -Value Remove-EC2LocalGatewayVirtualInterfaceGroup
9884+
Set-Alias -Name EC2-DeleteLocalGatewayVirtualInterfaceGroup -Value Remove-EC2LocalGatewayVirtualInterfaceGroup
98779885
Set-Alias -Name Delete-EC2ManagedPrefixList -Value Remove-EC2ManagedPrefixList
98789886
Set-Alias -Name EC2-DeleteManagedPrefixList -Value Remove-EC2ManagedPrefixList
98799887
Set-Alias -Name Delete-EC2NatGateway -Value Remove-EC2NatGateway
@@ -10260,6 +10268,9 @@ Set-Alias -Name EC2-DescribeNetworkInterfacePermissions -Value Get-EC2NetworkInt
1026010268
Set-Alias -Name Describe-EC2NetworkInterfaces -Value Get-EC2NetworkInterface
1026110269
Set-Alias -Name Describe-EC2NetworkInterface -Value Get-EC2NetworkInterface
1026210270
Set-Alias -Name EC2-DescribeNetworkInterfaces -Value Get-EC2NetworkInterface
10271+
Set-Alias -Name Describe-EC2OutpostLags -Value Get-EC2OutpostLag
10272+
Set-Alias -Name Describe-EC2OutpostLag -Value Get-EC2OutpostLag
10273+
Set-Alias -Name EC2-DescribeOutpostLags -Value Get-EC2OutpostLag
1026310274
Set-Alias -Name Describe-EC2PlacementGroups -Value Get-EC2PlacementGroup
1026410275
Set-Alias -Name Describe-EC2PlacementGroup -Value Get-EC2PlacementGroup
1026510276
Set-Alias -Name EC2-DescribePlacementGroups -Value Get-EC2PlacementGroup
@@ -10318,6 +10329,9 @@ Set-Alias -Name EC2-DescribeSecurityGroups -Value Get-EC2SecurityGroup
1031810329
Set-Alias -Name Describe-EC2SecurityGroupVpcAssociations -Value Get-EC2SecurityGroupVpcAssociation
1031910330
Set-Alias -Name Describe-EC2SecurityGroupVpcAssociation -Value Get-EC2SecurityGroupVpcAssociation
1032010331
Set-Alias -Name EC2-DescribeSecurityGroupVpcAssociations -Value Get-EC2SecurityGroupVpcAssociation
10332+
Set-Alias -Name Describe-EC2ServiceLinkVirtualInterfaces -Value Get-EC2ServiceLinkVirtualInterface
10333+
Set-Alias -Name Describe-EC2ServiceLinkVirtualInterface -Value Get-EC2ServiceLinkVirtualInterface
10334+
Set-Alias -Name EC2-DescribeServiceLinkVirtualInterfaces -Value Get-EC2ServiceLinkVirtualInterface
1032110335
Set-Alias -Name Describe-EC2SnapshotAttribute -Value Get-EC2SnapshotAttribute
1032210336
Set-Alias -Name EC2-DescribeSnapshotAttribute -Value Get-EC2SnapshotAttribute
1032310337
Set-Alias -Name Describe-EC2Snapshots -Value Get-EC2Snapshot

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20856,7 +20856,7 @@ $DZ_Completers = {
2085620856
($_ -eq "Remove-DZPolicyGrant/PolicyType")
2085720857
}
2085820858
{
20859-
$v = "ADD_TO_PROJECT_MEMBER_POOL","CREATE_ASSET_TYPE","CREATE_DOMAIN_UNIT","CREATE_ENVIRONMENT","CREATE_ENVIRONMENT_FROM_BLUEPRINT","CREATE_ENVIRONMENT_PROFILE","CREATE_FORM_TYPE","CREATE_GLOSSARY","CREATE_PROJECT","CREATE_PROJECT_FROM_PROJECT_PROFILE","DELEGATE_CREATE_ENVIRONMENT_PROFILE","OVERRIDE_DOMAIN_UNIT_OWNERS","OVERRIDE_PROJECT_OWNERS"
20859+
$v = "ADD_TO_PROJECT_MEMBER_POOL","CREATE_ASSET_TYPE","CREATE_DOMAIN_UNIT","CREATE_ENVIRONMENT","CREATE_ENVIRONMENT_FROM_BLUEPRINT","CREATE_ENVIRONMENT_PROFILE","CREATE_FORM_TYPE","CREATE_GLOSSARY","CREATE_PROJECT","CREATE_PROJECT_FROM_PROJECT_PROFILE","DELEGATE_CREATE_ENVIRONMENT_PROFILE","OVERRIDE_DOMAIN_UNIT_OWNERS","OVERRIDE_PROJECT_OWNERS","USE_ASSET_TYPE"
2086020860
break
2086120861
}
2086220862

@@ -21034,7 +21034,7 @@ $DZ_Completers = {
2103421034
($_ -eq "Remove-DZPolicyGrant/EntityType")
2103521035
}
2103621036
{
21037-
$v = "DOMAIN_UNIT","ENVIRONMENT_BLUEPRINT_CONFIGURATION","ENVIRONMENT_PROFILE"
21037+
$v = "ASSET_TYPE","DOMAIN_UNIT","ENVIRONMENT_BLUEPRINT_CONFIGURATION","ENVIRONMENT_PROFILE"
2103821038
break
2103921039
}
2104021040

@@ -26602,6 +26602,8 @@ $EC2_SelectMap = @{
2660226602
"New-EC2LocalGatewayRouteTable",
2660326603
"New-EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation",
2660426604
"New-EC2LocalGatewayRouteTableVpcAssociation",
26605+
"New-EC2LocalGatewayVirtualInterface",
26606+
"New-EC2LocalGatewayVirtualInterfaceGroup",
2660526607
"New-EC2ManagedPrefixList",
2660626608
"New-EC2NatGateway",
2660726609
"New-EC2NetworkAcl",
@@ -26683,6 +26685,8 @@ $EC2_SelectMap = @{
2668326685
"Remove-EC2LocalGatewayRouteTable",
2668426686
"Remove-EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation",
2668526687
"Remove-EC2LocalGatewayRouteTableVpcAssociation",
26688+
"Remove-EC2LocalGatewayVirtualInterface",
26689+
"Remove-EC2LocalGatewayVirtualInterfaceGroup",
2668626690
"Remove-EC2ManagedPrefixList",
2668726691
"Remove-EC2NatGateway",
2668826692
"Remove-EC2NetworkAcl",
@@ -26834,6 +26838,7 @@ $EC2_SelectMap = @{
2683426838
"Get-EC2NetworkInterfaceAttribute",
2683526839
"Get-EC2NetworkInterfacePermission",
2683626840
"Get-EC2NetworkInterface",
26841+
"Get-EC2OutpostLag",
2683726842
"Get-EC2PlacementGroup",
2683826843
"Get-EC2PrefixList",
2683926844
"Get-EC2PrincipalIdFormat",
@@ -26854,6 +26859,7 @@ $EC2_SelectMap = @{
2685426859
"Get-EC2SecurityGroupRule",
2685526860
"Get-EC2SecurityGroup",
2685626861
"Get-EC2SecurityGroupVpcAssociation",
26862+
"Get-EC2ServiceLinkVirtualInterface",
2685726863
"Get-EC2SnapshotAttribute",
2685826864
"Get-EC2Snapshot",
2685926865
"Get-EC2SnapshotTierStatus",

modules/AWSPowerShell/Cmdlets/DataZone/AWS.Tools.DataZone.Completers.psm1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ $DZ_Completers = {
288288
($_ -eq "Remove-DZPolicyGrant/PolicyType")
289289
}
290290
{
291-
$v = "ADD_TO_PROJECT_MEMBER_POOL","CREATE_ASSET_TYPE","CREATE_DOMAIN_UNIT","CREATE_ENVIRONMENT","CREATE_ENVIRONMENT_FROM_BLUEPRINT","CREATE_ENVIRONMENT_PROFILE","CREATE_FORM_TYPE","CREATE_GLOSSARY","CREATE_PROJECT","CREATE_PROJECT_FROM_PROJECT_PROFILE","DELEGATE_CREATE_ENVIRONMENT_PROFILE","OVERRIDE_DOMAIN_UNIT_OWNERS","OVERRIDE_PROJECT_OWNERS"
291+
$v = "ADD_TO_PROJECT_MEMBER_POOL","CREATE_ASSET_TYPE","CREATE_DOMAIN_UNIT","CREATE_ENVIRONMENT","CREATE_ENVIRONMENT_FROM_BLUEPRINT","CREATE_ENVIRONMENT_PROFILE","CREATE_FORM_TYPE","CREATE_GLOSSARY","CREATE_PROJECT","CREATE_PROJECT_FROM_PROJECT_PROFILE","DELEGATE_CREATE_ENVIRONMENT_PROFILE","OVERRIDE_DOMAIN_UNIT_OWNERS","OVERRIDE_PROJECT_OWNERS","USE_ASSET_TYPE"
292292
break
293293
}
294294

@@ -466,7 +466,7 @@ $DZ_Completers = {
466466
($_ -eq "Remove-DZPolicyGrant/EntityType")
467467
}
468468
{
469-
$v = "DOMAIN_UNIT","ENVIRONMENT_BLUEPRINT_CONFIGURATION","ENVIRONMENT_PROFILE"
469+
$v = "ASSET_TYPE","DOMAIN_UNIT","ENVIRONMENT_BLUEPRINT_CONFIGURATION","ENVIRONMENT_PROFILE"
470470
break
471471
}
472472

modules/AWSPowerShell/Cmdlets/DataZone/Basic/Add-DZPolicyGrant-Cmdlet.cs

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,17 @@ public partial class AddDZPolicyGrantCmdlet : AmazonDataZoneClientCmdlet, IExecu
146146
public System.String CreateEnvironmentProfile_DomainUnitId { get; set; }
147147
#endregion
148148

149+
#region Parameter UseAssetType_DomainUnitId
150+
/// <summary>
151+
/// <para>
152+
/// <para>The ID of the domain unit.</para>
153+
/// </para>
154+
/// </summary>
155+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
156+
[Alias("Detail_UseAssetType_DomainUnitId")]
157+
public System.String UseAssetType_DomainUnitId { get; set; }
158+
#endregion
159+
149160
#region Parameter DomainUnit_DomainUnitIdentifier
150161
/// <summary>
151162
/// <para>
@@ -466,6 +477,7 @@ protected override void ProcessRecord()
466477
context.Detail_DelegateCreateEnvironmentProfile = this.Detail_DelegateCreateEnvironmentProfile;
467478
context.OverrideDomainUnitOwners_IncludeChildDomainUnit = this.OverrideDomainUnitOwners_IncludeChildDomainUnit;
468479
context.OverrideProjectOwners_IncludeChildDomainUnit = this.OverrideProjectOwners_IncludeChildDomainUnit;
480+
context.UseAssetType_DomainUnitId = this.UseAssetType_DomainUnitId;
469481
context.DomainIdentifier = this.DomainIdentifier;
470482
#if MODULAR
471483
if (this.DomainIdentifier == null && ParameterWasBound(nameof(this.DomainIdentifier)))
@@ -783,6 +795,31 @@ public object Execute(ExecutorContext context)
783795
request.Detail.OverrideProjectOwners = requestDetail_detail_OverrideProjectOwners;
784796
requestDetailIsNull = false;
785797
}
798+
Amazon.DataZone.Model.UseAssetTypePolicyGrantDetail requestDetail_detail_UseAssetType = null;
799+
800+
// populate UseAssetType
801+
var requestDetail_detail_UseAssetTypeIsNull = true;
802+
requestDetail_detail_UseAssetType = new Amazon.DataZone.Model.UseAssetTypePolicyGrantDetail();
803+
System.String requestDetail_detail_UseAssetType_useAssetType_DomainUnitId = null;
804+
if (cmdletContext.UseAssetType_DomainUnitId != null)
805+
{
806+
requestDetail_detail_UseAssetType_useAssetType_DomainUnitId = cmdletContext.UseAssetType_DomainUnitId;
807+
}
808+
if (requestDetail_detail_UseAssetType_useAssetType_DomainUnitId != null)
809+
{
810+
requestDetail_detail_UseAssetType.DomainUnitId = requestDetail_detail_UseAssetType_useAssetType_DomainUnitId;
811+
requestDetail_detail_UseAssetTypeIsNull = false;
812+
}
813+
// determine if requestDetail_detail_UseAssetType should be set to null
814+
if (requestDetail_detail_UseAssetTypeIsNull)
815+
{
816+
requestDetail_detail_UseAssetType = null;
817+
}
818+
if (requestDetail_detail_UseAssetType != null)
819+
{
820+
request.Detail.UseAssetType = requestDetail_detail_UseAssetType;
821+
requestDetailIsNull = false;
822+
}
786823
Amazon.DataZone.Model.CreateProjectFromProjectProfilePolicyGrantDetail requestDetail_detail_CreateProjectFromProjectProfile = null;
787824

788825
// populate CreateProjectFromProjectProfile
@@ -1129,6 +1166,7 @@ internal partial class CmdletContext : ExecutorContext
11291166
public Amazon.DataZone.Model.Unit Detail_DelegateCreateEnvironmentProfile { get; set; }
11301167
public System.Boolean? OverrideDomainUnitOwners_IncludeChildDomainUnit { get; set; }
11311168
public System.Boolean? OverrideProjectOwners_IncludeChildDomainUnit { get; set; }
1169+
public System.String UseAssetType_DomainUnitId { get; set; }
11321170
public System.String DomainIdentifier { get; set; }
11331171
public System.String EntityIdentifier { get; set; }
11341172
public Amazon.DataZone.TargetEntityType EntityType { get; set; }

modules/AWSPowerShell/Cmdlets/DeviceFarm/Basic/Get-DFDevicePoolCompatibility-Cmdlet.cs

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,16 @@ public partial class GetDFDevicePoolCompatibilityCmdlet : AmazonDeviceFarmClient
265265
public System.Int32? DeviceProxy_Port { get; set; }
266266
#endregion
267267

268+
#region Parameter ProjectArn
269+
/// <summary>
270+
/// <para>
271+
/// <para>The ARN of the project for which you want to check device pool compatibility.</para>
272+
/// </para>
273+
/// </summary>
274+
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
275+
public System.String ProjectArn { get; set; }
276+
#endregion
277+
268278
#region Parameter Test_TestPackageArn
269279
/// <summary>
270280
/// <para>
@@ -395,6 +405,7 @@ protected override void ProcessRecord()
395405
WriteWarning("You are passing $null as a value for parameter DevicePoolArn 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.");
396406
}
397407
#endif
408+
context.ProjectArn = this.ProjectArn;
398409
context.Test_Filter = this.Test_Filter;
399410
if (this.Test_Parameter != null)
400411
{
@@ -671,6 +682,10 @@ public object Execute(ExecutorContext context)
671682
{
672683
request.DevicePoolArn = cmdletContext.DevicePoolArn;
673684
}
685+
if (cmdletContext.ProjectArn != null)
686+
{
687+
request.ProjectArn = cmdletContext.ProjectArn;
688+
}
674689

675690
// populate Test
676691
var requestTestIsNull = true;
@@ -814,6 +829,7 @@ internal partial class CmdletContext : ExecutorContext
814829
public System.Boolean? Radios_Wifi { get; set; }
815830
public List<System.String> Configuration_VpceConfigurationArn { get; set; }
816831
public System.String DevicePoolArn { get; set; }
832+
public System.String ProjectArn { get; set; }
817833
public System.String Test_Filter { get; set; }
818834
public Dictionary<System.String, System.String> Test_Parameter { get; set; }
819835
public System.String Test_TestPackageArn { get; set; }

modules/AWSPowerShell/Cmdlets/EC2/AWS.Tools.EC2.Completers.psm1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,8 @@ $EC2_SelectMap = @{
15771577
"New-EC2LocalGatewayRouteTable",
15781578
"New-EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation",
15791579
"New-EC2LocalGatewayRouteTableVpcAssociation",
1580+
"New-EC2LocalGatewayVirtualInterface",
1581+
"New-EC2LocalGatewayVirtualInterfaceGroup",
15801582
"New-EC2ManagedPrefixList",
15811583
"New-EC2NatGateway",
15821584
"New-EC2NetworkAcl",
@@ -1658,6 +1660,8 @@ $EC2_SelectMap = @{
16581660
"Remove-EC2LocalGatewayRouteTable",
16591661
"Remove-EC2LocalGatewayRouteTableVirtualInterfaceGroupAssociation",
16601662
"Remove-EC2LocalGatewayRouteTableVpcAssociation",
1663+
"Remove-EC2LocalGatewayVirtualInterface",
1664+
"Remove-EC2LocalGatewayVirtualInterfaceGroup",
16611665
"Remove-EC2ManagedPrefixList",
16621666
"Remove-EC2NatGateway",
16631667
"Remove-EC2NetworkAcl",
@@ -1809,6 +1813,7 @@ $EC2_SelectMap = @{
18091813
"Get-EC2NetworkInterfaceAttribute",
18101814
"Get-EC2NetworkInterfacePermission",
18111815
"Get-EC2NetworkInterface",
1816+
"Get-EC2OutpostLag",
18121817
"Get-EC2PlacementGroup",
18131818
"Get-EC2PrefixList",
18141819
"Get-EC2PrincipalIdFormat",
@@ -1829,6 +1834,7 @@ $EC2_SelectMap = @{
18291834
"Get-EC2SecurityGroupRule",
18301835
"Get-EC2SecurityGroup",
18311836
"Get-EC2SecurityGroupVpcAssociation",
1837+
"Get-EC2ServiceLinkVirtualInterface",
18321838
"Get-EC2SnapshotAttribute",
18331839
"Get-EC2Snapshot",
18341840
"Get-EC2SnapshotTierStatus",

0 commit comments

Comments
 (0)