Skip to content

Commit

Permalink
Merge branch 'release-1.34.87'
Browse files Browse the repository at this point in the history
* release-1.34.87:
  Bumping version to 1.34.87
  Update endpoints model
  Update to latest models
  • Loading branch information
aws-sdk-python-automation committed Apr 18, 2024
2 parents d7c4492 + 82866f6 commit 2547207
Show file tree
Hide file tree
Showing 13 changed files with 1,105 additions and 28 deletions.
37 changes: 37 additions & 0 deletions .changes/1.34.87.json
@@ -0,0 +1,37 @@
[
{
"category": "``drs``",
"description": "Outpost ARN added to Source Server and Recovery Instance",
"type": "api-change"
},
{
"category": "``emr-serverless``",
"description": "This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs.",
"type": "api-change"
},
{
"category": "``guardduty``",
"description": "Added IPv6Address fields for local and remote IP addresses",
"type": "api-change"
},
{
"category": "``quicksight``",
"description": "This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution",
"type": "api-change"
},
{
"category": "``rolesanywhere``",
"description": "This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates.",
"type": "api-change"
},
{
"category": "``sagemaker``",
"description": "Removed deprecated enum values and updated API documentation.",
"type": "api-change"
},
{
"category": "``workspaces``",
"description": "Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts.",
"type": "api-change"
}
]
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -2,6 +2,18 @@
CHANGELOG
=========

1.34.87
=======

* api-change:``drs``: Outpost ARN added to Source Server and Recovery Instance
* api-change:``emr-serverless``: This release adds the capability to publish detailed Spark engine metrics to Amazon Managed Service for Prometheus (AMP) for enhanced monitoring for Spark jobs.
* api-change:``guardduty``: Added IPv6Address fields for local and remote IP addresses
* api-change:``quicksight``: This release adds support for the Cross Sheet Filter and Control features, and support for warnings in asset imports for any permitted errors encountered during execution
* api-change:``rolesanywhere``: This release introduces the PutAttributeMapping and DeleteAttributeMapping APIs. IAM Roles Anywhere now provides the capability to define a set of mapping rules, allowing customers to specify which data is extracted from their X.509 end-entity certificates.
* api-change:``sagemaker``: Removed deprecated enum values and updated API documentation.
* api-change:``workspaces``: Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts.


1.34.86
=======

Expand Down
2 changes: 1 addition & 1 deletion botocore/__init__.py
Expand Up @@ -16,7 +16,7 @@
import os
import re

__version__ = '1.34.86'
__version__ = '1.34.87'


