Skip to content

Commit

Permalink
Release v1.44.94 (2022-09-08) (#4551)
Browse files Browse the repository at this point in the history
Release v1.44.94 (2022-09-08)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
  * This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type
* `service/emr-containers`: Updates service API and documentation
* `service/lookoutmetrics`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
  * This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live
* `service/route53`: Updates service API and documentation
  * Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* `service/sagemaker`: Updates service API and documentation
  * This release adds Mode to AutoMLJobConfig.
* `service/ssm`: Updates service API and documentation
  * This release adds support for Systems Manager State Manager Association tagging.
  • Loading branch information
aws-sdk-go-automation committed Sep 8, 2022
1 parent e758063 commit 2f6c8c4
Show file tree
Hide file tree
Showing 27 changed files with 1,100 additions and 186 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,20 @@
Release v1.44.94 (2022-09-08)
===

### Service Client Updates
* `service/ec2`: Updates service API and documentation
* This release adds support to send VPC Flow Logs to kinesis-data-firehose as new destination type
* `service/emr-containers`: Updates service API and documentation
* `service/lookoutmetrics`: Updates service API and documentation
* `service/medialive`: Updates service API and documentation
* This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live
* `service/route53`: Updates service API and documentation
* Amazon Route 53 now supports the Middle East (UAE) Region (me-central-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
* `service/sagemaker`: Updates service API and documentation
* This release adds Mode to AutoMLJobConfig.
* `service/ssm`: Updates service API and documentation
* This release adds support for Systems Manager State Manager Association tagging.

Release v1.44.93 (2022-09-07)
===

Expand Down
7 changes: 7 additions & 0 deletions aws/endpoints/defaults.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion aws/version.go
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.44.93"
const SDKVersion = "1.44.94"
8 changes: 7 additions & 1 deletion models/apis/ec2/2016-11-15/api-2.json
Expand Up @@ -9193,6 +9193,7 @@
"DryRun":{"shape":"Boolean"},
"ClientToken":{"shape":"String"},
"DeliverLogsPermissionArn":{"shape":"String"},
"DeliverCrossAccountRole":{"shape":"String"},
"LogGroupName":{"shape":"String"},
"ResourceIds":{
"shape":"FlowLogResourceIds",
Expand Down Expand Up @@ -19808,6 +19809,10 @@
"shape":"String",
"locationName":"deliverLogsPermissionArn"
},
"DeliverCrossAccountRole":{
"shape":"String",
"locationName":"deliverCrossAccountRole"
},
"DeliverLogsStatus":{
"shape":"String",
"locationName":"deliverLogsStatus"
Expand Down Expand Up @@ -27465,7 +27470,8 @@
"type":"string",
"enum":[
"cloud-watch-logs",
"s3"
"s3",
"kinesis-data-firehose"
]
},
"Long":{"type":"long"},
Expand Down
64 changes: 33 additions & 31 deletions models/apis/ec2/2016-11-15/docs-2.json

Large diffs are not rendered by default.

23 changes: 19 additions & 4 deletions models/apis/emr-containers/2020-10-01/api-2.json
Expand Up @@ -580,7 +580,7 @@
"type":"string",
"max":10280,
"min":1,
"pattern":"(?!\\s*$)(^[^';|\\u0026\\u003C\\u003E*?`$(){}\\[\\]!#\\\\]*$)",
"pattern":".*\\S.*",
"sensitive":true
},
"EntryPointArguments":{
Expand All @@ -591,7 +591,7 @@
"type":"string",
"max":256,
"min":1,
"pattern":"(?!\\s*$)(^[^';|\\u0026\\u003C\\u003E*?`$(){}\\[\\]!#\\\\]*$)",
"pattern":".*\\S.*",
"sensitive":true
},
"FailureReason":{
Expand Down Expand Up @@ -627,7 +627,8 @@
"JobDriver":{
"type":"structure",
"members":{
"sparkSubmitJobDriver":{"shape":"SparkSubmitJobDriver"}
"sparkSubmitJobDriver":{"shape":"SparkSubmitJobDriver"},
"sparkSqlJobDriver":{"shape":"SparkSqlJobDriver"}
}
},
"JobRun":{
Expand Down Expand Up @@ -917,6 +918,20 @@
"max":100,
"sensitive":true
},
"SparkSqlJobDriver":{
"type":"structure",
"members":{
"entryPoint":{"shape":"EntryPointPath"},
"sparkSqlParameters":{"shape":"SparkSqlParameters"}
}
},
"SparkSqlParameters":{
"type":"string",
"max":102400,
"min":1,
"pattern":".*\\S.*",
"sensitive":true
},
"SparkSubmitJobDriver":{
"type":"structure",
"required":["entryPoint"],
Expand All @@ -930,7 +945,7 @@
"type":"string",
"max":102400,
"min":1,
"pattern":"(?!\\s*$)(^[^';|\\u0026\\u003C\\u003E*?`$(){}\\[\\]!#\\\\]*$)",
"pattern":".*\\S.*",
"sensitive":true
},
"StartJobRunRequest":{
Expand Down
15 changes: 14 additions & 1 deletion models/apis/emr-containers/2020-10-01/docs-2.json
Expand Up @@ -23,7 +23,7 @@
"base": null,
"refs": {
"Certificate$certificateArn": "<p>The ARN of the certificate generated for managed endpoint.</p>",
"CreateManagedEndpointRequest$certificateArn": "<p>The certificate ARN provided by users for the managed endpoint. This fiedd is under deprecation and will be removed in future releases.</p>",
"CreateManagedEndpointRequest$certificateArn": "<p>The certificate ARN provided by users for the managed endpoint. This field is under deprecation and will be removed in future releases.</p>",
"Endpoint$certificateArn": "<p>The certificate ARN of the endpoint. This field is under deprecation and will be removed in future.</p>"
}
},
Expand Down Expand Up @@ -265,6 +265,7 @@
"EntryPointPath": {
"base": null,
"refs": {
"SparkSqlJobDriver$entryPoint": "<p>The SQL file to be executed.</p>",
"SparkSubmitJobDriver$entryPoint": "<p>The entry point of job application.</p>"
}
},
Expand Down Expand Up @@ -501,6 +502,18 @@
"Configuration$properties": "<p>A set of properties specified within a configuration classification.</p>"
}
},
"SparkSqlJobDriver": {
"base": "<p>The job driver for job type.</p>",
"refs": {
"JobDriver$sparkSqlJobDriver": "<p>The job driver for job type.</p>"
}
},
"SparkSqlParameters": {
"base": null,
"refs": {
"SparkSqlJobDriver$sparkSqlParameters": "<p>The Spark parameters to be included in the Spark SQL command.</p>"
}
},
"SparkSubmitJobDriver": {
"base": "<p>The information about job driver for Spark submit.</p>",
"refs": {
Expand Down
36 changes: 33 additions & 3 deletions models/apis/lookoutmetrics/2017-07-25/api-2.json
Expand Up @@ -966,7 +966,8 @@
"MetricSetFrequency":{"shape":"Frequency"},
"MetricSource":{"shape":"MetricSource"},
"Timezone":{"shape":"Timezone"},
"Tags":{"shape":"TagMap"}
"Tags":{"shape":"TagMap"},
"DimensionFilterList":{"shape":"MetricSetDimensionFilterList"}
}
},
"CreateMetricSetResponse":{
Expand Down Expand Up @@ -1158,7 +1159,8 @@
"DimensionList":{"shape":"DimensionList"},
"MetricSetFrequency":{"shape":"Frequency"},
"Timezone":{"shape":"Timezone"},
"MetricSource":{"shape":"MetricSource"}
"MetricSource":{"shape":"MetricSource"},
"DimensionFilterList":{"shape":"MetricSetDimensionFilterList"}
}
},
"DetectMetricSetConfigRequest":{
Expand Down Expand Up @@ -1318,6 +1320,22 @@
"JsonFormatDescriptor":{"shape":"JsonFormatDescriptor"}
}
},
"Filter":{
"type":"structure",
"members":{
"DimensionValue":{"shape":"DimensionValue"},
"FilterOperation":{"shape":"FilterOperation"}
}
},
"FilterList":{
"type":"list",
"member":{"shape":"Filter"},
"min":1
},
"FilterOperation":{
"type":"string",
"enum":["EQUALS"]
},
"FlowName":{
"type":"string",
"max":256,
Expand Down Expand Up @@ -1702,6 +1720,17 @@
"min":1,
"pattern":".*\\S.*"
},
"MetricSetDimensionFilter":{
"type":"structure",
"members":{
"Name":{"shape":"ColumnName"},
"FilterList":{"shape":"FilterList"}
}
},
"MetricSetDimensionFilterList":{
"type":"list",
"member":{"shape":"MetricSetDimensionFilter"}
},
"MetricSetName":{
"type":"string",
"max":63,
Expand Down Expand Up @@ -2171,7 +2200,8 @@
"TimestampColumn":{"shape":"TimestampColumn"},
"DimensionList":{"shape":"DimensionList"},
"MetricSetFrequency":{"shape":"Frequency"},
"MetricSource":{"shape":"MetricSource"}
"MetricSource":{"shape":"MetricSource"},
"DimensionFilterList":{"shape":"MetricSetDimensionFilterList"}
}
},
"UpdateMetricSetResponse":{
Expand Down
36 changes: 35 additions & 1 deletion models/apis/lookoutmetrics/2017-07-25/docs-2.json
Expand Up @@ -423,6 +423,7 @@
"HeaderList$member": null,
"ItemizedMetricStats$MetricName": "<p>The name of the measure.</p>",
"Metric$MetricName": "<p>The name of the metric.</p>",
"MetricSetDimensionFilter$Name": "<p>The dimension that you want to filter on.</p>",
"TimestampColumn$ColumnName": "<p>The name of the timestamp column.</p>"
}
},
Expand Down Expand Up @@ -715,7 +716,8 @@
"refs": {
"DimensionNameValue$DimensionValue": "<p>The value of the dimension.</p>",
"DimensionValueContribution$DimensionValue": "<p>The value of the dimension.</p>",
"DimensionValueList$member": null
"DimensionValueList$member": null,
"Filter$DimensionValue": "<p>The value that you want to include in the filter.</p>"
}
},
"DimensionValueContribution": {
Expand Down Expand Up @@ -773,6 +775,24 @@
"SampleDataS3SourceConfig$FileFormatDescriptor": null
}
},
"Filter": {
"base": "<p>Describes a filter for choosing a subset of dimension values. Each filter consists of the dimension that you want to include and the condition statement. The condition statement is specified in the <code>FilterOperation</code> object.</p>",
"refs": {
"FilterList$member": null
}
},
"FilterList": {
"base": null,
"refs": {
"MetricSetDimensionFilter$FilterList": "<p>The list of filters that you are applying.</p>"
}
},
"FilterOperation": {
"base": null,
"refs": {
"Filter$FilterOperation": "<p>The condition to apply.</p>"
}
},
"FlowName": {
"base": null,
"refs": {
Expand Down Expand Up @@ -1092,6 +1112,20 @@
"UpdateMetricSetRequest$MetricSetDescription": "<p>The dataset's description.</p>"
}
},
"MetricSetDimensionFilter": {
"base": "<p>Describes a list of filters for choosing a subset of dimension values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation. </p>",
"refs": {
"MetricSetDimensionFilterList$member": null
}
},
"MetricSetDimensionFilterList": {
"base": null,
"refs": {
"CreateMetricSetRequest$DimensionFilterList": "<p>A list of filters that specify which data is kept for anomaly detection.</p>",
"DescribeMetricSetResponse$DimensionFilterList": "<p>The dimensions and their values that were used to filter the dataset.</p>",
"UpdateMetricSetRequest$DimensionFilterList": "<p>Describes a list of filters for choosing specific dimensions and specific values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation.</p>"
}
},
"MetricSetName": {
"base": null,
"refs": {
Expand Down

0 comments on commit 2f6c8c4

Please sign in to comment.