Skip to content

Commit 6ea2d65

Browse files
4.1.706
1 parent eb3d5f8 commit 6ea2d65

14 files changed

+791
-9
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{
33
"NewServiceVersion" : "3.7.400.0",
4-
"ProductVersion" : "3.7.933.0",
4+
"ProductVersion" : "3.7.934.0",
55
"CoreVersion" : "3.7.400.57",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -138,7 +138,7 @@
138138
"InPreview" : false
139139
},
140140
"DirectConnect" : {
141-
"Version" : "3.7.400.57",
141+
"Version" : "3.7.401.0",
142142
"AssemblyVersionOverride" : "3.3",
143143
"Dependencies" : {
144144
"Core" : "3.7.400.57"
@@ -316,7 +316,7 @@
316316
"InPreview" : false
317317
},
318318
"S3" : {
319-
"Version" : "3.7.407.1",
319+
"Version" : "3.7.408.0",
320320
"AssemblyVersionOverride" : "3.3",
321321
"Dependencies" : {
322322
"Core" : "3.7.400.57"
@@ -1636,7 +1636,7 @@
16361636
"InPreview" : false
16371637
},
16381638
"NetworkManager" : {
1639-
"Version" : "3.7.400.57",
1639+
"Version" : "3.7.401.0",
16401640
"AssemblyVersionOverride" : "3.3",
16411641
"Dependencies" : {
16421642
"Core" : "3.7.400.57"

changelogs/CHANGELOG.2024.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
### 4.1.705 (2024-11-22 21:43Z)
1+
### 4.1.706 (2024-11-25 21:34Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.934.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.
3+
* Amazon Network Manager
4+
* Added cmdlet Get-NMGRDirectConnectGatewayAttachment leveraging the GetDirectConnectGatewayAttachment service API.
5+
* Added cmdlet New-NMGRDirectConnectGatewayAttachment leveraging the CreateDirectConnectGatewayAttachment service API.
6+
* Added cmdlet Update-NMGRDirectConnectGatewayAttachment leveraging the UpdateDirectConnectGatewayAttachment service API.
7+
8+
### 4.1.705 (2024-11-22 21:43Z)
29
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.933.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.
310
* Amazon Auto Scaling
411
* Modified cmdlet Write-ASScalingPolicy: added parameter CustomizedMetricSpecification_Period.

changelogs/CHANGELOG.ALL.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
### 4.1.705 (2024-11-22 21:43Z)
1+
### 4.1.706 (2024-11-25 21:34Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.934.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.
3+
* Amazon Network Manager
4+
* Added cmdlet Get-NMGRDirectConnectGatewayAttachment leveraging the GetDirectConnectGatewayAttachment service API.
5+
* Added cmdlet New-NMGRDirectConnectGatewayAttachment leveraging the CreateDirectConnectGatewayAttachment service API.
6+
* Added cmdlet Update-NMGRDirectConnectGatewayAttachment leveraging the UpdateDirectConnectGatewayAttachment service API.
7+
8+
### 4.1.705 (2024-11-22 21:43Z)
29
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.933.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.
310
* Amazon Auto Scaling
411
* Modified cmdlet Write-ASScalingPolicy: added parameter CustomizedMetricSpecification_Period.

generator/AWSPSGeneratorLib/Config/ServiceConfig/networkmanager.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@
5959
<Params />
6060
<TypesNotToFlatten />
6161
</ServiceOperation>
62+
<ServiceOperation MethodName="CreateDirectConnectGatewayAttachment" OutputProperty="DirectConnectGatewayAttachment" Verb="New" Noun="DirectConnectGatewayAttachment" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
63+
<Params />
64+
<TypesNotToFlatten />
65+
</ServiceOperation>
6266
<ServiceOperation MethodName="CreateGlobalNetwork" OutputProperty="GlobalNetwork" Verb="New" Noun="GlobalNetwork" ShouldProcessTarget="Description" PipelineParameter="Description" NoPipelineParameter="false">
6367
<Params />
6468
<TypesNotToFlatten />
@@ -199,6 +203,10 @@
199203
<Params />
200204
<TypesNotToFlatten />
201205
</ServiceOperation>
206+
<ServiceOperation MethodName="GetDirectConnectGatewayAttachment" OutputProperty="DirectConnectGatewayAttachment" Verb="Get" Noun="DirectConnectGatewayAttachment" PipelineParameter="AttachmentId" NoPipelineParameter="false">
207+
<Params />
208+
<TypesNotToFlatten />
209+
</ServiceOperation>
202210
<ServiceOperation MethodName="GetLinkAssociations" OutputProperty="LinkAssociations" Verb="Get" Noun="LinkAssociation" PipelineParameter="GlobalNetworkId" NoPipelineParameter="false">
203211
<Params />
204212
<TypesNotToFlatten />
@@ -339,6 +347,10 @@
339347
<Params />
340348
<TypesNotToFlatten />
341349
</ServiceOperation>
350+
<ServiceOperation MethodName="UpdateDirectConnectGatewayAttachment" OutputProperty="DirectConnectGatewayAttachment" Verb="Update" Noun="DirectConnectGatewayAttachment" ShouldProcessTarget="AttachmentId" PipelineParameter="AttachmentId" NoPipelineParameter="false">
351+
<Params />
352+
<TypesNotToFlatten />
353+
</ServiceOperation>
342354
<ServiceOperation MethodName="UpdateGlobalNetwork" OutputProperty="GlobalNetwork" Verb="Update" Noun="GlobalNetwork" ShouldProcessTarget="GlobalNetworkId" PipelineParameter="GlobalNetworkId" NoPipelineParameter="false">
343355
<Params />
344356
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20881,6 +20881,8 @@ Set-Alias -Name Create-NMGRCoreNetwork -Value New-NMGRCoreNetwork
2088120881
Set-Alias -Name NMGR-CreateCoreNetwork -Value New-NMGRCoreNetwork
2088220882
Set-Alias -Name Create-NMGRDevice -Value New-NMGRDevice
2088320883
Set-Alias -Name NMGR-CreateDevice -Value New-NMGRDevice
20884+
Set-Alias -Name Create-NMGRDirectConnectGatewayAttachment -Value New-NMGRDirectConnectGatewayAttachment
20885+
Set-Alias -Name NMGR-CreateDirectConnectGatewayAttachment -Value New-NMGRDirectConnectGatewayAttachment
2088420886
Set-Alias -Name Create-NMGRGlobalNetwork -Value New-NMGRGlobalNetwork
2088520887
Set-Alias -Name NMGR-CreateGlobalNetwork -Value New-NMGRGlobalNetwork
2088620888
Set-Alias -Name Create-NMGRLink -Value New-NMGRLink
@@ -20948,6 +20950,7 @@ Set-Alias -Name Get-NMGRCustomerGatewayAssociations -Value Get-NMGRCustomerGatew
2094820950
Set-Alias -Name NMGR-GetCustomerGatewayAssociations -Value Get-NMGRCustomerGatewayAssociation
2094920951
Set-Alias -Name Get-NMGRDevices -Value Get-NMGRDevice
2095020952
Set-Alias -Name NMGR-GetDevices -Value Get-NMGRDevice
20953+
Set-Alias -Name NMGR-GetDirectConnectGatewayAttachment -Value Get-NMGRDirectConnectGatewayAttachment
2095120954
Set-Alias -Name Get-NMGRLinkAssociations -Value Get-NMGRLinkAssociation
2095220955
Set-Alias -Name NMGR-GetLinkAssociations -Value Get-NMGRLinkAssociation
2095320956
Set-Alias -Name Get-NMGRLinks -Value Get-NMGRLink
@@ -21007,6 +21010,7 @@ Set-Alias -Name NMGR-UntagResource -Value Remove-NMGRResourceTag
2100721010
Set-Alias -Name NMGR-UpdateConnection -Value Update-NMGRConnection
2100821011
Set-Alias -Name NMGR-UpdateCoreNetwork -Value Update-NMGRCoreNetwork
2100921012
Set-Alias -Name NMGR-UpdateDevice -Value Update-NMGRDevice
21013+
Set-Alias -Name NMGR-UpdateDirectConnectGatewayAttachment -Value Update-NMGRDirectConnectGatewayAttachment
2101021014
Set-Alias -Name NMGR-UpdateGlobalNetwork -Value Update-NMGRGlobalNetwork
2101121015
Set-Alias -Name NMGR-UpdateLink -Value Update-NMGRLink
2101221016
Set-Alias -Name NMGR-UpdateNetworkResourceMetadata -Value Update-NMGRNetworkResourceMetadata

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50714,7 +50714,7 @@ $NMGR_Completers = {
5071450714
# Amazon.NetworkManager.AttachmentType
5071550715
"Get-NMGRAttachmentList/AttachmentType"
5071650716
{
50717-
$v = "CONNECT","SITE_TO_SITE_VPN","TRANSIT_GATEWAY_ROUTE_TABLE","VPC"
50717+
$v = "CONNECT","DIRECT_CONNECT_GATEWAY","SITE_TO_SITE_VPN","TRANSIT_GATEWAY_ROUTE_TABLE","VPC"
5071850718
break
5071950719
}
5072050720

@@ -50822,6 +50822,7 @@ $NMGR_SelectMap = @{
5082250822
"New-NMGRConnectPeer",
5082350823
"New-NMGRCoreNetwork",
5082450824
"New-NMGRDevice",
50825+
"New-NMGRDirectConnectGatewayAttachment",
5082550826
"New-NMGRGlobalNetwork",
5082650827
"New-NMGRLink",
5082750828
"New-NMGRSite",
@@ -50857,6 +50858,7 @@ $NMGR_SelectMap = @{
5085750858
"Get-NMGRCoreNetworkPolicy",
5085850859
"Get-NMGRCustomerGatewayAssociation",
5085950860
"Get-NMGRDevice",
50861+
"Get-NMGRDirectConnectGatewayAttachment",
5086050862
"Get-NMGRLinkAssociation",
5086150863
"Get-NMGRLink",
5086250864
"Get-NMGRNetworkResourceCount",
@@ -50892,6 +50894,7 @@ $NMGR_SelectMap = @{
5089250894
"Update-NMGRConnection",
5089350895
"Update-NMGRCoreNetwork",
5089450896
"Update-NMGRDevice",
50897+
"Update-NMGRDirectConnectGatewayAttachment",
5089550898
"Update-NMGRGlobalNetwork",
5089650899
"Update-NMGRLink",
5089750900
"Update-NMGRNetworkResourceMetadata",

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $NMGR_Completers = {
9090
# Amazon.NetworkManager.AttachmentType
9191
"Get-NMGRAttachmentList/AttachmentType"
9292
{
93-
$v = "CONNECT","SITE_TO_SITE_VPN","TRANSIT_GATEWAY_ROUTE_TABLE","VPC"
93+
$v = "CONNECT","DIRECT_CONNECT_GATEWAY","SITE_TO_SITE_VPN","TRANSIT_GATEWAY_ROUTE_TABLE","VPC"
9494
break
9595
}
9696

@@ -198,6 +198,7 @@ $NMGR_SelectMap = @{
198198
"New-NMGRConnectPeer",
199199
"New-NMGRCoreNetwork",
200200
"New-NMGRDevice",
201+
"New-NMGRDirectConnectGatewayAttachment",
201202
"New-NMGRGlobalNetwork",
202203
"New-NMGRLink",
203204
"New-NMGRSite",
@@ -233,6 +234,7 @@ $NMGR_SelectMap = @{
233234
"Get-NMGRCoreNetworkPolicy",
234235
"Get-NMGRCustomerGatewayAssociation",
235236
"Get-NMGRDevice",
237+
"Get-NMGRDirectConnectGatewayAttachment",
236238
"Get-NMGRLinkAssociation",
237239
"Get-NMGRLink",
238240
"Get-NMGRNetworkResourceCount",
@@ -268,6 +270,7 @@ $NMGR_SelectMap = @{
268270
"Update-NMGRConnection",
269271
"Update-NMGRCoreNetwork",
270272
"Update-NMGRDevice",
273+
"Update-NMGRDirectConnectGatewayAttachment",
271274
"Update-NMGRGlobalNetwork",
272275
"Update-NMGRLink",
273276
"Update-NMGRNetworkResourceMetadata",

modules/AWSPowerShell/Cmdlets/NetworkManager/AWS.Tools.NetworkManager.psd1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
105105
'Get-NMGRCoreNetworkPolicyVersionList',
106106
'Get-NMGRCustomerGatewayAssociation',
107107
'Get-NMGRDevice',
108+
'Get-NMGRDirectConnectGatewayAttachment',
108109
'Get-NMGRGlobalNetwork',
109110
'Get-NMGRLink',
110111
'Get-NMGRLinkAssociation',
@@ -130,6 +131,7 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
130131
'New-NMGRConnectPeer',
131132
'New-NMGRCoreNetwork',
132133
'New-NMGRDevice',
134+
'New-NMGRDirectConnectGatewayAttachment',
133135
'New-NMGRGlobalNetwork',
134136
'New-NMGRLink',
135137
'New-NMGRSite',
@@ -164,6 +166,7 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
164166
'Update-NMGRConnection',
165167
'Update-NMGRCoreNetwork',
166168
'Update-NMGRDevice',
169+
'Update-NMGRDirectConnectGatewayAttachment',
167170
'Update-NMGRGlobalNetwork',
168171
'Update-NMGRLink',
169172
'Update-NMGRNetworkResourceMetadata',

0 commit comments

Comments
 (0)