Skip to content

Commit

Permalink
4.1.395
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-dotnet-automation committed Aug 16, 2023
1 parent 0d74e28 commit de6f6f4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
6 changes: 3 additions & 3 deletions Include/sdk/_sdk-versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{
"ProductVersion" : "3.7.621.0",
"ProductVersion" : "3.7.622.0",
"CoreVersion" : "3.7.200.18",
"OverrideCoreVersion" : "3.3",
"DefaultToPreview" : false,
Expand Down Expand Up @@ -78,7 +78,7 @@
"InPreview" : false
},
"CloudWatch" : {
"Version" : "3.7.200.18",
"Version" : "3.7.200.19",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.200.18"
Expand Down Expand Up @@ -2066,7 +2066,7 @@
"InPreview" : false
},
"LexModelsV2" : {
"Version" : "3.7.202.16",
"Version" : "3.7.203.0",
"AssemblyVersionOverride" : "3.3",
"Dependencies" : {
"Core" : "3.7.200.18"
Expand Down
5 changes: 4 additions & 1 deletion changelogs/CHANGELOG.2023.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### 4.1.394 (2023-08-15 21:31Z)
### 4.1.395 (2023-08-16 21:18Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.622.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.

### 4.1.394 (2023-08-15 21:31Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.621.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Glue
* Modified cmdlet New-GLUEClassifier: added parameter CsvClassifier_Serde.
Expand Down
5 changes: 4 additions & 1 deletion changelogs/CHANGELOG.ALL.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
### 4.1.394 (2023-08-15 21:31Z)
### 4.1.395 (2023-08-16 21:18Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.622.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.

### 4.1.394 (2023-08-15 21:31Z)
* AWS Tools for PowerShell now use AWS .NET SDK 3.7.621.0 and leverage its new features and improvements. Please find a description of the changes at https://github.com/aws/aws-sdk-net/blob/master/changelogs/SDK.CHANGELOG.ALL.md.
* Amazon Glue
* Modified cmdlet New-GLUEClassifier: added parameter CsvClassifier_Serde.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ public partial class GetCWAlarmCmdlet : AmazonCloudWatchClientCmdlet, IExecutor
/// <summary>
/// <para>
/// <para>Use this parameter to specify whether you want the operation to return metric alarms
/// or composite alarms. If you omit this parameter, only metric alarms are returned.</para>
/// or composite alarms. If you omit this parameter, only metric alarms are returned,
/// even if composite alarms exist in the account.</para><para>For example, if you omit this parameter or specify <code>MetricAlarms</code>, the
/// operation returns only a list of metric alarms. It does not return any composite alarms,
/// even if composite alarms exist in the account.</para><para>If you specify <code>CompositeAlarms</code>, the operation returns only a list of
/// composite alarms, and does not return any metric alarms.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ public partial class GetCWInsightRuleReportCmdlet : AmazonCloudWatchClientCmdlet
#region Parameter OrderBy
/// <summary>
/// <para>
/// <para>Determines what statistic to use to rank the contributors. Valid values are SUM and
/// MAXIMUM.</para>
/// <para>Determines what statistic to use to rank the contributors. Valid values are <code>Sum</code>
/// and <code>Maximum</code>.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,10 @@ public partial class WriteCWMetricAlarmCmdlet : AmazonCloudWatchClientCmdlet, IE
#region Parameter ExtendedStatistic
/// <summary>
/// <para>
/// <para>The percentile statistic for the metric specified in <code>MetricName</code>. Specify
/// a value between p0.0 and p100. When you call <code>PutMetricAlarm</code> and specify
/// a <code>MetricName</code>, you must specify either <code>Statistic</code> or <code>ExtendedStatistic,</code>
/// but not both.</para>
/// <para>The extended statistic for the metric specified in <code>MetricName</code>. When you
/// call <code>PutMetricAlarm</code> and specify a <code>MetricName</code>, you must specify
/// either <code>Statistic</code> or <code>ExtendedStatistic</code> but not both.</para><para>If you specify <code>ExtendedStatistic</code>, the following are valid values:</para><ul><li><para><code>p90</code></para></li><li><para><code>tm90</code></para></li><li><para><code>tc90</code></para></li><li><para><code>ts90</code></para></li><li><para><code>wm90</code></para></li><li><para><code>IQM</code></para></li><li><para><code>PR(<i>n</i>:<i>m</i>)</code> where n and m are values of the metric</para></li><li><para><code>TC(<i>X</i>%:<i>X</i>%)</code> where X is between 10 and 90 inclusive.</para></li><li><para><code>TM(<i>X</i>%:<i>X</i>%)</code> where X is between 10 and 90 inclusive.</para></li><li><para><code>TS(<i>X</i>%:<i>X</i>%)</code> where X is between 10 and 90 inclusive.</para></li><li><para><code>WM(<i>X</i>%:<i>X</i>%)</code> where X is between 10 and 90 inclusive.</para></li></ul><para>For more information about these extended statistics, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Statistics-definitions.html">CloudWatch
/// statistics definitions</a>.</para>
/// </para>
/// </summary>
[System.Management.Automation.Parameter(ValueFromPipelineByPropertyName = true)]
Expand Down Expand Up @@ -346,7 +346,8 @@ public partial class WriteCWMetricAlarmCmdlet : AmazonCloudWatchClientCmdlet, IE
/// <summary>
/// <para>
/// <para>A list of key-value pairs to associate with the alarm. You can associate as many as
/// 50 tags with an alarm.</para><para>Tags can help you organize and categorize your resources. You can also use them to
/// 50 tags with an alarm. To be able to associate tags with the alarm when you create
/// the alarm, you must have the <code>cloudwatch:TagResource</code> permission.</para><para>Tags can help you organize and categorize your resources. You can also use them to
/// scope user permissions by granting a user permission to access or change only resources
/// with certain tag values.</para><para>If you are using this operation to update an existing alarm, any tags you specify
/// in this parameter are ignored. To change the tags of an existing alarm, use <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_TagResource.html">TagResource</a>
Expand Down
Binary file modified modules/AWSPowerShell/CmdletsList.dat
Binary file not shown.
Binary file modified modules/ModularAWSPowerShell/CmdletsList.dat
Binary file not shown.

0 comments on commit de6f6f4

Please sign in to comment.