Skip to content

Commit bfa3d07

Browse files
4.1.866
1 parent 161f167 commit bfa3d07

34 files changed

+4210
-895
lines changed

Include/sdk/_sdk-versions.json

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

changelogs/CHANGELOG.2025.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
### 4.1.865 (2025-07-25 20:26Z)
1+
### 4.1.866 (2025-07-28 21:49Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1089.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.
3+
* Amazon Direct Connect
4+
* Modified cmdlet New-DCInterconnect: added parameter RequestMACSec.
5+
* Amazon IoT SiteWise
6+
* Added cmdlet Get-IOTSWComputationModel leveraging the DescribeComputationModel service API.
7+
* Added cmdlet Get-IOTSWComputationModelDataBindingUsageList leveraging the ListComputationModelDataBindingUsages service API.
8+
* Added cmdlet Get-IOTSWComputationModelExecutionSummary leveraging the DescribeComputationModelExecutionSummary service API.
9+
* Added cmdlet Get-IOTSWComputationModelList leveraging the ListComputationModels service API.
10+
* Added cmdlet Get-IOTSWComputationModelResolveToResourceList leveraging the ListComputationModelResolveToResources service API.
11+
* Added cmdlet Get-IOTSWExecution leveraging the DescribeExecution service API.
12+
* Added cmdlet Get-IOTSWExecutionList leveraging the ListExecutions service API.
13+
* Added cmdlet New-IOTSWComputationModel leveraging the CreateComputationModel service API.
14+
* Added cmdlet Remove-IOTSWComputationModel leveraging the DeleteComputationModel service API.
15+
* Added cmdlet Update-IOTSWComputationModel leveraging the UpdateComputationModel service API.
16+
* Modified cmdlet Get-IOTSWActionList: added parameters ResolveToResourceId and ResolveToResourceType.
17+
* Modified cmdlet Start-IOTSWAction: added parameters ResolveTo_AssetId and TargetResource_ComputationModelId.
18+
* Amazon OpenSearch Ingestion
19+
* Modified cmdlet New-OSISPipeline: added parameter PipelineRoleArn.
20+
* Modified cmdlet Update-OSISPipeline: added parameter PipelineRoleArn.
21+
22+
### 4.1.865 (2025-07-25 20:26Z)
223
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1088.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.
324
* Amazon AppIntegrations Service
425
* Modified cmdlet New-AISApplication: added parameters ContactHandling_Scope, IframeConfig_Allow, IframeConfig_Sandbox, InitializationTimeout and IsService.

changelogs/CHANGELOG.ALL.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
### 4.1.865 (2025-07-25 20:26Z)
1+
### 4.1.866 (2025-07-28 21:49Z)
2+
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1089.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.
3+
* Amazon Direct Connect
4+
* Modified cmdlet New-DCInterconnect: added parameter RequestMACSec.
5+
* Amazon IoT SiteWise
6+
* Added cmdlet Get-IOTSWComputationModel leveraging the DescribeComputationModel service API.
7+
* Added cmdlet Get-IOTSWComputationModelDataBindingUsageList leveraging the ListComputationModelDataBindingUsages service API.
8+
* Added cmdlet Get-IOTSWComputationModelExecutionSummary leveraging the DescribeComputationModelExecutionSummary service API.
9+
* Added cmdlet Get-IOTSWComputationModelList leveraging the ListComputationModels service API.
10+
* Added cmdlet Get-IOTSWComputationModelResolveToResourceList leveraging the ListComputationModelResolveToResources service API.
11+
* Added cmdlet Get-IOTSWExecution leveraging the DescribeExecution service API.
12+
* Added cmdlet Get-IOTSWExecutionList leveraging the ListExecutions service API.
13+
* Added cmdlet New-IOTSWComputationModel leveraging the CreateComputationModel service API.
14+
* Added cmdlet Remove-IOTSWComputationModel leveraging the DeleteComputationModel service API.
15+
* Added cmdlet Update-IOTSWComputationModel leveraging the UpdateComputationModel service API.
16+
* Modified cmdlet Get-IOTSWActionList: added parameters ResolveToResourceId and ResolveToResourceType.
17+
* Modified cmdlet Start-IOTSWAction: added parameters ResolveTo_AssetId and TargetResource_ComputationModelId.
18+
* Amazon OpenSearch Ingestion
19+
* Modified cmdlet New-OSISPipeline: added parameter PipelineRoleArn.
20+
* Modified cmdlet Update-OSISPipeline: added parameter PipelineRoleArn.
21+
22+
### 4.1.865 (2025-07-25 20:26Z)
223
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.1088.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.
324
* Amazon AppIntegrations Service
425
* Modified cmdlet New-AISApplication: added parameters ContactHandling_Scope, IframeConfig_Allow, IframeConfig_Sandbox, InitializationTimeout and IsService.

