Skip to content

Commit b3c8bf3

Browse files
4.1.747
1 parent f41d1fe commit b3c8bf3

File tree

16,926 files changed

+19387
-17811
lines changed

Some content is hidden

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

16,926 files changed

+19387
-17811
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
### 4.1.746 (2025-01-29 22:24Z)
1+
### 4.1.747 (2025-01-30 21:59Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.973.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 Elemental MediaTailor
4+
* Modified cmdlet Set-EMTPlaybackConfiguration: added parameter AdConditioningConfiguration_StreamingMediaFileConditioning.
5+
* Amazon QBusiness
6+
* Added cmdlet Get-QBUSSubscriptionList leveraging the ListSubscriptions service API.
7+
* Added cmdlet New-QBUSSubscription leveraging the CreateSubscription service API.
8+
* Added cmdlet Stop-QBUSSubscription leveraging the CancelSubscription service API.
9+
* Added cmdlet Update-QBUSSubscription leveraging the UpdateSubscription service API.
10+
* Amazon S3 Tables
11+
* Modified cmdlet New-S3TTable: added parameter Schema_Field.
12+
* Amazon Verified Permissions
13+
* Modified cmdlet Get-AVPBatchIsAuthorizedWithToken: added parameter Entities_CedarJson.
14+
* Modified cmdlet Test-AVPAuthorization: added parameters Context_CedarJson and Entities_CedarJson.
15+
* Modified cmdlet Test-AVPBatchAuthorization: added parameter Entities_CedarJson.
16+
* Modified cmdlet Test-AVPTokenAuthorization: added parameters Context_CedarJson and Entities_CedarJson.
17+
18+
### 4.1.746 (2025-01-29 22:24Z)
219
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.972.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.
320
* Amazon SES Mail Manager
421
* Added cmdlet Add-MMGRMemberToAddressList leveraging the RegisterMemberToAddressList service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,21 @@
1-
### 4.1.746 (2025-01-29 22:24Z)
1+
### 4.1.747 (2025-01-30 21:59Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.973.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 Elemental MediaTailor
4+
* Modified cmdlet Set-EMTPlaybackConfiguration: added parameter AdConditioningConfiguration_StreamingMediaFileConditioning.
5+
* Amazon QBusiness
6+
* Added cmdlet Get-QBUSSubscriptionList leveraging the ListSubscriptions service API.
7+
* Added cmdlet New-QBUSSubscription leveraging the CreateSubscription service API.
8+
* Added cmdlet Stop-QBUSSubscription leveraging the CancelSubscription service API.
9+
* Added cmdlet Update-QBUSSubscription leveraging the UpdateSubscription service API.
10+
* Amazon S3 Tables
11+
* Modified cmdlet New-S3TTable: added parameter Schema_Field.
12+
* Amazon Verified Permissions
13+
* Modified cmdlet Get-AVPBatchIsAuthorizedWithToken: added parameter Entities_CedarJson.
14+
* Modified cmdlet Test-AVPAuthorization: added parameters Context_CedarJson and Entities_CedarJson.
15+
* Modified cmdlet Test-AVPBatchAuthorization: added parameter Entities_CedarJson.
16+
* Modified cmdlet Test-AVPTokenAuthorization: added parameters Context_CedarJson and Entities_CedarJson.
17+
18+
### 4.1.746 (2025-01-29 22:24Z)
219
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.972.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.
320
* Amazon SES Mail Manager
421
* Added cmdlet Add-MMGRMemberToAddressList leveraging the RegisterMemberToAddressList service API.

