Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Mar 4, 2022
1 parent e4a5f8d commit d884336
Show file tree
Hide file tree
Showing 23 changed files with 358 additions and 82 deletions.
37 changes: 37 additions & 0 deletions .changes/3.212.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "api-change",
"category": "DevOpsGuru",
"description": "Amazon DevOps Guru now integrates with Amazon CodeGuru Profiler. You can view CodeGuru Profiler recommendations for your AWS Lambda function in DevOps Guru. This feature is enabled by default for new customers as of 3\/4\/2022. Existing customers can enable this feature with UpdateEventSourcesConfig."
},
{
"type": "enhancement",
"category": "Macie",
"description": "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."
},
{
"type": "api-change",
"category": "Connect",
"description": "This release updates the *InstanceStorageConfig APIs so they support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_SEGMENTS. Use this resource type to enable streaming for real-time contact analysis and to associate the Kinesis stream where real-time contact analysis segments will be published."
},
{
"type": "enhancement",
"category": "EC2",
"description": "Documentation updates for Amazon EC2."
},
{
"type": "api-change",
"category": "Transfer",
"description": "Add waiters for server online and offline."
},
{
"type": "api-change",
"category": "Synthetics",
"description": "Allow custom handler function."
},
{
"type": "enhancement",
"category": "STS",
"description": "Documentation updates for AWS Security Token Service."
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## next release

* `Aws\Connect` - This release updates the *InstanceStorageConfig APIs so they support a new ResourceType: REAL_TIME_CONTACT_ANALYSIS_SEGMENTS. Use this resource type to enable streaming for real-time contact analysis and to associate the Kinesis stream where real-time contact analysis segments will be published.
* `Aws\DevOpsGuru` - Amazon DevOps Guru now integrates with Amazon CodeGuru Profiler. You can view CodeGuru Profiler recommendations for your AWS Lambda function in DevOps Guru. This feature is enabled by default for new customers as of 3/4/2022. Existing customers can enable this feature with UpdateEventSourcesConfig.
* `Aws\EC2` - Documentation updates for Amazon EC2.
* `Aws\Macie` - 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.
* `Aws\STS` - Documentation updates for AWS Security Token Service.
* `Aws\Synthetics` - Allow custom handler function.
* `Aws\Transfer` - Add waiters for server online and offline.

## 3.212.1 - 2022-03-03

* `Aws\Appflow` - Launching Amazon AppFlow Marketo as a destination connector SDK.
Expand Down
4 changes: 4 additions & 0 deletions src/DevOpsGuru/DevOpsGuruClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
* @method \GuzzleHttp\Promise\Promise describeAccountOverviewAsync(array $args = [])
* @method \Aws\Result describeAnomaly(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAnomalyAsync(array $args = [])
* @method \Aws\Result describeEventSourcesConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEventSourcesConfigAsync(array $args = [])
* @method \Aws\Result describeFeedback(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFeedbackAsync(array $args = [])
* @method \Aws\Result describeInsight(array $args = [])
Expand Down Expand Up @@ -53,6 +55,8 @@
* @method \GuzzleHttp\Promise\Promise searchOrganizationInsightsAsync(array $args = [])
* @method \Aws\Result startCostEstimation(array $args = [])
* @method \GuzzleHttp\Promise\Promise startCostEstimationAsync(array $args = [])
* @method \Aws\Result updateEventSourcesConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEventSourcesConfigAsync(array $args = [])
* @method \Aws\Result updateResourceCollection(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateResourceCollectionAsync(array $args = [])
* @method \Aws\Result updateServiceIntegration(array $args = [])
Expand Down
3 changes: 2 additions & 1 deletion src/data/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/data/connect/2017-08-08/api-2.json.php

Large diffs are not rendered by default.

101 changes: 96 additions & 5 deletions src/data/devops-guru/2020-12-01/api-2.json
Original file line number Diff line number Diff line change
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
2 changes: 1 addition & 1 deletion src/data/devops-guru/2020-12-01/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit d884336

Please sign in to comment.