Skip to content

Commit e1d165f

Browse files
4.1.878
1 parent a3328b0 commit e1d165f

File tree

58 files changed

+2524
-130
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2524
-130
lines changed

Include/sdk/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "3.7.500.0",
4-
"ProductVersion" : "3.7.1100.0",
4+
"ProductVersion" : "3.7.1101.0",
55
"CoreVersion" : "3.7.500.7",
66
"OverrideCoreVersion" : "3.3",
77
"DefaultToPreview" : false,
@@ -932,7 +932,7 @@
932932
"InPreview" : false
933933
},
934934
"SageMaker" : {
935-
"Version" : "3.7.504.0",
935+
"Version" : "3.7.505.0",
936936
"AssemblyVersionOverride" : "3.3",
937937
"Dependencies" : {
938938
"Core" : "3.7.500.7"
@@ -1252,7 +1252,7 @@
12521252
"InPreview" : false
12531253
},
12541254
"FSx" : {
1255-
"Version" : "3.7.500.7",
1255+
"Version" : "3.7.501.0",
12561256
"AssemblyVersionOverride" : "3.3",
12571257
"Dependencies" : {
12581258
"Core" : "3.7.500.7"
@@ -1740,7 +1740,7 @@
17401740
"InPreview" : false
17411741
},
17421742
"Braket" : {
1743-
"Version" : "3.7.500.7",
1743+
"Version" : "3.7.501.0",
17441744
"AssemblyVersionOverride" : "3.3",
17451745
"Dependencies" : {
17461746
"Core" : "3.7.500.7"
@@ -2756,7 +2756,7 @@
27562756
"InPreview" : false
27572757
},
27582758
"DataZone" : {
2759-
"Version" : "3.7.500.7",
2759+
"Version" : "3.7.501.0",
27602760
"AssemblyVersionOverride" : "3.3",
27612761
"Dependencies" : {
27622762
"Core" : "3.7.500.7"
@@ -3108,7 +3108,7 @@
31083108
"InPreview" : false
31093109
},
31103110
"PartnerCentralSelling" : {
3111-
"Version" : "3.7.501.2",
3111+
"Version" : "3.7.502.0",
31123112
"AssemblyVersionOverride" : "3.3",
31133113
"Dependencies" : {
31143114
"Core" : "3.7.500.7"
@@ -3156,7 +3156,7 @@
31563156
"InPreview" : false
31573157
},
31583158
"SecurityIR" : {
3159-
"Version" : "3.7.501.2",
3159+
"Version" : "3.7.502.0",
31603160
"AssemblyVersionOverride" : "3.3",
31613161
"Dependencies" : {
31623162
"Core" : "3.7.500.7"

changelogs/CHANGELOG.2025.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
### 4.1.877 (2025-08-12 20:20Z)
1+
### 4.1.878 (2025-08-13 20:06Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1101.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+
* Added cmdlet Get-DZAccountPool leveraging the GetAccountPool service API.
5+
* Added cmdlet Get-DZAccountPoolList leveraging the ListAccountPools service API.
6+
* Added cmdlet Get-DZAccountsInAccountPoolList leveraging the ListAccountsInAccountPool service API.
7+
* Added cmdlet New-DZAccountPool leveraging the CreateAccountPool service API.
8+
* Added cmdlet Remove-DZAccountPool leveraging the DeleteAccountPool service API.
9+
* Added cmdlet Update-DZAccountPool leveraging the UpdateAccountPool service API.
10+
* Amazon FSx
11+
* Modified cmdlet New-FSXFileSystem: added parameters NetworkType and OpenZFSConfiguration_EndpointIpv6AddressRange.
12+
* Modified cmdlet New-FSXFileSystemFromBackup: added parameters NetworkType and OpenZFSConfiguration_EndpointIpv6AddressRange.
13+
* Modified cmdlet Update-FSXFileSystem: added parameters NetworkType and OpenZFSConfiguration_EndpointIpv6AddressRange.
14+
* Amazon Partner Central Selling API
15+
* Modified cmdlet Invoke-PCCreateOpportunity: added parameter Tag.
16+
* Amazon Security Incident Response
17+
* Modified cmdlet New-SecurityIRMembership: added parameter CoverEntireOrganization.
18+
* Modified cmdlet Update-SecurityIRMembership: added parameters MembershipAccountsConfigurationsUpdate_CoverEntireOrganization, MembershipAccountsConfigurationsUpdate_OrganizationalUnitsToAdd, MembershipAccountsConfigurationsUpdate_OrganizationalUnitsToRemove and UndoMembershipCancellation.
19+
20+
### 4.1.877 (2025-08-12 20:20Z)
221
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1100.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.
322
* Amazon Elastic Compute Cloud (EC2)
423
* Modified cmdlet Register-EC2RouteTable: added parameter PublicIpv4Pool.

changelogs/CHANGELOG.ALL.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
### 4.1.877 (2025-08-12 20:20Z)
1+
### 4.1.878 (2025-08-13 20:06Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1101.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+
* Added cmdlet Get-DZAccountPool leveraging the GetAccountPool service API.
5+
* Added cmdlet Get-DZAccountPoolList leveraging the ListAccountPools service API.
6+
* Added cmdlet Get-DZAccountsInAccountPoolList leveraging the ListAccountsInAccountPool service API.
7+
* Added cmdlet New-DZAccountPool leveraging the CreateAccountPool service API.
8+
* Added cmdlet Remove-DZAccountPool leveraging the DeleteAccountPool service API.
9+
* Added cmdlet Update-DZAccountPool leveraging the UpdateAccountPool service API.
10+
* Amazon FSx
11+
* Modified cmdlet New-FSXFileSystem: added parameters NetworkType and OpenZFSConfiguration_EndpointIpv6AddressRange.
12+
* Modified cmdlet New-FSXFileSystemFromBackup: added parameters NetworkType and OpenZFSConfiguration_EndpointIpv6AddressRange.
13+
* Modified cmdlet Update-FSXFileSystem: added parameters NetworkType and OpenZFSConfiguration_EndpointIpv6AddressRange.
14+
* Amazon Partner Central Selling API
15+
* Modified cmdlet Invoke-PCCreateOpportunity: added parameter Tag.
16+
* Amazon Security Incident Response
17+
* Modified cmdlet New-SecurityIRMembership: added parameter CoverEntireOrganization.
18+
* Modified cmdlet Update-SecurityIRMembership: added parameters MembershipAccountsConfigurationsUpdate_CoverEntireOrganization, MembershipAccountsConfigurationsUpdate_OrganizationalUnitsToAdd, MembershipAccountsConfigurationsUpdate_OrganizationalUnitsToRemove and UndoMembershipCancellation.
19+
20+
### 4.1.877 (2025-08-12 20:20Z)
221
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1100.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.
322
* Amazon Elastic Compute Cloud (EC2)
423
* Modified cmdlet Register-EC2RouteTable: added parameter PublicIpv4Pool.

generator/AWSPSGeneratorLib/Config/ServiceConfig/datazone.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
<Params />
4848
<TypesNotToFlatten />
4949
</ServiceOperation>
50+
<ServiceOperation MethodName="CreateAccountPool" OutputProperty="*" Verb="New" Noun="AccountPool" ShouldProcessTarget="DomainIdentifier" PipelineParameter="DomainIdentifier" NoPipelineParameter="false">
51+
<Params />
52+
<TypesNotToFlatten />
53+
</ServiceOperation>
5054
<ServiceOperation MethodName="CreateAsset" OutputProperty="*" Verb="New" Noun="Asset" ShouldProcessTarget="OwningProjectIdentifier" PipelineParameter="OwningProjectIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
5155
<Params />
5256
<TypesNotToFlatten />
@@ -159,6 +163,10 @@
159163
<Params />
160164
<TypesNotToFlatten />
161165
</ServiceOperation>
166+
<ServiceOperation MethodName="DeleteAccountPool" Verb="Remove" Noun="AccountPool" ShouldProcessTarget="DomainIdentifier" PipelineParameter="DomainIdentifier" NoPipelineParameter="false">
167+
<Params />
168+
<TypesNotToFlatten />
169+
</ServiceOperation>
162170
<ServiceOperation MethodName="DeleteAsset" Verb="Remove" Noun="Asset" ShouldProcessTarget="Identifier" PipelineParameter="Identifier" NoPipelineParameter="false" LegacyV4Pagination="true">
163171
<Params />
164172
<TypesNotToFlatten />
@@ -259,6 +267,10 @@
259267
<Params />
260268
<TypesNotToFlatten />
261269
</ServiceOperation>
270+
<ServiceOperation MethodName="GetAccountPool" OutputProperty="*" Verb="Get" Noun="AccountPool" PipelineParameter="DomainIdentifier" NoPipelineParameter="false">
271+
<Params />
272+
<TypesNotToFlatten />
273+
</ServiceOperation>
262274
<ServiceOperation MethodName="GetAsset" OutputProperty="*" Verb="Get" Noun="Asset" PipelineParameter="Identifier" NoPipelineParameter="false" LegacyV4Pagination="true">
263275
<Params />
264276
<TypesNotToFlatten />
@@ -400,6 +412,14 @@
400412
<Params />
401413
<TypesNotToFlatten />
402414
</ServiceOperation>
415+
<ServiceOperation MethodName="ListAccountPools" OutputProperty="Items" Verb="Get" Noun="AccountPoolList" PipelineParameter="DomainIdentifier" NoPipelineParameter="false">
416+
<Params />
417+
<TypesNotToFlatten />
418+
</ServiceOperation>
419+
<ServiceOperation MethodName="ListAccountsInAccountPool" OutputProperty="Items" Verb="Get" Noun="AccountsInAccountPoolList" PipelineParameter="DomainIdentifier" NoPipelineParameter="false">
420+
<Params />
421+
<TypesNotToFlatten />
422+
</ServiceOperation>
403423
<ServiceOperation MethodName="ListAssetFilters" OutputProperty="Items" Verb="Get" Noun="AssetFilterList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
404424
<Params />
405425
<TypesNotToFlatten />
@@ -600,6 +620,10 @@
600620
<Params />
601621
<TypesNotToFlatten />
602622
</ServiceOperation>
623+
<ServiceOperation MethodName="UpdateAccountPool" OutputProperty="*" Verb="Update" Noun="AccountPool" ShouldProcessTarget="DomainIdentifier" PipelineParameter="" NoPipelineParameter="true">
624+
<Params />
625+
<TypesNotToFlatten />
626+
</ServiceOperation>
603627
<ServiceOperation MethodName="UpdateAssetFilter" OutputProperty="*" Verb="Update" Noun="AssetFilter" ShouldProcessTarget="Identifier" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
604628
<Params />
605629
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8021,6 +8021,8 @@ Set-Alias -Name Cancel-DZMetadataGenerationRun -Value Stop-DZMetadataGenerationR
80218021
Set-Alias -Name DZ-CancelMetadataGenerationRun -Value Stop-DZMetadataGenerationRun
80228022
Set-Alias -Name Cancel-DZSubscription -Value Stop-DZSubscription
80238023
Set-Alias -Name DZ-CancelSubscription -Value Stop-DZSubscription
8024+
Set-Alias -Name Create-DZAccountPool -Value New-DZAccountPool
8025+
Set-Alias -Name DZ-CreateAccountPool -Value New-DZAccountPool
80248026
Set-Alias -Name Create-DZAsset -Value New-DZAsset
80258027
Set-Alias -Name DZ-CreateAsset -Value New-DZAsset
80268028
Set-Alias -Name Create-DZAssetFilter -Value New-DZAssetFilter
@@ -8073,6 +8075,8 @@ Set-Alias -Name Create-DZSubscriptionTarget -Value New-DZSubscriptionTarget
80738075
Set-Alias -Name DZ-CreateSubscriptionTarget -Value New-DZSubscriptionTarget
80748076
Set-Alias -Name Create-DZUserProfile -Value New-DZUserProfile
80758077
Set-Alias -Name DZ-CreateUserProfile -Value New-DZUserProfile
8078+
Set-Alias -Name Delete-DZAccountPool -Value Remove-DZAccountPool
8079+
Set-Alias -Name DZ-DeleteAccountPool -Value Remove-DZAccountPool
80768080
Set-Alias -Name Delete-DZAsset -Value Remove-DZAsset
80778081
Set-Alias -Name DZ-DeleteAsset -Value Remove-DZAsset
80788082
Set-Alias -Name Delete-DZAssetFilter -Value Remove-DZAssetFilter
@@ -8124,6 +8128,7 @@ Set-Alias -Name Delete-DZTimeSeriesDataPoint -Value Remove-DZTimeSeriesDataPoint
81248128
Set-Alias -Name DZ-DeleteTimeSeriesDataPoints -Value Remove-DZTimeSeriesDataPoint
81258129
Set-Alias -Name Disassociate-DZEnvironmentRole -Value Reset-DZEnvironmentRole
81268130
Set-Alias -Name DZ-DisassociateEnvironmentRole -Value Reset-DZEnvironmentRole
8131+
Set-Alias -Name DZ-GetAccountPool -Value Get-DZAccountPool
81278132
Set-Alias -Name DZ-GetAsset -Value Get-DZAsset
81288133
Set-Alias -Name DZ-GetAssetFilter -Value Get-DZAssetFilter
81298134
Set-Alias -Name DZ-GetAssetType -Value Get-DZAssetType
@@ -8160,6 +8165,12 @@ Set-Alias -Name DZ-GetSubscriptionRequestDetails -Value Get-DZSubscriptionReques
81608165
Set-Alias -Name DZ-GetSubscriptionTarget -Value Get-DZSubscriptionTarget
81618166
Set-Alias -Name DZ-GetTimeSeriesDataPoint -Value Get-DZTimeSeriesDataPoint
81628167
Set-Alias -Name DZ-GetUserProfile -Value Get-DZUserProfile
8168+
Set-Alias -Name List-DZAccountPools -Value Get-DZAccountPoolList
8169+
Set-Alias -Name List-DZAccountPoolList -Value Get-DZAccountPoolList
8170+
Set-Alias -Name DZ-ListAccountPools -Value Get-DZAccountPoolList
8171+
Set-Alias -Name List-DZAccountsInAccountPool -Value Get-DZAccountsInAccountPoolList
8172+
Set-Alias -Name List-DZAccountsInAccountPoolList -Value Get-DZAccountsInAccountPoolList
8173+
Set-Alias -Name DZ-ListAccountsInAccountPool -Value Get-DZAccountsInAccountPoolList
81638174
Set-Alias -Name List-DZAssetFilters -Value Get-DZAssetFilterList
81648175
Set-Alias -Name List-DZAssetFilterList -Value Get-DZAssetFilterList
81658176
Set-Alias -Name DZ-ListAssetFilters -Value Get-DZAssetFilterList
@@ -8280,6 +8291,7 @@ Set-Alias -Name DZ-StartDataSourceRun -Value Start-DZDataSourceRun
82808291
Set-Alias -Name DZ-StartMetadataGenerationRun -Value Start-DZMetadataGenerationRun
82818292
Set-Alias -Name DZ-TagResource -Value Add-DZResourceTag
82828293
Set-Alias -Name DZ-UntagResource -Value Remove-DZResourceTag
8294+
Set-Alias -Name DZ-UpdateAccountPool -Value Update-DZAccountPool
82838295
Set-Alias -Name DZ-UpdateAssetFilter -Value Update-DZAssetFilter
82848296
Set-Alias -Name DZ-UpdateConnection -Value Update-DZConnection
82858297
Set-Alias -Name DZ-UpdateDataSource -Value Update-DZDataSource

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22013,6 +22013,16 @@ $DZ_Completers = {
2201322013
break
2201422014
}
2201522015

22016+
# Amazon.DataZone.ResolutionStrategy
22017+
{
22018+
($_ -eq "New-DZAccountPool/ResolutionStrategy") -Or
22019+
($_ -eq "Update-DZAccountPool/ResolutionStrategy")
22020+
}
22021+
{
22022+
$v = "MANUAL"
22023+
break
22024+
}
22025+
2201622026
# Amazon.DataZone.RuleAction
2201722027
{
2201822028
($_ -eq "Get-DZRuleList/Action") -Or
@@ -22037,6 +22047,13 @@ $DZ_Completers = {
2203722047
break
2203822048
}
2203922049

22050+
# Amazon.DataZone.SortFieldAccountPool
22051+
"Get-DZAccountPoolList/SortBy"
22052+
{
22053+
$v = "NAME"
22054+
break
22055+
}
22056+
2204022057
# Amazon.DataZone.SortFieldConnection
2204122058
"Get-DZConnectionList/SortBy"
2204222059
{
@@ -22071,6 +22088,7 @@ $DZ_Completers = {
2207122088
($_ -eq "Search-DZListing/Sort_Order") -Or
2207222089
($_ -eq "Search-DZResource/Sort_Order") -Or
2207322090
($_ -eq "Search-DZType/Sort_Order") -Or
22091+
($_ -eq "Get-DZAccountPoolList/SortOrder") -Or
2207422092
($_ -eq "Get-DZConnectionList/SortOrder") -Or
2207522093
($_ -eq "Get-DZJobRunList/SortOrder") -Or
2207622094
($_ -eq "Get-DZLineageEventList/SortOrder") -Or
@@ -22239,14 +22257,15 @@ $DZ_map = @{
2223922257
"ProcessingStatus"=@("Get-DZLineageEventList")
2224022258
"Project_ProjectDesignation"=@("Add-DZPolicyGrant","Remove-DZPolicyGrant")
2224122259
"RejectRule_Rule"=@("Deny-DZPrediction")
22260+
"ResolutionStrategy"=@("New-DZAccountPool","Update-DZAccountPool")
2224222261
"RuleType"=@("Get-DZRuleList")
2224322262
"Schedule_Timezone"=@("New-DZDataSource","Update-DZDataSource")
2224422263
"SearchScope"=@("Search-DZResource","Search-DZType")
2224522264
"SingleSignOn_Type"=@("New-DZDomain","Update-DZDomain")
2224622265
"SingleSignOn_UserAssignment"=@("New-DZDomain","Update-DZDomain")
2224722266
"Sort_Order"=@("Search-DZListing","Search-DZResource","Search-DZType")
22248-
"SortBy"=@("Get-DZConnectionList","Get-DZProjectMembershipList","Get-DZProjectProfileList","Get-DZSubscriptionGrantList","Get-DZSubscriptionList","Get-DZSubscriptionRequestList","Get-DZSubscriptionTargetList")
22249-
"SortOrder"=@("Get-DZConnectionList","Get-DZJobRunList","Get-DZLineageEventList","Get-DZLineageNodeHistoryList","Get-DZProjectMembershipList","Get-DZProjectProfileList","Get-DZSubscriptionGrantList","Get-DZSubscriptionList","Get-DZSubscriptionRequestList","Get-DZSubscriptionTargetList")
22267+
"SortBy"=@("Get-DZAccountPoolList","Get-DZConnectionList","Get-DZProjectMembershipList","Get-DZProjectProfileList","Get-DZSubscriptionGrantList","Get-DZSubscriptionList","Get-DZSubscriptionRequestList","Get-DZSubscriptionTargetList")
22268+
"SortOrder"=@("Get-DZAccountPoolList","Get-DZConnectionList","Get-DZJobRunList","Get-DZLineageEventList","Get-DZLineageNodeHistoryList","Get-DZProjectMembershipList","Get-DZProjectProfileList","Get-DZSubscriptionGrantList","Get-DZSubscriptionList","Get-DZSubscriptionRequestList","Get-DZSubscriptionTargetList")
2225022269
"Status"=@("Get-DZAssetFilterList","Get-DZDataSourceList","Get-DZDataSourceRunActivityList","Get-DZDataSourceRunList","Get-DZDomainList","Get-DZEnvironmentList","Get-DZJobRunList","Get-DZMetadataGenerationRunList","Get-DZSubscriptionList","Get-DZSubscriptionRequestList","New-DZFormType","New-DZGlossary","New-DZGlossaryTerm","New-DZProjectProfile","Update-DZGlossary","Update-DZGlossaryTerm","Update-DZGroupProfile","Update-DZProjectProfile","Update-DZSubscriptionGrantStatus","Update-DZUserProfile")
2225122270
"Target_Type"=@("Start-DZMetadataGenerationRun")
2225222271
"TargetType"=@("Get-DZRuleList")
@@ -22312,6 +22331,7 @@ $DZ_SelectMap = @{
2231222331
"Set-DZEnvironmentRole",
2231322332
"Stop-DZMetadataGenerationRun",
2231422333
"Stop-DZSubscription",
22334+
"New-DZAccountPool",
2231522335
"New-DZAsset",
2231622336
"New-DZAssetFilter",
2231722337
"New-DZAssetRevision",
@@ -22338,6 +22358,7 @@ $DZ_SelectMap = @{
2233822358
"New-DZSubscriptionRequest",
2233922359
"New-DZSubscriptionTarget",
2234022360
"New-DZUserProfile",
22361+
"Remove-DZAccountPool",
2234122362
"Remove-DZAsset",
2234222363
"Remove-DZAssetFilter",
2234322364
"Remove-DZAssetType",
@@ -22363,6 +22384,7 @@ $DZ_SelectMap = @{
2236322384
"Remove-DZSubscriptionTarget",
2236422385
"Remove-DZTimeSeriesDataPoint",
2236522386
"Reset-DZEnvironmentRole",
22387+
"Get-DZAccountPool",
2236622388
"Get-DZAsset",
2236722389
"Get-DZAssetFilter",
2236822390
"Get-DZAssetType",
@@ -22397,6 +22419,8 @@ $DZ_SelectMap = @{
2239722419
"Get-DZSubscriptionTarget",
2239822420
"Get-DZTimeSeriesDataPoint",
2239922421
"Get-DZUserProfile",
22422+
"Get-DZAccountPoolList",
22423+
"Get-DZAccountsInAccountPoolList",
2240022424
"Get-DZAssetFilterList",
2240122425
"Get-DZAssetRevisionList",
2240222426
"Get-DZConnectionList",
@@ -22445,6 +22469,7 @@ $DZ_SelectMap = @{
2244522469
"Start-DZMetadataGenerationRun",
2244622470
"Add-DZResourceTag",
2244722471
"Remove-DZResourceTag",
22472+
"Update-DZAccountPool",
2244822473
"Update-DZAssetFilter",
2244922474
"Update-DZConnection",
2245022475
"Update-DZDataSource",
@@ -33880,6 +33905,17 @@ $FSX_Completers = {
3388033905
break
3388133906
}
3388233907

33908+
# Amazon.FSx.NetworkType
33909+
{
33910+
($_ -eq "New-FSXFileSystem/NetworkType") -Or
33911+
($_ -eq "New-FSXFileSystemFromBackup/NetworkType") -Or
33912+
($_ -eq "Update-FSXFileSystem/NetworkType")
33913+
}
33914+
{
33915+
$v = "DUAL","IPV4"
33916+
break
33917+
}
33918+
3388333919
# Amazon.FSx.OntapDeploymentType
3388433920
"New-FSXFileSystem/OntapConfiguration_DeploymentType"
3388533921
{
@@ -34080,6 +34116,7 @@ $FSX_map = @{
3408034116
"LustreConfiguration_DeploymentType"=@("New-FSXFileCache")
3408134117
"MaximumRetention_Type"=@("New-FSXVolume","New-FSXVolumeFromBackup","Update-FSXVolume")
3408234118
"MinimumRetention_Type"=@("New-FSXVolume","New-FSXVolumeFromBackup","Update-FSXVolume")
34119+
"NetworkType"=@("New-FSXFileSystem","New-FSXFileSystemFromBackup","Update-FSXFileSystem")
3408334120
"OntapConfiguration_DeploymentType"=@("New-FSXFileSystem")
3408434121
"OntapConfiguration_DiskIopsConfiguration_Mode"=@("New-FSXFileSystem","Update-FSXFileSystem")
3408534122
"OntapConfiguration_OntapVolumeType"=@("New-FSXVolume","New-FSXVolumeFromBackup")

modules/AWSPowerShell/Cmdlets/Braket/Basic/Add-BRKTResourceTag-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public partial class AddBRKTResourceTagCmdlet : AmazonBraketClientCmdlet, IExecu
6262
#region Parameter Tag
6363
/// <summary>
6464
/// <para>
65-
/// <para>Specify the tags to add to the resource.</para>
65+
/// <para>Specify the tags to add to the resource. Tags can be specified as a key-value map.</para>
6666
/// </para>
6767
/// </summary>
6868
#if !MODULAR

0 commit comments

Comments
 (0)