Skip to content

Commit

Permalink
4.1.648
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Sep 3, 2024
1 parent 75811a2 commit c600db5
Show file tree
Hide file tree
Showing 25 changed files with 889 additions and 23 deletions.
16 changes: 8 additions & 8 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.877.0",
"ProductVersion" : "3.7.878.0",
"CoreVersion" : "3.7.400.13",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -572,7 +572,7 @@
"InPreview" : false
},
"ElasticLoadBalancingV2" : {
"Version" : "3.7.401.13",
"Version" : "3.7.402.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.13"
Expand Down Expand Up @@ -860,7 +860,7 @@
"InPreview" : false
},
"MediaLive" : {
"Version" : "3.7.401.9",
"Version" : "3.7.402.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.13"
Expand Down Expand Up @@ -932,7 +932,7 @@
"InPreview" : false
},
"SageMaker" : {
"Version" : "3.7.403.6",
"Version" : "3.7.404.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.13"
Expand Down Expand Up @@ -1036,7 +1036,7 @@
"InPreview" : false
},
"Connect" : {
"Version" : "3.7.402.9",
"Version" : "3.7.403.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.13"
Expand Down Expand Up @@ -1260,7 +1260,7 @@
"InPreview" : false
},
"MediaConnect" : {
"Version" : "3.7.400.13",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.13"
Expand Down Expand Up @@ -2804,7 +2804,7 @@
"InPreview" : false
},
"DataZone" : {
"Version" : "3.7.404.0",
"Version" : "3.7.405.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.13"
Expand Down Expand Up @@ -2996,7 +2996,7 @@
"InPreview" : false
},
"TimestreamInfluxDB" : {
"Version" : "3.7.400.13",
"Version" : "3.7.401.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.400.13"
Expand Down
16 changes: 15 additions & 1 deletion changelogs/CHANGELOG.2024.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
### 4.1.647 (2024-08-30 21:13Z)
### 4.1.648 (2024-09-03 20:50Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.878.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 DataZone
* Modified cmdlet Approve-DZSubscriptionRequest: added parameter AssetScope.
* Amazon Elastic Load Balancing V2
* Added cmdlet Edit-ELB2ListenerAttribute leveraging the ModifyListenerAttributes service API.
* Added cmdlet Get-ELB2ListenerAttribute leveraging the DescribeListenerAttributes service API.
* Amazon Elemental MediaConnect
* Added cmdlet Get-EMCNFlowSourceThumbnail leveraging the DescribeFlowSourceThumbnail service API.
* Modified cmdlet New-EMCNFlow: added parameter SourceMonitoringConfig_ThumbnailState.
* Modified cmdlet Update-EMCNFlow: added parameter SourceMonitoringConfig_ThumbnailState.
* Amazon Timestream InfluxDB
* Modified cmdlet Update-TIDBDbInstance: added parameters DbInstanceType and DeploymentType.

### 4.1.647 (2024-08-30 21:13Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.877.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 CloudWatch Logs
* Modified cmdlet Write-CWLLogEvent: added parameters Entity_Attribute and Entity_KeyAttribute.
Expand Down
16 changes: 15 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
### 4.1.647 (2024-08-30 21:13Z)
### 4.1.648 (2024-09-03 20:50Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.878.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 DataZone
* Modified cmdlet Approve-DZSubscriptionRequest: added parameter AssetScope.
* Amazon Elastic Load Balancing V2
* Added cmdlet Edit-ELB2ListenerAttribute leveraging the ModifyListenerAttributes service API.
* Added cmdlet Get-ELB2ListenerAttribute leveraging the DescribeListenerAttributes service API.
* Amazon Elemental MediaConnect
* Added cmdlet Get-EMCNFlowSourceThumbnail leveraging the DescribeFlowSourceThumbnail service API.
* Modified cmdlet New-EMCNFlow: added parameter SourceMonitoringConfig_ThumbnailState.
* Modified cmdlet Update-EMCNFlow: added parameter SourceMonitoringConfig_ThumbnailState.
* Amazon Timestream InfluxDB
* Modified cmdlet Update-TIDBDbInstance: added parameters DbInstanceType and DeploymentType.

### 4.1.647 (2024-08-30 21:13Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.877.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 CloudWatch Logs
* Modified cmdlet Write-CWLLogEvent: added parameters Entity_Attribute and Entity_KeyAttribute.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DescribeListenerAttributes" OutputProperty="Attributes" Verb="Get" Noun="ListenerAttribute" PipelineParameter="ListenerArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DescribeListenerCertificates" OutputProperty="Certificates" Verb="Get" Noun="ListenerCertificate" PipelineParameter="ListenerArn" NoPipelineParameter="false" LegacyPagination="UseEmitLimit">
<Params />
<TypesNotToFlatten />
Expand Down Expand Up @@ -160,6 +164,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ModifyListenerAttributes" OutputProperty="Attributes" Verb="Edit" Noun="ListenerAttribute" ShouldProcessTarget="ListenerArn" PipelineParameter="ListenerArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="ModifyLoadBalancerAttributes" OutputProperty="Attributes" Verb="Edit" Noun="LoadBalancerAttribute" ShouldProcessTarget="LoadBalancerArn" PipelineParameter="LoadBalancerArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DescribeFlowSourceThumbnail" OutputProperty="ThumbnailDetails" Verb="Get" Noun="FlowSourceThumbnail" PipelineParameter="FlowArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
</ServiceOperation>
<ServiceOperation MethodName="DescribeGateway" OutputProperty="Gateway" Verb="Get" Noun="Gateway" PipelineParameter="GatewayArn" NoPipelineParameter="false">
<Params />
<TypesNotToFlatten />
Expand Down
8 changes: 8 additions & 0 deletions modules/AWSPowerShell/AWSAliases.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11061,6 +11061,9 @@ Set-Alias -Name ELB2-DeregisterTargets -Value Unregister-ELB2Target
Set-Alias -Name Describe-ELB2AccountLimits -Value Get-ELB2AccountLimit
Set-Alias -Name Describe-ELB2AccountLimit -Value Get-ELB2AccountLimit
Set-Alias -Name ELB2-DescribeAccountLimits -Value Get-ELB2AccountLimit
Set-Alias -Name Describe-ELB2ListenerAttributes -Value Get-ELB2ListenerAttribute
Set-Alias -Name Describe-ELB2ListenerAttribute -Value Get-ELB2ListenerAttribute
Set-Alias -Name ELB2-DescribeListenerAttributes -Value Get-ELB2ListenerAttribute
Set-Alias -Name Describe-ELB2ListenerCertificates -Value Get-ELB2ListenerCertificate
Set-Alias -Name Describe-ELB2ListenerCertificate -Value Get-ELB2ListenerCertificate
Set-Alias -Name ELB2-DescribeListenerCertificates -Value Get-ELB2ListenerCertificate
Expand Down Expand Up @@ -11104,6 +11107,9 @@ Set-Alias -Name ELB2-GetTrustStoreCaCertificatesBundle -Value Get-ELB2TrustStore
Set-Alias -Name ELB2-GetTrustStoreRevocationContent -Value Get-ELB2TrustStoreRevocationContent
Set-Alias -Name Modify-ELB2Listener -Value Edit-ELB2Listener
Set-Alias -Name ELB2-ModifyListener -Value Edit-ELB2Listener
Set-Alias -Name Modify-ELB2ListenerAttributes -Value Edit-ELB2ListenerAttribute
Set-Alias -Name Modify-ELB2ListenerAttribute -Value Edit-ELB2ListenerAttribute
Set-Alias -Name ELB2-ModifyListenerAttributes -Value Edit-ELB2ListenerAttribute
Set-Alias -Name Modify-ELB2LoadBalancerAttributes -Value Edit-ELB2LoadBalancerAttribute
Set-Alias -Name Modify-ELB2LoadBalancerAttribute -Value Edit-ELB2LoadBalancerAttribute
Set-Alias -Name ELB2-ModifyLoadBalancerAttributes -Value Edit-ELB2LoadBalancerAttribute
Expand Down Expand Up @@ -18380,6 +18386,8 @@ Set-Alias -Name Describe-EMCNFlow -Value Get-EMCNFlow
Set-Alias -Name EMCN-DescribeFlow -Value Get-EMCNFlow
Set-Alias -Name Describe-EMCNFlowSourceMetadata -Value Get-EMCNFlowSourceMetadata
Set-Alias -Name EMCN-DescribeFlowSourceMetadata -Value Get-EMCNFlowSourceMetadata
Set-Alias -Name Describe-EMCNFlowSourceThumbnail -Value Get-EMCNFlowSourceThumbnail
Set-Alias -Name EMCN-DescribeFlowSourceThumbnail -Value Get-EMCNFlowSourceThumbnail
Set-Alias -Name Describe-EMCNGateway -Value Get-EMCNGateway
Set-Alias -Name EMCN-DescribeGateway -Value Get-EMCNGateway
Set-Alias -Name Describe-EMCNGatewayInstance -Value Get-EMCNGatewayInstance
Expand Down
28 changes: 24 additions & 4 deletions modules/AWSPowerShell/AWSPowerShellCompleters.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -26644,6 +26644,7 @@ $ELB2_SelectMap = @{
"Remove-ELB2TrustStore",
"Unregister-ELB2Target",
"Get-ELB2AccountLimit",
"Get-ELB2ListenerAttribute",
"Get-ELB2ListenerCertificate",
"Get-ELB2Listener",
"Get-ELB2LoadBalancerAttribute",
Expand All @@ -26661,6 +26662,7 @@ $ELB2_SelectMap = @{
"Get-ELB2TrustStoreCaCertificatesBundle",
"Get-ELB2TrustStoreRevocationContent",
"Edit-ELB2Listener",
"Edit-ELB2ListenerAttribute",
"Edit-ELB2LoadBalancerAttribute",
"Edit-ELB2Rule",
"Edit-ELB2TargetGroup",
Expand Down Expand Up @@ -43599,6 +43601,16 @@ $EMCN_Completers = {
break
}

# Amazon.MediaConnect.ThumbnailState
{
($_ -eq "New-EMCNFlow/SourceMonitoringConfig_ThumbnailState") -Or
($_ -eq "Update-EMCNFlow/SourceMonitoringConfig_ThumbnailState")
}
{
$v = "DISABLED","ENABLED"
break
}


}

Expand All @@ -43623,6 +43635,7 @@ $EMCN_map = @{
"Protocol"=@("Update-EMCNFlowOutput","Update-EMCNFlowSource")
"SourceFailoverConfig_FailoverMode"=@("New-EMCNBridge","New-EMCNFlow","Update-EMCNBridge","Update-EMCNFlow")
"SourceFailoverConfig_State"=@("New-EMCNBridge","New-EMCNFlow","Update-EMCNBridge","Update-EMCNFlow")
"SourceMonitoringConfig_ThumbnailState"=@("New-EMCNFlow","Update-EMCNFlow")
}

_awsArgumentCompleterRegistration $EMCN_Completers $EMCN_map
Expand Down Expand Up @@ -43691,6 +43704,7 @@ $EMCN_SelectMap = @{
"Get-EMCNBridge",
"Get-EMCNFlow",
"Get-EMCNFlowSourceMetadata",
"Get-EMCNFlowSourceThumbnail",
"Get-EMCNGateway",
"Get-EMCNGatewayInstance",
"Get-EMCNOffering",
Expand Down Expand Up @@ -67809,7 +67823,10 @@ $TIDB_Completers = {
switch ($("$commandName/$parameterName"))
{
# Amazon.TimestreamInfluxDB.DbInstanceType
"New-TIDBDbInstance/DbInstanceType"
{
($_ -eq "New-TIDBDbInstance/DbInstanceType") -Or
($_ -eq "Update-TIDBDbInstance/DbInstanceType")
}
{
$v = "db.influx.12xlarge","db.influx.16xlarge","db.influx.2xlarge","db.influx.4xlarge","db.influx.8xlarge","db.influx.large","db.influx.medium","db.influx.xlarge"
break
Expand All @@ -67823,7 +67840,10 @@ $TIDB_Completers = {
}

# Amazon.TimestreamInfluxDB.DeploymentType
"New-TIDBDbInstance/DeploymentType"
{
($_ -eq "New-TIDBDbInstance/DeploymentType") -Or
($_ -eq "Update-TIDBDbInstance/DeploymentType")
}
{
$v = "SINGLE_AZ","WITH_MULTIAZ_STANDBY"
break
Expand Down Expand Up @@ -67852,9 +67872,9 @@ $TIDB_Completers = {
}

$TIDB_map = @{
"DbInstanceType"=@("New-TIDBDbInstance")
"DbInstanceType"=@("New-TIDBDbInstance","Update-TIDBDbInstance")
"DbStorageType"=@("New-TIDBDbInstance")
"DeploymentType"=@("New-TIDBDbInstance")
"DeploymentType"=@("New-TIDBDbInstance","Update-TIDBDbInstance")
"InfluxDBv2_LogLevel"=@("New-TIDBDbParameterGroup")
"InfluxDBv2_TracingType"=@("New-TIDBDbParameterGroup")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public partial class AddCONNSecurityKeyCmdlet : AmazonConnectClientCmdlet, IExec
#region Parameter Key
/// <summary>
/// <para>
/// <para>A valid security key in PEM format.</para>
/// <para>A valid security key in PEM format as a String.</para>
/// </para>
/// </summary>
#if !MODULAR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ public partial class GetCONNMetricDataV2Cmdlet : AmazonConnectClientCmdlet, IExe
/// contact work time</a></para></dd><dt>SUM_CONNECTING_TIME_AGENT</dt><dd><para>Unit: Seconds</para><para>Valid metric filter key: <c>INITIATION_METHOD</c>. This metric only supports the following
/// filter keys as <c>INITIATION_METHOD</c>: <c>INBOUND</c> | <c>OUTBOUND</c> | <c>CALLBACK</c>
/// | <c>API</c></para><para>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy</para><para>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#htm-agent-api-connecting-time">Agent
/// API connecting time</a></para><note><para>The <c>Negate</c> key in Metric Level Filters is not applicable for this metric.</para></note></dd><dt>SUM_CONTACTS_ABANDONED</dt><dd><para>Unit: Count</para><para>Metric filter: </para><ul><li><para>Valid values: <c>API</c>| <c>Incoming</c> | <c>Outbound</c> | <c>Transfer</c> | <c>Callback</c>
/// API connecting time</a></para><note><para>The <c>Negate</c> key in Metric Level Filters is not applicable for this metric.</para></note></dd><dt>CONTACTS_ABANDONED</dt><dd><para>Unit: Count</para><para>Metric filter: </para><ul><li><para>Valid values: <c>API</c>| <c>Incoming</c> | <c>Outbound</c> | <c>Transfer</c> | <c>Callback</c>
/// | <c>Queue_Transfer</c>| <c>Disconnect</c></para></li></ul><para>Valid groupings and filters: Queue, Channel, Routing Profile, Agent, Agent Hierarchy,
/// contact/segmentAttributes/connect:Subtype, RoutingStepExpression, Q in Connect</para><para>UI name: <a href="https://docs.aws.amazon.com/connect/latest/adminguide/historical-metrics-definitions.html#contacts-abandoned-historical">Contact
/// abandoned</a></para></dd><dt>SUM_CONTACTS_ABANDONED_IN_X</dt><dd><para>Unit: Count</para><para>Valid groupings and filters: Queue, Channel, Routing Profile, contact/segmentAttributes/connect:Subtype,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ public partial class ApproveDZSubscriptionRequestCmdlet : AmazonDataZoneClientCm

protected override bool IsGeneratedCmdlet { get; set; } = true;

#region Parameter AssetScope
/// <summary>
/// <para>
/// <para>The asset scopes of the accept subscription request.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
[Alias("AssetScopes")]
public Amazon.DataZone.Model.AcceptedAssetScope[] AssetScope { get; set; }
#endregion

#region Parameter DecisionComment
/// <summary>
/// <para>
Expand Down Expand Up @@ -151,6 +162,10 @@ protected override void ProcessRecord()
context.Select = (response, cmdlet) => this.Identifier;
}
#pragma warning restore CS0618, CS0612 //A class member was marked with the Obsolete attribute
if (this.AssetScope != null)
{
context.AssetScope = new List<Amazon.DataZone.Model.AcceptedAssetScope>(this.AssetScope);
}
context.DecisionComment = this.DecisionComment;
context.DomainIdentifier = this.DomainIdentifier;
#if MODULAR
Expand Down Expand Up @@ -182,6 +197,10 @@ public object Execute(ExecutorContext context)
// create request
var request = new Amazon.DataZone.Model.AcceptSubscriptionRequestRequest();

if (cmdletContext.AssetScope != null)
{
request.AssetScopes = cmdletContext.AssetScope;
}
if (cmdletContext.DecisionComment != null)
{
request.DecisionComment = cmdletContext.DecisionComment;
Expand Down Expand Up @@ -255,6 +274,7 @@ private Amazon.DataZone.Model.AcceptSubscriptionRequestResponse CallAWSServiceOp

internal partial class CmdletContext : ExecutorContext
{
public List<Amazon.DataZone.Model.AcceptedAssetScope> AssetScope { get; set; }
public System.String DecisionComment { get; set; }
public System.String DomainIdentifier { get; set; }
public System.String Identifier { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ $ELB2_SelectMap = @{
"Remove-ELB2TrustStore",
"Unregister-ELB2Target",
"Get-ELB2AccountLimit",
"Get-ELB2ListenerAttribute",
"Get-ELB2ListenerCertificate",
"Get-ELB2Listener",
"Get-ELB2LoadBalancerAttribute",
Expand All @@ -255,6 +256,7 @@ $ELB2_SelectMap = @{
"Get-ELB2TrustStoreCaCertificatesBundle",
"Get-ELB2TrustStoreRevocationContent",
"Edit-ELB2Listener",
"Edit-ELB2ListenerAttribute",
"Edit-ELB2LoadBalancerAttribute",
"Edit-ELB2Rule",
"Edit-ELB2TargetGroup",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,15 @@ This version of AWS Tools for PowerShell is compatible with Windows PowerShell 5
'Add-ELB2Tag',
'Add-ELB2TrustStoreRevocation',
'Edit-ELB2Listener',
'Edit-ELB2ListenerAttribute',
'Edit-ELB2LoadBalancerAttribute',
'Edit-ELB2Rule',
'Edit-ELB2TargetGroup',
'Edit-ELB2TargetGroupAttribute',
'Edit-ELB2TrustStore',
'Get-ELB2AccountLimit',
'Get-ELB2Listener',
'Get-ELB2ListenerAttribute',
'Get-ELB2ListenerCertificate',
'Get-ELB2LoadBalancer',
'Get-ELB2LoadBalancerAttribute',
Expand Down
Loading

0 comments on commit c600db5

Please sign in to comment.