Skip to content

Commit

Permalink
4.1.667
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Oct 1, 2024
1 parent 242be81 commit afabdb5
Show file tree
Hide file tree
Showing 66 changed files with 7,524 additions and 83 deletions.
18 changes: 9 additions & 9 deletions Include/sdk/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"NewServiceVersion" : "3.7.400.0",
"ProductVersion" : "3.7.894.0",
"ProductVersion" : "3.7.895.0",
"CoreVersion" : "3.7.400.26",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -724,7 +724,7 @@
"InPreview" : false
},
"CloudDirectory" : {
"Version" : "3.7.400.26",
"Version" : "3.7.400.27",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.26"
Expand Down Expand Up @@ -836,7 +836,7 @@
"InPreview" : false
},
"Pricing" : {
"Version" : "3.7.400.26",
"Version" : "3.7.400.27",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.26"
Expand Down Expand Up @@ -980,7 +980,7 @@
"InPreview" : false
},
"ResourceGroups" : {
"Version" : "3.7.400.26",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.26"
Expand Down Expand Up @@ -1036,7 +1036,7 @@
"InPreview" : false
},
"Connect" : {
"Version" : "3.7.404.11",
"Version" : "3.7.405.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.26"
Expand Down Expand Up @@ -2724,7 +2724,7 @@
"InPreview" : false
},
"VerifiedPermissions" : {
"Version" : "3.7.400.26",
"Version" : "3.7.400.27",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.26"
Expand Down Expand Up @@ -2788,7 +2788,7 @@
"InPreview" : false
},
"Bedrock" : {
"Version" : "3.7.406.3",
"Version" : "3.7.407.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.26"
Expand Down Expand Up @@ -2964,7 +2964,7 @@
"InPreview" : false
},
"SupplyChain" : {
"Version" : "3.7.400.27",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.26"
Expand All @@ -2988,7 +2988,7 @@
"InPreview" : false
},
"TimestreamInfluxDB" : {
"Version" : "3.7.401.13",
"Version" : "3.7.402.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.26"
Expand Down
33 changes: 32 additions & 1 deletion changelogs/CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
### 4.1.666 (2024-09-27 21:23Z)
### 4.1.667 (2024-10-01 00:25Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.895.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.
* Amazon Connect Service
* Added cmdlet Start-CONNOutboundChatContact leveraging the StartOutboundChatContact service API.
* Amazon Resource Groups
* Added cmdlet Get-RGGroupingStatusList leveraging the ListGroupingStatuses service API.
* Added cmdlet Get-RGTagSyncTask leveraging the GetTagSyncTask service API.
* Added cmdlet Get-RGTagSyncTaskList leveraging the ListTagSyncTasks service API.
* Added cmdlet Start-RGTagSyncTask leveraging the StartTagSyncTask service API.
* Added cmdlet Stop-RGTagSyncTask leveraging the CancelTagSyncTask service API.
* Modified cmdlet New-RGGroup: added parameters Criticality, DisplayName and Owner.
* Modified cmdlet Update-RGGroup: added parameters Criticality, DisplayName and Owner.
* Amazon Supply Chain
* Added cmdlet Add-SUPCHResourceTag leveraging the TagResource service API.
* Added cmdlet Get-SUPCHDataIntegrationFlow leveraging the GetDataIntegrationFlow service API.
* Added cmdlet Get-SUPCHDataIntegrationFlowList leveraging the ListDataIntegrationFlows service API.
* Added cmdlet Get-SUPCHDataLakeDataset leveraging the GetDataLakeDataset service API.
* Added cmdlet Get-SUPCHDataLakeDatasetList leveraging the ListDataLakeDatasets service API.
* Added cmdlet Get-SUPCHResourceTag leveraging the ListTagsForResource service API.
* Added cmdlet New-SUPCHDataIntegrationFlow leveraging the CreateDataIntegrationFlow service API.
* Added cmdlet New-SUPCHDataLakeDataset leveraging the CreateDataLakeDataset service API.
* Added cmdlet Remove-SUPCHDataIntegrationFlow leveraging the DeleteDataIntegrationFlow service API.
* Added cmdlet Remove-SUPCHDataLakeDataset leveraging the DeleteDataLakeDataset service API.
* Added cmdlet Remove-SUPCHResourceTag leveraging the UntagResource service API.
* Added cmdlet Update-SUPCHDataIntegrationFlow leveraging the UpdateDataIntegrationFlow service API.
* Added cmdlet Update-SUPCHDataLakeDataset leveraging the UpdateDataLakeDataset service API.
* Amazon Timestream InfluxDB
* Modified cmdlet New-TIDBDbInstance: added parameter Port.
* Modified cmdlet New-TIDBDbParameterGroup: added parameters HttpIdleTimeout_DurationType, HttpIdleTimeout_Value, HttpReadHeaderTimeout_DurationType, HttpReadHeaderTimeout_Value, HttpReadTimeout_DurationType, HttpReadTimeout_Value, HttpWriteTimeout_DurationType, HttpWriteTimeout_Value, InfluxDBv2_InfluxqlMaxSelectBucket, InfluxDBv2_InfluxqlMaxSelectPoint, InfluxDBv2_InfluxqlMaxSelectSeries, InfluxDBv2_PprofDisabled, InfluxDBv2_QueryInitialMemoryByte, InfluxDBv2_QueryMaxMemoryByte, InfluxDBv2_QueryMemoryByte, InfluxDBv2_SessionLength, InfluxDBv2_SessionRenewDisabled, InfluxDBv2_StorageCacheMaxMemorySize, InfluxDBv2_StorageCacheSnapshotMemorySize, InfluxDBv2_StorageCompactThroughputBurst, InfluxDBv2_StorageMaxConcurrentCompaction, InfluxDBv2_StorageMaxIndexLogFileSize, InfluxDBv2_StorageNoValidateFieldSize, InfluxDBv2_StorageSeriesFileMaxConcurrentSnapshotCompaction, InfluxDBv2_StorageSeriesIdSetCacheSize, InfluxDBv2_StorageWalMaxConcurrentWrite, InfluxDBv2_UiDisabled, StorageCacheSnapshotWriteColdDuration_DurationType, StorageCacheSnapshotWriteColdDuration_Value, StorageCompactFullWriteColdDuration_DurationType, StorageCompactFullWriteColdDuration_Value, StorageRetentionCheckInterval_DurationType, StorageRetentionCheckInterval_Value, StorageWalMaxWriteDelay_DurationType and StorageWalMaxWriteDelay_Value.
* Modified cmdlet Update-TIDBDbInstance: added parameter Port.

### 4.1.666 (2024-09-27 21:23Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.894.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.
* [Breaking Change] Removed support for Amazon WorkLink
* Amazon Connect Customer Profiles
Expand Down
33 changes: 32 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
### 4.1.666 (2024-09-27 21:23Z)
### 4.1.667 (2024-10-01 00:25Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.895.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.
* Amazon Connect Service
* Added cmdlet Start-CONNOutboundChatContact leveraging the StartOutboundChatContact service API.
* Amazon Resource Groups
* Added cmdlet Get-RGGroupingStatusList leveraging the ListGroupingStatuses service API.
* Added cmdlet Get-RGTagSyncTask leveraging the GetTagSyncTask service API.
* Added cmdlet Get-RGTagSyncTaskList leveraging the ListTagSyncTasks service API.
* Added cmdlet Start-RGTagSyncTask leveraging the StartTagSyncTask service API.
* Added cmdlet Stop-RGTagSyncTask leveraging the CancelTagSyncTask service API.
* Modified cmdlet New-RGGroup: added parameters Criticality, DisplayName and Owner.
* Modified cmdlet Update-RGGroup: added parameters Criticality, DisplayName and Owner.
* Amazon Supply Chain
* Added cmdlet Add-SUPCHResourceTag leveraging the TagResource service API.
* Added cmdlet Get-SUPCHDataIntegrationFlow leveraging the GetDataIntegrationFlow service API.
* Added cmdlet Get-SUPCHDataIntegrationFlowList leveraging the ListDataIntegrationFlows service API.
* Added cmdlet Get-SUPCHDataLakeDataset leveraging the GetDataLakeDataset service API.
* Added cmdlet Get-SUPCHDataLakeDatasetList leveraging the ListDataLakeDatasets service API.
* Added cmdlet Get-SUPCHResourceTag leveraging the ListTagsForResource service API.
* Added cmdlet New-SUPCHDataIntegrationFlow leveraging the CreateDataIntegrationFlow service API.
* Added cmdlet New-SUPCHDataLakeDataset leveraging the CreateDataLakeDataset service API.
* Added cmdlet Remove-SUPCHDataIntegrationFlow leveraging the DeleteDataIntegrationFlow service API.
* Added cmdlet Remove-SUPCHDataLakeDataset leveraging the DeleteDataLakeDataset service API.
* Added cmdlet Remove-SUPCHResourceTag leveraging the UntagResource service API.
* Added cmdlet Update-SUPCHDataIntegrationFlow leveraging the UpdateDataIntegrationFlow service API.
* Added cmdlet Update-SUPCHDataLakeDataset leveraging the UpdateDataLakeDataset service API.
* Amazon Timestream InfluxDB
* Modified cmdlet New-TIDBDbInstance: added parameter Port.
* Modified cmdlet New-TIDBDbParameterGroup: added parameters HttpIdleTimeout_DurationType, HttpIdleTimeout_Value, HttpReadHeaderTimeout_DurationType, HttpReadHeaderTimeout_Value, HttpReadTimeout_DurationType, HttpReadTimeout_Value, HttpWriteTimeout_DurationType, HttpWriteTimeout_Value, InfluxDBv2_InfluxqlMaxSelectBucket, InfluxDBv2_InfluxqlMaxSelectPoint, InfluxDBv2_InfluxqlMaxSelectSeries, InfluxDBv2_PprofDisabled, InfluxDBv2_QueryInitialMemoryByte, InfluxDBv2_QueryMaxMemoryByte, InfluxDBv2_QueryMemoryByte, InfluxDBv2_SessionLength, InfluxDBv2_SessionRenewDisabled, InfluxDBv2_StorageCacheMaxMemorySize, InfluxDBv2_StorageCacheSnapshotMemorySize, InfluxDBv2_StorageCompactThroughputBurst, InfluxDBv2_StorageMaxConcurrentCompaction, InfluxDBv2_StorageMaxIndexLogFileSize, InfluxDBv2_StorageNoValidateFieldSize, InfluxDBv2_StorageSeriesFileMaxConcurrentSnapshotCompaction, InfluxDBv2_StorageSeriesIdSetCacheSize, InfluxDBv2_StorageWalMaxConcurrentWrite, InfluxDBv2_UiDisabled, StorageCacheSnapshotWriteColdDuration_DurationType, StorageCacheSnapshotWriteColdDuration_Value, StorageCompactFullWriteColdDuration_DurationType, StorageCompactFullWriteColdDuration_Value, StorageRetentionCheckInterval_DurationType, StorageRetentionCheckInterval_Value, StorageWalMaxWriteDelay_DurationType and StorageWalMaxWriteDelay_Value.
* Modified cmdlet Update-TIDBDbInstance: added parameter Port.

### 4.1.666 (2024-09-27 21:23Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.894.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.
* [Breaking Change] Removed support for Amazon WorkLink
* Amazon Connect Customer Profiles
Expand Down
4 changes: 4 additions & 0 deletions generator/AWSPSGeneratorLib/Config/ServiceConfig/connect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="StartOutboundChatContact" OutputProperty="ContactId" Verb="Start" Noun="OutboundChatContact" ShouldProcessTarget="ContactFlowId" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="StartOutboundVoiceContact" OutputProperty="ContactId" Verb="Start" Noun="OutboundVoiceContact" ShouldProcessTarget="ContactFlowId" PipelineParameter="ContactFlowId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<ParamEmitters />
<MetadataProperties />
<ServiceOperations>
<ServiceOperation MethodName="CancelTagSyncTask" Verb="Stop" Noun="TagSyncTask" ShouldProcessTarget="TaskArn" PipelineParameter="TaskArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateGroup" OutputProperty="*" Verb="New" Noun="Group" ShouldProcessTarget="Name" PipelineParameter="ResourceQuery" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -53,10 +57,18 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetTagSyncTask" OutputProperty="*" Verb="Get" Noun="TagSyncTask" PipelineParameter="TaskArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GroupResources" OutputProperty="*" Verb="Add" Noun="Resource" ShouldProcessTarget="Group" PipelineParameter="Group" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListGroupingStatuses" OutputProperty="*" Verb="Get" Noun="GroupingStatusList" PipelineParameter="Group" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListGroupResources" OutputProperty="*" Verb="Get" Noun="GroupResourceList" PipelineParameter="GroupName" NoPipelineParameter="false" LegacyPagination="DisablePagination">
<Params>
<Param Name="GroupName" Alias="Name" />
Expand All @@ -67,6 +79,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListTagSyncTasks" OutputProperty="TagSyncTasks" Verb="Get" Noun="TagSyncTaskList" PipelineParameter="" NoPipelineParameter="true">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="PutGroupConfiguration" Verb="Write" Noun="GroupConfiguration" ShouldProcessTarget="Group" PipelineParameter="Group" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand All @@ -75,6 +91,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="StartTagSyncTask" OutputProperty="*" Verb="Start" Noun="TagSyncTask" ShouldProcessTarget="RoleArn" PipelineParameter="Group" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="Tag" OutputProperty="*" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="Arn" PipelineParameter="Tags" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down
52 changes: 52 additions & 0 deletions generator/AWSPSGeneratorLib/Config/ServiceConfig/supplychain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,66 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateDataIntegrationFlow" OutputProperty="*" Verb="New" Noun="DataIntegrationFlow" ShouldProcessTarget="Name" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="CreateDataLakeDataset" OutputProperty="Dataset" Verb="New" Noun="DataLakeDataset" ShouldProcessTarget="Name" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DeleteDataIntegrationFlow" OutputProperty="*" Verb="Remove" Noun="DataIntegrationFlow" ShouldProcessTarget="Name" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DeleteDataLakeDataset" OutputProperty="*" Verb="Remove" Noun="DataLakeDataset" ShouldProcessTarget="Name" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetBillOfMaterialsImportJob" OutputProperty="Job" Verb="Get" Noun="BillOfMaterialsImportJob" PipelineParameter="JobId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetDataIntegrationFlow" OutputProperty="Flow" Verb="Get" Noun="DataIntegrationFlow" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="GetDataLakeDataset" OutputProperty="Dataset" Verb="Get" Noun="DataLakeDataset" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListDataIntegrationFlows" OutputProperty="Flows" Verb="Get" Noun="DataIntegrationFlowList" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListDataLakeDatasets" OutputProperty="Datasets" Verb="Get" Noun="DataLakeDatasetList" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ListTagsForResource" OutputProperty="Tags" Verb="Get" Noun="ResourceTag" PipelineParameter="ResourceArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="SendDataIntegrationEvent" OutputProperty="EventId" Verb="Send" Noun="DataIntegrationEvent" ShouldProcessTarget="InstanceId" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="TagResource" Verb="Add" Noun="ResourceTag" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="UntagResource" Verb="Remove" Noun="ResourceTag" ShouldProcessTarget="ResourceArn" PipelineParameter="ResourceArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="UpdateDataIntegrationFlow" OutputProperty="Flow" Verb="Update" Noun="DataIntegrationFlow" ShouldProcessTarget="Name" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="UpdateDataLakeDataset" OutputProperty="Dataset" Verb="Update" Noun="DataLakeDataset" ShouldProcessTarget="Name" PipelineParameter="InstanceId" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
</ServiceOperations>
<TypesNotToFlatten />
</ConfigModel>
Loading

0 comments on commit afabdb5

Please sign in to comment.