Skip to content

Commit

Permalink
Release v1.43.12 (2022-03-04) (#4303)
Browse files Browse the repository at this point in the history
Release v1.43.12 (2022-03-04)
===

### Service Client Updates
* `service/connect`: Updates service API
* `service/devops-guru`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
  * Documentation updates for Amazon EC2.
* `service/macie`: Updates service documentation
  * Amazon Macie Classic (macie) has been discontinued and is no longer available. A new Amazon Macie (macie2) is now available with significant design improvements and additional features.
* `service/sts`: Updates service documentation
  * Documentation updates for AWS Security Token Service.
* `service/synthetics`: Updates service API and documentation
* `service/transfer`: Updates service waiters
  * Add waiters for server online and offline.
  • Loading branch information
aws-sdk-go-automation committed Mar 4, 2022
1 parent d361c13 commit 031e92b
Show file tree
Hide file tree
Showing 23 changed files with 1,150 additions and 247 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,19 @@
Release v1.43.12 (2022-03-04)
===

### Service Client Updates
* `service/connect`: Updates service API
* `service/devops-guru`: Updates service API and documentation
* `service/ec2`: Updates service API and documentation
* Documentation updates for Amazon EC2.
* `service/macie`: Updates service documentation
* Amazon Macie Classic (macie) has been discontinued and is no longer available. A new Amazon Macie (macie2) is now available with significant design improvements and additional features.
* `service/sts`: Updates service documentation
* Documentation updates for AWS Security Token Service.
* `service/synthetics`: Updates service API and documentation
* `service/transfer`: Updates service waiters
* Add waiters for server online and offline.

Release v1.43.11 (2022-03-03)
===

Expand Down
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.43.11"
const SDKVersion = "1.43.12"
3 changes: 2 additions & 1 deletion models/apis/connect/2017-08-08/api-2.json
Expand Up @@ -4525,7 +4525,8 @@
"SCHEDULED_REPORTS",
"MEDIA_STREAMS",
"CONTACT_TRACE_RECORDS",
"AGENT_EVENTS"
"AGENT_EVENTS",
"REAL_TIME_CONTACT_ANALYSIS_SEGMENTS"
]
},
"InstanceSummary":{
Expand Down
101 changes: 96 additions & 5 deletions models/apis/devops-guru/2020-12-01/api-2.json
Expand Up @@ -80,6 +80,22 @@
{"shape":"ValidationException"}
]
},
"DescribeEventSourcesConfig":{
"name":"DescribeEventSourcesConfig",
"http":{
"method":"POST",
"requestUri":"/event-sources",
"responseCode":200
},
"input":{"shape":"DescribeEventSourcesConfigRequest"},
"output":{"shape":"DescribeEventSourcesConfigResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
},
"DescribeFeedback":{
"name":"DescribeFeedback",
"http":{
Expand Down Expand Up @@ -413,6 +429,22 @@
{"shape":"ValidationException"}
]
},
"UpdateEventSourcesConfig":{
"name":"UpdateEventSourcesConfig",
"http":{
"method":"PUT",
"requestUri":"/event-sources",
"responseCode":200
},
"input":{"shape":"UpdateEventSourcesConfigRequest"},
"output":{"shape":"UpdateEventSourcesConfigResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
]
},
"UpdateResourceCollection":{
"name":"UpdateResourceCollection",
"http":{
Expand Down Expand Up @@ -496,6 +528,12 @@
"Id":{"shape":"NotificationChannelId"}
}
},
"AmazonCodeGuruProfilerIntegration":{
"type":"structure",
"members":{
"Status":{"shape":"EventSourceOptInStatus"}
}
},
"AnomalyDescription":{"type":"string"},
"AnomalyId":{
"type":"string",
Expand Down Expand Up @@ -535,13 +573,22 @@
"HIGH"
]
},
"AnomalySource":{"type":"string"},
"AnomalySourceDetails":{
"type":"structure",
"members":{
"CloudWatchMetrics":{"shape":"CloudWatchMetricsDetails"},
"PerformanceInsightsMetrics":{"shape":"PerformanceInsightsMetricsDetails"}
}
},
"AnomalySourceMetadata":{
"type":"structure",
"members":{
"Source":{"shape":"AnomalySource"},
"SourceResourceName":{"shape":"ResourceName"},
"SourceResourceType":{"shape":"ResourceType"}
}
},
"AnomalyStatus":{
"type":"string",
"enum":[
Expand Down Expand Up @@ -801,6 +848,17 @@
"ReactiveAnomaly":{"shape":"ReactiveAnomaly"}
}
},
"DescribeEventSourcesConfigRequest":{
"type":"structure",
"members":{
}
},
"DescribeEventSourcesConfigResponse":{
"type":"structure",
"members":{
"EventSources":{"shape":"EventSourcesConfig"}
}
},
"DescribeFeedbackRequest":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1019,6 +1077,19 @@
"min":10,
"pattern":"^[a-z]+[a-z0-9]*\\.amazonaws\\.com|aws\\.events$"
},
"EventSourceOptInStatus":{
"type":"string",
"enum":[
"ENABLED",
"DISABLED"
]
},
"EventSourcesConfig":{
"type":"structure",
"members":{
"AmazonCodeGuruProfiler":{"shape":"AmazonCodeGuruProfilerIntegration"}
}
},
"EventTimeRange":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1078,6 +1149,7 @@
"NextToken":{"shape":"UuidNextToken"}
}
},
"InsightDescription":{"type":"string"},
"InsightFeedback":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -1566,7 +1638,9 @@
"SourceDetails":{"shape":"AnomalySourceDetails"},
"AssociatedInsightId":{"shape":"InsightId"},
"ResourceCollection":{"shape":"ResourceCollection"},
"Limit":{"shape":"AnomalyLimit"}
"Limit":{"shape":"AnomalyLimit"},
"SourceMetadata":{"shape":"AnomalySourceMetadata"},
"AnomalyResources":{"shape":"AnomalyResources"}
}
},
"ProactiveAnomalySummary":{
Expand All @@ -1582,7 +1656,9 @@
"SourceDetails":{"shape":"AnomalySourceDetails"},
"AssociatedInsightId":{"shape":"InsightId"},
"ResourceCollection":{"shape":"ResourceCollection"},
"Limit":{"shape":"AnomalyLimit"}
"Limit":{"shape":"AnomalyLimit"},
"SourceMetadata":{"shape":"AnomalySourceMetadata"},
"AnomalyResources":{"shape":"AnomalyResources"}
}
},
"ProactiveInsight":{
Expand All @@ -1595,7 +1671,8 @@
"InsightTimeRange":{"shape":"InsightTimeRange"},
"PredictionTimeRange":{"shape":"PredictionTimeRange"},
"ResourceCollection":{"shape":"ResourceCollection"},
"SsmOpsItemId":{"shape":"SsmOpsItemId"}
"SsmOpsItemId":{"shape":"SsmOpsItemId"},
"Description":{"shape":"InsightDescription"}
}
},
"ProactiveInsightSummary":{
Expand Down Expand Up @@ -1695,7 +1772,8 @@
"Status":{"shape":"InsightStatus"},
"InsightTimeRange":{"shape":"InsightTimeRange"},
"ResourceCollection":{"shape":"ResourceCollection"},
"SsmOpsItemId":{"shape":"SsmOpsItemId"}
"SsmOpsItemId":{"shape":"SsmOpsItemId"},
"Description":{"shape":"InsightDescription"}
}
},
"ReactiveInsightSummary":{
Expand Down Expand Up @@ -1741,9 +1819,11 @@
"Name":{"shape":"RecommendationName"},
"Reason":{"shape":"RecommendationReason"},
"RelatedEvents":{"shape":"RecommendationRelatedEvents"},
"RelatedAnomalies":{"shape":"RecommendationRelatedAnomalies"}
"RelatedAnomalies":{"shape":"RecommendationRelatedAnomalies"},
"Category":{"shape":"RecommendationCategory"}
}
},
"RecommendationCategory":{"type":"string"},
"RecommendationDescription":{"type":"string"},
"RecommendationLink":{"type":"string"},
"RecommendationName":{"type":"string"},
Expand Down Expand Up @@ -2214,6 +2294,17 @@
"StackNames":{"shape":"UpdateStackNames"}
}
},
"UpdateEventSourcesConfigRequest":{
"type":"structure",
"members":{
"EventSources":{"shape":"EventSourcesConfig"}
}
},
"UpdateEventSourcesConfigResponse":{
"type":"structure",
"members":{
}
},
"UpdateResourceCollectionAction":{
"type":"string",
"enum":[
Expand Down

0 comments on commit 031e92b

Please sign in to comment.