Skip to content

Commit d9eb82e

Browse files
4.1.838
1 parent d733907 commit d9eb82e

26 files changed

+977
-896
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### 4.1.837 (2025-06-09 20:39Z)
1+
### 4.1.838 (2025-06-10 20:06Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1061.1 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+
4+
### 4.1.837 (2025-06-09 20:39Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1061.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.
36
* Amazon Connect Customer Profiles
47
* Added cmdlet Get-CPFDomainLayout leveraging the GetDomainLayout service API.

changelogs/CHANGELOG.ALL.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
### 4.1.837 (2025-06-09 20:39Z)
1+
### 4.1.838 (2025-06-10 20:06Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1061.1 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+
4+
### 4.1.837 (2025-06-09 20:39Z)
25
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1061.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.
36
* Amazon Connect Customer Profiles
47
* Added cmdlet Get-CPFDomainLayout leveraging the GetDomainLayout service API.

modules/AWSPowerShell/Cmdlets/GameLiftStreams/Basic/Add-GMLSResourceTag-Cmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public partial class AddGMLSResourceTagCmdlet : AmazonGameLiftStreamsClientCmdle
5555
#region Parameter ResourceArn
5656
/// <summary>
5757
/// <para>
58-
/// <para>The <a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html">Amazon
58+
/// <para>The <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
5959
/// Resource Name (ARN)</a> of the Amazon GameLift Streams resource that you want to apply
6060
/// tags to.</para>
6161
/// </para>

modules/AWSPowerShell/Cmdlets/GameLiftStreams/Basic/Add-GMLSStreamGroupLocation-Cmdlet.cs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ public partial class AddGMLSStreamGroupLocationCmdlet : AmazonGameLiftStreamsCli
5555
#region Parameter Identifier
5656
/// <summary>
5757
/// <para>
58-
/// <para> A stream group to add the specified locations to. </para><para>This value is a Amazon Resource Name (ARN) that uniquely identifies the stream group
59-
/// resource. Format example: <c>sg-1AB2C3De4</c>. </para>
58+
/// <para> A stream group to add the specified locations to. </para><para>This value is an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
59+
/// Resource Name (ARN)</a> or ID that uniquely identifies the stream group resource.
60+
/// Example ARN: <c>arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4</c>.
61+
/// Example ID: <c>sg-1AB2C3De4</c>. </para>
6062
/// </para>
6163
/// </summary>
6264
#if !MODULAR

modules/AWSPowerShell/Cmdlets/GameLiftStreams/Basic/Connect-GMLSApplication-Cmdlet.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ public partial class ConnectGMLSApplicationCmdlet : AmazonGameLiftStreamsClientC
4848
/// <summary>
4949
/// <para>
5050
/// <para>A set of applications to associate with the stream group.</para><para>This value is a set of either <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
51-
/// Resource Names (ARN)</a> or IDs that uniquely identify application resources. Format
52-
/// example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6</c>
53-
/// or ID-<c>a-9ZY8X7Wv6</c>. </para>
51+
/// Resource Names (ARN)</a> or IDs that uniquely identify application resources. Example
52+
/// ARN: <c>arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6</c>.
53+
/// Example ID: <c>a-9ZY8X7Wv6</c>. </para>
5454
/// </para>
5555
/// </summary>
5656
#if !MODULAR
@@ -68,10 +68,10 @@ public partial class ConnectGMLSApplicationCmdlet : AmazonGameLiftStreamsClientC
6868
#region Parameter Identifier
6969
/// <summary>
7070
/// <para>
71-
/// <para>A stream group to associate to the applications.</para><para>This value is a <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
71+
/// <para>A stream group to associate to the applications.</para><para>This value is an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
7272
/// Resource Name (ARN)</a> or ID that uniquely identifies the stream group resource.
73-
/// Format example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4</c>
74-
/// or ID-<c>sg-1AB2C3De4</c>. </para>
73+
/// Example ARN: <c>arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4</c>.
74+
/// Example ID: <c>sg-1AB2C3De4</c>. </para>
7575
/// </para>
7676
/// </summary>
7777
#if !MODULAR

modules/AWSPowerShell/Cmdlets/GameLiftStreams/Basic/Disconnect-GMLSApplication-Cmdlet.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ public partial class DisconnectGMLSApplicationCmdlet : AmazonGameLiftStreamsClie
5757
/// <summary>
5858
/// <para>
5959
/// <para>A set of applications that you want to disassociate from the stream group.</para><para>This value is a set of either <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
60-
/// Resource Names (ARN)</a> or IDs that uniquely identify application resources. Format
61-
/// example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6</c>
62-
/// or ID-<c>a-9ZY8X7Wv6</c>. </para>
60+
/// Resource Names (ARN)</a> or IDs that uniquely identify application resources. Example
61+
/// ARN: <c>arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6</c>.
62+
/// Example ID: <c>a-9ZY8X7Wv6</c>. </para>
6363
/// </para>
6464
/// </summary>
6565
#if !MODULAR
@@ -79,8 +79,8 @@ public partial class DisconnectGMLSApplicationCmdlet : AmazonGameLiftStreamsClie
7979
/// <para>
8080
/// <para>A stream group to disassociate these applications from.</para><para>This value is an <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
8181
/// Resource Name (ARN)</a> or ID that uniquely identifies the stream group resource.
82-
/// Format example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4</c>
83-
/// or ID-<c>sg-1AB2C3De4</c>. </para>
82+
/// Example ARN: <c>arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4</c>.
83+
/// Example ID: <c>sg-1AB2C3De4</c>. </para>
8484
/// </para>
8585
/// </summary>
8686
#if !MODULAR