generator/AWSPSGeneratorLib/Config/ServiceConfig/iotsitewise.xml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
<Params />
7272
<TypesNotToFlatten />
7373
</ServiceOperation>
74+
<ServiceOperation MethodName="CreateComputationModel" OutputProperty="*" Verb="New" Noun="ComputationModel" ShouldProcessTarget="ComputationModelName" PipelineParameter="ComputationModelName" NoPipelineParameter="false">
75+
<Params />
76+
<TypesNotToFlatten />
77+
</ServiceOperation>
7478
<ServiceOperation MethodName="CreateDashboard" OutputProperty="*" Verb="New" Noun="Dashboard" AnonymousShouldProcessTarget="true" PipelineParameter="ProjectId" NoPipelineParameter="false" LegacyV4Pagination="true">
7579
<Params />
7680
<TypesNotToFlatten />
@@ -107,6 +111,10 @@
107111
<Params />
108112
<TypesNotToFlatten />
109113
</ServiceOperation>
114+
<ServiceOperation MethodName="DeleteComputationModel" OutputProperty="ComputationModelStatus" Verb="Remove" Noun="ComputationModel" ShouldProcessTarget="ComputationModelId" PipelineParameter="ComputationModelId" NoPipelineParameter="false">
115+
<Params />
116+
<TypesNotToFlatten />
117+
</ServiceOperation>
110118
<ServiceOperation MethodName="DeleteDashboard" Verb="Remove" Noun="Dashboard" ShouldProcessTarget="DashboardId" PipelineParameter="DashboardId" NoPipelineParameter="false" LegacyV4Pagination="true">
111119
<Params />
112120
<TypesNotToFlatten />
@@ -163,6 +171,14 @@
163171
<Params />
164172
<TypesNotToFlatten />
165173
</ServiceOperation>
174+
<ServiceOperation MethodName="DescribeComputationModel" OutputProperty="*" Verb="Get" Noun="ComputationModel" PipelineParameter="ComputationModelId" NoPipelineParameter="false">
175+
<Params />
176+
<TypesNotToFlatten />
177+
</ServiceOperation>
178+
<ServiceOperation MethodName="DescribeComputationModelExecutionSummary" OutputProperty="*" Verb="Get" Noun="ComputationModelExecutionSummary" PipelineParameter="ComputationModelId" NoPipelineParameter="false">
179+
<Params />
180+
<TypesNotToFlatten />
181+
</ServiceOperation>
166182
<ServiceOperation MethodName="DescribeDashboard" OutputProperty="*" Verb="Get" Noun="Dashboard" PipelineParameter="DashboardId" NoPipelineParameter="false" LegacyV4Pagination="true">
167183
<Params />
168184
<TypesNotToFlatten />
@@ -175,6 +191,10 @@
175191
<Params />
176192
<TypesNotToFlatten />
177193
</ServiceOperation>
194+
<ServiceOperation MethodName="DescribeExecution" OutputProperty="*" Verb="Get" Noun="Execution" PipelineParameter="ExecutionId" NoPipelineParameter="false">
195+
<Params />
196+
<TypesNotToFlatten />
197+
</ServiceOperation>
178198
<ServiceOperation MethodName="DescribeGateway" OutputProperty="*" Verb="Get" Noun="Gateway" PipelineParameter="GatewayId" NoPipelineParameter="false" LegacyV4Pagination="true">
179199
<Params />
180200
<TypesNotToFlatten />
@@ -283,6 +303,18 @@
283303
<Params />
284304
<TypesNotToFlatten />
285305
</ServiceOperation>
306+
<ServiceOperation MethodName="ListComputationModelDataBindingUsages" OutputProperty="DataBindingUsageSummaries" Verb="Get" Noun="ComputationModelDataBindingUsageList" PipelineParameter="" NoPipelineParameter="true">
307+
<Params />
308+
<TypesNotToFlatten />
309+
</ServiceOperation>
310+
<ServiceOperation MethodName="ListComputationModelResolveToResources" OutputProperty="ComputationModelResolveToResourceSummaries" Verb="Get" Noun="ComputationModelResolveToResourceList" PipelineParameter="ComputationModelId" NoPipelineParameter="false">
311+
<Params />
312+
<TypesNotToFlatten />
313+
</ServiceOperation>
314+
<ServiceOperation MethodName="ListComputationModels" OutputProperty="ComputationModelSummaries" Verb="Get" Noun="ComputationModelList" PipelineParameter="ComputationModelType" NoPipelineParameter="false">
315+
<Params />
316+
<TypesNotToFlatten />
317+
</ServiceOperation>
286318
<ServiceOperation MethodName="ListDashboards" OutputProperty="DashboardSummaries" Verb="Get" Noun="DashboardList" PipelineParameter="ProjectId" NoPipelineParameter="false" LegacyV4Pagination="true">
287319
<Params />
288320
<TypesNotToFlatten />
@@ -291,6 +323,10 @@
291323
<Params />
292324
<TypesNotToFlatten />
293325
</ServiceOperation>
326+
<ServiceOperation MethodName="ListExecutions" OutputProperty="ExecutionSummaries" Verb="Get" Noun="ExecutionList" PipelineParameter="TargetResourceId" NoPipelineParameter="false">
327+
<Params />
328+
<TypesNotToFlatten />
329+
</ServiceOperation>
294330
<ServiceOperation MethodName="ListGateways" OutputProperty="GatewaySummaries" Verb="Get" Noun="GatewayList" PipelineParameter="" NoPipelineParameter="false" LegacyV4Pagination="true">
295331
<Params />
296332
<TypesNotToFlatten />
@@ -355,6 +391,10 @@
355391
<Params />
356392
<TypesNotToFlatten />
357393
</ServiceOperation>
394+
<ServiceOperation MethodName="UpdateComputationModel" OutputProperty="ComputationModelStatus" Verb="Update" Noun="ComputationModel" ShouldProcessTarget="ComputationModelId" PipelineParameter="ComputationModelId" NoPipelineParameter="false">
395+
<Params />
396+
<TypesNotToFlatten />
397+
</ServiceOperation>
358398
<ServiceOperation MethodName="UpdateDashboard" Verb="Update" Noun="Dashboard" ShouldProcessTarget="DashboardId" PipelineParameter="DashboardId" NoPipelineParameter="false" LegacyV4Pagination="true">
359399
<Params />
360400
<TypesNotToFlatten />

