Skip to content

Commit 9daf1b6

Browse files
5.0.117
1 parent cb14acf commit 9daf1b6

File tree

60 files changed

+2194
-129
lines changed

Some content is hidden

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

60 files changed

+2194
-129
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 12 additions & 12 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.152.0",
4+
"ProductVersion" : "4.0.153.0",
55
"CoreVersion" : "4.0.3.6",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -88,7 +88,7 @@
8888
"InPreview" : false
8989
},
9090
"CloudWatchLogs" : {
91-
"Version" : "4.0.13.3",
91+
"Version" : "4.0.14.0",
9292
"AssemblyVersionOverride" : "4.0",
9393
"Dependencies" : {
9494
"Core" : "4.0.3.6"
@@ -154,7 +154,7 @@
154154
"InPreview" : false
155155
},
156156
"EC2" : {
157-
"Version" : "4.0.62.2",
157+
"Version" : "4.0.63.0",
158158
"AssemblyVersionOverride" : "4.0",
159159
"Dependencies" : {
160160
"Core" : "4.0.3.6"
@@ -210,7 +210,7 @@
210210
"InPreview" : false
211211
},
212212
"Glacier" : {
213-
"Version" : "4.0.2.8",
213+
"Version" : "4.0.3.0",
214214
"AssemblyVersionOverride" : "4.0",
215215
"Dependencies" : {
216216
"Core" : "4.0.3.6",
@@ -308,7 +308,7 @@
308308
"InPreview" : false
309309
},
310310
"S3" : {
311-
"Version" : "4.0.14.3",
311+
"Version" : "4.0.15.0",
312312
"AssemblyVersionOverride" : "4.0",
313313
"Dependencies" : {
314314
"Core" : "4.0.3.6"
@@ -660,7 +660,7 @@
660660
"InPreview" : false
661661
},
662662
"AWSHealth" : {
663-
"Version" : "4.0.2.4",
663+
"Version" : "4.0.3.0",
664664
"AssemblyVersionOverride" : "4.0",
665665
"Dependencies" : {
666666
"Core" : "4.0.3.6"
@@ -1020,7 +1020,7 @@
10201020
"InPreview" : false
10211021
},
10221022
"Connect" : {
1023-
"Version" : "4.0.21.0",
1023+
"Version" : "4.0.22.0",
10241024
"AssemblyVersionOverride" : "4.0",
10251025
"Dependencies" : {
10261026
"Core" : "4.0.3.6"
@@ -1076,7 +1076,7 @@
10761076
"InPreview" : false
10771077
},
10781078
"MediaTailor" : {
1079-
"Version" : "4.0.4.9",
1079+
"Version" : "4.0.5.0",
10801080
"AssemblyVersionOverride" : "4.0",
10811081
"Dependencies" : {
10821082
"Core" : "4.0.3.6"
@@ -1148,7 +1148,7 @@
11481148
"InPreview" : false
11491149
},
11501150
"Route53Resolver" : {
1151-
"Version" : "4.0.4.5",
1151+
"Version" : "4.0.5.0",
11521152
"AssemblyVersionOverride" : "4.0",
11531153
"Dependencies" : {
11541154
"Core" : "4.0.3.6"
@@ -1380,7 +1380,7 @@
13801380
"InPreview" : false
13811381
},
13821382
"ServiceQuotas" : {
1383-
"Version" : "4.0.3.13",
1383+
"Version" : "4.0.4.0",
13841384
"AssemblyVersionOverride" : "4.0",
13851385
"Dependencies" : {
13861386
"Core" : "4.0.3.6"
@@ -2644,7 +2644,7 @@
26442644
"InPreview" : false
26452645
},
26462646
"EntityResolution" : {
2647-
"Version" : "4.0.5.8",
2647+
"Version" : "4.0.6.0",
26482648
"AssemblyVersionOverride" : "4.0",
26492649
"Dependencies" : {
26502650
"Core" : "4.0.3.6"
@@ -3244,7 +3244,7 @@
32443244
"InPreview" : false
32453245
},
32463246
"BedrockAgentCoreControl" : {
3247-
"Version" : "4.0.12.3",
3247+
"Version" : "4.0.12.4",
32483248
"AssemblyVersionOverride" : "4.0",
32493249
"Dependencies" : {
32503250
"Core" : "4.0.3.6"

changelogs/CHANGELOG.2025.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
### 5.0.116 (2025-12-12 21:26Z)
1+
### 5.0.117 (2025-12-15 22:00Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.153.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 CloudWatch Logs
4+
* Added cmdlet Get-CWLCWLImportTask leveraging the DescribeImportTasks service API.
5+
* Added cmdlet Get-CWLCWLImportTaskBatch leveraging the DescribeImportTaskBatches service API.
6+
* Added cmdlet New-CWLCWLImportTask leveraging the CreateImportTask service API.
7+
* Added cmdlet Stop-CWLCWLImportTask leveraging the CancelImportTask service API.
8+
* Amazon Connect Service
9+
* Modified cmdlet Start-CONNOutboundChatContact: added parameters InitialTemplatedSystemMessage_KnowledgeBaseId, InitialTemplatedSystemMessage_MessageTemplateId, TemplateAttributes_CustomAttribute and TemplateAttributes_CustomerProfileAttribute.
10+
* Amazon Elemental MediaTailor
11+
* Modified cmdlet Set-EMTPlaybackConfiguration: added parameters HttpRequest_Body, HttpRequest_CompressRequest, HttpRequest_Header and HttpRequest_Method.
12+
* Amazon Route 53 Resolver
13+
* Modified cmdlet New-R53RResolverEndpoint: added parameters RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled.
14+
* Modified cmdlet Update-R53RResolverEndpoint: added parameters RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled.
15+
* Amazon Service Quotas
16+
* Added cmdlet Get-SQQuotaUtilizationReport leveraging the GetQuotaUtilizationReport service API.
17+
* Added cmdlet Start-SQQuotaUtilizationReport leveraging the StartQuotaUtilizationReport service API.
18+
19+
### 5.0.116 (2025-12-12 21:26Z)
220
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.152.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.
321
* Amazon Connect Service
422
* Modified cmdlet Start-CONNChatContact: added parameter DisconnectOnCustomerExit.

changelogs/CHANGELOG.ALL.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
1-
### 5.0.116 (2025-12-12 21:26Z)
1+
### 5.0.117 (2025-12-15 22:00Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.153.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 CloudWatch Logs
4+
* Added cmdlet Get-CWLCWLImportTask leveraging the DescribeImportTasks service API.
5+
* Added cmdlet Get-CWLCWLImportTaskBatch leveraging the DescribeImportTaskBatches service API.
6+
* Added cmdlet New-CWLCWLImportTask leveraging the CreateImportTask service API.
7+
* Added cmdlet Stop-CWLCWLImportTask leveraging the CancelImportTask service API.
8+
* Amazon Connect Service
9+
* Modified cmdlet Start-CONNOutboundChatContact: added parameters InitialTemplatedSystemMessage_KnowledgeBaseId, InitialTemplatedSystemMessage_MessageTemplateId, TemplateAttributes_CustomAttribute and TemplateAttributes_CustomerProfileAttribute.
10+
* Amazon Elemental MediaTailor
11+
* Modified cmdlet Set-EMTPlaybackConfiguration: added parameters HttpRequest_Body, HttpRequest_CompressRequest, HttpRequest_Header and HttpRequest_Method.
12+
* Amazon Route 53 Resolver
13+
* Modified cmdlet New-R53RResolverEndpoint: added parameters RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled.
14+
* Modified cmdlet Update-R53RResolverEndpoint: added parameters RniEnhancedMetricsEnabled and TargetNameServerMetricsEnabled.
15+
* Amazon Service Quotas
16+
* Added cmdlet Get-SQQuotaUtilizationReport leveraging the GetQuotaUtilizationReport service API.
17+
* Added cmdlet Start-SQQuotaUtilizationReport leveraging the StartQuotaUtilizationReport service API.
18+
19+
### 5.0.116 (2025-12-12 21:26Z)
220
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.152.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.
321
* Amazon Connect Service
422
* Modified cmdlet Start-CONNChatContact: added parameter DisconnectOnCustomerExit.

generator/AWSPSGeneratorLib/Config/ServiceConfig/logs.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="CancelImportTask" OutputProperty="*" Verb="Stop" Noun="CWLImportTask" ShouldProcessTarget="ImportId" PipelineParameter="ImportId" NoPipelineParameter="false">
37+
<Params />
38+
<TypesNotToFlatten />
39+
</ServiceOperation>
3640
<ServiceOperation MethodName="CreateDelivery" OutputProperty="Delivery" Verb="New" Noun="Delivery" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
3741
<Params />
3842
<TypesNotToFlatten />
@@ -41,6 +45,10 @@
4145
<Params />
4246
<TypesNotToFlatten />
4347
</ServiceOperation>
48+
<ServiceOperation MethodName="CreateImportTask" OutputProperty="*" Verb="New" Noun="CWLImportTask" ShouldProcessTarget="ImportRoleArn,ImportSourceArn" PipelineParameter="" NoPipelineParameter="true">
49+
<Params />
50+
<TypesNotToFlatten />
51+
</ServiceOperation>
4452
<ServiceOperation MethodName="CreateLogAnomalyDetector" OutputProperty="AnomalyDetectorArn" Verb="New" Noun="LogAnomalyDetector" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true" LegacyV4Pagination="true">
4553
<Params />
4654
<TypesNotToFlatten />
@@ -167,6 +175,14 @@
167175
<Params />
168176
<TypesNotToFlatten />
169177
</ServiceOperation>
178+
<ServiceOperation MethodName="DescribeImportTaskBatches" OutputProperty="*" Verb="Get" Noun="CWLImportTaskBatch" PipelineParameter="ImportId" NoPipelineParameter="false">
179+
<Params />
180+
<TypesNotToFlatten />
181+
</ServiceOperation>
182+
<ServiceOperation MethodName="DescribeImportTasks" OutputProperty="Imports" Verb="Get" Noun="CWLImportTask" PipelineParameter="" NoPipelineParameter="true">
183+
<Params />
184+
<TypesNotToFlatten />
185+
</ServiceOperation>
170186
<ServiceOperation MethodName="DescribeIndexPolicies" OutputProperty="IndexPolicies" Verb="Get" Noun="IndexPolicy" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true">
171187
<Params />
172188
<TypesNotToFlatten />

generator/AWSPSGeneratorLib/Config/ServiceConfig/service-quotas.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
<Params />
4848
<TypesNotToFlatten />
4949
</ServiceOperation>
50+
<ServiceOperation MethodName="GetQuotaUtilizationReport" OutputProperty="*" Verb="Get" Noun="QuotaUtilizationReport" PipelineParameter="ReportId" NoPipelineParameter="false">
51+
<Params />
52+
<TypesNotToFlatten />
53+
</ServiceOperation>
5054
<ServiceOperation MethodName="GetRequestedServiceQuotaChange" OutputProperty="RequestedQuota" Verb="Get" Noun="RequestedServiceQuotaChange" PipelineParameter="RequestId" NoPipelineParameter="false" LegacyV4Pagination="true">
5155
<Params />
5256
<TypesNotToFlatten />
@@ -99,6 +103,10 @@
99103
<Params />
100104
<TypesNotToFlatten />
101105
</ServiceOperation>
106+
<ServiceOperation MethodName="StartQuotaUtilizationReport" OutputProperty="*" Verb="Start" Noun="QuotaUtilizationReport" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="false">
107+
<Params />
108+
<TypesNotToFlatten />
109+
</ServiceOperation>
102110
<ServiceOperation MethodName="StopAutoManagement" Verb="Stop" Noun="AutoManagement" ShouldProcessTarget="" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="false">
103111
<Params />
104112
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19954,10 +19954,16 @@ Set-Alias -Name Associate-CWLSourceToS3TableIntegration -Value Register-CWLSourc
1995419954
Set-Alias -Name CWL-AssociateSourceToS3TableIntegration -Value Register-CWLSourceToS3TableIntegration
1995519955
Set-Alias -Name Cancel-CWLExportTask -Value Stop-CWLExportTask
1995619956
Set-Alias -Name CWL-CancelExportTask -Value Stop-CWLExportTask
19957+
Set-Alias -Name Cancel-CWLImportTask -Value Stop-CWLCWLImportTask
19958+
Set-Alias -Name Cancel-CWLCWLImportTask -Value Stop-CWLCWLImportTask
19959+
Set-Alias -Name CWL-CancelImportTask -Value Stop-CWLCWLImportTask
1995719960
Set-Alias -Name Create-CWLDelivery -Value New-CWLDelivery
1995819961
Set-Alias -Name CWL-CreateDelivery -Value New-CWLDelivery
1995919962
Set-Alias -Name Create-CWLExportTask -Value New-CWLExportTask
1996019963
Set-Alias -Name CWL-CreateExportTask -Value New-CWLExportTask
19964+
Set-Alias -Name Create-CWLImportTask -Value New-CWLCWLImportTask
19965+
Set-Alias -Name Create-CWLCWLImportTask -Value New-CWLCWLImportTask
19966+
Set-Alias -Name CWL-CreateImportTask -Value New-CWLCWLImportTask
1996119967
Set-Alias -Name Create-CWLLogAnomalyDetector -Value New-CWLLogAnomalyDetector
1996219968
Set-Alias -Name CWL-CreateLogAnomalyDetector -Value New-CWLLogAnomalyDetector
1996319969
Set-Alias -Name Create-CWLLogGroup -Value New-CWLLogGroup
@@ -20028,6 +20034,12 @@ Set-Alias -Name CWL-DescribeExportTasks -Value Get-CWLExportTask
2002820034
Set-Alias -Name Describe-CWLFieldIndexes -Value Get-CWLFieldIndex
2002920035
Set-Alias -Name Describe-CWLFieldIndex -Value Get-CWLFieldIndex
2003020036
Set-Alias -Name CWL-DescribeFieldIndexes -Value Get-CWLFieldIndex
20037+
Set-Alias -Name Describe-CWLImportTaskBatches -Value Get-CWLCWLImportTaskBatch
20038+
Set-Alias -Name Describe-CWLCWLImportTaskBatch -Value Get-CWLCWLImportTaskBatch
20039+
Set-Alias -Name CWL-DescribeImportTaskBatches -Value Get-CWLCWLImportTaskBatch
20040+
Set-Alias -Name Describe-CWLImportTasks -Value Get-CWLCWLImportTask
20041+
Set-Alias -Name Describe-CWLCWLImportTask -Value Get-CWLCWLImportTask
20042+
Set-Alias -Name CWL-DescribeImportTasks -Value Get-CWLCWLImportTask
2003120043
Set-Alias -Name Describe-CWLIndexPolicies -Value Get-CWLIndexPolicy
2003220044
Set-Alias -Name Describe-CWLIndexPolicy -Value Get-CWLIndexPolicy
2003320045
Set-Alias -Name CWL-DescribeIndexPolicies -Value Get-CWLIndexPolicy
@@ -29933,6 +29945,7 @@ Set-Alias -Name SQ-DisassociateServiceQuotaTemplate -Value Unregister-SQServiceQ
2993329945
Set-Alias -Name SQ-GetAssociationForServiceQuotaTemplate -Value Get-SQAssociationForServiceQuotaTemplate
2993429946
Set-Alias -Name SQ-GetAutoManagementConfiguration -Value Get-SQAutoManagementConfiguration
2993529947
Set-Alias -Name SQ-GetAWSDefaultServiceQuota -Value Get-SQAWSDefaultServiceQuota
29948+
Set-Alias -Name SQ-GetQuotaUtilizationReport -Value Get-SQQuotaUtilizationReport
2993629949
Set-Alias -Name SQ-GetRequestedServiceQuotaChange -Value Get-SQRequestedServiceQuotaChange
2993729950
Set-Alias -Name SQ-GetServiceQuota -Value Get-SQServiceQuota
2993829951
Set-Alias -Name SQ-GetServiceQuotaIncreaseRequestFromTemplate -Value Get-SQServiceQuotaIncreaseRequestFromTemplate
@@ -29959,6 +29972,7 @@ Set-Alias -Name Put-SQServiceQuotaIncreaseRequestIntoTemplate -Value Write-SQSer
2995929972
Set-Alias -Name SQ-PutServiceQuotaIncreaseRequestIntoTemplate -Value Write-SQServiceQuotaIncreaseRequestIntoTemplate
2996029973
Set-Alias -Name SQ-RequestServiceQuotaIncrease -Value Request-SQServiceQuotaIncrease
2996129974
Set-Alias -Name SQ-StartAutoManagement -Value Start-SQAutoManagement
29975+
Set-Alias -Name SQ-StartQuotaUtilizationReport -Value Start-SQQuotaUtilizationReport
2996229976
Set-Alias -Name SQ-StopAutoManagement -Value Stop-SQAutoManagement
2996329977
Set-Alias -Name SQ-TagResource -Value Add-SQResourceTag
2996429978
Set-Alias -Name SQ-UntagResource -Value Remove-SQResourceTag

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49044,6 +49044,13 @@ $CWL_Completers = {
4904449044
break
4904549045
}
4904649046

49047+
# Amazon.CloudWatchLogs.ImportStatus
49048+
"Get-CWLCWLImportTask/ImportStatus"
49049+
{
49050+
$v = "CANCELLED","COMPLETED","FAILED","IN_PROGRESS"
49051+
break
49052+
}
49053+
4904749054
# Amazon.CloudWatchLogs.IntegrationStatus
4904849055
"Get-CWLIntegrationList/IntegrationStatus"
4904949056
{
@@ -49185,6 +49192,7 @@ $CWL_map = @{
4918549192
"Distribution"=@("Write-CWLSubscriptionFilter")
4918649193
"EvaluationFrequency"=@("New-CWLLogAnomalyDetector","Update-CWLLogAnomalyDetector")
4918749194
"GroupBy"=@("Get-CWLAggregateLogGroupSummaryList")
49195+
"ImportStatus"=@("Get-CWLCWLImportTask")
4918849196
"IntegrationStatus"=@("Get-CWLIntegrationList")
4918949197
"IntegrationType"=@("Get-CWLIntegrationList","Write-CWLIntegration")
4919049198
"LogGroupClass"=@("Get-CWLAggregateLogGroupSummaryList","Get-CWLLogGroup","Get-CWLLogGroupList","New-CWLLogGroup")
@@ -49255,8 +49263,10 @@ $CWL_SelectMap = @{
4925549263
"Select"=@("Register-CWLKmsKey",
4925649264
"Register-CWLSourceToS3TableIntegration",
4925749265
"Stop-CWLExportTask",
49266+
"Stop-CWLCWLImportTask",
4925849267
"New-CWLDelivery",
4925949268
"New-CWLExportTask",
49269+
"New-CWLCWLImportTask",
4926049270
"New-CWLLogAnomalyDetector",
4926149271
"New-CWLLogGroup",
4926249272
"New-CWLLogStream",
@@ -49288,6 +49298,8 @@ $CWL_SelectMap = @{
4928849298
"Get-CWLDestination",
4928949299
"Get-CWLExportTask",
4929049300
"Get-CWLFieldIndex",
49301+
"Get-CWLCWLImportTaskBatch",
49302+
"Get-CWLCWLImportTask",
4929149303
"Get-CWLIndexPolicy",
4929249304
"Get-CWLLogGroup",
4929349305
"Get-CWLLogStream",
@@ -52988,6 +53000,13 @@ $EMT_Completers = {
5298853000
break
5298953001
}
5299053002

53003+
# Amazon.MediaTailor.CompressionMethod
53004+
"Set-EMTPlaybackConfiguration/HttpRequest_CompressRequest"
53005+
{
53006+
$v = "GZIP","NONE"
53007+
break
53008+
}
53009+
5299153010
# Amazon.MediaTailor.FillPolicy
5299253011
"Set-EMTPlaybackConfiguration/AvailSuppression_FillPolicy"
5299353012
{
@@ -53009,6 +53028,13 @@ $EMT_Completers = {
5300953028
break
5301053029
}
5301153030

53031+
# Amazon.MediaTailor.Method
53032+
"Set-EMTPlaybackConfiguration/HttpRequest_Method"
53033+
{
53034+
$v = "GET","POST"
53035+
break
53036+
}
53037+
5301253038
# Amazon.MediaTailor.Mode
5301353039
"Set-EMTPlaybackConfiguration/AvailSuppression_Mode"
5301453040
{
@@ -53074,6 +53100,8 @@ $EMT_map = @{
5307453100
"AdConditioningConfiguration_StreamingMediaFileConditioning"=@("Set-EMTPlaybackConfiguration")
5307553101
"AvailSuppression_FillPolicy"=@("Set-EMTPlaybackConfiguration")
5307653102
"AvailSuppression_Mode"=@("Set-EMTPlaybackConfiguration")
53103+
"HttpRequest_CompressRequest"=@("Set-EMTPlaybackConfiguration")
53104+
"HttpRequest_Method"=@("Set-EMTPlaybackConfiguration")
5307753105
"InsertionMode"=@("Set-EMTPlaybackConfiguration")
5307853106
"PlaybackMode"=@("New-EMTChannel")
5307953107
"RecurringRetrieval_TrafficShapingType"=@("New-EMTPrefetchSchedule")
@@ -75717,6 +75745,7 @@ $SQ_SelectMap = @{
7571775745
"Get-SQAssociationForServiceQuotaTemplate",
7571875746
"Get-SQAutoManagementConfiguration",
7571975747
"Get-SQAWSDefaultServiceQuota",
75748+
"Get-SQQuotaUtilizationReport",
7572075749
"Get-SQRequestedServiceQuotaChange",
7572175750
"Get-SQServiceQuota",
7572275751
"Get-SQServiceQuotaIncreaseRequestFromTemplate",
@@ -75730,6 +75759,7 @@ $SQ_SelectMap = @{
7573075759
"Write-SQServiceQuotaIncreaseRequestIntoTemplate",
7573175760
"Request-SQServiceQuotaIncrease",
7573275761
"Start-SQAutoManagement",
75762+
"Start-SQQuotaUtilizationReport",
7573375763
"Stop-SQAutoManagement",
7573475764
"Add-SQResourceTag",
7573575765
"Remove-SQResourceTag",

modules/AWSPowerShell/Cmdlets/BedrockAgentCoreControl/Basic/Get-BACCPolicyEngineList-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public partial class GetBACCPolicyEngineListCmdlet : AmazonBedrockAgentCoreContr
6767
#region Parameter NextToken
6868
/// <summary>
6969
/// <para>
70-
/// <para>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_ListPolicyEngines.html">ListPolicyEngines</a>
70+
/// <para>A pagination token returned from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_ListPolicyEngines.html">ListPolicyEngines</a>
7171
/// call. Use this token to retrieve the next page of results when the response is paginated.</para>
7272
/// </para>
7373
/// <para>

modules/AWSPowerShell/Cmdlets/BedrockAgentCoreControl/Basic/Get-BACCPolicyGeneration-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public partial class GetBACCPolicyGenerationCmdlet : AmazonBedrockAgentCoreContr
6868
/// <summary>
6969
/// <para>
7070
/// <para>The unique identifier of the policy generation request to be retrieved. This must
71-
/// be a valid generation ID from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/API_StartPolicyGeneration.html">StartPolicyGeneration</a>
71+
/// be a valid generation ID from a previous <a href="https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_StartPolicyGeneration.html">StartPolicyGeneration</a>
7272
/// call.</para>
7373
/// </para>
7474
/// </summary>

0 commit comments

Comments
 (0)