generator/AWSPSGeneratorLib/Config/ServiceConfig/qbusiness.xml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
<Params />
3434
<TypesNotToFlatten />
3535
</ServiceOperation>
36+
<ServiceOperation MethodName="CancelSubscription" OutputProperty="*" Verb="Stop" Noun="Subscription" ShouldProcessTarget="SubscriptionId" PipelineParameter="SubscriptionId" NoPipelineParameter="false">
37+
<Params />
38+
<TypesNotToFlatten />
39+
</ServiceOperation>
3640
<ServiceOperation MethodName="ChatSync" OutputProperty="*" Verb="Set" Noun="ChatSync" ShouldProcessTarget="ApplicationId" PipelineParameter="ApplicationId" NoPipelineParameter="false">
3741
<Params />
3842
<TypesNotToFlatten />
@@ -74,6 +78,10 @@
7478
<Params />
7579
<TypesNotToFlatten />
7680
</ServiceOperation>
81+
<ServiceOperation MethodName="CreateSubscription" OutputProperty="*" Verb="New" Noun="Subscription" ShouldProcessTarget="ApplicationId" PipelineParameter="" NoPipelineParameter="true">
82+
<Params />
83+
<TypesNotToFlatten />
84+
</ServiceOperation>
7785
<ServiceOperation MethodName="CreateUser" Verb="New" Noun="User" ShouldProcessTarget="ApplicationId" PipelineParameter="ApplicationId" NoPipelineParameter="false">
7886
<Params />
7987
<TypesNotToFlatten />
@@ -238,6 +246,10 @@
238246
<Params />
239247
<TypesNotToFlatten />
240248
</ServiceOperation>
249+
<ServiceOperation MethodName="ListSubscriptions" OutputProperty="Subscriptions" Verb="Get" Noun="SubscriptionList" PipelineParameter="ApplicationId" NoPipelineParameter="false">
250+
<Params />
251+
<TypesNotToFlatten />
252+
</ServiceOperation>
241253
<ServiceOperation MethodName="ListTagsForResource" OutputProperty="Tags" Verb="Get" Noun="ResourceTag" PipelineParameter="ResourceARN" NoPipelineParameter="false">
242254
<Params />
243255
<TypesNotToFlatten />
@@ -315,6 +327,10 @@
315327
<Params />
316328
<TypesNotToFlatten />
317329
</ServiceOperation>
330+
<ServiceOperation MethodName="UpdateSubscription" OutputProperty="*" Verb="Update" Noun="Subscription" ShouldProcessTarget="SubscriptionId" PipelineParameter="SubscriptionId" NoPipelineParameter="false">
331+
<Params />
332+
<TypesNotToFlatten />
333+
</ServiceOperation>
318334
<ServiceOperation MethodName="UpdateUser" OutputProperty="*" Verb="Update" Noun="User" ShouldProcessTarget="UserId" PipelineParameter="UserId" NoPipelineParameter="false">
319335
<Params />
320336
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23684,6 +23684,8 @@ Set-Alias -Name QBUS-BatchDeleteDocument -Value Remove-QBUSBatchDeleteDocument
2368423684
Set-Alias -Name Batch-QBUSPutDocument -Value Set-QBUSBatchPutDocument
2368523685
Set-Alias -Name Batch-QBUSBatchPutDocument -Value Set-QBUSBatchPutDocument
2368623686
Set-Alias -Name QBUS-BatchPutDocument -Value Set-QBUSBatchPutDocument
23687+
Set-Alias -Name Cancel-QBUSSubscription -Value Stop-QBUSSubscription
23688+
Set-Alias -Name QBUS-CancelSubscription -Value Stop-QBUSSubscription
2368723689
Set-Alias -Name Chat-QBUSSync -Value Set-QBUSChatSync
2368823690
Set-Alias -Name Chat-QBUSChatSync -Value Set-QBUSChatSync
2368923691
Set-Alias -Name QBUS-ChatSync -Value Set-QBUSChatSync
@@ -23699,6 +23701,8 @@ Set-Alias -Name Create-QBUSPlugin -Value New-QBUSPlugin
2369923701
Set-Alias -Name QBUS-CreatePlugin -Value New-QBUSPlugin
2370023702
Set-Alias -Name Create-QBUSRetriever -Value New-QBUSRetriever
2370123703
Set-Alias -Name QBUS-CreateRetriever -Value New-QBUSRetriever
23704+
Set-Alias -Name Create-QBUSSubscription -Value New-QBUSSubscription
23705+
Set-Alias -Name QBUS-CreateSubscription -Value New-QBUSSubscription
2370223706
Set-Alias -Name Create-QBUSUser -Value New-QBUSUser
2370323707
Set-Alias -Name QBUS-CreateUser -Value New-QBUSUser
2370423708
Set-Alias -Name Create-QBUSWebExperience -Value New-QBUSWebExperience
@@ -23784,6 +23788,9 @@ Set-Alias -Name QBUS-ListPluginTypeMetadata -Value Get-QBUSPluginTypeMetadataLis
2378423788
Set-Alias -Name List-QBUSRetrievers -Value Get-QBUSRetrieverList
2378523789
Set-Alias -Name List-QBUSRetrieverList -Value Get-QBUSRetrieverList
2378623790
Set-Alias -Name QBUS-ListRetrievers -Value Get-QBUSRetrieverList
23791+
Set-Alias -Name List-QBUSSubscriptions -Value Get-QBUSSubscriptionList
23792+
Set-Alias -Name List-QBUSSubscriptionList -Value Get-QBUSSubscriptionList
23793+
Set-Alias -Name QBUS-ListSubscriptions -Value Get-QBUSSubscriptionList
2378723794
Set-Alias -Name QBUS-ListTagsForResource -Value Get-QBUSResourceTag
2378823795
Set-Alias -Name List-QBUSWebExperiences -Value Get-QBUSWebExperienceList
2378923796
Set-Alias -Name List-QBUSWebExperienceList -Value Get-QBUSWebExperienceList
@@ -23804,6 +23811,7 @@ Set-Alias -Name QBUS-UpdateDataSource -Value Update-QBUSDataSource
2380423811
Set-Alias -Name QBUS-UpdateIndex -Value Update-QBUSIndex
2380523812
Set-Alias -Name QBUS-UpdatePlugin -Value Update-QBUSPlugin
2380623813
Set-Alias -Name QBUS-UpdateRetriever -Value Update-QBUSRetriever
23814+
Set-Alias -Name QBUS-UpdateSubscription -Value Update-QBUSSubscription
2380723815
Set-Alias -Name QBUS-UpdateUser -Value Update-QBUSUser
2380823816
Set-Alias -Name QBUS-UpdateWebExperience -Value Update-QBUSWebExperience
2380923817
Set-Alias -Name Activate-QCMessageTemplate -Value Enable-QCMessageTemplate

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48747,6 +48747,13 @@ $EMT_Completers = {
4874748747
break
4874848748
}
4874948749

