Skip to content

Commit

Permalink
Merge branch 'release-1.27.95'
Browse files Browse the repository at this point in the history
* release-1.27.95:
  Bumping version to 1.27.95
  Update to latest endpoints
  Update to latest models
  gzip rule set files for wheel (#2780)
  Move endpoint tests into correct position (#2782)
  Update to latest s3 endpoint models
  Update to latest s3control endpoint models
  • Loading branch information
aws-sdk-python-automation committed Oct 20, 2022
2 parents a7ce368 + 80515d0 commit baf3fd3
Show file tree
Hide file tree
Showing 17 changed files with 6,663 additions and 650 deletions.
22 changes: 22 additions & 0 deletions .changes/1.27.95.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"category": "``devops-guru``",
"description": "This release adds information about the resources DevOps Guru is analyzing.",
"type": "api-change"
},
{
"category": "``globalaccelerator``",
"description": "Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.",
"type": "api-change"
},
{
"category": "``resiliencehub``",
"description": "In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.",
"type": "api-change"
},
{
"category": "``rum``",
"description": "CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions",
"type": "api-change"
}
]
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ exclude: "\
botocore/vendored|\
botocore/compat.py|\
docs/|\
tests/functional/endpoint-rules|\
tests/unit/auth/aws4_testsuite|\
tests/unit/data/endpoints/|\
tests/unit/response_parsing/xml|\
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

1.27.95
=======

* api-change:``devops-guru``: This release adds information about the resources DevOps Guru is analyzing.
* api-change:``globalaccelerator``: Global Accelerator now supports AddEndpoints and RemoveEndpoints operations for standard endpoint groups.
* api-change:``resiliencehub``: In this release, we are introducing support for regional optimization for AWS Resilience Hub applications. It also includes a few documentation updates to improve clarity.
* api-change:``rum``: CloudWatch RUM now supports Extended CloudWatch Metrics with Additional Dimensions


1.27.94
=======

Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ include requirements-dev.txt
include botocore/cacert.pem
include botocore/vendored/requests/cacert.pem
recursive-include botocore/data *.json
recursive-include botocore/data *.json.gz
graft docs
prune docs/build
graft tests
2 changes: 1 addition & 1 deletion botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.27.94'
__version__ = '1.27.95'


class NullHandler(logging.Handler):
Expand Down
57 changes: 53 additions & 4 deletions botocore/data/devops-guru/2020-12-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<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>"
"documentation":"<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":{
"name":"SearchOrganizationInsights",
Expand Down Expand Up @@ -642,6 +642,7 @@
},
"documentation":"<p>Information about your account's integration with Amazon CodeGuru Profiler. This returns whether DevOps Guru is configured to consume recommendations generated from Amazon CodeGuru Profiler.</p>"
},
"AnalyzedResourceCount":{"type":"long"},
"AnomalousLogGroup":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -853,6 +854,10 @@
"Insight":{
"shape":"InsightHealth",
"documentation":"<p> Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights. </p>"
},
"AnalyzedResourceCount":{
"shape":"AnalyzedResourceCount",
"documentation":"<p> Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services CloudFormation stack. </p>"
}
},
"documentation":"<p> Information about the health of Amazon Web Services resources in your account that are specified by an Amazon Web Services CloudFormation stack. </p>"
Expand Down Expand Up @@ -1082,6 +1087,10 @@
"ResourceHours":{
"shape":"ResourceHours",
"documentation":"<p>The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour. </p>"
},
"AnalyzedResourceCount":{
"shape":"AnalyzedResourceCount",
"documentation":"<p> Number of resources that DevOps Guru is monitoring in your Amazon Web Services account. </p>"
}
}
},
Expand Down Expand Up @@ -2054,7 +2063,6 @@
},
"ListMonitoredResourcesRequest":{
"type":"structure",
"required":["Filters"],
"members":{
"Filters":{
"shape":"ListMonitoredResourcesFilters",
Expand Down Expand Up @@ -2322,7 +2330,12 @@
"ResourcePermission":{
"shape":"ResourcePermission",
"documentation":"<p> The permission status of a resource. </p>"
}
},
"LastUpdated":{
"shape":"Timestamp",
"documentation":"<p> The time at which DevOps Guru last updated this resource. </p>"
},
"ResourceCollection":{"shape":"ResourceCollection"}
},
"documentation":"<p> Information about the resource that is being monitored, including the name of the resource, the type of resource, and whether or not permission is given to DevOps Guru to access that resource. </p>"
},
Expand Down Expand Up @@ -3340,7 +3353,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 @@ -3512,6 +3553,10 @@
"Insight":{
"shape":"ServiceInsightHealth",
"documentation":"<p>Represents the health of an Amazon Web Services service. This is a <code>ServiceInsightHealth</code> that contains the number of open proactive and reactive insights for this service.</p>"
},
"AnalyzedResourceCount":{
"shape":"AnalyzedResourceCount",
"documentation":"<p> Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service. </p>"
}
},
"documentation":"<p>Represents the health of an Amazon Web Services service.</p>"
Expand Down Expand Up @@ -3761,6 +3806,10 @@
"Insight":{
"shape":"InsightHealth",
"documentation":"<p>Information about the health of the Amazon Web Services resources in your account that are specified by an Amazon Web Services tag, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights. </p>"
},
"AnalyzedResourceCount":{
"shape":"AnalyzedResourceCount",
"documentation":"<p> Number of resources that DevOps Guru is monitoring in your account that are specified by an Amazon Web Services tag. </p>"
}
},
"documentation":"<p> Information about the health of Amazon Web Services resources in your account that are specified by an Amazon Web Services tag <i>key</i>. </p>"
Expand Down
17 changes: 16 additions & 1 deletion botocore/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -7924,6 +7924,13 @@
},
"kms" : {
"endpoints" : {
"ProdFips" : {
"credentialScope" : {
"region" : "eu-central-2"
},
"deprecated" : true,
"hostname" : "kms-fips.eu-central-2.amazonaws.com"
},
"af-south-1" : {
"variants" : [ {
"hostname" : "kms-fips.af-south-1.amazonaws.com",
Expand Down Expand Up @@ -8067,6 +8074,13 @@
"deprecated" : true,
"hostname" : "kms-fips.eu-central-1.amazonaws.com"
},
"eu-central-2-fips" : {
"credentialScope" : {
"region" : "eu-central-2"
},
"deprecated" : true,
"hostname" : "kms-fips.eu-central-2.amazonaws.com"
},
"eu-north-1" : {
"variants" : [ {
"hostname" : "kms-fips.eu-north-1.amazonaws.com",
Expand Down Expand Up @@ -20620,7 +20634,8 @@
},
"ssm" : {
"endpoints" : {
"us-iso-east-1" : { }
"us-iso-east-1" : { },
"us-iso-west-1" : { }
}
},
"states" : {
Expand Down
Loading

0 comments on commit baf3fd3

Please sign in to comment.