Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.44.120 #4595

Merged
merged 1 commit into from Oct 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
Release v1.44.120 (2022-10-20)
===

### Service Client Updates
* `service/devops-guru`: Updates service API and documentation
* `service/globalaccelerator`: Updates service API and documentation
* `service/resiliencehub`: Updates service API and documentation
* `service/rum`: Updates service API, documentation, and paginators

Release v1.44.119 (2022-10-19)
===

Expand Down
21 changes: 21 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.119"
const SDKVersion = "1.44.120"
48 changes: 41 additions & 7 deletions models/apis/devops-guru/2020-12-01/api-2.json
Expand Up @@ -586,6 +586,7 @@
"Status":{"shape":"EventSourceOptInStatus"}
}
},
"AnalyzedResourceCount":{"type":"long"},
"AnomalousLogGroup":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -725,7 +726,8 @@
"type":"structure",
"members":{
"StackName":{"shape":"StackName"},
"Insight":{"shape":"InsightHealth"}
"Insight":{"shape":"InsightHealth"},
"AnalyzedResourceCount":{"shape":"AnalyzedResourceCount"}
}
},
"CloudFormationHealths":{
Expand Down Expand Up @@ -883,7 +885,8 @@
"OpenReactiveInsights":{"shape":"NumOpenReactiveInsights"},
"OpenProactiveInsights":{"shape":"NumOpenProactiveInsights"},
"MetricsAnalyzed":{"shape":"NumMetricsAnalyzed"},
"ResourceHours":{"shape":"ResourceHours"}
"ResourceHours":{"shape":"ResourceHours"},
"AnalyzedResourceCount":{"shape":"AnalyzedResourceCount"}
}
},
"DescribeAccountOverviewRequest":{
Expand Down Expand Up @@ -1508,7 +1511,6 @@
},
"ListMonitoredResourcesRequest":{
"type":"structure",
"required":["Filters"],
"members":{
"Filters":{"shape":"ListMonitoredResourcesFilters"},
"MaxResults":{"shape":"ListMonitoredResourcesMaxResults"},
Expand Down Expand Up @@ -1670,7 +1672,9 @@
"members":{
"MonitoredResourceName":{"shape":"MonitoredResourceName"},
"Type":{"shape":"ResourceType"},
"ResourcePermission":{"shape":"ResourcePermission"}
"ResourcePermission":{"shape":"ResourcePermission"},
"LastUpdated":{"shape":"Timestamp"},
"ResourceCollection":{"shape":"ResourceCollection"}
}
},
"MonitoredResourceIdentifiers":{
Expand Down Expand Up @@ -2249,7 +2253,35 @@
},
"ResourceTypeFilter":{
"type":"string",
"enum":["LOG_GROUPS"]
"enum":[
"LOG_GROUPS",
"CLOUDFRONT_DISTRIBUTION",
"DYNAMODB_TABLE",
"EC2_NAT_GATEWAY",
"ECS_CLUSTER",
"ECS_SERVICE",
"EKS_CLUSTER",
"ELASTIC_BEANSTALK_ENVIRONMENT",
"ELASTIC_LOAD_BALANCER_LOAD_BALANCER",
"ELASTIC_LOAD_BALANCING_V2_LOAD_BALANCER",
"ELASTIC_LOAD_BALANCING_V2_TARGET_GROUP",
"ELASTICACHE_CACHE_CLUSTER",
"ELASTICSEARCH_DOMAIN",
"KINESIS_STREAM",
"LAMBDA_FUNCTION",
"OPEN_SEARCH_SERVICE_DOMAIN",
"RDS_DB_INSTANCE",
"RDS_DB_CLUSTER",
"REDSHIFT_CLUSTER",
"ROUTE53_HOSTED_ZONE",
"ROUTE53_HEALTH_CHECK",
"S3_BUCKET",
"SAGEMAKER_ENDPOINT",
"SNS_TOPIC",
"SQS_QUEUE",
"STEP_FUNCTIONS_ACTIVITY",
"STEP_FUNCTIONS_STATE_MACHINE"
]
},
"ResourceTypeFilters":{
"type":"list",
Expand Down Expand Up @@ -2346,7 +2378,8 @@
"type":"structure",
"members":{
"ServiceName":{"shape":"ServiceName"},
"Insight":{"shape":"ServiceInsightHealth"}
"Insight":{"shape":"ServiceInsightHealth"},
"AnalyzedResourceCount":{"shape":"AnalyzedResourceCount"}
}
},
"ServiceHealths":{
Expand Down Expand Up @@ -2518,7 +2551,8 @@
"members":{
"AppBoundaryKey":{"shape":"AppBoundaryKey"},
"TagValue":{"shape":"TagValue"},
"Insight":{"shape":"InsightHealth"}
"Insight":{"shape":"InsightHealth"},
"AnalyzedResourceCount":{"shape":"AnalyzedResourceCount"}
}
},
"TagHealths":{
Expand Down
13 changes: 12 additions & 1 deletion models/apis/devops-guru/2020-12-01/docs-2.json
Expand Up @@ -27,7 +27,7 @@
"ListRecommendations": "<p> Returns a list of a specified insight's recommendations. Each recommendation includes a list of related metrics and a list of related events. </p>",
"PutFeedback": "<p> Collects customer feedback about the specified insight. </p>",
"RemoveNotificationChannel": "<p> Removes a notification channel from DevOps Guru. A notification channel is used to notify you when DevOps Guru generates an insight that contains information about how to improve your operations. </p>",
"SearchInsights": "<p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (<code>ONGOING</code>, <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p> <p> Use the <code>Filters</code> parameter to specify status and severity search parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or <code>PROACTIVE</code> in your search. </p>",
"SearchInsights": "<p> Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (<code>ONGOING</code> or <code>CLOSED</code>), one or more severities (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p> <p> Use the <code>Filters</code> parameter to specify status and severity search parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or <code>PROACTIVE</code> in your search. </p>",
"SearchOrganizationInsights": "<p> Returns a list of insights in your organization. You can specify which insights are returned by their start time, one or more statuses (<code>ONGOING</code>, <code>CLOSED</code>, and <code>CLOSED</code>), one or more severities (<code>LOW</code>, <code>MEDIUM</code>, and <code>HIGH</code>), and type (<code>REACTIVE</code> or <code>PROACTIVE</code>). </p> <p> Use the <code>Filters</code> parameter to specify status and severity search parameters. Use the <code>Type</code> parameter to specify <code>REACTIVE</code> or <code>PROACTIVE</code> in your search. </p>",
"StartCostEstimation": "<p>Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.</p>",
"UpdateEventSourcesConfig": "<p>Enables or disables integration with a service that can be integrated with DevOps Guru. The one service that can be integrated with DevOps Guru is Amazon CodeGuru Profiler, which can produce proactive recommendations which can be stored and viewed in DevOps Guru.</p>",
Expand Down Expand Up @@ -82,6 +82,15 @@
"EventSourcesConfig$AmazonCodeGuruProfiler": "<p>Information about whether DevOps Guru is configured to consume recommendations which are generated from AWS CodeGuru Profiler.</p>"
}
},
"AnalyzedResourceCount": {
"base": null,
"refs": {
"CloudFormationHealth$AnalyzedResourceCount": "<p> Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack. </p>",
"DescribeAccountHealthResponse$AnalyzedResourceCount": "<p> Number of resources that DevOps Guru is monitoring in your Amazon Web Services account. </p>",
"ServiceHealth$AnalyzedResourceCount": "<p> Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service. </p>",
"TagHealth$AnalyzedResourceCount": "<p> Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services tag. </p>"
}
},
"AnomalousLogGroup": {
"base": "<p> An Amazon CloudWatch log group that contains log anomalies and is used to generate an insight. </p>",
"refs": {
Expand Down Expand Up @@ -1671,6 +1680,7 @@
"refs": {
"Event$ResourceCollection": null,
"ListEventsFilters$ResourceCollection": null,
"MonitoredResourceIdentifier$ResourceCollection": null,
"ProactiveAnomaly$ResourceCollection": null,
"ProactiveAnomalySummary$ResourceCollection": null,
"ProactiveInsight$ResourceCollection": null,
Expand Down Expand Up @@ -2023,6 +2033,7 @@
"InsightTimeRange$StartTime": "<p> The time when the behavior described in an insight started. </p>",
"InsightTimeRange$EndTime": "<p> The time when the behavior described in an insight ended. </p>",
"LogAnomalyClass$LogEventTimestamp": "<p> The time of the first occurrence of the anomalous log event. </p>",
"MonitoredResourceIdentifier$LastUpdated": "<p> The time at which DevOps Guru last updated this resource. </p>",
"PredictionTimeRange$StartTime": "<p> The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only. </p>",
"PredictionTimeRange$EndTime": "<p> The time when the behavior in a proactive insight is expected to end. </p>",
"ProactiveAnomaly$UpdateTime": "<p> The time of the anomaly's most recent update. </p>",
Expand Down