Skip to content

Commit

Permalink
Release v1.39.3 (2021-07-08) (#3996)
Browse files Browse the repository at this point in the history
Release v1.39.3 (2021-07-08)
===

### Service Client Updates
* `service/devops-guru`: Updates service API, documentation, and paginators
* `service/eks`: Updates service waiters
* `service/fms`: Updates service API, documentation, and paginators
* `service/mediatailor`: Updates service API, documentation, and paginators
* `service/outposts`: Updates service API and documentation
* `service/ssm-contacts`: Updates service documentation
  • Loading branch information
aws-sdk-go-automation authored Jul 8, 2021
1 parent 3c2ea46 commit 0a9f5d6
Show file tree
Hide file tree
Showing 28 changed files with 3,776 additions and 809 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Release v1.39.3 (2021-07-08)
===

### Service Client Updates
* `service/devops-guru`: Updates service API, documentation, and paginators
* `service/eks`: Updates service waiters
* `service/fms`: Updates service API, documentation, and paginators
* `service/mediatailor`: Updates service API, documentation, and paginators
* `service/outposts`: Updates service API and documentation
* `service/ssm-contacts`: Updates service documentation

Release v1.39.2 (2021-07-07)
===

Expand Down
30 changes: 27 additions & 3 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
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.39.2"
const SDKVersion = "1.39.3"
12 changes: 12 additions & 0 deletions models/apis/devops-guru/2020-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,14 @@
"type":"double",
"box":true
},
"AnomalyReportedTimeRange":{
"type":"structure",
"required":["OpenTime"],
"members":{
"OpenTime":{"shape":"Timestamp"},
"CloseTime":{"shape":"Timestamp"}
}
},
"AnomalySeverity":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -1155,6 +1163,7 @@
"Status":{"shape":"AnomalyStatus"},
"UpdateTime":{"shape":"Timestamp"},
"AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
"AnomalyReportedTimeRange":{"shape":"AnomalyReportedTimeRange"},
"PredictionTimeRange":{"shape":"PredictionTimeRange"},
"SourceDetails":{"shape":"AnomalySourceDetails"},
"AssociatedInsightId":{"shape":"InsightId"},
Expand All @@ -1170,6 +1179,7 @@
"Status":{"shape":"AnomalyStatus"},
"UpdateTime":{"shape":"Timestamp"},
"AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
"AnomalyReportedTimeRange":{"shape":"AnomalyReportedTimeRange"},
"PredictionTimeRange":{"shape":"PredictionTimeRange"},
"SourceDetails":{"shape":"AnomalySourceDetails"},
"AssociatedInsightId":{"shape":"InsightId"},
Expand Down Expand Up @@ -1229,6 +1239,7 @@
"Severity":{"shape":"AnomalySeverity"},
"Status":{"shape":"AnomalyStatus"},
"AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
"AnomalyReportedTimeRange":{"shape":"AnomalyReportedTimeRange"},
"SourceDetails":{"shape":"AnomalySourceDetails"},
"AssociatedInsightId":{"shape":"InsightId"},
"ResourceCollection":{"shape":"ResourceCollection"}
Expand All @@ -1241,6 +1252,7 @@
"Severity":{"shape":"AnomalySeverity"},
"Status":{"shape":"AnomalyStatus"},
"AnomalyTimeRange":{"shape":"AnomalyTimeRange"},
"AnomalyReportedTimeRange":{"shape":"AnomalyReportedTimeRange"},
"SourceDetails":{"shape":"AnomalySourceDetails"},
"AssociatedInsightId":{"shape":"InsightId"},
"ResourceCollection":{"shape":"ResourceCollection"}
Expand Down
13 changes: 12 additions & 1 deletion models/apis/devops-guru/2020-12-01/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@
"ProactiveAnomalySummary$Limit": "<p> A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related to the anomalous behavior that generated this anomaly. </p>"
}
},
"AnomalyReportedTimeRange": {
"base": "<p> A time range that specifies when DevOps Guru opens and then closes an anomaly. This is different from <code>AnomalyTimeRange</code>, which specifies the time range when DevOps Guru actually observes the anomalous behavior. </p>",
"refs": {
"ProactiveAnomaly$AnomalyReportedTimeRange": "<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>",
"ProactiveAnomalySummary$AnomalyReportedTimeRange": "<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>",
"ReactiveAnomaly$AnomalyReportedTimeRange": "<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>",
"ReactiveAnomalySummary$AnomalyReportedTimeRange": "<p> A <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. </p>"
}
},
"AnomalySeverity": {
"base": null,
"refs": {
Expand Down Expand Up @@ -85,7 +94,7 @@
}
},
"AnomalyTimeRange": {
"base": "<p> A time range that specifies when the observed unusual behavior in an anomaly started and ended. </p>",
"base": "<p> A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from <code>AnomalyReportedTimeRange</code>, which specifies the time range when DevOps Guru opens and then closes an anomaly. </p>",
"refs": {
"ProactiveAnomaly$AnomalyTimeRange": null,
"ProactiveAnomalySummary$AnomalyTimeRange": null,
Expand Down Expand Up @@ -1205,6 +1214,8 @@
"Timestamp": {
"base": null,
"refs": {
"AnomalyReportedTimeRange$OpenTime": "<p> The time when an anomaly is opened. </p>",
"AnomalyReportedTimeRange$CloseTime": "<p> The time when an anomaly is closed. </p>",
"AnomalyTimeRange$StartTime": "<p> The time when the anomalous behavior started. </p>",
"AnomalyTimeRange$EndTime": "<p> The time when the anomalous behavior ended. </p>",
"CostEstimationTimeRange$StartTime": "<p>The start time of the cost estimation.</p>",
Expand Down
9 changes: 1 addition & 8 deletions models/apis/devops-guru/2020-12-01/paginators-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@
"input_token": "NextToken",
"output_token": "NextToken",
"result_key": [
"CloudFormation",
"Service"
"CloudFormation"
]
},
"GetCostEstimation": {
"input_token": "NextToken",
"non_aggregate_keys": [
"Status",
"TotalCost",
"TimeRange",
"ResourceCollection"
],
"output_token": "NextToken",
"result_key": [
"Costs"
Expand Down
37 changes: 37 additions & 0 deletions models/apis/eks/2017-11-01/waiters-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,43 @@
"state": "success"
}
]
},
"FargateProfileActive": {
"delay": 10,
"operation": "DescribeFargateProfile",
"maxAttempts": 60,
"acceptors": [
{
"expected": "CREATE_FAILED",
"matcher": "path",
"state": "failure",
"argument": "fargateProfile.status"
},
{
"expected": "ACTIVE",
"matcher": "path",
"state": "success",
"argument": "fargateProfile.status"
}
]
},
"FargateProfileDeleted": {
"delay": 30,
"operation": "DescribeFargateProfile",
"maxAttempts": 60,
"acceptors": [
{
"expected": "DELETE_FAILED",
"matcher": "path",
"state": "failure",
"argument": "fargateProfile.status"
},
{
"expected": "ResourceNotFoundException",
"matcher": "error",
"state": "success"
}
]
}
}
}
Loading

0 comments on commit 0a9f5d6

Please sign in to comment.