class NullHandler(logging.Handler):
Expand Down
25 changes: 24 additions & 1 deletion botocore/data/drs/2020-02-26/service-2.json
Expand Up @@ -1363,6 +1363,10 @@
"stagingAvailabilityZone":{
"shape":"AwsAvailabilityZone",
"documentation":"<p>AWS Availability zone into which data is being replicated.</p>"
},
"stagingOutpostArn":{
"shape":"OutpostARN",
"documentation":"<p>The ARN of the staging Outpost</p>"
}
},
"documentation":"<p>Information about Data Replication</p>"
Expand Down Expand Up @@ -2994,6 +2998,12 @@
"AWS"
]
},
"OutpostARN":{
"type":"string",
"max":255,
"min":20,
"pattern":"^arn:aws([a-z-]+)?:outposts:[a-z\\d-]+:\\d{12}:outpost/op-[a-f0-9]{17}$"
},
"PITPolicy":{
"type":"list",
"member":{"shape":"PITPolicyRule"},
Expand Down Expand Up @@ -3255,6 +3265,10 @@
"shape":"RecoveryInstanceProperties",
"documentation":"<p>Properties of the Recovery Instance machine.</p>"
},
"sourceOutpostArn":{
"shape":"OutpostARN",
"documentation":"<p>The ARN of the source Outpost</p>"
},
"sourceServerID":{
"shape":"SourceServerID",
"documentation":"<p>The Source Server ID that this Recovery Instance is associated with.</p>"
Expand Down Expand Up @@ -3310,6 +3324,10 @@
"stagingAvailabilityZone":{
"shape":"AwsAvailabilityZone",
"documentation":"<p>AWS Availability zone into which data is being replicated.</p>"
},
"stagingOutpostArn":{
"shape":"OutpostARN",
"documentation":"<p>The ARN of the staging Outpost</p>"
}
},
"documentation":"<p>Information about Data Replication</p>"
Expand Down Expand Up @@ -3998,6 +4016,10 @@
"originRegion":{
"shape":"AwsRegion",
"documentation":"<p>AWS Region for an EC2-originated Source Server.</p>"
},
"sourceOutpostArn":{
"shape":"OutpostARN",
"documentation":"<p>The ARN of the source Outpost</p>"
}
},
"documentation":"<p>Properties of the cloud environment where this Source Server originated from.</p>"
Expand Down Expand Up @@ -4924,7 +4946,8 @@
"REGULAR",
"CONTAINS_MARKETPLACE_PRODUCT_CODES",
"MISSING_VOLUME_ATTRIBUTES",
"MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE"
"MISSING_VOLUME_ATTRIBUTES_AND_PRECHECK_UNAVAILABLE",
"PENDING"
]
},
"VolumeToConversionMap":{
Expand Down
36 changes: 34 additions & 2 deletions botocore/data/emr-serverless/2021-07-13/service-2.json
Expand Up @@ -600,6 +600,18 @@
},
"documentation":"<p>A configuration specification to be used to override existing configurations.</p>"
},
"ConfigurationPropertyKey":{
"type":"string",
"max":1024,
"min":1,
"pattern":".*\\S.*"
},
"ConfigurationPropertyValue":{
"type":"string",
"max":1024,
"min":0,
"pattern":".*\\S.*"
},
"ConflictException":{
"type":"structure",
"required":["message"],
Expand Down Expand Up @@ -1395,6 +1407,10 @@
"cloudWatchLoggingConfiguration":{
"shape":"CloudWatchLoggingConfiguration",
"documentation":"<p>The Amazon CloudWatch configuration for monitoring logs. You can configure your jobs to send log information to CloudWatch.</p>"
},
"prometheusMonitoringConfiguration":{
"shape":"PrometheusMonitoringConfiguration",
"documentation":"<p>The monitoring configuration object you can configure to send metrics to Amazon Managed Service for Prometheus for a job run.</p>"
}
},
"documentation":"<p>The configuration setting for monitoring.</p>"
Expand All @@ -1419,6 +1435,22 @@
"min":1,
"pattern":"[A-Za-z0-9_=-]+"
},
"PrometheusMonitoringConfiguration":{
"type":"structure",
"members":{
"remoteWriteUrl":{
"shape":"PrometheusUrlString",
"documentation":"<p>The remote write URL in the Amazon Managed Service for Prometheus workspace to send metrics to.</p>"
}
},
"documentation":"<p>The monitoring configuration object you can configure to send metrics to Amazon Managed Service for Prometheus for a job run.</p>"
},
"PrometheusUrlString":{
"type":"string",
"max":10280,
"min":1,
"pattern":"https://aps-workspaces.([a-z]{2}-[a-z-]{1,20}-[1-9]).amazonaws(.[0-9A-Za-z]{2,4})+/workspaces/[-_.0-9A-Za-z]{1,100}/api/v1/remote_write"
},
"Query":{
"type":"string",
"max":10280,
Expand Down Expand Up @@ -1503,8 +1535,8 @@
},
"SensitivePropertiesMap":{
"type":"map",
"key":{"shape":"String1024"},
"value":{"shape":"String1024"},
"key":{"shape":"ConfigurationPropertyKey"},
"value":{"shape":"ConfigurationPropertyValue"},
"max":100,
"min":0,
"sensitive":true
Expand Down

0 comments on commit 2547207

Please sign in to comment.