Skip to content

Commit ba6ef47

Browse files
5.0.0
1 parent 24ccfe6 commit ba6ef47

File tree

6,079 files changed

+79116
-28477
lines changed

Some content is hidden

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

6,079 files changed

+79116
-28477
lines changed

Include/sdk/_sdk-versions.json

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

buildtools/CopyModularAWSPowerShell.ps1

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

changelogs/CHANGELOG.2025.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 5.0.0 (2025-06-23 20:21Z)
2+
* 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.
3+
* 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
4+
15
### 5.0.0-preview005 (2025-05-30 15:16Z)
26
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.22.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.
37
* Please find a description of the changes for 5.0.0-preview005 at https://github.com/aws/aws-tools-for-powershell/issues/357

changelogs/CHANGELOG.ALL.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 5.0.0 (2025-06-23 20:21Z)
2+
* 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.
3+
* 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
4+
15
### 5.0.0-preview005 (2025-05-30 15:16Z)
26
* AWS Tools for PowerShell now use AWS .NET SDK 4.0.22.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.
37
* Please find a description of the changes for 5.0.0-preview005 at https://github.com/aws/aws-tools-for-powershell/issues/357
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<ConfigModel xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
3+
<FileVersion>0</FileVersion>
4+
<SkipCmdletGeneration>false</SkipCmdletGeneration>
5+
<C2jFilename>workspaces-instances</C2jFilename>
6+
<AssemblyName>WorkspacesInstances</AssemblyName>
7+
<ServiceNounPrefix>WKSI</ServiceNounPrefix>
8+
<ServiceName>Amazon Workspaces Instances</ServiceName>
9+
<ServiceClientInterface>IAmazonWorkspacesInstances</ServiceClientInterface>
10+
<ServiceClient>AmazonWorkspacesInstancesClient</ServiceClient>
11+
<ServiceModuleGuid>b8295445-9e63-4f0f-b339-7d1d8a17dae2</ServiceModuleGuid>
12+
<PipelineParameter />
13+
<VerbMappings>
14+
<Map From="Associate" To="Mount" />
15+
<Map From="Disassociate" To="Dismount" />
16+
</VerbMappings>
17+
<NounMappings />
18+
<Params />
19+
<CustomAliases />
20+
<LegacyAliases />
21+
<ParamEmitters />
22+
<MetadataProperties />
23+
<ServiceOperations>
24+
<ServiceOperation MethodName="AssociateVolume" Verb="Mount" Noun="Volume" ShouldProcessTarget="VolumeId" PipelineParameter="VolumeId" NoPipelineParameter="false">
25+
<Params />
26+
<TypesNotToFlatten />
27+
</ServiceOperation>
28+
<ServiceOperation MethodName="CreateVolume" OutputProperty="VolumeId" Verb="New" Noun="Volume" AnonymousShouldProcessTarget="true" PipelineParameter="AvailabilityZone" NoPipelineParameter="false">
29+
<Params />
30+
<TypesNotToFlatten />
31+
</ServiceOperation>
32+
<ServiceOperation MethodName="CreateWorkspaceInstance" OutputProperty="WorkspaceInstanceId" Verb="New" Noun="WorkspaceInstance" AnonymousShouldProcessTarget="true" PipelineParameter="" NoPipelineParameter="true">
33+
<Params />
34+
<TypesNotToFlatten />
35+
</ServiceOperation>
36+
<ServiceOperation MethodName="DeleteVolume" Verb="Remove" Noun="Volume" ShouldProcessTarget="VolumeId" PipelineParameter="VolumeId" NoPipelineParameter="false">
37+
<Params />
38+
<TypesNotToFlatten />
39+
</ServiceOperation>
40+
<ServiceOperation MethodName="DeleteWorkspaceInstance" Verb="Remove" Noun="WorkspaceInstance" ShouldProcessTarget="WorkspaceInstanceId" PipelineParameter="WorkspaceInstanceId" NoPipelineParameter="false">
41+
<Params />
42+
<TypesNotToFlatten />
43+
</ServiceOperation>
44+
<ServiceOperation MethodName="DisassociateVolume" Verb="Dismount" Noun="Volume" ShouldProcessTarget="VolumeId" PipelineParameter="VolumeId" NoPipelineParameter="false">
45+
<Params />
46+
<TypesNotToFlatten />
47+
</ServiceOperation>
48+
<ServiceOperation MethodName="GetWorkspaceInstance" OutputProperty="*" Verb="Get" Noun="WorkspaceInstance" PipelineParameter="WorkspaceInstanceId" NoPipelineParameter="false">
49+
<Params />
50+
<TypesNotToFlatten />
51+
</ServiceOperation>
52+
<ServiceOperation MethodName="ListInstanceTypes" OutputProperty="InstanceTypes" Verb="Get" Noun="InstanceTypeList" PipelineParameter="" NoPipelineParameter="false">
53+
<Params />
54+
<TypesNotToFlatten />
55+
</ServiceOperation>
56+
<ServiceOperation MethodName="ListRegions" OutputProperty="Regions" Verb="Get" Noun="RegionList" PipelineParameter="" NoPipelineParameter="false">
57+
<Params />
58+
<TypesNotToFlatten />
59+
</ServiceOperation>
60+
<ServiceOperation MethodName="ListTagsForResource" OutputProperty="Tags" Verb="Get" Noun="ResourceTag" PipelineParameter="WorkspaceInstanceId" NoPipelineParameter="false">
61+
<Params />
62+
<TypesNotToFlatten />
63+
</ServiceOperation>
64+
<ServiceOperation MethodName="ListWorkspaceInstances" OutputProperty="WorkspaceInstances" Verb="Get" Noun="WorkspaceInstanceList" PipelineParameter="" NoPipelineParameter="false">
65+
<Params />
66+
<TypesNotToFlatten />
67+
</ServiceOperation>
68+
<ServiceOperation MethodName="TagResource" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="WorkspaceInstanceId" PipelineParameter="WorkspaceInstanceId" NoPipelineParameter="false">
69+
<Params />
70+
<TypesNotToFlatten />
71+
</ServiceOperation>
72+
<ServiceOperation MethodName="UntagResource" Verb="Remove" Noun="ResourceTag" ShouldProcessTarget="WorkspaceInstanceId" PipelineParameter="WorkspaceInstanceId" NoPipelineParameter="false">
73+
<Params />
74+
<TypesNotToFlatten />
75+
</ServiceOperation>
76+
</ServiceOperations>
77+
<TypesNotToFlatten />
78+
</ConfigModel>

generator/ReleaseNotesGenerator/.changelogs/5bc2e77a-8d7f-4d06-8800-04b43f8982f1.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)