modules/AWSPowerShell/AWSAliases.ps1

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16866,6 +16866,8 @@ Set-Alias -Name Create-IOTSWAssetModelCompositeModel -Value New-IOTSWAssetModelC
1686616866
Set-Alias -Name IOTSW-CreateAssetModelCompositeModel -Value New-IOTSWAssetModelCompositeModel
1686716867
Set-Alias -Name Create-IOTSWBulkImportJob -Value New-IOTSWBulkImportJob
1686816868
Set-Alias -Name IOTSW-CreateBulkImportJob -Value New-IOTSWBulkImportJob
16869+
Set-Alias -Name Create-IOTSWComputationModel -Value New-IOTSWComputationModel
16870+
Set-Alias -Name IOTSW-CreateComputationModel -Value New-IOTSWComputationModel
1686916871
Set-Alias -Name Create-IOTSWDashboard -Value New-IOTSWDashboard
1687016872
Set-Alias -Name IOTSW-CreateDashboard -Value New-IOTSWDashboard
1687116873
Set-Alias -Name Create-IOTSWDataset -Value New-IOTSWDataset
@@ -16884,6 +16886,8 @@ Set-Alias -Name Delete-IOTSWAssetModel -Value Remove-IOTSWAssetModel
1688416886
Set-Alias -Name IOTSW-DeleteAssetModel -Value Remove-IOTSWAssetModel
1688516887
Set-Alias -Name Delete-IOTSWAssetModelCompositeModel -Value Remove-IOTSWAssetModelCompositeModel
1688616888
Set-Alias -Name IOTSW-DeleteAssetModelCompositeModel -Value Remove-IOTSWAssetModelCompositeModel
16889+
Set-Alias -Name Delete-IOTSWComputationModel -Value Remove-IOTSWComputationModel
16890+
Set-Alias -Name IOTSW-DeleteComputationModel -Value Remove-IOTSWComputationModel
1688716891
Set-Alias -Name Delete-IOTSWDashboard -Value Remove-IOTSWDashboard
1688816892
Set-Alias -Name IOTSW-DeleteDashboard -Value Remove-IOTSWDashboard
1688916893
Set-Alias -Name Delete-IOTSWDataset -Value Remove-IOTSWDataset
@@ -16912,12 +16916,18 @@ Set-Alias -Name Describe-IOTSWAssetProperty -Value Get-IOTSWAssetProperty
1691216916
Set-Alias -Name IOTSW-DescribeAssetProperty -Value Get-IOTSWAssetProperty
1691316917
Set-Alias -Name Describe-IOTSWBulkImportJob -Value Get-IOTSWBulkImportJob
1691416918
Set-Alias -Name IOTSW-DescribeBulkImportJob -Value Get-IOTSWBulkImportJob
16919+
Set-Alias -Name Describe-IOTSWComputationModel -Value Get-IOTSWComputationModel
16920+
Set-Alias -Name IOTSW-DescribeComputationModel -Value Get-IOTSWComputationModel
16921+
Set-Alias -Name Describe-IOTSWComputationModelExecutionSummary -Value Get-IOTSWComputationModelExecutionSummary
16922+
Set-Alias -Name IOTSW-DescribeComputationModelExecutionSummary -Value Get-IOTSWComputationModelExecutionSummary
1691516923
Set-Alias -Name Describe-IOTSWDashboard -Value Get-IOTSWDashboard
1691616924
Set-Alias -Name IOTSW-DescribeDashboard -Value Get-IOTSWDashboard
1691716925
Set-Alias -Name Describe-IOTSWDataset -Value Get-IOTSWDataset
1691816926
Set-Alias -Name IOTSW-DescribeDataset -Value Get-IOTSWDataset
1691916927
Set-Alias -Name Describe-IOTSWDefaultEncryptionConfiguration -Value Get-IOTSWDefaultEncryptionConfiguration
1692016928
Set-Alias -Name IOTSW-DescribeDefaultEncryptionConfiguration -Value Get-IOTSWDefaultEncryptionConfiguration
16929+
Set-Alias -Name Describe-IOTSWExecution -Value Get-IOTSWExecution
16930+
Set-Alias -Name IOTSW-DescribeExecution -Value Get-IOTSWExecution
1692116931
Set-Alias -Name Describe-IOTSWGateway -Value Get-IOTSWGateway
1692216932
Set-Alias -Name IOTSW-DescribeGateway -Value Get-IOTSWGateway
1692316933
Set-Alias -Name Describe-IOTSWGatewayCapabilityConfiguration -Value Get-IOTSWGatewayCapabilityConfiguration
@@ -16982,12 +16992,24 @@ Set-Alias -Name IOTSW-ListBulkImportJobs -Value Get-IOTSWBulkImportJobList
1698216992
Set-Alias -Name List-IOTSWCompositionRelationships -Value Get-IOTSWCompositionRelationshipList
1698316993
Set-Alias -Name List-IOTSWCompositionRelationshipList -Value Get-IOTSWCompositionRelationshipList
1698416994
Set-Alias -Name IOTSW-ListCompositionRelationships -Value Get-IOTSWCompositionRelationshipList
16995+
Set-Alias -Name List-IOTSWComputationModelDataBindingUsages -Value Get-IOTSWComputationModelDataBindingUsageList
16996+
Set-Alias -Name List-IOTSWComputationModelDataBindingUsageList -Value Get-IOTSWComputationModelDataBindingUsageList
16997+
Set-Alias -Name IOTSW-ListComputationModelDataBindingUsages -Value Get-IOTSWComputationModelDataBindingUsageList
16998+
Set-Alias -Name List-IOTSWComputationModelResolveToResources -Value Get-IOTSWComputationModelResolveToResourceList
16999+
Set-Alias -Name List-IOTSWComputationModelResolveToResourceList -Value Get-IOTSWComputationModelResolveToResourceList
17000+
Set-Alias -Name IOTSW-ListComputationModelResolveToResources -Value Get-IOTSWComputationModelResolveToResourceList
17001+
Set-Alias -Name List-IOTSWComputationModels -Value Get-IOTSWComputationModelList
17002+
Set-Alias -Name List-IOTSWComputationModelList -Value Get-IOTSWComputationModelList
17003+
Set-Alias -Name IOTSW-ListComputationModels -Value Get-IOTSWComputationModelList
1698517004
Set-Alias -Name List-IOTSWDashboards -Value Get-IOTSWDashboardList
1698617005
Set-Alias -Name List-IOTSWDashboardList -Value Get-IOTSWDashboardList
1698717006
Set-Alias -Name IOTSW-ListDashboards -Value Get-IOTSWDashboardList
1698817007
Set-Alias -Name List-IOTSWDatasets -Value Get-IOTSWDatasetList
1698917008
Set-Alias -Name List-IOTSWDatasetList -Value Get-IOTSWDatasetList
1699017009
Set-Alias -Name IOTSW-ListDatasets -Value Get-IOTSWDatasetList
17010+
Set-Alias -Name List-IOTSWExecutions -Value Get-IOTSWExecutionList
17011+
Set-Alias -Name List-IOTSWExecutionList -Value Get-IOTSWExecutionList
17012+
Set-Alias -Name IOTSW-ListExecutions -Value Get-IOTSWExecutionList
1699117013
Set-Alias -Name List-IOTSWGateways -Value Get-IOTSWGatewayList
1699217014
Set-Alias -Name List-IOTSWGatewayList -Value Get-IOTSWGatewayList
1699317015
Set-Alias -Name IOTSW-ListGateways -Value Get-IOTSWGatewayList
@@ -17018,6 +17040,7 @@ Set-Alias -Name IOTSW-UpdateAsset -Value Update-IOTSWAsset
1701817040
Set-Alias -Name IOTSW-UpdateAssetModel -Value Update-IOTSWAssetModel
1701917041
Set-Alias -Name IOTSW-UpdateAssetModelCompositeModel -Value Update-IOTSWAssetModelCompositeModel
1702017042
Set-Alias -Name IOTSW-UpdateAssetProperty -Value Update-IOTSWAssetProperty
17043+
Set-Alias -Name IOTSW-UpdateComputationModel -Value Update-IOTSWComputationModel
1702117044
Set-Alias -Name IOTSW-UpdateDashboard -Value Update-IOTSWDashboard
1702217045
Set-Alias -Name IOTSW-UpdateDataset -Value Update-IOTSWDataset
1702317046
Set-Alias -Name IOTSW-UpdateGateway -Value Update-IOTSWGateway

0 commit comments

Comments
 (0)