48750+
# Amazon.MediaTailor.StreamingMediaFileConditioning
48751+
"Set-EMTPlaybackConfiguration/AdConditioningConfiguration_StreamingMediaFileConditioning"
48752+
{
48753+
$v = "NONE","TRANSCODE"
48754+
break
48755+
}
48756+
4875048757
# Amazon.MediaTailor.Tier
4875148758
"New-EMTChannel/Tier"
4875248759
{
@@ -48764,6 +48771,7 @@ $EMT_Completers = {
4876448771

4876548772
$EMT_map = @{
4876648773
"AccessConfiguration_AccessType"=@("New-EMTSourceLocation","Update-EMTSourceLocation")
48774+
"AdConditioningConfiguration_StreamingMediaFileConditioning"=@("Set-EMTPlaybackConfiguration")
4876748775
"AvailSuppression_FillPolicy"=@("Set-EMTPlaybackConfiguration")
4876848776
"AvailSuppression_Mode"=@("Set-EMTPlaybackConfiguration")
4876948777
"InsertionMode"=@("Set-EMTPlaybackConfiguration")
@@ -58764,7 +58772,11 @@ $QBUS_Completers = {
5876458772
}
5876558773

5876658774
# Amazon.QBusiness.SubscriptionType
58767-
"Update-QBUSApplication/AutoSubscriptionConfiguration_DefaultSubscriptionType"
58775+
{
58776+
($_ -eq "Update-QBUSApplication/AutoSubscriptionConfiguration_DefaultSubscriptionType") -Or
58777+
($_ -eq "New-QBUSSubscription/Type") -Or
58778+
($_ -eq "Update-QBUSSubscription/Type")
58779+
}
5876858780
{
5876958781
$v = "Q_BUSINESS","Q_LITE"
5877058782
break
@@ -58808,7 +58820,7 @@ $QBUS_map = @{
5880858820
"SamplePromptsControlMode"=@("New-QBUSWebExperience","Update-QBUSWebExperience")
5880958821
"State"=@("Update-QBUSPlugin")
5881058822
"StatusFilter"=@("Get-QBUSDataSourceSyncJobList")
58811-
"Type"=@("New-QBUSIndex","New-QBUSPlugin","New-QBUSRetriever","Write-QBUSGroup")
58823+
"Type"=@("New-QBUSIndex","New-QBUSPlugin","New-QBUSRetriever","New-QBUSSubscription","Update-QBUSSubscription","Write-QBUSGroup")
5881258824
}
5881358825

5881458826
_awsArgumentCompleterRegistration $QBUS_Completers $QBUS_map
@@ -58864,13 +58876,15 @@ $QBUS_SelectMap = @{
5886458876
"Select"=@("Add-QBUSPermission",
5886558877
"Remove-QBUSBatchDeleteDocument",
5886658878
"Set-QBUSBatchPutDocument",
58879+
"Stop-QBUSSubscription",
5886758880
"Set-QBUSChatSync",
5886858881
"New-QBUSApplication",
5886958882
"New-QBUSDataAccessor",
5887058883
"New-QBUSDataSource",
5887158884
"New-QBUSIndex",
5887258885
"New-QBUSPlugin",
5887358886
"New-QBUSRetriever",
58887+
"New-QBUSSubscription",
5887458888
"New-QBUSUser",
5887558889
"New-QBUSWebExperience",
5887658890
"Remove-QBUSApplication",
@@ -58912,6 +58926,7 @@ $QBUS_SelectMap = @{
5891258926
"Get-QBUSPluginTypeActionList",
5891358927
"Get-QBUSPluginTypeMetadataList",
5891458928
"Get-QBUSRetrieverList",
58929+
"Get-QBUSSubscriptionList",
5891558930
"Get-QBUSResourceTag",
5891658931
"Get-QBUSWebExperienceList",
5891758932
"Write-QBUSFeedback",
@@ -58928,6 +58943,7 @@ $QBUS_SelectMap = @{
5892858943
"Update-QBUSIndex",
5892958944
"Update-QBUSPlugin",
5893058945
"Update-QBUSRetriever",
58946+
"Update-QBUSSubscription",
5893158947
"Update-QBUSUser",
5893258948
"Update-QBUSWebExperience")
5893358949
}

modules/AWSPowerShell/Cmdlets/ACMPCA/AmazonACMPCAClientCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
44
* this file except in compliance with the License. A copy of the License is located at
55
*

modules/AWSPowerShell/Cmdlets/ACMPCA/Basic/Add-PCACertificateAuthorityTag-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
44
* this file except in compliance with the License. A copy of the License is located at
55
*

modules/AWSPowerShell/Cmdlets/ACMPCA/Basic/Get-PCACertificate-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
44
* this file except in compliance with the License. A copy of the License is located at
55
*

modules/AWSPowerShell/Cmdlets/ACMPCA/Basic/Get-PCACertificateAuthority-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright 2012-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
33
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use
44
* this file except in compliance with the License. A copy of the License is located at
55
*

0 commit comments

Comments
 (0)