Skip to content

Commit 1192545

Browse files
5.0.1
1 parent f6b572e commit 1192545

File tree

132 files changed

+2330
-702
lines changed

Some content is hidden

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

132 files changed

+2330
-702
lines changed

Include/sdk/_sdk-versions.json

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

22
{
33
"NewServiceVersion" : "4.0.0.0",
4-
"ProductVersion" : "4.0.37.0",
4+
"ProductVersion" : "4.0.38.0",
55
"CoreVersion" : "4.0.0.13",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.13.6",
157+
"Version" : "4.0.14.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.0.13"
@@ -284,7 +284,7 @@
284284
"InPreview" : false
285285
},
286286
"RDS" : {
287-
"Version" : "4.0.2.6",
287+
"Version" : "4.0.3.0",
288288
"AssemblyVersionOverride" : "4.0",
289289
"Dependencies" : {
290290
"Core" : "4.0.0.13"
@@ -516,7 +516,7 @@
516516
"InPreview" : false
517517
},
518518
"GameLift" : {
519-
"Version" : "4.0.0.11",
519+
"Version" : "4.0.1.0",
520520
"AssemblyVersionOverride" : "4.0",
521521
"Dependencies" : {
522522
"Core" : "4.0.0.13"
@@ -572,7 +572,7 @@
572572
"InPreview" : false
573573
},
574574
"ElasticLoadBalancingV2" : {
575-
"Version" : "4.0.0.11",
575+
"Version" : "4.0.1.0",
576576
"AssemblyVersionOverride" : "4.0",
577577
"Dependencies" : {
578578
"Core" : "4.0.0.13"
@@ -708,7 +708,7 @@
708708
"InPreview" : false
709709
},
710710
"Batch" : {
711-
"Version" : "4.0.0.11",
711+
"Version" : "4.0.1.0",
712712
"AssemblyVersionOverride" : "4.0",
713713
"Dependencies" : {
714714
"Core" : "4.0.0.13"
@@ -1028,7 +1028,7 @@
10281028
"InPreview" : false
10291029
},
10301030
"TranscribeService" : {
1031-
"Version" : "4.0.1.6",
1031+
"Version" : "4.0.2.0",
10321032
"AssemblyVersionOverride" : "4.0",
10331033
"Dependencies" : {
10341034
"Core" : "4.0.0.13"
@@ -1172,7 +1172,7 @@
11721172
"InPreview" : false
11731173
},
11741174
"Route53Resolver" : {
1175-
"Version" : "4.0.0.11",
1175+
"Version" : "4.0.1.0",
11761176
"AssemblyVersionOverride" : "4.0",
11771177
"Dependencies" : {
11781178
"Core" : "4.0.0.13"
@@ -1276,7 +1276,7 @@
12761276
"InPreview" : false
12771277
},
12781278
"LicenseManager" : {
1279-
"Version" : "4.0.1.9",
1279+
"Version" : "4.0.2.0",
12801280
"AssemblyVersionOverride" : "4.0",
12811281
"Dependencies" : {
12821282
"Core" : "4.0.0.13"
@@ -2756,7 +2756,7 @@
27562756
"InPreview" : false
27572757
},
27582758
"Bedrock" : {
2759-
"Version" : "4.0.5.1",
2759+
"Version" : "4.0.6.0",
27602760
"AssemblyVersionOverride" : "4.0",
27612761
"Dependencies" : {
27622762
"Core" : "4.0.0.13"
@@ -3276,7 +3276,7 @@
32763276
"InPreview" : false
32773277
},
32783278
"AIOps" : {
3279-
"Version" : "4.0.0.1",
3279+
"Version" : "4.0.1.0",
32803280
"AssemblyVersionOverride" : "4.0",
32813281
"Dependencies" : {
32823282
"Core" : "4.0.0.13"

changelogs/CHANGELOG.2025.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
### 5.0.0 (2025-06-23 20:21Z)
1+
### 5.0.1 (2025-06-24 20:24Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.38.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 AI Ops
4+
* Modified cmdlet New-AIOpsInvestigationGroup: added parameter CrossAccountConfiguration.
5+
* Modified cmdlet Update-AIOpsInvestigationGroup: added parameter CrossAccountConfiguration.
6+
* Amazon Batch
7+
* Modified cmdlet New-BATComputeEnvironment: added parameter LaunchTemplate_UserdataType.
8+
* Modified cmdlet Update-BATComputeEnvironment: added parameter LaunchTemplate_UserdataType.
9+
* Amazon Bedrock
10+
* Added cmdlet Get-BDRFoundationModelAgreementOfferList leveraging the ListFoundationModelAgreementOffers service API.
11+
* Added cmdlet Get-BDRFoundationModelAvailability leveraging the GetFoundationModelAvailability service API.
12+
* Added cmdlet Get-BDRUseCaseForModelAccess leveraging the GetUseCaseForModelAccess service API.
13+
* Added cmdlet New-BDRFoundationModelAgreement leveraging the CreateFoundationModelAgreement service API.
14+
* Added cmdlet Remove-BDRFoundationModelAgreement leveraging the DeleteFoundationModelAgreement service API.
15+
* Added cmdlet Write-BDRUseCaseForModelAccess leveraging the PutUseCaseForModelAccess service API.
16+
* Amazon Elastic Compute Cloud
17+
* Modified cmdlet New-EC2Image: added parameter SnapshotLocation.
18+
* Amazon License Manager
19+
* Modified cmdlet New-LICMLicenseConversionTaskForResource: added parameters DestinationLicenseContext_ProductCode and SourceLicenseContext_ProductCode.
20+
* Amazon Relational Database Service
21+
* Modified cmdlet Copy-RDSDBSnapshot: added parameters SnapshotAvailabilityZone and SnapshotTarget.
22+
* Modified cmdlet New-RDSDBInstanceReadReplica: added parameter BackupTarget.
23+
* Amazon Route 53 Resolver
24+
* Modified cmdlet New-R53RResolverRule: added parameter DelegationRecord.
25+
26+
### 5.0.0 (2025-06-23 20:21Z)
227
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.37.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.
328
* Please refer to the migration guide for a list of breaking changes and workarounds at https://docs.aws.amazon.com/powershell/v5/userguide/migrating-v5.html
429

changelogs/CHANGELOG.ALL.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
1-
### 5.0.0 (2025-06-23 20:21Z)
1+
### 5.0.1 (2025-06-24 20:24Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.38.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 AI Ops
4+
* Modified cmdlet New-AIOpsInvestigationGroup: added parameter CrossAccountConfiguration.
5+
* Modified cmdlet Update-AIOpsInvestigationGroup: added parameter CrossAccountConfiguration.
6+
* Amazon Batch
7+
* Modified cmdlet New-BATComputeEnvironment: added parameter LaunchTemplate_UserdataType.
8+
* Modified cmdlet Update-BATComputeEnvironment: added parameter LaunchTemplate_UserdataType.
9+
* Amazon Bedrock
10+
* Added cmdlet Get-BDRFoundationModelAgreementOfferList leveraging the ListFoundationModelAgreementOffers service API.
11+
* Added cmdlet Get-BDRFoundationModelAvailability leveraging the GetFoundationModelAvailability service API.
12+
* Added cmdlet Get-BDRUseCaseForModelAccess leveraging the GetUseCaseForModelAccess service API.
13+
* Added cmdlet New-BDRFoundationModelAgreement leveraging the CreateFoundationModelAgreement service API.
14+
* Added cmdlet Remove-BDRFoundationModelAgreement leveraging the DeleteFoundationModelAgreement service API.
15+
* Added cmdlet Write-BDRUseCaseForModelAccess leveraging the PutUseCaseForModelAccess service API.
16+
* Amazon Elastic Compute Cloud
17+
* Modified cmdlet New-EC2Image: added parameter SnapshotLocation.
18+
* Amazon License Manager
19+
* Modified cmdlet New-LICMLicenseConversionTaskForResource: added parameters DestinationLicenseContext_ProductCode and SourceLicenseContext_ProductCode.
20+
* Amazon Relational Database Service
21+
* Modified cmdlet Copy-RDSDBSnapshot: added parameters SnapshotAvailabilityZone and SnapshotTarget.
22+
* Modified cmdlet New-RDSDBInstanceReadReplica: added parameter BackupTarget.
23+
* Amazon Route 53 Resolver
24+
* Modified cmdlet New-R53RResolverRule: added parameter DelegationRecord.
25+
26+
### 5.0.0 (2025-06-23 20:21Z)
227
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.37.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.
328
* Please refer to the migration guide for a list of breaking changes and workarounds at https://docs.aws.amazon.com/powershell/v5/userguide/migrating-v5.html
429

generator/AWSPSGeneratorLib/Config/ServiceConfig/bedrock.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
</Params>
3434
<TypesNotToFlatten />
3535
</ServiceOperation>
36+
<ServiceOperation MethodName="CreateFoundationModelAgreement" OutputProperty="ModelId" Verb="New" Noun="FoundationModelAgreement" ShouldProcessTarget="ModelId" PipelineParameter="ModelId" NoPipelineParameter="false">
37+
<Params />
38+
<TypesNotToFlatten />
39+
</ServiceOperation>
3640
<ServiceOperation MethodName="CreateGuardrail" OutputProperty="*" Verb="New" Noun="Guardrail" ShouldProcessTarget="Name" PipelineParameter="Name" NoPipelineParameter="false" LegacyV4Pagination="true">
3741
<Params>
3842
<Param Name="ContentPolicyConfig_TierConfig_TierName" NewName="ContentPolicyConfig_TierConfig_TierName" />
@@ -80,6 +84,10 @@
8084
<Params />
8185
<TypesNotToFlatten />
8286
</ServiceOperation>
87+
<ServiceOperation MethodName="DeleteFoundationModelAgreement" Verb="Remove" Noun="FoundationModelAgreement" ShouldProcessTarget="ModelId" PipelineParameter="ModelId" NoPipelineParameter="false">
88+
<Params />
89+
<TypesNotToFlatten />
90+
</ServiceOperation>
8391
<ServiceOperation MethodName="DeleteGuardrail" Verb="Remove" Noun="Guardrail" ShouldProcessTarget="GuardrailIdentifier" PipelineParameter="GuardrailIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
8492
<Params />
8593
<TypesNotToFlatten />
@@ -124,6 +132,10 @@
124132
<Params />
125133
<TypesNotToFlatten />
126134
</ServiceOperation>
135+
<ServiceOperation MethodName="GetFoundationModelAvailability" OutputProperty="*" Verb="Get" Noun="FoundationModelAvailability" PipelineParameter="ModelId" NoPipelineParameter="false">
136+
<Params />
137+
<TypesNotToFlatten />
138+
</ServiceOperation>
127139
<ServiceOperation MethodName="GetGuardrail" OutputProperty="*" Verb="Get" Noun="Guardrail" PipelineParameter="GuardrailIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
128140
<Params />
129141
<TypesNotToFlatten />
@@ -168,6 +180,10 @@
168180
<Params />
169181
<TypesNotToFlatten />
170182
</ServiceOperation>
183+
<ServiceOperation MethodName="GetUseCaseForModelAccess" OutputProperty="FormData" Verb="Get" Noun="UseCaseForModelAccess" PipelineParameter="" NoPipelineParameter="true">
184+
<Params />
185+
<TypesNotToFlatten />
186+
</ServiceOperation>
171187
<ServiceOperation MethodName="ListCustomModels" OutputProperty="ModelSummaries" Verb="Get" Noun="CustomModelList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
172188
<Params />
173189
<TypesNotToFlatten />
@@ -176,6 +192,10 @@
176192
<Params />
177193
<TypesNotToFlatten />
178194
</ServiceOperation>
195+
<ServiceOperation MethodName="ListFoundationModelAgreementOffers" OutputProperty="*" Verb="Get" Noun="FoundationModelAgreementOfferList" PipelineParameter="ModelId" NoPipelineParameter="false">
196+
<Params />
197+
<TypesNotToFlatten />
198+
</ServiceOperation>
179199
<ServiceOperation MethodName="ListFoundationModels" OutputProperty="ModelSummaries" Verb="Get" Noun="FoundationModelList" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
180200
<Params />
181201
<TypesNotToFlatten />
@@ -228,6 +248,10 @@
228248
<Params />
229249
<TypesNotToFlatten />
230250
</ServiceOperation>
251+
<ServiceOperation MethodName="PutUseCaseForModelAccess" Verb="Write" Noun="UseCaseForModelAccess" ShouldProcessTarget="FormData" PipelineParameter="FormData" NoPipelineParameter="false">
252+
<Params />
253+
<TypesNotToFlatten />
254+
</ServiceOperation>
231255
<ServiceOperation MethodName="RegisterMarketplaceModelEndpoint" OutputProperty="MarketplaceModelEndpoint" Verb="Register" Noun="MarketplaceModelEndpoint" ShouldProcessTarget="EndpointIdentifier" PipelineParameter="EndpointIdentifier" NoPipelineParameter="false" LegacyV4Pagination="true">
232256
<Params />
233257
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2766,6 +2766,8 @@ Set-Alias -Name Create-BDRCustomModel -Value New-BDRCustomModel
27662766
Set-Alias -Name BDR-CreateCustomModel -Value New-BDRCustomModel
27672767
Set-Alias -Name Create-BDREvaluationJob -Value New-BDREvaluationJob
27682768
Set-Alias -Name BDR-CreateEvaluationJob -Value New-BDREvaluationJob
2769+
Set-Alias -Name Create-BDRFoundationModelAgreement -Value New-BDRFoundationModelAgreement
2770+
Set-Alias -Name BDR-CreateFoundationModelAgreement -Value New-BDRFoundationModelAgreement
27692771
Set-Alias -Name Create-BDRGuardrail -Value New-BDRGuardrail
27702772
Set-Alias -Name BDR-CreateGuardrail -Value New-BDRGuardrail
27712773
Set-Alias -Name Create-BDRGuardrailVersion -Value New-BDRGuardrailVersion
@@ -2788,6 +2790,8 @@ Set-Alias -Name Create-BDRProvisionedModelThroughput -Value New-BDRProvisionedMo
27882790
Set-Alias -Name BDR-CreateProvisionedModelThroughput -Value New-BDRProvisionedModelThroughput
27892791
Set-Alias -Name Delete-BDRCustomModel -Value Remove-BDRCustomModel
27902792
Set-Alias -Name BDR-DeleteCustomModel -Value Remove-BDRCustomModel
2793+
Set-Alias -Name Delete-BDRFoundationModelAgreement -Value Remove-BDRFoundationModelAgreement
2794+
Set-Alias -Name BDR-DeleteFoundationModelAgreement -Value Remove-BDRFoundationModelAgreement
27912795
Set-Alias -Name Delete-BDRGuardrail -Value Remove-BDRGuardrail
27922796
Set-Alias -Name BDR-DeleteGuardrail -Value Remove-BDRGuardrail
27932797
Set-Alias -Name Delete-BDRImportedModel -Value Remove-BDRImportedModel
@@ -2807,6 +2811,7 @@ Set-Alias -Name BDR-DeregisterMarketplaceModelEndpoint -Value Unregister-BDRMark
28072811
Set-Alias -Name BDR-GetCustomModel -Value Get-BDRCustomModel
28082812
Set-Alias -Name BDR-GetEvaluationJob -Value Get-BDREvaluationJob
28092813
Set-Alias -Name BDR-GetFoundationModel -Value Get-BDRFoundationModel
2814+
Set-Alias -Name BDR-GetFoundationModelAvailability -Value Get-BDRFoundationModelAvailability
28102815
Set-Alias -Name BDR-GetGuardrail -Value Get-BDRGuardrail
28112816
Set-Alias -Name BDR-GetImportedModel -Value Get-BDRImportedModel
28122817
Set-Alias -Name BDR-GetInferenceProfile -Value Get-BDRInferenceProfile
@@ -2818,12 +2823,16 @@ Set-Alias -Name BDR-GetModelInvocationJob -Value Get-BDRModelInvocationJob
28182823
Set-Alias -Name BDR-GetModelInvocationLoggingConfiguration -Value Get-BDRModelInvocationLoggingConfiguration
28192824
Set-Alias -Name BDR-GetPromptRouter -Value Get-BDRPromptRouter
28202825
Set-Alias -Name BDR-GetProvisionedModelThroughput -Value Get-BDRProvisionedModelThroughput
2826+
Set-Alias -Name BDR-GetUseCaseForModelAccess -Value Get-BDRUseCaseForModelAccess
28212827
Set-Alias -Name List-BDRCustomModels -Value Get-BDRCustomModelList
28222828
Set-Alias -Name List-BDRCustomModelList -Value Get-BDRCustomModelList
28232829
Set-Alias -Name BDR-ListCustomModels -Value Get-BDRCustomModelList
28242830
Set-Alias -Name List-BDREvaluationJobs -Value Get-BDREvaluationJobList
28252831
Set-Alias -Name List-BDREvaluationJobList -Value Get-BDREvaluationJobList
28262832
Set-Alias -Name BDR-ListEvaluationJobs -Value Get-BDREvaluationJobList
2833+
Set-Alias -Name List-BDRFoundationModelAgreementOffers -Value Get-BDRFoundationModelAgreementOfferList
2834+
Set-Alias -Name List-BDRFoundationModelAgreementOfferList -Value Get-BDRFoundationModelAgreementOfferList
2835+
Set-Alias -Name BDR-ListFoundationModelAgreementOffers -Value Get-BDRFoundationModelAgreementOfferList
28272836
Set-Alias -Name List-BDRFoundationModels -Value Get-BDRFoundationModelList
28282837
Set-Alias -Name List-BDRFoundationModelList -Value Get-BDRFoundationModelList
28292838
Set-Alias -Name BDR-ListFoundationModels -Value Get-BDRFoundationModelList
@@ -2860,6 +2869,8 @@ Set-Alias -Name BDR-ListProvisionedModelThroughputs -Value Get-BDRProvisionedMod
28602869
Set-Alias -Name BDR-ListTagsForResource -Value Get-BDRResourceTag
28612870
Set-Alias -Name Put-BDRModelInvocationLoggingConfiguration -Value Write-BDRModelInvocationLoggingConfiguration
28622871
Set-Alias -Name BDR-PutModelInvocationLoggingConfiguration -Value Write-BDRModelInvocationLoggingConfiguration
2872+
Set-Alias -Name Put-BDRUseCaseForModelAccess -Value Write-BDRUseCaseForModelAccess
2873+
Set-Alias -Name BDR-PutUseCaseForModelAccess -Value Write-BDRUseCaseForModelAccess
28632874
Set-Alias -Name BDR-RegisterMarketplaceModelEndpoint -Value Register-BDRMarketplaceModelEndpoint
28642875
Set-Alias -Name BDR-StopEvaluationJob -Value Stop-BDREvaluationJob
28652876
Set-Alias -Name BDR-StopModelCustomizationJob -Value Stop-BDRModelCustomizationJob

0 commit comments

Comments
 (0)