modules/AWSPowerShell/Cmdlets/GameLiftStreams/Basic/Export-GMLSStreamSessionFile-Cmdlet.cs

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ public partial class ExportGMLSStreamSessionFileCmdlet : AmazonGameLiftStreamsCl
7373
/// <para>
7474
/// <para>An <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
7575
/// Resource Name (ARN)</a> or ID that uniquely identifies the stream group resource.
76-
/// Format example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:streamgroup/sg-1AB2C3De4</c>
77-
/// or ID-<c>sg-1AB2C3De4</c>. </para>
76+
/// Example ARN: <c>arn:aws:gameliftstreams:us-west-2:111122223333:streamgroup/sg-1AB2C3De4</c>.
77+
/// Example ID: <c>sg-1AB2C3De4</c>. </para>
7878
/// </para>
7979
/// </summary>
8080
#if !MODULAR
@@ -94,9 +94,9 @@ public partial class ExportGMLSStreamSessionFileCmdlet : AmazonGameLiftStreamsCl
9494
/// <para> The S3 bucket URI where Amazon GameLift Streams uploads the set of compressed exported
9595
/// files for this stream session. Amazon GameLift Streams generates a ZIP file name based
9696
/// on the stream session metadata. Alternatively, you can provide a custom file name
97-
/// with a <c>.zip</c> file extension.</para><para> Example 1: If you provide an S3 URI called <c>s3://MyBucket/MyGame_Session1.zip</c>,
98-
/// then Amazon GameLift Streams will save the files at that location. </para><para> Example 2: If you provide an S3 URI called <c>s3://MyBucket/MyGameSessions_ExportedFiles/</c>,
99-
/// then Amazon GameLift Streams will save the files at <c>s3://MyBucket/MyGameSessions_ExportedFiles/YYYYMMDD-HHMMSS-appId-sg-Id-sessionId.zip</c>
97+
/// with a <c>.zip</c> file extension.</para><para> Example 1: If you provide an S3 URI called <c>s3://amzn-s3-demo-destination-bucket/MyGame_Session1.zip</c>,
98+
/// then Amazon GameLift Streams will save the files at that location. </para><para> Example 2: If you provide an S3 URI called <c>s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/</c>,
99+
/// then Amazon GameLift Streams will save the files at <c>s3://amzn-s3-demo-destination-bucket/MyGameSessions_ExportedFiles/YYYYMMDD-HHMMSS-appId-sg-Id-sessionId.zip</c>
100100
/// or another similar name. </para>
101101
/// </para>
102102
/// </summary>
@@ -116,7 +116,8 @@ public partial class ExportGMLSStreamSessionFileCmdlet : AmazonGameLiftStreamsCl
116116
/// <para>
117117
/// <para>An <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
118118
/// Resource Name (ARN)</a> or ID that uniquely identifies the stream session resource.
119-
/// Format example: <c>1AB2C3De4</c>. </para>
119+
/// Example ARN: <c>arn:aws:gameliftstreams:us-west-2:111122223333:streamsession/sg-1AB2C3De4/ABC123def4567</c>.
120+
/// Example ID: <c>ABC123def4567</c>. </para>
120121
/// </para>
121122
/// </summary>
122123
#if !MODULAR

modules/AWSPowerShell/Cmdlets/GameLiftStreams/Basic/Get-GMLSApplication-Cmdlet.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ public partial class GetGMLSApplicationCmdlet : AmazonGameLiftStreamsClientCmdle
4747
/// <summary>
4848
/// <para>
4949
/// <para>An <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
50-
/// Resource Name (ARN)</a> or ID that uniquely identifies the application resource. Format
51-
/// example: ARN-<c>arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6</c>
52-
/// or ID-<c>a-9ZY8X7Wv6</c>. </para>
50+
/// Resource Name (ARN)</a> or ID that uniquely identifies the application resource. Example
51+
/// ARN: <c>arn:aws:gameliftstreams:us-west-2:111122223333:application/a-9ZY8X7Wv6</c>.
52+
/// Example ID: <c>a-9ZY8X7Wv6</c>. </para>
5353
/// </para>
5454
/// </summary>
5555
#if !MODULAR

modules/AWSPowerShell/Cmdlets/GameLiftStreams/Basic/Get-GMLSResourceTag-Cmdlet.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ public partial class GetGMLSResourceTagCmdlet : AmazonGameLiftStreamsClientCmdle
5151
#region Parameter ResourceArn
5252
/// <summary>
5353
/// <para>
54-
/// <para>The (<a href="https://docs.aws.amazon.com/AmazonS3/latest/dev/s3-arn-format.html">Amazon
55-
/// Resource Name (ARN)</a> that you want to retrieve tags for. To get a Amazon GameLift
54+
/// <para>The <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html">Amazon
55+
/// Resource Name (ARN)</a> that you want to retrieve tags for. To get an Amazon GameLift
5656
/// Streams resource ARN, call a List or Get operation for the resource.</para>
5757
/// </para>
5858
/// </summary>

0 commit comments

Comments
 (0)