Skip to content

Commit 8ad9020

Browse files
5.0.68
1 parent e71d28a commit 8ad9020

28 files changed

+569
-64
lines changed

Include/sdk/_sdk-versions.json

Lines changed: 6 additions & 6 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.103.0",
4+
"ProductVersion" : "4.0.104.0",
55
"CoreVersion" : "4.0.0.32",
66
"OverrideCoreVersion" : "4.0",
77
"DefaultToPreview" : false,
@@ -32,7 +32,7 @@
3232
"InPreview" : false
3333
},
3434
"CloudFormation" : {
35-
"Version" : "4.0.3.5",
35+
"Version" : "4.0.4.0",
3636
"AssemblyVersionOverride" : "4.0",
3737
"Dependencies" : {
3838
"Core" : "4.0.0.32"
@@ -146,7 +146,7 @@
146146
"InPreview" : false
147147
},
148148
"DynamoDBv2" : {
149-
"Version" : "4.0.6.6",
149+
"Version" : "4.0.7.0",
150150
"AssemblyVersionOverride" : "4.0",
151151
"Dependencies" : {
152152
"Core" : "4.0.0.32"
@@ -876,7 +876,7 @@
876876
"InPreview" : false
877877
},
878878
"GuardDuty" : {
879-
"Version" : "4.0.7.5",
879+
"Version" : "4.0.7.6",
880880
"AssemblyVersionOverride" : "4.0",
881881
"Dependencies" : {
882882
"Core" : "4.0.0.32"
@@ -1684,7 +1684,7 @@
16841684
"InPreview" : false
16851685
},
16861686
"Synthetics" : {
1687-
"Version" : "4.0.6.6",
1687+
"Version" : "4.0.7.0",
16881688
"AssemblyVersionOverride" : "4.0",
16891689
"Dependencies" : {
16901690
"Core" : "4.0.0.32"
@@ -2428,7 +2428,7 @@
24282428
"InPreview" : false
24292429
},
24302430
"ConnectCases" : {
2431-
"Version" : "4.0.4.1",
2431+
"Version" : "4.0.5.0",
24322432
"AssemblyVersionOverride" : "4.0",
24332433
"Dependencies" : {
24342434
"Core" : "4.0.0.32"

changelogs/CHANGELOG.2025.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
### 5.0.67 (2025-10-01 20:39Z)
1+
### 5.0.68 (2025-10-02 20:48Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.104.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 Synthetics
4+
* Modified cmdlet New-CWSYNCanary: added parameter Code_BlueprintType.
5+
* Modified cmdlet Start-CWSYNCanaryDryRun: added parameter Code_BlueprintType.
6+
* Modified cmdlet Update-CWSYNCanary: added parameter Code_BlueprintType.
7+
* Amazon Connect Cases
8+
* Added cmdlet Search-CCASAllRelatedItem leveraging the SearchAllRelatedItems service API.
9+
10+
### 5.0.67 (2025-10-01 20:39Z)
211
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.103.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.
312
* Amazon Chime SDK Meetings
413
* Modified cmdlet New-CHMTGMeeting: added parameter MediaPlacementNetworkType.

changelogs/CHANGELOG.ALL.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
### 5.0.67 (2025-10-01 20:39Z)
1+
### 5.0.68 (2025-10-02 20:48Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.104.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 Synthetics
4+
* Modified cmdlet New-CWSYNCanary: added parameter Code_BlueprintType.
5+
* Modified cmdlet Start-CWSYNCanaryDryRun: added parameter Code_BlueprintType.
6+
* Modified cmdlet Update-CWSYNCanary: added parameter Code_BlueprintType.
7+
* Amazon Connect Cases
8+
* Added cmdlet Search-CCASAllRelatedItem leveraging the SearchAllRelatedItems service API.
9+
10+
### 5.0.67 (2025-10-01 20:39Z)
211
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.103.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.
312
* Amazon Chime SDK Meetings
413
* Modified cmdlet New-CHMTGMeeting: added parameter MediaPlacementNetworkType.

generator/AWSPSGeneratorLib/Config/ServiceConfig/connectcases.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,10 @@
148148
<Params />
149149
<TypesNotToFlatten />
150150
</ServiceOperation>
151+
<ServiceOperation MethodName="SearchAllRelatedItems" OutputProperty="RelatedItems" Verb="Search" Noun="AllRelatedItem" ShouldProcessTarget="DomainId" PipelineParameter="DomainId" NoPipelineParameter="false">
152+
<Params />
153+
<TypesNotToFlatten />
154+
</ServiceOperation>
151155
<ServiceOperation MethodName="SearchCases" OutputProperty="Cases" Verb="Search" Noun="Case" ShouldProcessTarget="DomainId" PipelineParameter="DomainId" NoPipelineParameter="false" LegacyV4Pagination="true">
152156
<Params />
153157
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7537,6 +7537,8 @@ Set-Alias -Name List-CCASTemplateList -Value Get-CCASTemplateList
75377537
Set-Alias -Name CCAS-ListTemplates -Value Get-CCASTemplateList
75387538
Set-Alias -Name Put-CCASCaseEventConfiguration -Value Write-CCASCaseEventConfiguration
75397539
Set-Alias -Name CCAS-PutCaseEventConfiguration -Value Write-CCASCaseEventConfiguration
7540+
Set-Alias -Name Search-CCASAllRelatedItems -Value Search-CCASAllRelatedItem
7541+
Set-Alias -Name CCAS-SearchAllRelatedItems -Value Search-CCASAllRelatedItem
75407542
Set-Alias -Name Search-CCASCases -Value Search-CCASCase
75417543
Set-Alias -Name CCAS-SearchCases -Value Search-CCASCase
75427544
Set-Alias -Name Search-CCASRelatedItems -Value Search-CCASRelatedItem

modules/AWSPowerShell/AWSPowerShellCompleters.psm1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20264,6 +20264,7 @@ $CCAS_SelectMap = @{
2026420264
"Get-CCASResourceTag",
2026520265
"Get-CCASTemplateList",
2026620266
"Write-CCASCaseEventConfiguration",
20267+
"Search-CCASAllRelatedItem",
2026720268
"Search-CCASCase",
2026820269
"Search-CCASRelatedItem",
2026920270
"Add-CCASResourceTag",

modules/AWSPowerShell/Cmdlets/CloudFormation/Basic/Disable-CFNType-Cmdlet.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.PowerShell.Cmdlets.CFN
3636
///
3737
/// <para>
3838
/// Deactivating an extension deletes the configuration details that are associated with
39-
/// it. To temporary disable a CloudFormation Hook instead, you can use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>.
39+
/// it. To temporarily disable a CloudFormation Hook instead, you can use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>.
4040
/// </para><para>
4141
/// Once deactivated, an extension can't be used in any CloudFormation operation. This
4242
/// includes stack update operations where the stack template includes the extension,
@@ -62,7 +62,7 @@ public partial class DisableCFNTypeCmdlet : AmazonCloudFormationClientCmdlet, IE
6262
#region Parameter Arn
6363
/// <summary>
6464
/// <para>
65-
/// <para>The Amazon Resource Name (ARN) for the extension, in this account and Region.</para><para>Conditional: You must specify either <c>Arn</c>, or <c>TypeName</c> and <c>Type</c>.</para>
65+
/// <para>The Amazon Resource Name (ARN) for the extension in this account and Region.</para><para>Conditional: You must specify either <c>Arn</c>, or <c>TypeName</c> and <c>Type</c>.</para>
6666
/// </para>
6767
/// </summary>
6868
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
@@ -83,7 +83,7 @@ public partial class DisableCFNTypeCmdlet : AmazonCloudFormationClientCmdlet, IE
8383
#region Parameter TypeName
8484
/// <summary>
8585
/// <para>
86-
/// <para>The type name of the extension, in this account and Region. If you specified a type
86+
/// <para>The type name of the extension in this account and Region. If you specified a type
8787
/// name alias when enabling the extension, use the type name alias.</para><para>Conditional: You must specify either <c>Arn</c>, or <c>TypeName</c> and <c>Type</c>.</para>
8888
/// </para>
8989
/// </summary>

modules/AWSPowerShell/Cmdlets/CloudFormation/Basic/Enable-CFNType-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public partial class EnableCFNTypeCmdlet : AmazonCloudFormationClientCmdlet, IEx
167167
#region Parameter TypeNameAlias
168168
/// <summary>
169169
/// <para>
170-
/// <para>An alias to assign to the public extension, in this account and Region. If you specify
170+
/// <para>An alias to assign to the public extension in this account and Region. If you specify
171171
/// an alias for the extension, CloudFormation treats the alias as the extension type
172172
/// name within this account and Region. You must use the alias to refer to the extension
173173
/// in your templates, API calls, and CloudFormation console.</para><para>An extension alias must be unique within a given account and Region. You can activate

modules/AWSPowerShell/Cmdlets/CloudFormation/Basic/Get-CFNGeneratedTemplateList-Cmdlet.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ public partial class GetCFNGeneratedTemplateListCmdlet : AmazonCloudFormationCli
4848
#region Parameter MaxResult
4949
/// <summary>
5050
/// <para>
51-
/// <para> If the number of available results exceeds this maximum, the response includes a
52-
/// <c>NextToken</c> value that you can use for the <c>NextToken</c> parameter to get
53-
/// the next set of results. By default the <c>ListGeneratedTemplates</c> API action will
54-
/// return at most 50 results in each response. The maximum value is 100.</para>
51+
/// <para>If the number of available results exceeds this maximum, the response includes a <c>NextToken</c>
52+
/// value that you can use for the <c>NextToken</c> parameter to get the next set of results.
53+
/// By default the <c>ListGeneratedTemplates</c> API action will return at most 50 results
54+
/// in each response. The maximum value is 100.</para>
5555
/// </para>
5656
/// </summary>
5757
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]

modules/AWSPowerShell/Cmdlets/CloudFormation/Basic/Get-CFNHookResult-Cmdlet.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ namespace Amazon.PowerShell.Cmdlets.CFN
3131
{
3232
/// <summary>
3333
/// Returns summaries of invoked Hooks. For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-view-invocations.html">View
34-
/// CloudFormation Hooks invocations</a> in the <i>CloudFormation Hooks User Guide</i>.
34+
/// invocation summaries for CloudFormation Hooks</a> in the <i>CloudFormation Hooks User
35+
/// Guide</i>.
3536
///
3637
///
3738
/// <para>

0 commit comments

Comments
 (0)