2.10.91 2020-03-20
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
AWS Service Catalog
Features
- Added “productId” and “portfolioId” to responses from CreateConstraint, UpdateConstraint, ListConstraintsForPortfolio, and DescribeConstraint APIs
2.10.90 2020-03-19
AWS Certificate Manager
Features
- AWS Certificate Manager documentation updated on API calls ImportCertificate and ListCertificate. Specific updates included input constraints, private key size for import and next token size for list.
AWS Outposts
Features
- Documentation updates for AWS Outposts.
2.10.89 2020-03-18
AWS MediaConnect
Features
- Feature adds the ability for a flow to have multiple redundant sources that provides resiliency to a source failing. The new APIs added to enable the feature are, AddFlowSources, RemoveFlowSource and UpdateFlow.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon Personalize
Features
- [Personalize] Adds support for returning hyperparameter values of the best performing model in a HPO job.
Amazon Relational Database Service
Features
- Updated the MaxRecords type in DescribeExportTasks to Integer.
2.10.88 2020-03-17
AWS Elemental MediaConvert
Features
- AWS Elemental MediaConvert SDK has added support for: AV1 encoding in File Group MP4, DASH and CMAF DASH outputs; PCM/WAV audio output in MPEG2-TS containers; and Opus audio in Webm inputs.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Bugfixes
- Fix an issue where the signing key is created only once at the start of the request for event streaming requests. This causes requests that span two or more days to have signing errors once the date changes because the signing key was derived only once using the date at the beginning of the request.
2.10.87 2020-03-16
AWS S3 Control
Features
- Amazon S3 now supports Batch Operations job tagging.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon Cognito Identity Provider
Features
- Additional response field “CompromisedCredentialsDetected” added to AdminListUserAuthEvents.
Amazon DynamoDB Enhanced Client [Preview]
Features
- The enhanced DDB client table schema now supports custom AttributeConverterProviders, and StaticAttribute can take individual AttributeConverter to override default attribute converter behavior.
Amazon EC2 Container Service
Features
- This release adds the ability to update the task placement strategy and constraints for Amazon ECS services.
Amazon ElastiCache
Features
- Amazon ElastiCache now supports Global Datastore for Redis. Global Datastore for Redis offers fully managed, fast, reliable and secure cross-region replication. Using Global Datastore for Redis, you can create cross-region read replica clusters for ElastiCache for Redis to enable low-latency reads and disaster recovery across regions. You can create, modify and describe a Global Datastore, as well as add or remove regions from your Global Datastore and promote a region as primary in Global Datastore.
Amazon Simple Systems Manager (SSM)
Features
- Resource data sync for AWS Systems Manager Inventory now includes destination data sharing. This feature enables you to synchronize inventory data from multiple AWS accounts into a central Amazon S3 bucket. To use this feature, all AWS accounts must be listed in AWS Organizations.
2.10.86 2020-03-13
Amazon AppConfig
Features
- This release adds S3 as a configuration source provider.
2.10.85 2020-03-12
AWS IoT
Features
- As part of this release, we are extending capability of AWS IoT Rules Engine to support IoT Cloudwatch log action. The IoT Cloudwatch log rule action lets you send messages from IoT sensors and applications to Cloudwatch logs for troubleshooting and debugging.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
AWS SecurityHub
Features
- The AWS Security Finding Format is being augmented with the following changes. 21 new resource types without corresponding details objects are added. Another new resource type, AwsS3Object, has an accompanying details object. Severity.Label is a new string field that indicates the severity of a finding. The available values are: INFORMATIONAL, LOW, MEDIUM, HIGH, CRITICAL. The new string field Workflow.Status indicates the status of the investigation into a finding. The available values are: NEW, NOTIFIED, RESOLVED, SUPPRESSED.
Amazon Elastic Compute Cloud
Features
- Documentation updates for EC2
Amazon Lex Model Building Service
Features
- Amazon Lex now supports tagging for bots, bot aliases and bot channels.
AmazonApiGatewayV2
Features
- Amazon API Gateway HTTP APIs is now generally available. HTTP APIs offer the core functionality of REST API at up to 71% lower price compared to REST API, 60% lower p99 latency, and is significantly easier to use. As part of general availability, we added new features to route requests to private backends such as private ALBs, NLBs, and IP/ports. We also brought over a set of features from REST API such as Stage Variables, and Stage/Route level throttling. Custom domain names can also now be used with both REST And HTTP APIs.
2.10.84 2020-03-11
Amazon Elastic File System
Features
- Documentation updates for elasticfilesystem
Amazon Redshift
Features
- Amazon Redshift now supports operations to pause and resume a cluster on demand or on a schedule.
2.10.83 2020-03-10
AWS IoT Events
Features
- API update that adds a new parameter, durationExpression, to SetTimerAction, and deprecates seconds
AWS Marketplace Commerce Analytics
Features
- Change the disbursement data set to look past 31 days instead until the beginning of the month.
AWS SDK for Java v2
Bugfixes
- Reverts a recent change from 2.10.70 where the json protocol type was changed to application/json, this is now back to application/x-amz-json-1.1.
AWSServerlessApplicationRepository
Features
- AWS Serverless Application Repository now supports sharing applications privately with AWS Organizations.
Amazon Elastic Compute Cloud
Features
- Documentation updates for EC2
Amazon Transcribe Service
Features
- Amazon Transcribe's Automatic Content Redaction feature enables you to automatically redact sensitive personally identifiable information (PII) from transcription results. It replaces each instance of an identified PII utterance with a [PII] tag in the transcript.
2.10.82 2020-03-09
AWS Database Migration Service
Features
- Added new settings for Kinesis target to include detailed transaction info; to capture table DDL details; to use single-line unformatted json, which can be directly queried by AWS Athena if data is streamed into S3 through AWS Kinesis Firehose. Added CdcInsertsAndUpdates in S3 target settings to allow capture ongoing insertions and updates only.
AWS Elemental MediaLive
Features
- AWS Elemental MediaLive now supports the ability to configure the Preferred Channel Pipeline for channels contributing to a Multiplex.
AWS SDK for Java v2
Features
- Added support for “retry modes”. A retry mode allows configuring multiple SDK parameters at once using default retry profiles, some of which are standardized between AWS SDK languages. See RetryMode javadoc for more information.
- Added the ability to configure or disable the default retry throttling behavior of the SDK that ‘kicks in’ during a large volume of retriable service call errors. This behavior can now be configured via
RetryPolicy.retryCapacityCondition
.
Bugfixes
- Fixed an issue where specifying your own retry policy would override AWS and service-specific retry conditions. By default, all retry policies now have AWS and service-specific retry conditions added. This can be disabled via the new
RetryPolicy.furtherRefinementsAllowed(false)
. - Fixed an issue where the retry condition returned by
RetryPolicy.retryCondition
differed from the one specified by RetryPolicy.Builder.retryCondition
. The old value can be accessed via the new RetryPolicy.aggregateRetryCondition
. - Use the last seen HTTP/1.1 header value for headers defined to only appear once in an HTTP message instead of merging them all into a list. The order in which header values are inspected is: headers set by the request marshaller, overridden headers set on the client, then finally overridden headers set on the SDK request object. See https://tools.ietf.org/html/rfc2616#section-4.2 for more information.
Amazon Elastic Compute Cloud
Features
- Amazon Virtual Private Cloud (VPC) NAT Gateway adds support for tagging on resource creation.
2.10.81 2020-03-06
AWS App Mesh
AWS RoboMaker
Features
- Added support for streaming a GUI from robot and simulation applications
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
AWS Signer
Features
- This release enables signing image format override in PutSigningProfile requests, adding two more enum fields, JSONEmbedded and JSONDetached. This release also extends the length limit of SigningProfile name from 20 to 64.
Amazon Elastic Compute Cloud
Features
- This release provides customers with a self-service option to enable Local Zones.
Amazon GuardDuty
Features
- Amazon GuardDuty findings now include the OutpostArn if the finding is generated for an AWS Outposts EC2 host.
Netty NIO Http Client
Bugfixes
- Expand Http2 connection-level flow control window when a new stream is acquired on that connection so that the connection-level window size is proportional to the number of streams.
2.10.80 2020-03-05
AWS OpsWorks CM
Features
- Updated the Tag regex pattern to align with AWS tagging APIs.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon DynamoDB Enhanced Client [Preview]
Features
- Adds javadoc to operation methods and request/response objects.
Amazon Elastic Compute Cloud
Features
- You can now create AWS Client VPN Endpoints with a specified VPC and Security Group. Additionally, you can modify these attributes when modifying the endpoint.
Amazon Elastic Kubernetes Service
Features
- Amazon EKS now supports adding a KMS key to your cluster for envelope encryption of Kubernetes secrets.
Amazon GuardDuty
Features
- Add a new finding field for EC2 findings indicating the instance's local IP address involved in the threat.
2.10.79 2020-03-04
Amazon Pinpoint
Features
- This release of the Amazon Pinpoint API introduces support for integrating recommender models with email, push notification, and SMS message templates. You can now use these types of templates to connect to recommender models and add personalized recommendations to messages that you send from campaigns and journeys.
2.10.78 2020-03-03
Amazon Elastic Compute Cloud
Features
- Amazon VPC Flow Logs adds support for tags and tagging on resource creation.
Netty NIO HTTP Client
Bugfixes
- Fix an issue where the Netty client was prematurely considering an HTTP/2 request body as sent, but was still in the process of being transferred to the remote endpoint.
2.10.77 2020-03-02
AWS Comprehend Medical
Features
- New Time Expression feature, part of DetectEntitiesV2 API will provide temporal relations to existing NERe entities such as Medication, Test, Treatment, Procedure and Medical conditions.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon CloudWatch
Features
- Introducing Amazon CloudWatch Composite Alarms
2.10.76 2020-02-28
AWS Config
Features
- Correcting list of supported resource types.
2.10.75 2020-02-28
AWS App Mesh
Features
- App Mesh now supports Transport Layer Security (TLS) between Virtual Nodes in a Mesh. Customers can use managed certificates from an AWS Certificate Manager Private Certificate Authority or bring their own certificates from the local file system to encrypt traffic between their workloads. See https://docs.aws.amazon.com/app-mesh/latest/userguide/virtual-node-tls.html for details.
AWS Config
Features
- Accepts a structured query language (SQL) SELECT command and an aggregator name, performs the corresponding search on resources aggregated by the aggregator, and returns resource configurations matching the properties.
AWS Glue
Features
- AWS Glue adds resource tagging support for Machine Learning Transforms and adds a new API, ListMLTransforms to support tag filtering. With this feature, customers can use tags in AWS Glue to organize and control access to Machine Learning Transforms.
Access Analyzer
Features
- This release includes improvements and fixes bugs for the IAM Access Analyzer feature.
Amazon Augmented AI Runtime
Features
- This release updates Amazon Augmented AI ListHumanLoops API, DescribeHumanLoop response, StartHumanLoop response and type names of SDK fields.
Amazon CodeGuru Profiler
Features
- Documentation updates for Amazon CodeGuru Profiler
Amazon QuickSight
Features
- Added SearchDashboards API that allows listing of dashboards that a specific user has access to.
Amazon WorkDocs
Features
- Documentation updates for workdocs
Elastic Load Balancing
Features
- Added a target group attribute to support sticky sessions for Network Load Balancers.
2.10.74 2020-02-27
AWS Global Accelerator
Features
- This release adds support for adding tags to accelerators and bringing your own IP address to AWS Global Accelerator (BYOIP).
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon Lightsail
Features
- Adds support to create notification contacts in Amazon Lightsail, and to create instance, database, and load balancer metric alarms that notify you based on the value of a metric relative to a threshold that you specify.
2.10.73 2020-02-26
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
AWS SecurityHub
Features
- Security Hub has added to the DescribeProducts API operation a new response field called IntegrationTypes. The IntegrationTypes field lists the types of actions that a product performs relative to Security Hub such as send findings to Security Hub and receive findings from Security Hub.
Amazon DynamoDB Enhanced Client [Preview]
Features
- Added the BeanTableSchema implementation of TableSchema that allows a TableSchema to be instantiated from an annotated Java bean class which can then be used with the DynamoDB Enhanced Client.
Amazon Elastic Compute Cloud
Features
- This release changes the RunInstances CLI and SDK's so that if you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
Amazon SageMaker Service
Features
- SageMaker UpdateEndpoint API now supports retained variant properties, e.g., instance count, variant weight. SageMaker ListTrials API filter by TrialComponentName. Make ExperimentConfig name length limits consistent with CreateExperiment, CreateTrial, and CreateTrialComponent APIs.
Amazon Transcribe Service
Features
- Amazon Transcribe's Automatic Content Redaction feature enables you to automatically redact sensitive personally identifiable information (PII) from transcription results. It replaces each instance of an identified PII utterance with a [PII] tag in the transcript.
2.10.72 2020-02-25
AWS Outposts
Features
- This release adds DeleteSite and DeleteOutpost.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
AWS Secrets Manager
Features
- This release increases the maximum allowed size of SecretString or SecretBinary from 10KB to 64KB in the CreateSecret, UpdateSecret, PutSecretValue and GetSecretValue APIs.
AWS Step Functions
Features
- This release adds support for CloudWatch Logs for Standard Workflows.
Amazon DynamoDB Enhanced Client [Preview]
Features
- Improves discoverability by adding consumer-style methods for all client, table and index operations.
Managed Streaming for Kafka
Features
- Amazon MSK has added support for Broker Log delivery to CloudWatch, S3, and Firehose.
2.10.71 2020-02-24
AWS IoT Events
Features
- Documentation updates for iotcolumbo
Amazon CloudWatch Events
Features
- This release allows you to create and manage tags for event buses.
Amazon DocumentDB with MongoDB compatibility
Features
- Documentation updates for docdb
Amazon EventBridge
Features
- This release allows you to create and manage tags for event buses.
Amazon FSx
Features
- Announcing persistent file systems for Amazon FSx for Lustre that are ideal for longer-term storage and workloads, and a new generation of scratch file systems that offer higher burst throughput for spiky workloads.
Amazon Import/Export Snowball
Features
- AWS Snowball adds a field for entering your GSTIN when creating AWS Snowball jobs in the Asia Pacific (Mumbai) region.
2.10.70 2020-02-21
AWS WAFV2
Features
- Documentation updates for AWS WAF (wafv2) to correct the guidance for associating a web ACL to a CloudFront distribution.
Amazon DynamoDB Enhanced Client [Preview]
Features
- Improves discoverability by adding consumer-style methods for all client, table and index operations.
Amazon Redshift
Features
- Extend elastic resize to support resizing clusters to different instance types.
EC2 Image Builder
Features
- This release of EC2 Image Builder increases the maximum policy document size for Image Builder resource-based policy APIs.
2.10.69 2020-02-20
AWS Savings Plans
Features
- Added support for AWS Lambda in Compute Savings Plans
Amazon AppConfig
Features
- This release adds exponential growth type support for deployment strategies.
Amazon Pinpoint
Features
- As of this release of the Amazon Pinpoint API, the Title property is optional for the CampaignEmailMessage object.
2.10.68 2020-02-19
AWS Lambda
Features
- AWS Lambda now supports Ruby 2.7
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
AWS Service Catalog
Features
- “ListPortfolioAccess” API now has a new optional parameter “OrganizationParentId”. When it is provided and if the portfolio with the “PortfolioId” given was shared with an organization or organizational unit with “OrganizationParentId”, all accounts in the organization sub-tree under parent which inherit an organizational portfolio share will be listed, rather than all accounts with external shares. To accommodate long lists returned from the new option, the API now supports pagination.
Auto Scaling
Features
- Doc update for EC2 Auto Scaling: Add Enabled parameter for PutScalingPolicy
2.10.67 2020-02-18
Amazon Chime
Features
- Added AudioFallbackUrl to support Chime SDK client.
Amazon Relational Database Service
Features
- This release supports Microsoft Active Directory authentication for Amazon Aurora.
Auto Scaling
Features
- Amazon EC2 Auto Scaling now supports the ability to enable/disable target tracking, step scaling, and simple scaling policies.
2.10.66 2020-02-17
AWS Cloud9
Features
- AWS Cloud9 now supports the ability to tag Cloud9 development environments.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon DynamoDB
Features
- Amazon DynamoDB enables you to restore your DynamoDB backup or table data across AWS Regions such that the restored table is created in a different AWS Region from where the source table or backup resides. You can do cross-region restores between AWS commercial Regions, AWS China Regions, and AWS GovCloud (US) Regions.
Amazon Elastic Compute Cloud
Features
- Documentation updates for EC2
Amazon Rekognition
Features
- This update adds the ability to detect text in videos and adds filters to image and video text detection.
2.10.65 2020-02-14
AWS MediaTailor
Features
- AWS Elemental MediaTailor SDK now allows configuration of Personalization Threshold for HLS and DASH streams.
AWS SecurityHub
Features
- Security Hub has released a new DescribeStandards API action. This API action allows a customer to list all of the standards available in an account. For each standard, the list provides the customer with the standard name, description, and ARN. Customers can use the ARN as an input to the BatchEnableStandards API action. To learn more, visit our API documentation.
AWS Shield
Features
- This release adds support for associating Amazon Route 53 health checks to AWS Shield Advanced protected resources.
Amazon Elastic Compute Cloud
Features
- You can now enable Multi-Attach on Provisioned IOPS io1 volumes through the create-volume API.
Amazon S3
Features
- Added support for presigning
CreateMultipartUpload
, UploadPart
, CompleteMultipartUpload
, and AbortMultipartUpload
requests.
2.10.64 2020-02-13
AWS Elemental MediaPackage VOD
Features
- Adds support for DASH with multiple media presentation description periods triggered by presence of SCTE-35 ad markers in the manifest.Also adds optional configuration for DASH SegmentTemplateFormat to refer to segments by Number with Duration, Number with Timeline or Time with Timeline and compact the manifest by combining duplicate SegmentTemplate tags.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon DynamoDB Enhanced Client [Preview]
Features
- Improves discoverability by adding operation methods for deleteItem(), getItem(), putItem and updateItem(), as applicable. These methods take a request object as parameter. Execute() methods for the table interface is removed since they are no longer needed.
Netty NIO HTTP Client
Features
- When there is an I/O error on an http2 request, the SDK will start shutting down the connection - stopping using the http2 connection for new requests and closing it after all streams are finished.
2.10.63 2020-02-12
AWS Directory Service
Features
- Release to add the ExpirationDateTime as an output to ListCertificates so as to ease customers to look into their certificate lifetime and make timely decisions about renewing them.
AWS Glue
Features
- Adding ability to add arguments that cannot be overridden to AWS Glue jobs
Amazon Chime
Features
- Documentation updates for Amazon Chime
Amazon Elastic Compute Cloud
Features
- This release adds support for tagging public IPv4 pools.
Amazon Elasticsearch Service
Features
- Amazon Elasticsearch Service now offers fine-grained access control, which adds multiple capabilities to give tighter control over data. New features include the ability to use roles to define granular permissions for indices, documents, or fields and to extend Kibana with read-only views and secure multi-tenant support.
Amazon Neptune
Features
- This launch enables Neptune start-db-cluster and stop-db-cluster. Stopping and starting Amazon Neptune clusters helps you manage costs for development and test environments. You can temporarily stop all the DB instances in your cluster, instead of setting up and tearing down all the DB instances each time that you use the cluster.
Amazon WorkMail
Features
- This release adds support for access control rules management in Amazon WorkMail.
2.10.62 2020-02-11
AWS CloudFormation
Features
- This release of AWS CloudFormation StackSets allows you to centrally manage deployments to all the accounts in your organization or specific organizational units (OUs) in AWS Organizations. You will also be able to enable automatic deployments to any new accounts added to your organization or OUs. The permissions needed to deploy across accounts will automatically be taken care of by the StackSets service.
Amazon Cognito Identity Provider
Features
- Features:This release adds a new setting for a user pool to allow if customer wants their user signup/signin with case insensitive username. The current default setting is case sensitive, and for our next release we will change it to case insensitive.
Amazon Elastic Compute Cloud
Features
- Amazon EC2 Now Supports Tagging Spot Fleet.
2.10.61 2020-02-10
AWS Key Management Service
Features
- The ConnectCustomKeyStore API now provides a new error code (SUBNET_NOT_FOUND) for customers to better troubleshoot if their “connect-custom-key-store” operation fails.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon DocumentDB with MongoDB compatibility
Features
- Added clarifying information that Amazon DocumentDB shares operational technology with Amazon RDS and Amazon Neptune.
2.10.60 2020-02-07
AWS RoboMaker
Features
- This release adds support for simulation job batches
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon DynamoDB Enhanced Client [Preview]
Features
- Improves discoverability by renaming the table and index interfaces to be consistent with the client interface naming, and by adding operation methods for createTable(), scan() and query(), as applicable. These methods take a request object as parameter. Execute() methods for the index interface is removed since they are no longer needed.
Amazon Relational Database Service
Features
- Documentation updates for RDS: when restoring a DB cluster from a snapshot, must create DB instances
EC2 Image Builder
Features
- This version of the SDK includes bug fixes and documentation updates.
2.10.59 2020-02-06
AWS AppSync
Features
- AWS AppSync now supports X-Ray
AWS CodeBuild
Features
- AWS CodeBuild adds support for Amazon Elastic File Systems
Amazon DynamoDB Enhanced Client [Preview]
Features
- In order to make operations more easily discoverable by an IDE, specific operation methods have been added to the enhanced client interface. An operation method takes a corresponding request object as parameter. Meanwhile, the generic execute() method is removed. This change affects only batch and transcribe operations at the database level.
Amazon EC2 Container Registry
Features
- This release contains updated text for the GetAuthorizationToken API.
Amazon Elastic Block Store
Features
- Documentation updates for EBS direct APIs.
Amazon Elastic Compute Cloud
Features
- This release adds platform details and billing info to the DescribeImages API.
Amazon Lex Model Building Service
Features
- Amazon Lex now supports AMAZON.AlphaNumeric with regular expressions.
2.10.58 2020-02-05
AWS Elemental MediaConvert
Features
- AWS Elemental MediaConvert SDK has added support for fine-tuned QVBR quality level.
AWS Ground Station
Features
- Adds dataflowEndpointRegion property to DataflowEndpointConfig. The dateCreated, lastUpdated, and tags properties on GetSatellite have been deprecated.
AWS Resource Groups Tagging API
Features
- Documentation-only update that adds services to the list of supported services.
AWS SecurityHub
Features
- Additional resource types are now supported in the AWS Security Finding Format (ASFF). The following new resource types are added, each having an accompanying resource details object with fields for security finding providers to populate: AwsCodeBuildProject, AwsEc2NetworkInterface, AwsEc2SecurityGroup, AwsElasticsearchDomain, AwsLambdaLayerVersion, AwsRdsDbInstance, and AwsWafWebAcl. The following resource types are added without an accompanying details object: AutoscalingAutoscalingGroup, AwsDynamoDbTable, AwsEc2Eip, AwsEc2Snapshot, AwsEc2Volume, AwsRdsDbSnapshot, AwsRedshiftCluster, and AwsS3Object. The number of allowed resources per finding is increased from 10 to 32. A new field is added in the Compliance object, RelatedRequirements. To learn more, visit our documentation on the ASFF.
Amazon Data Lifecycle Manager
Features
- Updated the maximum number of tags that can be added to a snapshot using DLM to 45.
Amazon Elastic Compute Cloud
Features
- This release provides support for tagging when you create a VPC endpoint, or VPC endpoint service.
Amazon Forecast Query Service
Features
- Documentation updates for Amazon Forecast.
2.10.57 2020-02-04
AWS IoT
Features
- Updated ThrottlingException documentation to report that the error code is 400, and not 429, to reflect actual system behaviour.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
AWS Storage Gateway
Features
- Adding KVM as a support hypervisor
Amazon CloudFront
Features
- Documentation updates for CloudFront
Amazon DynamoDB Enhanced Client [Preview]
Features
- Changing usage of typed builders for PutItem, UpdateItem and StaticTableSchema to explicitly provide class type.
- Renames top level sync/async MappedDatabase interfaces as DynamoDbEnhancedClient interfaces. Also adds builder definitions to the interfaces together with a static method that returns the default implementation of the builder.
Amazon Elastic Compute Cloud
Features
- Amazon VPC Flow Logs adds support for 1-minute aggregation intervals.
Amazon S3
Bugfixes
- Fixed an issue where fields in
ListObjectVersionsResponse
and ListMultipartUploadsResponse
are not decoded correctly when encodingType is specified as url. See #1601
Amazon Simple Systems Manager (SSM)
Features
- This feature ensures that an instance is patched up to the available patches on a particular date. It can be enabled by selecting the ‘ApproveUntilDate’ option as the auto-approval rule while creating the patch baseline. ApproveUntilDate - The cutoff date for auto approval of released patches. Any patches released on or before this date will be installed automatically.
Amazon WorkMail
Features
- This release adds support for tagging Amazon WorkMail organizations.
Managed Streaming for Kafka
Features
- This release enables AWS MSK customers to list Apache Kafka versions that are supported on AWS MSK clusters. Also includes changes to expose additional details of a cluster's state in DescribeCluster and ListClusters APIs.
Netty NIO HTTP Client
Bugfixes
- Deliver exceptions to stream channels correctly if there's an exception thrown on connection. This also fixes a bug where publisher signals onComplete if the stream is closed as a result of outbound GOAWAY.
- Throws
IOException
for the race condition where an HTTP2 connection gets reused at the same time it gets inactive so that failed requests can be retried
2.10.56 2020-01-24
AWS DataSync
Features
- AWS DataSync now supports FSx for Windows File Server Locations
AWS OpsWorks CM
Features
- AWS OpsWorks for Chef Automate now supports in-place upgrade to Chef Automate 2. Eligible servers can be updated through the management console, CLI and APIs.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon EC2
Features
- Adds EC2ThrottledException as a recognized throttling exception to be retried
Amazon EC2 Container Service
Features
- This release provides support for tagging Amazon ECS task sets for services using external deployment controllers.
Amazon Elastic Kubernetes Service
Features
- Adding new error codes for Nodegroups in EKS
Amazon WorkSpaces
Features
- Documentation updates for WorkSpaces
Netty NIO HTTP Client
Bugfixes
- Fix issue where DNS resolution for a host is only made once for the initial request to the host. If the DNS entries change for a hostname, the client will resolve the new address until the client is closed and recreated.
2.10.55 2020-01-23
AWS Identity and Access Management
Features
- This release enables the Identity and Access Management policy simulator to simulate permissions boundary policies.
AWS SDK for Java v2
Features
- Added ServiceMetadata.servicePartitions() to get partition metadata for a specific service
- Improved error messages on UnknownHostExceptions
- Updated service endpoint metadata.
Amazon DynamoDB Enhanced Client [Preview]
Features
- Support for non-blocking asynchronous calling of all mapper operations
Amazon Relational Database Service
Features
- This SDK release introduces APIs that automate the export of Amazon RDS snapshot data to Amazon S3. The new APIs include: StartExportTask, CancelExportTask, DescribeExportTasks. These APIs automate the extraction of data from an RDS snapshot and export it to an Amazon S3 bucket. The data is stored in a compressed, consistent, and query-able format. After the data is exported, you can query it directly using tools such as Amazon Athena or Redshift Spectrum. You can also consume the data as part of a data lake solution. If you archive the data in S3 Infrequent Access or Glacier, you can reduce long term data storage costs by applying data lifecycle policies.
2.10.54 2020-01-21
AWS Application Discovery Service
Features
- Documentation updates for the AWS Application Discovery Service.
AWS CodePipeline
Features
- AWS CodePipeline enables an ability to stop pipeline executions.
AWS IoT Events
Features
- Documentation updates for iotcolumbo
AWS Marketplace Commerce Analytics
Features
- Remove 4 deprecated data sets, change some data sets available dates to 2017-09-15
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon Elastic Compute Cloud
Features
- Add an enum value to the result of DescribeByoipCidrs to support CIDRs that are not publicly advertisable.
Netty NIO Http Client
Bugfixes
- Fixed a bug where an inactive http2 connection without
GOAWAY
frame received might get reused in a new request, causing ClosedChannelException
2.10.53 2020-01-20
AWS Key Management Service
Features
- The ConnectCustomKeyStore operation now provides new error codes (USER_LOGGED_IN and USER_NOT_FOUND) for customers to better troubleshoot if their connect custom key store operation fails. Password length validation during CreateCustomKeyStore now also occurs on the client side.
AWS Lambda
Features
- Added reason codes to StateReasonCode (InvalidSubnet, InvalidSecurityGroup) and LastUpdateStatusReasonCode (SubnetOutOfIPAddresses, InvalidSubnet, InvalidSecurityGroup) for functions that connect to a VPC.
Alexa For Business
Features
- Add support for CreatedTime and ConnectionStatusUpdatedTime in response of SearchDevices API.
Amazon CloudWatch
Features
- Updating DescribeAnomalyDetectors API to return AnomalyDetector Status value in response.
Amazon CloudWatch Application Insights
Features
- This release adds support for a list API to retrieve the configuration events logged during periodic updates to an application by Amazon CloudWatch Application Insights.
Amazon Elastic Compute Cloud
Features
- This release provides support for a preview of bringing your own IPv6 addresses (BYOIP for IPv6) for use in AWS.
2.10.52 2020-01-17
AWS Batch
Features
- This release ensures INACTIVE job definitions are permanently deleted after 180 days.
AWS CloudHSM V2
Features
- This release introduces resource-level and tag-based access control for AWS CloudHSM resources. You can now tag CloudHSM backups, tag CloudHSM clusters on creation, and tag a backup as you copy it to another region.
AWS Elemental MediaConvert
Features
- AWS Elemental MediaConvert SDK has added support for MP3 audio only outputs.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon EC2 Container Service
Features
- This release provides a public preview for specifying Amazon EFS file systems as volumes in your Amazon ECS task definitions.
Amazon Neptune
Features
- This release includes Deletion Protection for Amazon Neptune databases.
Amazon Redshift
Features
- Documentation updates for redshift
2.10.51 2020-01-16
AWS Directory Service
Features
- To reduce the number of errors our customers are facing, we have modified the requirements of input parameters for two of Directory Service APIs.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
Amazon Elastic Compute Cloud
Features
- Client VPN now supports Port Configuration for VPN Endpoints, allowing usage of either port 443 or port 1194.
Amazon SageMaker Service
Features
- This release adds two new APIs (UpdateWorkforce and DescribeWorkforce) to SageMaker Ground Truth service for workforce IP whitelisting.
2.10.50 2020-01-15
AWS Organizations
Features
- Updated description for PolicyID parameter and ConstraintViolationException.
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
AWS SecurityHub
Features
- Add support for DescribeStandardsControls and UpdateStandardsControl. These new Security Hub API operations are used to track and manage whether a compliance standards control is enabled.
Amazon Elastic Compute Cloud
Features
- General Update to EC2 Docs and SDKs
Amazon Simple Systems Manager (SSM)
Features
- Document updates for Patch Manager ‘NoReboot’ feature.
Amazon Transcribe Service
Bugfixes
- Fixed an issue where streaming transcriptions would fail with signature validation errors if the date changed during the request.
2.10.49 2020-01-14
Amazon Elastic Compute Cloud
Features
- This release adds support for partition placement groups and instance metadata option in Launch Templates
2.10.48 2020-01-13
AWS Backup
Features
- Cross-region backup is a new AWS Backup feature that allows enterprises to copy backups across multiple AWS services to different regions.
Amazon Elastic Compute Cloud
Features
- Documentation updates for the StopInstances API. You can now stop and start an Amazon EBS-backed Spot Instance at will, instead of relying on the Stop interruption behavior to stop your Spot Instances when interrupted.
Amazon Elastic File System
Features
- This release adds support for managing EFS file system policies and EFS Access Points.
Amazon S3
Bugfixes
- Fixed bug prevent GetBucketBolicy from ever being successful using the asynchronous S3 client.
2.10.47 2020-01-10
AWS SDK for Java v2
Features
- Updated service endpoint metadata.
- Updated service endpoints and added global endpoints for iso and iso-b.
AWS Transfer for SFTP
Features
- This release introduces a new endpoint type that allows you to attach Elastic IP addresses from your AWS account with your server‘s endpoint directly and whitelist access to your server by client’s internet IP address(es) using VPC Security Groups.
Amazon Chime
Features
- Add shared profile support to new and existing users
Amazon Elastic Compute Cloud
Features
- This release introduces the ability to tag egress only internet gateways, local gateways, local gateway route tables, local gateway virtual interfaces, local gateway virtual interface groups, local gateway route table VPC association and local gateway route table virtual interface group association. You can use tags to organize and identify your resources for cost allocation.
Amazon Relational Database Service
Features
- This release adds an operation that enables users to override the system-default SSL/TLS certificate for new Amazon RDS DB instances temporarily, or remove the customer override.
Amazon S3
Bugfixes
- Fix an issue where s3#listObjects incorrectly decoded marker field. See #1574.
Amazon SageMaker Service
Features
- SageMaker ListTrialComponents API filter by TrialName and ExperimentName.
Amazon WorkSpaces
Features
- Added the migrate feature to Amazon WorkSpaces.
2.10.46 2020-01-09
AWS SDK for Java v2
Bugfixes
- Increase the priority of the AWS_WEB_IDENTITY_TOKEN_FILE/AWS_ROLE_ARN/AWS_ROLE_SESSION_NAME environment variables when loading credentials so that they are considered before web_identity_token_file/role_arn/role_session_name profile properties. This is consistent with the other AWS SDKs, including the CLI.
AWS Security Token Service
Features
- Documentation updates for sts
Amazon CloudWatch Logs
Features
- Documentation updates for logs
Amazon S3
Features
- Add support for Tagging builder in
CreateMultipartUploadRequest
. See #1440
2.10.45 2020-01-08
AWS Cost Explorer Service
Features
- Documentation updates for CreateCostCategoryDefinition and UpdateCostCategoryDefinition API
AWS Step Functions
Features
- Add sfn specific http configurations. See #1325
Amazon EC2
Bugfixes
- Fix NPE when calling
CopySnapshot
. Fixes #1564
Amazon Translate
Features
- This release adds a new family of APIs for asynchronous batch translation service that provides option to translate large collection of text or HTML documents stored in Amazon S3 folder. This service accepts a batch of up to 5 GB in size per API call with each document not exceeding 1 MB size and the number of documents not exceeding 1 million per batch. See documentation for more information.
Firewall Management Service
Features
- AWS Firewall Manager now supports tagging, and tag-based access control, of policies.
2.10.44 2020-01-07
AWS CodeBuild
Features
- Add encryption key override to StartBuild API in AWS CodeBuild.
AWS Migration Hub
Features
- ListApplicationStates API provides a list of all application migration states
AWS X-Ray
Features
- Documentation updates for xray
2.10.43 2020-01-06
AWS Elemental MediaPackage
Features
- You can now restrict direct access to AWS Elemental MediaPackage by securing requests for live content using CDN authorization. With CDN authorization, content requests require a specific HTTP header and authorization code.
AWS SDK for Java v2
Features
- Add
RequestBody.fromRemainingByteBuffer(ByteBuffer)
that copies only the remaining readable bytes of the buffer. See #1534
Bugfixes
- Reduce ReadTimeout and ConnectTimeout for accessing EC2 metadata instance service
Amazon Comprehend
Features
- Amazon Comprehend now supports Multilabel document classification
Amazon Elastic Compute Cloud
Features
- This release supports service providers configuring a private DNS name for services other than AWS services and services available in the AWS marketplace. This feature allows consumers to access the service using an existing DNS name without making changes to their applications.
Amazon S3
Bugfixes
- Requests that return an error response in the body of the HTTP response with a successful (200) status code will now correctly be handled as a failed request by the SDK.
2.10.42 2020-01-02
AWS Cost Explorer Service
Features
- Documentation updates for GetReservationUtilization for the Cost Explorer API.
AWS SDK for Java v2
Bugfixes
- Fix unmarshalling for models with xml attributes. See #1488.
Amazon EC2 Container Registry
Features
- Adds waiters for ImageScanComplete and LifecyclePolicyPreviewComplete
Amazon Lex Model Building Service
Features
- Documentation updates for Amazon Lex.
Amazon Lightsail
Features
- This release adds support for Certificate Authority (CA) certificate identifier to managed databases in Amazon Lightsail.
Netty NIO Http Client
Bugfixes
- Propagate exception properly when an exception is thrown from protocol initialization.
2.10.41 2019-12-23
AWS Health APIs and Notifications
Amazon Detective
Features
- Updated the documentation for Amazon Detective.
Amazon FSx
Features
- This release adds a new family of APIs (create-data-repository-task, describe-data-repository-task, and cancel-data-repository-task) that allow users to perform operations between their file system and its linked data repository.
2.10.40 2019-12-20
AWS Device Farm
Features
- Introduced browser testing support through AWS Device Farm
AWS SecurityHub
Features
- Additional resource types are now fully supported in the AWS Security Finding Format (ASFF). These resources include AwsElbv2LoadBalancer, AwsKmsKey, AwsIamRole, AwsSqsQueue, AwsLambdaFunction, AwsSnsTopic, and AwsCloudFrontDistribution. Each of these resource types includes an accompanying resource details object with fields for security finding providers to populate. Updates were made to the AwsIamAccessKey resource details object to include information on principal ID and name. To learn more, visit our documentation on the ASFF.
Amazon Elastic Compute Cloud
Features
- This release introduces the ability to tag key pairs, placement groups, export tasks, import image tasks, import snapshot tasks and export image tasks. You can use tags to organize and identify your resources for cost allocation.
Amazon Elastic Kubernetes Service
Features
- Amazon EKS now supports restricting access to the API server public endpoint by applying CIDR blocks
Amazon Pinpoint
Features
- This release of the Amazon Pinpoint API introduces versioning support for message templates.
Amazon Redshift
Features
- Documentation updates for Amazon Redshift RA3 node types.
Amazon Relational Database Service
Features
- This release adds an operation that enables users to specify whether a database is restarted when its SSL/TLS certificate is rotated. Only customers who do not use SSL/TLS should use this operation.
Amazon S3
Bugfixes
- Fixed an issue where the SDK would attempt to validate the checksum on a PutObjectRequest when S3 was returning invalid checksums. This would cause all requests to buckets with customer-managed-key service-side encryption to fail.
Amazon Simple Systems Manager (SSM)
Features
- This release updates the attachments support to include AttachmentReference source for Automation documents.
Amazon Transcribe Service
Features
- AWS Transcribe now supports vocabulary filtering that allows customers to input words to the service that they don't want to see in the output transcript.
2.10.39 2019-12-19
AWS CodeStar connections
Features
- Public beta for Bitbucket Cloud support in AWS CodePipeline through integration with AWS CodeStar connections.
Amazon Data Lifecycle Manager
Features
- You can now copy snapshots across regions using Data Lifecycle Manager (DLM). You can enable policies which, along with create, can now also copy snapshots to one or more AWS region(s). Copies can be scheduled for up to three regions from a single policy and retention periods are set for each region separately.
Amazon Elastic Compute Cloud
Features
- We are updating the supportedRootDevices field to supportedRootDeviceTypes for DescribeInstanceTypes API to ensure that the actual value is returned, correcting a previous error in the model.
Amazon GameLift
Features
- Amazon GameLift now supports ARNs for all key GameLift resources, tagging for GameLift resource authorization management, and updated documentation that articulates GameLift's resource authorization strategy.
Amazon Lex Model Building Service
Features
- Amazon Lex now supports conversation logs and slot obfuscation.
Amazon Personalize Runtime
Features
- Add context map to get-recommendations and get-personalized-ranking request objects to provide contextual metadata at inference time
Amazon S3
Bugfixes
- Fixed an issue where a ‘checksum mismatch’ error is raised whenever a PutObject request is retried while using an async client.
Amazon Simple Systems Manager (SSM)
Features
- This release allows customers to add tags to Automation execution, enabling them to sort and filter executions in different ways, such as by resource, purpose, owner, or environment.
Amazon Transcribe Service
Features
- Amazon Transcribe supports job queuing for the StartTranscriptionJob API.
Netty NIO HTTP Client
Features
SETTINGS_INITIAL_WINDOW_SIZE
is now configurable on HTTP/2 connections opened by the Netty client using Http2Configuration#initialWindowSize(Integer)
along with NettyNioAsyncHttpClient.Builder#http2Configuration(Http2Configuration)
. See https://tools.ietf.org/html/rfc7540#section-6.5.2 for more information.
2.10.38 2019-12-18
AWS OpsWorks CM
Features
- AWS OpsWorks CM now supports tagging, and tag-based access control, of servers and backups.
AWS Resource Groups Tagging API
Features
- Documentation updates for resourcegroupstaggingapi
Amazon CloudFront
Features
- Documentation updates for CloudFront
Amazon Elastic Compute Cloud
Features
- This release introduces the ability to tag Elastic Graphics accelerators. You can use tags to organize and identify your accelerators for cost allocation.
Amazon Simple Storage Service
Features
- Updates Amazon S3 endpoints allowing you to configure your client to opt-in to using S3 with the us-east-1 regional endpoint, instead of global.
2.10.37 2019-12-17
AWS Elemental MediaLive
Features
- AWS Elemental MediaLive now supports HLS ID3 segment tagging, HLS redundant manifests for CDNs that support different publishing/viewing endpoints, fragmented MP4 (fMP4), and frame capture intervals specified in milliseconds.
AWS IoT
Features
- Added a new Over-the-Air (OTA) Update feature that allows you to use different, or multiple, protocols to transfer an image from the AWS cloud to IoT devices.
Amazon EC2 Container Service
Features
- Documentation updates for Amazon ECS.
Amazon Elastic Compute Cloud
Features
- Documentation updates for Amazon EC2
Amazon Kinesis Analytics
Features
- Kinesis Data Analytics service now supports running Java applications using Flink 1.8.
Amazon Simple Systems Manager (SSM)
Features
- Added support for Cloud Watch Output and Document Version to the Run Command tasks in Maintenance Windows.
2.10.36 2019-12-16
AWS Comprehend Medical
Features
- New Ontology linking APIs will provides medication concepts normalization and Diagnoses codes from input text. In this release we will provide two APIs - RxNorm and ICD10-CM.
Amazon Elastic Compute Cloud
Features
- You can now configure your EC2 Fleet to preferentially use EC2 Capacity Reservations for launching On-Demand instances, enabling you to fully utilize the available (and unused) Capacity Reservations before launching On-Demand instances on net new capacity.
Amazon S3
Features
- CopyObjectRequest now has
destinationBucket
and destinationKey
properties for clarity. The existing names, bucket
and key
, are deprecated.
AmazonMQ
Features
- Amazon MQ now supports throughput-optimized message brokers, backed by Amazon EBS.
2.10.35 2019-12-13
AWS CodeBuild
Features
- CodeBuild adds support for cross account
Amazon Detective
Features
- This is the initial release of Amazon Detective.
Amazon Simple Email Service
Features
- Added the ability to use your own public-private key pair to configure DKIM authentication for a domain identity.
2.10.34 2019-12-12
AWS SDK for Java v2
Bugfixes
- Fixing exception using
RequestBody.fromInputStream
on non-resettable InputStreams
by making reset
conditional on markSupported
. See #1544 / #1545
Access Analyzer
Features
- This release includes improvements and fixes bugs for the IAM Access Analyzer feature.
2.10.33 2019-12-11
AWS SDK for Java v2
Features
- Adds a
has*
method to requests and responses that have a List or Map property.
Amazon Elastic Compute Cloud
Features
- This release allows customers to attach multiple Elastic Inference Accelerators to a single EC2 instance. It adds support for a Count parameter for each Elastic Inference Accelerator type you specify on the RunInstances and LaunchTemplate APIs.
2.10.32 2019-12-10
AWSKendraFrontendService
Features
- Adding DocumentTitleFieldName as an optional configuration for SharePoint. 2. updating s3 object pattern to support all s3 keys.
2.10.31 2019-12-09
AWS Key Management Service
Features
- The Verify operation now returns KMSInvalidSignatureException on invalid signatures. The Sign and Verify operations now return KMSInvalidStateException when a request is made against a CMK pending deletion.
Amazon QuickSight
Features
- Documentation updates for QuickSight
Amazon Simple Systems Manager (SSM)
Features
- Adds the SSM GetCalendarState API and ChangeCalendar SSM Document type. These features enable the forthcoming Systems Manager Change Calendar feature, which will allow you to schedule events during which actions should (or should not) be performed.
Managed Streaming for Kafka
Features
- AWS MSK has added support for Open Monitoring with Prometheus.
Netty NIO HTTP Client
Features
- Close HTTP/2 connections if they have had 0 streams for 5 seconds. This can be disabled using
useIdleConnectionReaper(false)
or have the time period adjusted using connectionMaxIdleTime(...)
on the NettyNioAsyncHttpClient.Builder
. - Periodically ping HTTP/2 connections and close them if the service does not respond. The ping periodicity and timeout time is not currently configurable.
2.10.30 2019-12-04
Amazon Kinesis Video Signaling Channels
Features
- Announcing support for WebRTC in Kinesis Video Streams, as fully managed capability. You can now use simple APIs to enable your connected devices, web, and mobile apps with real-time two-way media streaming capabilities.
Amazon Kinesis Video Streams
Features
- Introduces management of signaling channels for Kinesis Video Streams.
AmazonApiGatewayV2
Features
- Amazon API Gateway now supports HTTP APIs (beta), enabling customers to quickly build high performance RESTful APIs that are up to 71% cheaper than REST APIs also available from API Gateway. HTTP APIs are optimized for building APIs that proxy to AWS Lambda functions or HTTP backends, making them ideal for serverless workloads. Using HTTP APIs, you can secure your APIs using OIDC and OAuth 2 out of box, quickly build web applications using a simple CORS experience, and get started immediately with automatic deployment and simple create workflows.
Netty NIO HTTP Client
Bugfixes
- Fixed an issue where closing the last stream on a connection that had been closed or received a GOAWAY did not close the connection.
- Fixed an issue where receiving a GOAWAY that would cause the closing of all streams could cause all outstanding streams to be completed successfully instead of exceptionally.
2.10.29 2019-12-03
AWS Lambda
Features
- Added the ProvisionedConcurrency type and operations. Allocate provisioned concurrency to enable your function to scale up without fluctuations in latency. Use PutProvisionedConcurrencyConfig to configure provisioned concurrency on a version of a function, or on an alias.
AWS Step Functions
Features
- This release of the AWS Step Functions SDK introduces support for Express Workflows.
Amazon Elastic Block Store
Features
- This release introduces the EBS direct APIs for Snapshots: 1. ListSnapshotBlocks, which lists the block indexes and block tokens for blocks in an Amazon EBS snapshot. 2. ListChangedBlocks, which lists the block indexes and block tokens for blocks that are different between two snapshots of the same volume/snapshot lineage. 3. GetSnapshotBlock, which returns the data in a block of an Amazon EBS snapshot.
Amazon Rekognition
Features
- This SDK Release introduces APIs for Amazon Rekognition Custom Labels feature (CreateProjects, CreateProjectVersion,DescribeProjects, DescribeProjectVersions, StartProjectVersion, StopProjectVersion and DetectCustomLabels). Also new is AugmentedAI (Human In The Loop) Support for DetectModerationLabels in Amazon Rekognition.
Amazon Relational Database Service
Features
- This release adds support for the Amazon RDS Proxy
Amazon S3
Bugfixes
- Interacting with an access point in a different region to the one the S3 client is configured for will no longer result in the request being signed for the wrong region and rejected by S3.
Amazon SageMaker Service
Features
- You can now use SageMaker Autopilot for automatically training and tuning candidate models using a combination of various feature engineering, ML algorithms, and hyperparameters determined from the user's input data. SageMaker Automatic Model Tuning now supports tuning across multiple algorithms. With Amazon SageMaker Experiments users can create Experiments, ExperimentTrials, and ExperimentTrialComponents to track, organize, and evaluate their ML training jobs. With Amazon SageMaker Debugger, users can easily debug training jobs using a number of pre-built rules provided by Amazon SageMaker, or build custom rules. With Amazon SageMaker Processing, users can run on-demand, distributed, and fully managed jobs for data pre- or post- processing or model evaluation. With Amazon SageMaker Model Monitor, a user can create MonitoringSchedules to automatically monitor endpoints to detect data drift and other issues and get alerted on them. This release also includes the preview version of Amazon SageMaker Studio with Domains, UserProfiles, and Apps. This release also includes the preview version of Amazon Augmented AI to easily implement human review of machine learning predictions by creating FlowDefinitions, HumanTaskUis, and HumanLoops.
Application Auto Scaling
Features
- This release supports auto scaling of provisioned concurrency for AWS Lambda.
2.10.28 2019-12-03
AWS Compute Optimizer
Features
- Initial release of AWS Compute Optimizer. AWS Compute Optimizer recommends optimal AWS Compute resources to reduce costs and improve performance for your workloads.
AWS Network Manager
Features
- This is the initial SDK release for AWS Network Manager.
AWS Outposts
Features
- This is the initial release for AWS Outposts, a fully managed service that extends AWS infrastructure, services, APIs, and tools to customer sites. AWS Outposts enables you to launch and run EC2 instances and EBS volumes locally at your on-premises location. This release introduces new APIs for creating and viewing Outposts.
AWS S3 Control
Features
- Amazon S3 Access Points is a new S3 feature that simplifies managing data access at scale for shared data sets on Amazon S3. Access Points provide a customizable way to access the objects in a bucket, with a unique hostname and access policy that enforces the specific permissions and network controls for any request made through the access point. This represents a new way of provisioning access to shared data sets.
AWSKendraFrontendService
Features
- It is a preview launch of Amazon Kendra. Amazon Kendra is a managed, highly accurate and easy to use enterprise search service that is powered by machine learning.
Amazon Augmented AI Runtime
Features
- This release adds support for Amazon Augmented AI, which makes it easy to build workflows for human review of machine learning predictions.
Amazon CodeGuru Profiler
Features
- (New Service) Amazon CodeGuru Profiler analyzes application CPU utilization and latency characteristics to show you where you are spending the most cycles in your application. This analysis is presented in an interactive flame graph that helps you easily understand which paths consume the most resources, verify that your application is performing as expected, and uncover areas that can be optimized further.
Amazon CodeGuru Reviewer
Features
- This is the preview release of Amazon CodeGuru Reviewer.
Amazon EC2 Container Service
Features
- This release supports ECS Capacity Providers, Fargate Spot, and ECS Cluster Auto Scaling. These features enable new ways for ECS to manage compute capacity used by tasks.
Amazon Elastic Compute Cloud
Features
- This release adds support for the following features: 1. An option to enable acceleration for Site-to-Site VPN connections; 2. Inf1 instances featuring up to 16 AWS Inferentia chips; 3. The ability to associate route tables with internet gateways and virtual private gateways; 4. AWS Local Zones that place compute, storage, database, and other select services; 5. Launching and viewing EC2 instances and EBS volumes running locally in Outposts; 6. Peering Transit Gateways between regions simplifying creation of secure and private global networks on AWS; 7. Transit Gateway Multicast, enabling multicast routing within and between VPCs using Transit Gateway as a multicast router.
Amazon Elastic Kubernetes Service
Features
- Introducing Amazon EKS with Fargate. Customers can now use Amazon EKS to launch pods directly onto AWS Fargate, the serverless compute engine built for containers on AWS.
Amazon Elasticsearch Service
Features
- UltraWarm storage provides a cost-effective way to store large amounts of read-only data on Amazon Elasticsearch Service. Rather than attached storage, UltraWarm nodes use Amazon S3 and a sophisticated caching solution to improve performance. For indices that you are not actively writing to and query less frequently, UltraWarm storage offers significantly lower costs per GiB. In Elasticsearch, these warm indices behave just like any other index. You can query them using the same APIs or use them to create dashboards in Kibana.
Amazon Fraud Detector
Features
- Amazon Fraud Detector is a fully managed service that makes it easy to identify potentially fraudulent online activities such as online payment fraud and the creation of fake accounts. Amazon Fraud Detector uses your data, machine learning (ML), and more than 20 years of fraud detection expertise from Amazon to automatically identify potentially fraudulent online activity so you can catch more fraud faster.
Amazon Simple Storage Service
Features
- Amazon S3 Access Points is a new S3 feature that simplifies managing data access at scale for shared data sets on Amazon S3. Access Points provide a customizable way to access the objects in a bucket, with a unique hostname and access policy that enforces the specific permissions and network controls for any request made through the access point. This represents a new way of provisioning access to shared data sets.
Amazon Textract
Features
- This SDK Release introduces Amazon Augmented AI support for Amazon Textract AnalyzeDocument API. Image byte payloads for synchronous operations have increased from 5 MB to 10 MB.
2.10.27 2019-12-02
Access Analyzer
Features
- Introducing AWS IAM Access Analyzer, an IAM feature that makes it easy for AWS customers to ensure that their resource-based policies provide only the intended access to resources outside their AWS accounts.
2.10.26 2019-12-02
AWS License Manager
Features
- AWS License Manager now automates discovery of bring-your-own-license usage across the customers organization. With few simple settings, customers can add bring your own license product information along with licensing rules, which would enable License Manager to automatically track the instances that have the specified products installed. If License Manager detects any violation of licensing rules, it would notify the customers designated license administrator to take corrective action.
Amazon DynamoDB Enhanced Client [Preview]
Features
- Write operations (put, get, delete) now support ‘conditionExpression’
Amazon Elastic Compute Cloud
Features
- AWS now provides a new BYOL experience for software licenses, such as Windows and SQL Server, that require a dedicated physical server. You can now enjoy the flexibility and cost effectiveness of using your own licenses on Amazon EC2 Dedicated Hosts, but with the simplicity, resiliency, and elasticity of AWS. You can specify your Dedicated Host management preferences, such as host allocation, host capacity utilization, and instance placement in AWS License Manager. Once set up, AWS takes care of these administrative tasks on your behalf, so that you can seamlessly launch virtual machines (instances) on Dedicated Hosts just like you would launch an EC2 instance with AWS provided licenses.
EC2 Image Builder
Features
- This is the first release of EC2 Image Builder, a service that provides a managed experience for automating the creation of EC2 AMIs.
Schemas
Features
- This release introduces support for Amazon EventBridge schema registry, making it easy to discover and write code for events in EventBridge.
2.10.25 2019-11-26
AWS Directory Service
Features
- This release will introduce optional encryption over LDAP network traffic using SSL certificates between customer's self-managed AD and AWS Directory Services instances. The release also provides APIs for Certificate management.
AWS Kinesis
Bugfixes
- Reducing default read timeout and write timeout to 10 seconds for Kinesis client.
AWS MediaTailor
Features
- AWS Elemental MediaTailor SDK now allows configuration of the Live Pre-Roll feature for HLS and DASH streams.
AWS Organizations
Features
- Introduces the DescribeEffectivePolicy action, which returns the contents of the policy that's in effect for the account.
AWS RDS DataService
Features
- Type hints to improve handling of some specific parameter types (date/time, decimal etc) for ExecuteStatement and BatchExecuteStatement APIs
AWS Resource Groups Tagging API
Features
- You can use tag policies to help standardize on tags across your organization's resources.
AWSServerlessApplicationRepository
Features
- AWS Serverless Application Repository now supports verified authors. Verified means that AWS has made a good faith review, as a reasonable and prudent service provider, of the information provided by the requester and has confirmed that the requester's identity is as claimed.
Amazon Cognito Identity Provider
Features
- This release adds a new setting for a user pool to configure which recovery methods a user can use to recover their account via the forgot password operation.
Amazon DynamoDB
Features
- Amazon Contributor Insights for Amazon DynamoDB is a diagnostic tool for identifying frequently accessed keys and understanding database traffic trends. 2) Support for displaying new fields when a table's encryption state is Inaccessible or the table have been Archived.
Amazon Elastic Inference
Features
- Amazon Elastic Inference allows customers to attach Elastic Inference Accelerators to Amazon EC2 and Amazon ECS tasks, thus providing low-cost GPU-powered acceleration and reducing the cost of running deep learning inference. This release allows customers to add or remove tags for their Elastic Inference Accelerators.
Amazon QuickSight
Features
- Documentation updates for QuickSight
Amazon WorkSpaces
Features
- For the WorkspaceBundle API, added the image identifier and the time of the last update.
Netty NIO HTTP Client
Features
- Detect unhealthy http2 connections when read or write times out by sending PING frames
2.10.24 2019-11-25
AWS CodeBuild
Features
- CodeBuild adds support for test reporting
AWS Cost Explorer Service
Features
- This launch provides customers with access to Cost Category Public Beta APIs.
AWS Elemental MediaConvert
Features
- AWS Elemental MediaConvert SDK has added support for 8K outputs and support for QuickTime Animation Codec (RLE) inputs.
AWS Elemental MediaLive
Features
- AWS Elemental MediaLive now supports the ability to create a multiple program transport stream (MPTS).
AWS Elemental MediaPackage VOD
Features
- Adds a domain name to PackagingGroups, representing the fully qualified domain name for Assets created in the group.
AWS Greengrass
Features
- IoT Greengrass supports machine learning resources in ‘No container’ mode.
AWS IoT
Features
- This release adds: 1) APIs for fleet provisioning claim and template, 2) endpoint configuration and custom domains, 3) support for enhanced custom authentication, d) support for 4 additional audit checks: Device and CA certificate key quality checks, IoT role alias over-permissive check and IoT role alias access to unused services check, 5) extended capability of AWS IoT Rules Engine to support IoT SiteWise rule action. The IoT SiteWise rule action lets you send messages from IoT sensors and applications to IoT SiteWise asset properties
AWS IoT Secure Tunneling
Features
- This release adds support for IoT Secure Tunneling to remote access devices behind restricted firewalls.
AWS Key Management Service
Features
- AWS Key Management Service (KMS) now enables creation and use of asymmetric Customer Master Keys (CMKs) and the generation of asymmetric data key pairs.
AWS Lambda
Features
- Added the function state and update status to the output of GetFunctionConfiguration and other actions. Check the state information to ensure that a function is ready before you perform operations on it. Functions take time to become ready when you connect them to a VPC.Added the EventInvokeConfig type and operations to configure error handling options for asynchronous invocation. Use PutFunctionEventInvokeConfig to configure the number of retries and the maximum age of events when you invoke the function asynchronously.Added on-failure and on-success destination settings for asynchronous invocation. Configure destinations to send an invocation record to an SNS topic, an SQS queue, an EventBridge event bus, or a Lambda function.Added error handling options to event source mappings. This enables you to configure the number of retries, configure the maximum age of records, or retry with smaller batches when an error occurs when a function processes a Kinesis or DynamoDB stream.Added the on-failure destination setting to event source mappings. This enables you to send discarded events to an SNS topic or SQS queue when all retries fail or when the maximum record age is exceeded when a function processes a Kinesis or DynamoDB stream.Added the ParallelizationFactor option to event source mappings to increase concurrency per shard when a function processes a Kinesis or DynamoDB stream.
AWS Resource Access Manager
Features
- AWS RAM provides new APIs to view the permissions granted to principals in a resource share. This release also creates corresponding resource shares for supported services that use resource policies, as well as an API to promote them to standard shares that can be managed in RAM.
AWS WAFV2
Features
- This release introduces new set of APIs (“wafv2”) for AWS WAF. Major changes include single set of APIs for creating/updating resources in global and regional scope, and rules are configured directly into web ACL instead of being referenced. The previous APIs (“waf” and “waf-regional”) are now referred as AWS WAF Classic. For more information visit: https://docs.aws.amazon.com/waf/latest/APIReference/Welcome.html
Alexa For Business
Features
- API update for Alexa for Business: This update enables the use of meeting room configuration that can be applied to a room profile. These settings help improve and measure utilization on Alexa for Business enabled rooms. New features include end meeting reminders, intelligent room release and room utilization analytics report.
Amazon AppConfig
Features
- Introducing AWS AppConfig, a new service that enables customers to quickly deploy validated configurations to applications of any size in a controlled and monitored fashion.
Amazon Athena
Features
- This release adds additional query lifecycle metrics to the QueryExecutionStatistics object in GetQueryExecution response.
Amazon CloudWatch
Features
- This release adds a new feature called “Contributor Insights”. “Contributor Insights” supports the following 6 new APIs (PutInsightRule, DeleteInsightRules, EnableInsightRules, DisableInsightRules, DescribeInsightRules and GetInsightRuleReport).
Amazon CloudWatch Application Insights
Features
- CloudWatch Application Insights for .NET and SQL Server includes the follwing features: -Tagging Create and manage tags for your applications.-Custom log pattern matching. Define custom log patterns to be detected and monitored.-Resource-level permissions. Specify applications users can access.
Amazon Cognito Identity Provider
Features
- Amazon Cognito Userpools now supports Sign in with Apple as an Identity Provider.
Amazon Comprehend
Features
- Amazon Comprehend now supports real-time analysis with Custom Classification
Amazon Data Lifecycle Manager
Features
- You can now set time based retention policies on Data Lifecycle Manager. With this launch, DLM allows you to set snapshot retention period in the following interval units: days, weeks, months and years.
Amazon Elastic Compute Cloud
Features
- This release adds two new APIs: 1. ModifyDefaultCreditSpecification, which allows you to set default credit specification at the account level per AWS Region, per burstable performance instance family, so that all new burstable performance instances in the account launch using the new default credit specification. 2. GetDefaultCreditSpecification, which allows you to get current default credit specification per AWS Region, per burstable performance instance family. This release also adds new client exceptions for StartInstances and StopInstances.
Amazon Kinesis Analytics
Features
- Kinesis Data Analytics service adds support to configure Java applications to access resources in a VPC. Also releasing support to configure Java applications to set allowNonRestoreState flag through the service APIs.
Amazon Lex Runtime Service
Features
- Amazon Lex adds “sessionId” attribute to the PostText and PostContent response.
Amazon Redshift
Features
- This release contains changes for 1. Redshift Scheduler 2. Update to the DescribeNodeConfigurationOptions to include a new action type recommend-node-config
Amazon Relational Database Service
Features
- Cluster Endpoints can now be tagged by using --tags in the create-db-cluster-endpoint API
Amazon Simple Email Service
Features
- This release includes support for automatically suppressing email addresses that result in hard bounce or complaint events at the account level, and for managing addresses on this account-level suppression list.
Amazon Simple Systems Manager (SSM)
Features
- AWS Systems Manager Documents now supports more Document Types: ApplicationConfiguration, ApplicationConfigurationSchema and DeploymentStrategy. This release also extends Document Permissions capabilities and introduces a new Force flag for DeleteDocument API.
Application Auto Scaling
Features
- This release supports auto scaling of document classifier endpoints for Comprehend; and supports target tracking based on the average capacity utilization metric for AppStream 2.0 fleets.
Elastic Load Balancing
Features
- This release of Elastic Load Balancing V2 adds new subnet features for Network Load Balancers and a new routing algorithm for Application Load Balancers.
2.10.23 2019-11-22
AWS Auto Scaling Plans
Features
- Update default endpoint for AWS Auto Scaling.
AWS Certificate Manager
Features
- This release adds support for Tag-Based IAM for AWS Certificate Manager and adding tags to certificates upon creation.
AWS CodeBuild
Features
- Add Canonical ARN to LogsLocation.
AWS Elemental MediaPackage VOD
Features
- Includes the submission time of Asset ingestion request in the API response for Create/List/Describe Assets.
AWS SDK for Java v2
Bugfixes
- The ProcessCredentialsProvider now supports credential files up to 64 KB by default through an increase of the processOutputLimit from 1024 bytes to 64000 bytes.
AWS Security Token Service
Features
- Support tagging for STS sessions and tag based access control for the STS APIs
Amazon Elastic Compute Cloud
Features
- This release adds two new APIs (DescribeInstanceTypes and DescribeInstanceTypeOfferings) that give customers access to instance type attributes and regional and zonal offerings.
Amazon Elastic MapReduce
Features
- Amazon EMR adds support for concurrent step execution and cancelling running steps. Amazon EMR has added a new Outpost ARN field in the ListCluster and DescribeCluster API responses that is populated for clusters launched in an AWS Outpost subnet.
Amazon Forecast Service
Features
- This release adds two key updates to existing APIs. 1. Amazon Forecast can now generate forecasts in any quantile using the optional parameter forecastTypes in the CreateForecast API and 2. You can get additional details (metrics and relevant error messages) on your AutoML runs using the DescribePredictor and GetAccuracyMetrics APIs.
Amazon Rekognition
Features
- This release adds enhanced face filtering support to the IndexFaces API operation, and introduces face filtering for CompareFaces and SearchFacesByImage API operations.
Amazon Simple Notification Service
Features
- Added documentation for the dead-letter queue feature.
Amazon Simple Systems Manager (SSM)
Features
- Add RebootOption and LastNoRebootInstallOperationTime for DescribeInstancePatchStates and DescribeInstancePatchStatesForPatchGroup API
Application Auto Scaling
Features
- Update default endpoint for Application Auto Scaling.
2.10.22 2019-11-21
AWS Amplify
Features
- This release of AWS Amplify Console introduces support for backend environments. Backend environments are containers for AWS deployments. Each environment is a collection of AWS resources.
AWS AppSync
Features
- AppSync: AWS AppSync now supports the ability to add, configure, and maintain caching for your AWS AppSync GraphQL API.
AWS Config
Features
- AWS Config launches Custom Configuration Items. A new feature which allows customers to publish resource configuration for third-party resources, custom, or on-premises servers.
AWS Glue
Features
- This release adds support for Glue 1.0 compatible ML Transforms.
AWSMarketplace Metering
Features
- Documentation updates for the AWS Marketplace Metering Service.
Amazon Connect Participant Service
Amazon Connect Service
Amazon DynamoDB
Features
- With this release, you can convert an existing Amazon DynamoDB table to a global table by adding replicas in other AWS Regions.
Amazon Elastic Compute Cloud
Features
- This release adds support for attaching AWS License Manager Configurations to Amazon Machine Image (AMI) using ImportImage API; and adds support for running different instance sizes on EC2 Dedicated Hosts
Amazon Lex Model Building Service
Features
- Amazon Lex now supports Sentiment Analysis
Amazon Lex Runtime Service
Features
- Amazon Lex now supports Sentiment Analysis
Amazon Simple Systems Manager (SSM)
Features
- The release contains new API and API changes for AWS Systems Manager Explorer product.
Amazon Transcribe Service
Features
- With this release, Amazon Transcribe now supports transcriptions from audio sources in Hebrew (he-IL), Swiss German (de-CH), Japanese (ja-JP), Turkish (tr-TR), Arabic-Gulf (ar-AE), Malay (ms-MY), Telugu (te-IN)
2.10.21 2019-11-20
AWS Application Discovery Service
Features
- New exception type for use with Migration Hub home region
AWS CloudTrail
Features
- This release adds two new APIs, GetInsightSelectors and PutInsightSelectors, which let you configure CloudTrail Insights event delivery on a trail. An Insights event is a new type of event that is generated when CloudTrail detects unusual activity in your AWS account. In this release, only “ApiCallRateInsight” is a supported Insights event type. 2. This release also adds the new “ExcludeManagementEventSource” option to the existing PutEventSelectors API. This field currently supports only AWS Key Management Services.
AWS CodeCommit
Features
- This release adds support for creating pull request approval rules and pull request approval rule templates in AWS CodeCommit. This allows developers to block merges of pull requests, contingent on the approval rules being satisfiied.
AWS DataSync
Features
- Update to configure task to run periodically on a schedule
AWS Elemental MediaStore
Features
- This release fixes a broken link in the SDK documentation.
AWS Migration Hub
Features
- New exception type for use with Migration Hub home region
AWS Migration Hub Config
Features
- AWS Migration Hub Config Service allows you to get and set the Migration Hub home region for use with AWS Migration Hub and Application Discovery Service
AWS Storage Gateway
Features
- The new DescribeAvailabilityMonitorTest API provides the results of the most recent High Availability monitoring test. The new StartAvailabilityMonitorTest API verifies the storage gateway is configured for High Availability monitoring. The new ActiveDirectoryStatus response element has been added to the DescribeSMBSettings and JoinDomain APIs to indicate the status of the gateway after the most recent JoinDomain operation. The new TimeoutInSeconds parameter of the JoinDomain API allows for the configuration of the timeout in which the JoinDomain operation must complete.
Amazon Chime
Features
- Adds APIs to create and manage meeting session resources for the Amazon Chime SDK
Amazon Data Lifecycle Manager
Features
- DLM now supports Fast Snapshot Restore. You can enable Fast Restore on snapshots created by DLM, provide the AZs and the number of snapshots to be enabled with this capability.
Amazon EC2 Container Service
Features
- Added support for CPU and memory task-level overrides on the RunTask and StartTask APIs. Added location information to Tasks.
Amazon Elastic Compute Cloud
Features
- This release of Amazon Elastic Compute Cloud (Amazon EC2) introduces support for Amazon Elastic Block Store (Amazon EBS) fast snapshot restores.
- Upgrades to Instance Metadata Service version 2 (IMDS v2). With IMDS v2, a session token is used to make requests for EC2 instance metadata and credentials.
Amazon FSx
Features
- Announcing a Multi-AZ deployment type for Amazon FSx for Windows File Server, providing fully-managed Windows file storage with high availability and redundancy across multiple AWS Availability Zones.
Amazon Kinesis Firehose
Amazon QuickSight
Features
- Amazon QuickSight now supports programmatic creation and management of data sources, data sets, dashboards and templates with new APIs. Templates hold dashboard metadata, and can be used to create copies connected to the same or different dataset as required. Also included in this release are APIs for SPICE ingestions, fine-grained access control over AWS resources using AWS Identity and Access Management (IAM) policies, as well AWS tagging. APIs are supported for both Standard and Enterprise Edition, with edition-specific support for specific functionality.
Amazon Simple Storage Service
Features
- This release introduces support for Amazon S3 Replication Time Control, a new feature of S3 Replication that provides a predictable replication time backed by a Service Level Agreement. S3 Replication Time Control helps customers meet compliance or business requirements for data replication, and provides visibility into the replication process with new Amazon CloudWatch Metrics.
Amazon Transcribe Service
Features
- With this release Amazon Transcribe enables alternative transcriptions so that you can see different interpretations of transcribed audio.
2.10.20 2019-11-19
AWS CloudFormation
Features
- This release of AWS CloudFormation StackSets enables users to detect drift on a stack set and the stack instances that belong to that stack set.
AWS CodeBuild
Features
- Add support for ARM and GPU-enhanced build environments and a new SSD-backed Linux compute type with additional CPU and memory in CodeBuild
AWS Config
Features
- AWSConfig launches support for conformance packs. A conformance pack is a new resource type that allows you to package a collection of Config rules and remediation actions into a single entity. You can create and deploy conformance packs into your account or across all accounts in your organization
AWS Identity and Access Management
Features
- IAM reports the timestamp when a role's credentials were last used to make an AWS request. This helps you identify unused roles and remove them confidently from your AWS accounts.
AWS IoT
Features
- As part of this release, we are extending the capability of AWS IoT Rules Engine to send messages directly to customer‘s own web services/applications. Customers can now create topic rules with HTTP actions to route messages from IoT Core directly to URL’s that they own. Ownership is proved by creating and confirming topic rule destinations.
AWS Lambda
Features
- This release provides three new runtimes to support Node.js 12 (initially 12.13.0), Python 3.8 and Java 11.
Amazon Elastic Compute Cloud
Features
- This release adds support for RunInstances to specify the metadata options for new instances; adds a new API, ModifyInstanceMetadataOptions, which lets you modify the metadata options for a running or stopped instance; and adds support for CreateCustomerGateway to specify a device name.
Auto Scaling
Features
- Amazon EC2 Auto Scaling now supports Instance Weighting and Max Instance Lifetime. Instance Weighting allows specifying the capacity units for each instance type included in the MixedInstancesPolicy and how they would contribute to your application's performance. Max Instance Lifetime allows specifying the maximum length of time that an instance can be in service. If any instances are approaching this limit, Amazon EC2 Auto Scaling gradually replaces them.
Elastic Load Balancing
Features
- This release allows forward actions on Application Load Balancers to route requests to multiple target groups, based on the weight you specify for each target group.
2.10.19 2019-11-18
AWS CloudFormation
Features
- This release introduces APIs for the CloudFormation Registry, a new service to submit and discover resource providers with which you can manage third-party resources natively in CloudFormation.
AWS Cost Explorer Service
Features
- add EstimatedOnDemandCostWithCurrentCommitment to GetSavingsPlansPurchaseRecommendationRequest API
Amazon Pinpoint
Features
- This release of the Amazon Pinpoint API introduces support for using and managing message templates for messages that are sent through the voice channel. It also introduces support for specifying default values for message variables in message templates.
Amazon Relational Database Service
Features
- Documentation updates for rds
Amazon SageMaker Runtime
Features
- Amazon SageMaker Runtime now supports a new TargetModel header to invoke a specific model hosted on multi model endpoints.
Amazon SageMaker Service
Features
- Amazon SageMaker now supports multi-model endpoints to host multiple models on an endpoint using a single inference container.
Amazon Simple Storage Service
Features
- Added support for S3 Replication for existing objects. This release allows customers who have requested and been granted access to replicate existing S3 objects across buckets.
Amazon Simple Systems Manager (SSM)
Features
- The release contains new API and API changes for AWS Systems Manager Explorer product.
Netty NIO HTTP Client
Bugfixes
- Update default connectionMaxIdleTimeout of NettyNioAsyncClient to 5 seconds
2.10.18 2019-11-15
AWS Elemental MediaConvert
Features
- AWS Elemental MediaConvert SDK has added support for DolbyVision encoding, and SCTE35 & ESAM insertion to DASH ISO EMSG.
AWS SDK for Java v2
Features
- When SdkException or one of its children is created without a ‘message’, inherit the message from the exception ‘cause’ (if any). This should reduce the chance of an exception being raised by the SDK with a null message.
Amazon Chime
Features
- This release adds support for Chime Room Management APIs
Amazon CloudWatch Logs
Features
- Documentation updates for logs
Amazon Cognito Identity Provider
Features
- This release adds a new option in the User Pool to allow specifying sender's name in the emails sent by Amazon Cognito. This release also adds support to add SES Configuration Set to the emails sent by Amazon Cognito.
Amazon Elastic Compute Cloud
Features
- You can now add tags while copying snapshots. Previously, a user had to first copy the snapshot and then add tags to the copied snapshot manually. Moving forward, you can specify the list of tags you wish to be applied to the copied snapshot as a parameter on the Copy Snapshot API.
Amazon Elastic Kubernetes Service
Features
- Introducing Amazon EKS managed node groups, a new feature that lets you easily provision worker nodes for Amazon EKS clusters and keep them up to date using the Amazon EKS management console, CLI, and APIs.
Amazon Elastic MapReduce
Features
- Access to the cluster ARN makes it easier for you to author resource-level permissions policies in AWS Identity and Access Management. To simplify the process of obtaining the cluster ARN, Amazon EMR has added a new field containing the cluster ARN to all API responses that include the cluster ID.
Amazon GuardDuty
Features
- This release includes new operations related to findings export, including: CreatePublishingDestination, UpdatePublishingDestination, DescribePublishingDestination, DeletePublishingDestination and ListPublishingDestinations.
Amazon Simple Systems Manager (SSM)
Features
- This release updates AWS Systems Manager Parameter Store documentation for the enhanced search capability.
Amazon WorkSpaces
Features
- Added APIs to register your directories with Amazon WorkSpaces and to modify directory details.
Elastic Load Balancing
Features
- Documentation-only change to the default value of the routing.http.drop_invalid_header_fields.enabled attribute.
2.10.17 2019-11-14
AWSMarketplace Metering
Features
- Added CustomerNotEntitledException in MeterUsage API for Container use case.
Amazon Cognito Identity Provider
Features
- This release adds a new setting at user pool client to prevent user existence related errors during authentication, confirmation, and password recovery related operations. This release also adds support to enable or disable specific authentication flows for a user pool client.
Amazon Connect Service
Features
- This release enhances the existing user management APIs and adds 3 new APIs - TagResource, UntagResource, and ListTagsForResource to support tagging Amazon Connect users, which facilitates more granular access controls for Amazon Connect users within an Amazon Connect instance. You can learn more about the new APIs here: https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html.
Amazon Personalize
Features
- Amazon Personalize: Adds ability to get batch recommendations by creating a batch inference job.
Amazon Simple Systems Manager (SSM)
Features
- Updates support for adding attachments to Systems Manager Automation documents
2.10.16 2019-11-13
AWS Data Exchange
Features
- Introducing AWS Data Exchange, a service that makes it easy for AWS customers to securely create, manage, access, and exchange data sets in the cloud.
AWS IoT
Features
- This release adds the custom fields definition support in the index definition for AWS IoT Fleet Indexing Service. Custom fields can be used as an aggregation field to run aggregations with both existing GetStatistics API and newly added GetCardinality, GetPercentiles APIs. GetStatistics will return all statistics (min/max/sum/avg/count...) with this release. For more information, please refer to our latest documentation: https://docs.aws.amazon.com/iot/latest/developerguide/iot-indexing.html
Amazon CloudSearch
Features
- Amazon CloudSearch domains let you require that all traffic to the domain arrive over HTTPS. This security feature helps you block clients that send unencrypted requests to the domain.
Amazon Data Lifecycle Manager
Features
- You can now add tags to a lifecycle policy in Data Lifecycle Manager (DLM). Tags allow you to categorize your policies in different ways, such as by department, purpose or owner. You can also enable resource level permissions based on tags to set access control on ability to modify or delete a tagged policy.
Amazon Simple Email Service
Features
- This is the first release of version 2 of the Amazon SES API. You can use this API to configure your Amazon SES account, and to send email. This API extends the functionality that exists in the previous version of the Amazon SES API.
2.10.15 2019-11-12
AWS CodePipeline
Features
- AWS CodePipeline now supports the use of variables in action configuration.
AWS Marketplace Catalog Service
Features
- This is the first release for the AWS Marketplace Catalog service which allows you to list, describe and manage change requests on your published entities on AWS Marketplace.
Amazon DynamoDB
Features
- Amazon DynamoDB enables you to restore your data to a new DynamoDB table using a point-in-time or on-demand backup. You now can modify the settings on the new restored table. Specifically, you can exclude some or all of the local and global secondary indexes from being created with the restored table. In addition, you can change the billing mode and provisioned capacity settings.
Amazon Transcribe Service
Features
- With this release, Amazon Transcribe now supports transcriptions from audio sources in Welsh English (en-WL), Scottish English(en-AB), Irish English(en-IE), Farsi(fa-IR), Tamil(ta-IN), Indonesian(id-ID), Portuguese (pt-PT), Dutch(nl-NL).
Elastic Load Balancing
Features
- You can configure your Application Load Balancer to either drop invalid header fields or forward them to targets.
2.10.14 2019-11-11
AWS CloudFormation
Features
- The Resource Import feature enables customers to import existing AWS resources into new or existing CloudFormation Stacks.
AWS Cost Explorer Service
Features
- This launch provides customers with access to GetCostAndUsageWithResources API.
Amazon Polly
Features
- Add
PollyPresigner
which enables support for presigning SynthesizeSpeech
requests.
2.10.13 2019-11-08
Amazon Cognito Identity
Features
- This release adds support for disabling classic flow.
Amazon EC2 Container Registry
Features
- This release contains ticket fixes for Amazon ECR.
2.10.12 2019-11-07
AWS S3
Features
- Added support for presignPutObject in S3Presigner.
AWS SSO OIDC
Features
- This is an initial release of AWS Single Sign-On OAuth device code authorization service.
AWS Single Sign-On
Features
- This is an initial release of AWS Single Sign-On (SSO) end-user access. This release adds support for accessing AWS accounts assigned in AWS SSO using short term credentials.
Amazon Comprehend
Features
- This release adds new languages (ar, hi, ko, ja, zh, zh-TW) for Amazon Comprehend's DetectSentiment, DetectEntities, DetectKeyPhrases, BatchDetectSentiment, BatchDetectEntities and BatchDetectKeyPhrases APIs
Amazon Simple Systems Manager (SSM)
Features
- AWS Systems Manager Session Manager target length increased to 400.
Netty NIO HTTP Client
Features
- Switch from setting the absolute URI in HTTP requests with no
Host
header to setting the absolute request path and query paramters and a Host
header.
2.10.11 2019-11-06
AWS SDK for Java v2
Features
- Added the web identity credentials provider to the default credential chain
AWS Savings Plans
Features
- This is the first release of Savings Plans, a new flexible pricing model that offers low prices on Amazon EC2 and AWS Fargate usage.
2.10.10 2019-11-06
AWS Budgets
Features
- Documentation updates for budgets to track Savings Plans utilization and coverage
AWS CodeBuild
Features
- Add support for Build Number, Secrets Manager and Exported Environment Variables.
AWS Cost Explorer Service
Features
- This launch provides customers with access to Savings Plans management APIs.
AWS Savings Plans
Features
- This is the first release of Savings Plans, a new flexible pricing model that offers low prices on Amazon EC2 and AWS Fargate usage.
AWS Signer
Features
- This release adds support for tagging code-signing profiles in AWS Signer.
Amazon Elastic File System
Features
- EFS customers can select a lifecycle policy that automatically moves files that have not been accessed for 7 days into the EFS Infrequent Access (EFS IA) storage class. EFS IA provides price/performance that is cost-optimized for files that are not accessed every day.
2.10.9 2019-11-05
AWS CodeStar Notifications
Features
- This release adds a notification manager for events in repositories, build projects, deployments, and pipelines. You can now configure rules and receive notifications about events that occur for resources. Each notification includes a status message as well as a link to the resource (repository, build project, deployment application, or pipeline) whose event generated the notification.
Amazon Relational Database Service
Features
- Documentation updates for Amazon RDS
2.10.8 2019-11-04
AWS RoboMaker
Features
- RoboMaker Fleet Management launch a feature to verify your robot is ready to download and install the new robot application using a download condition file, which is a script run on the robot prior to downloading the new deployment.
Amazon DynamoDB Accelerator (DAX)
Features
- Documentation updates for dax
Amazon Elastic Compute Cloud
Features
- Documentation updates for ec2
2.10.7 2019-11-01
AWS CloudTrail
Features
- This release adds two new APIs, GetTrail and ListTrails, and support for adding tags when you create a trail by using a new TagsList parameter on CreateTrail operations.
AWS Database Migration Service
Features
- This release contains task timeline attributes in replication task statistics. This release also adds a note to the documentation for the CdcStartPosition task request parameter. This note describes how to enable the use of native CDC start points for a PostgreSQL source by setting the new slotName extra connection attribute on the source endpoint to the name of an existing logical replication slot.
Amazon Pinpoint
Features
- This release of the Amazon Pinpoint API introduces support for using and managing journeys, and querying analytics data for journeys.
2.10.6 2019-10-31
AWS Amplify
Features
- This release of AWS Amplify Console introduces support for Web Previews. This feature allows user to create ephemeral branch deployments from pull request submissions made to a connected repository. A pull-request preview deploys every pull request made to your Git repository to a unique preview URL.
AWS Support
Features
- The status descriptions for TrustedAdvisorCheckRefreshStatus have been updated
Amazon Simple Storage Service
Features
- S3 Inventory now supports a new field ‘IntelligentTieringAccessTier’ that reports the access tier (frequent or infrequent) of objects stored in Intelligent-Tiering storage class.
2.10.5 2019-10-30
Amazon ElastiCache
Features
- Amazon ElastiCache for Redis 5.0.5 now allows you to modify authentication tokens by setting and rotating new tokens. You can now modify active tokens while in use, or add brand-new tokens to existing encryption-in-transit enabled clusters that were previously setup without authentication tokens. This is a two-step process that allows you to set and rotate the token without interrupting client requests.
2.10.4 2019-10-29
AWS Cloud9
Features
- Added CREATING and CREATE_FAILED environment lifecycle statuses.
Amazon AppStream
Features
- Adds support for providing domain names that can embed streaming sessions
2.10.3 2019-10-28
Amazon Simple Storage Service
Features
- Adding support in SelectObjectContent for scanning a portion of an object specified by a scan range.
2.10.2 2019-10-28
AWS Transfer for SFTP
Features
- This release adds logical directories support to your AWS SFTP server endpoint, so you can now create logical directory structures mapped to Amazon Simple Storage Service (Amazon S3) bucket paths for users created and stored within the service. Amazon S3 bucket names and paths can now be hidden from AWS SFTP users, providing an additional level of privacy to meet security requirements. You can lock down your SFTP users' access to designated folders (commonly referred to as ‘chroot’), and simplify complex folder structures for data distribution through SFTP without replicating files across multiple users.
Amazon EC2 Container Registry
Features
- This release of Amazon Elastic Container Registry Service (Amazon ECR) introduces support for image scanning. This identifies the software vulnerabilities in the container image based on the Common Vulnerabilities and Exposures (CVE) database.
Amazon ElastiCache
2.10.1 2019-10-25
Amazon Transcribe Streaming Service
Features
- With this release, Amazon Transcribe Streaming now supports audio sources in Australian English (en-AU).
2.10.0 2019-10-24
AWS App Mesh
Features
- This release adds support for the gRPC and HTTP/2 protocols.
AWS SDK for Java v2
Features
- Updating to use Jackson 2.10.0 and Netty 4.1.42.Final
Amazon Chime
Features
- This release introduces Voice Connector PDX region and defaults previously created Voice Connectors to IAD. You can create Voice Connector Groups and add region specific Voice Connectors to direct telephony traffic across AWS regions in case of regional failures. With this release you can add phone numbers to Voice Connector Groups and can bulk move phone numbers between Voice Connectors, between Voice Connector and Voice Connector Groups and between Voice Connector Groups. Voice Connector now supports additional settings to enable SIP Log capture. This is in addition to the launch of Voice Connector Cloud Watch metrics in this release. This release also supports assigning outbound calling name (CNAM) to AWS account and individual phone numbers assigned to Voice Connectors. * Voice Connector now supports a setting to enable real time audio streaming delivered via Kinesis Audio streams. Please note that recording Amazon Chime Voice Connector calls with this feature maybe be subject to laws or regulations regarding the recording of telephone calls and other electronic communications. AWS Customer and their end users' have the responsibility to comply with all applicable laws regarding the recording, including properly notifying all participants in a recorded session or to a recorded communication that the session or communication is being recorded and obtain their consent.
Amazon Elastic Compute Cloud
Features
- This release updates CreateFpgaImage to support tagging FPGA images on creation
Amazon GameLift
Features
- Amazon GameLift offers expanded hardware options for game hosting: Custom game builds can use the Amazon Linux 2 operating system, and fleets for both custom builds and Realtime servers can now use C5, M5, and R5 instance types.
Amazon SageMaker Service
Features
- Adds support for the new family of Elastic Inference Accelerators (eia2) for SageMaker Hosting and Notebook Services
Netty NIO Http Client
Bugfixes
- Fix a race condition where the channel is closed right after all content is buffered, causing
server failed to complete the response
error by adding a flag when LastHttpContentHandler
is received.