Update module aws/aws-sdk-go to v1.15.54 - autoclosed
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
github.com/aws/aws-sdk-go | require | minor | v1.15.54 | source |
Release Notes
aws/aws-sdk-go
v1.15.54
===
Service Client Updates
-
service/cloudtrail
: Updates service API and documentation- The LookupEvents API now supports two new attribute keys: ReadOnly and AccessKeyId
SDK Enhancements
-
aws/session
: Add support for credential source(#2201)- Allows for shared config file to contain
credential_source
with any of the given valuesEcsContainer
,Environment
orEc2InstanceMetadata
- Allows for shared config file to contain
v1.15.53
===
Service Client Updates
-
service/athena
: Updates service API and documentation-
- GetQueryExecution API changes to return statementType of a submitted Athena query. 2. GetQueryResults API changes to return the number of rows added to a table when a CTAS query is executed.
-
-
service/directconnect
: Updates service API and documentation- This release adds support for Jumbo Frames over AWS Direct Connect. You can now set MTU value when creating new virtual interfaces. This release also includes a new API to modify MTU value of existing virtual interfaces.
-
service/ec2
: Updates service API- You can now launch the smaller-sized G3 instance called g3s.xlarge. G3s.xlarge provides 4 vCPU, 30.5 GB RAM and a NVIDIA Tesla M60 GPU. It is ideal for remote workstations, engineering and architectural applications, and 3D visualizations and rendering for visual effects.
-
service/mediaconvert
: Updates service paginators- Added Paginators for all the MediaConvert list operations
-
service/transcribe
: Updates service API and documentation
v1.15.52
===
Service Client Updates
-
service/comprehend
: Updates service API -
service/es
: Updates service API and documentation- Amazon Elasticsearch Service now supports customer-scheduled service software updates. When new service software becomes available, you can request an update to your domain and benefit from new features more quickly. If you take no action, we update the service software automatically after a certain time frame.
-
service/transcribe
: Updates service API and documentation
v1.15.51
===
Service Client Updates
-
service/ssm
: Updates service API and documentation- Adds StartDate, EndDate, and ScheduleTimezone to CreateMaintenanceWindow and UpdateMaintenanceWindow; Adds NextExecutionTime to GetMaintenanceWindow and DescribeMaintenanceWindows; Adds CancelMaintenanceWindowExecution, DescribeMaintenanceWindowSchedule and DescribeMaintenanceWindowsForTarget APIs.
v1.15.50
===
Service Client Updates
-
service/iot
: Updates service API and documentation- We are releasing job execution timeout functionalities to customers. Customer now can set job execution timeout on the job level when creating a job.
-
service/iot-jobs-data
: Updates service API and documentation
v1.15.49
===
Service Client Updates
-
service/ds
: Updates service API and documentation- SDK changes to create a new type of trust for active directory
v1.15.48
===
Service Client Updates
-
service/apigateway
: Updates service API and documentation- Adding support for multi-value parameters in TestInvokeMethod and TestInvokeAuthorizer.
-
service/codebuild
: Updates service API and documentation- Add resolved source version field in build output
-
service/ssm
: Updates service API and documentation- Adds RejectedPatchesAction to baseline to enable stricted validation of the rejected Patches List ; Add InstalledRejected and InstallOverrideList to compliance reporting
-
service/storagegateway
: Updates service API and documentation- AWS Storage Gateway now enables you to specify folders and subfolders when you update your file gateway's view of your S3 objects using the Refresh Cache API.
v1.15.47
===
Service Client Updates
-
service/sagemaker
: Updates service waiters- Waiter for SageMaker Batch Transform Jobs.
-
service/secretsmanager
: Updates service documentation- Documentation updates for secretsmanager
SDK Enhancements
-
aws/config
: fix typo in Config struct documentation (#2169)- fix typo in Config struct documentation in aws-sdk-go/aws/config.go
-
internal/csm
: Add region to api call metrics (#2175) -
private/model/api
: Use modeled service signing version in code generation (#2162)- Updates the SDK's code generate to make use of the model's service signature version when generating the client for the service. This allows the SDK to generate a client using the correct signature version, e.g v4 vs s3v4 without the need for additional customizations.
SDK Bugs
v1.15.46
Release v1.15.46 (2018-10-01)
Service Client Updates
-
service/guardduty
: Updates service API and documentation- Support optional FindingPublishingFrequency parameter in CreateDetector and UpdateDetector operations, and ClientToken on Create* operations
-
service/rekognition
: Updates service documentation- Documentation updates for Amazon Rekognition
v1.15.45
===
Service Client Updates
-
service/codestar
: Updates service API and documentation- This release enables tagging CodeStar Projects at creation. The CreateProject API now includes optional tags parameter.
-
service/ec2
: Updates service API- You can now use EC2 High Memory instances with 6 TiB memory (u-6tb1.metal), 9 TiB memory (u-9tb1.metal), and 12 TiB memory (u-12tb1.metal), which are ideal for running large in-memory databases, including production deployments of SAP HANA. These instances offer 448 logical processors, where each logical processor is a hyperthread on 224 cores. These instance deliver high networking throughput and lower latency with up to 25 Gbps of aggregate network bandwidth using Elastic Network Adapter (ENA)-based Enhanced Networking. These instances are EBS-Optimized by default, and support encrypted and unencrypted EBS volumes. This instance is only available in host-tenancy. You will need an EC2 Dedicated Host for this instance type to launch an instance.
v1.15.44
===
Service Client Updates
-
service/apigateway
: Updates service documentation- Adding support for OpenAPI 3.0 import and export.
-
service/codecommit
: Updates service API and documentation- This release adds API support for getting the contents of a file, getting the contents of a folder, and for deleting a file in an AWS CodeCommit repository.
-
service/mq
: Updates service API and documentation- Amazon MQ supports ActiveMQ 5.15.6, in addition to 5.15.0. Automatic minor version upgrades can be toggled. Updated the documentation.
v1.15.43
===
Service Client Updates
-
aws/endpoints
: Updated Regions and Endpoints metadata. -
service/glue
: Updates service API and documentation- AWS Glue now supports data encryption at rest for ETL jobs and development endpoints. With encryption enabled, when you run ETL jobs, or development endpoints, Glue will use AWS KMS keys to write encrypted data at rest. You can also encrypt the metadata stored in the Glue Data Catalog using keys that you manage with AWS KMS. Additionally, you can use AWS KMS keys to encrypt the logs generated by crawlers and ETL jobs as well as encrypt ETL job bookmarks. Encryption settings for Glue crawlers, ETL jobs, and development endpoints can be configured using the security configurations in Glue. Glue Data Catalog encryption can be enabled via the settings for the Glue Data Catalog.
-
service/opsworkscm
: Updates service API and documentation- This release introduces a new API called ExportServerEngineAttribute to Opsworks-CM. You can use this API call to export engine specific attributes like the UserData script used for unattended bootstrapping of new nodes that connect to the server.
-
service/rds
: Updates service API and documentation- This release includes Deletion Protection for RDS databases.
-
service/sqs
: Updates service API and documentation- Documentation updates for Amazon SQS.
SDK Enhancements
-
private/protocol/restjson/restjson
: Use json.Decoder to decrease memory allocation (#2141)- Update RESTJSON protocol unmarshaler to use json.Decoder instead of ioutil.ReadAll to reduce allocations.
-
private/protocol/jsonrpc/jsonrpc
: Use json.Decoder to decrease memory allocation (#2142)- Update JSONPRC protocol unmarshaler to use json.Decoder instead of ioutil.ReadAll to reduce allocations.
v1.15.42
===
Service Client Updates
-
service/cloudfront
: Updates service documentation- Documentation updates for cloudfront
-
service/ds
: Updates service API and documentation- API changes related to launch of cross account for Directory Service.
-
service/ec2
: Updates service API and documentation- Add pagination support for ec2.describe-route-tables API.
v1.15.41
===
Service Client Updates
-
service/connect
: Updates service API, documentation, and paginators -
service/rds
: Updates service API and documentation- Adds DB engine version requirements for option group option settings, and specifies if an option setting requires a value.
v1.15.40
===
Service Client Updates
-
service/mediaconvert
: Updates service API and documentation- To offer lower prices for predictable, non-urgent workloads, we propose the concept of Reserved Transcode pricing. Reserved Transcode pricing Reserved Transcoding pricing would offer the customer access to a fixed parallel processing capacity for a fixed monthly rate. This capacity would be stated in terms of number of Reserved Transcode Slots (RTSs). One RTS would be able to process one job at a time for a fixed monthly fee.
v1.15.39
===
Service Client Updates
-
service/ds
: Updates service API and documentation- Added CreateLogSubscription, DeleteLogSubscription, and ListLogSubscriptions APIs for Microsoft AD. Customers can now opt in to have Windows security event logs from the domain controllers forwarded to a log group in their account.
-
service/ec2
: Updates service API- You can now launch f1.4xlarge, a new instance size within the existing f1 family which provides two Xilinx Virtex Field Programmable Arrays (FPGAs) for acceleration. FPGA acceleration provide additional performance and time sensitivity for specialized accelerated workloads such as clinical genomics and real-time video processing. F1.4xlarge instances are available in the US East (N. Virginia), US West (Oregon), GovCloud (US), and EU West (Dublin) AWS Regions.
-
service/rds
: Updates service API and documentation- This launch enables RDS start-db-cluster and stop-db-cluster. Stopping and starting Amazon Aurora 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.
v1.15.38
===
Service Client Updates
-
service/monitoring
: Updates service API and documentation- Amazon CloudWatch adds the ability to request png image snapshots of metric widgets using the GetMetricWidgetImage API.
-
service/organizations
: Updates service API and documentation- Introducing a new exception - AccountOwnerNotVerifiedException which will be returned for InviteAccountToOrganization call for unverified accounts.
-
service/s3
: Updates service API and documentation- S3 Cross Region Replication now allows customers to use S3 object tags to filter the scope of replication. By using S3 object tags, customers can identify individual objects for replication across AWS Regions for compliance and data protection. Cross Region Replication for S3 enables automatic and asynchronous replication of objects to another AWS Region, and with this release customers can replicate at a bucket level, prefix level or by using object tags.
v1.15.37
===
Service Client Updates
-
service/es
: Updates service API and documentation- Amazon Elasticsearch Service adds support for node-to-node encryption for new domains running Elasticsearch version 6.0 and above
-
service/rekognition
: Updates service API and documentation- This release updates the Amazon Rekognition IndexFaces API operation. It introduces a QualityFilter parameter that allows you to automatically filter out detected faces that are deemed to be of low quality by Amazon Rekognition. The quality bar is based on a variety of common use cases. You can filter low-quality detected faces by setting QualityFilter to AUTO, which is also the default setting. To index all detected faces regardless of quality, you can specify NONE. This release also provides a MaxFaces parameter that is useful when you want to only index the most prominent and largest faces in an image and don't want to index other faces detected in the image, such as smaller faces belonging to people standing in the background.
v1.15.36
===
Service Client Updates
-
service/codebuild
: Updates service API and documentation- Support build logs configuration.
-
service/ec2
: Updates service API and documentation- Added support for customers to tag EC2 Dedicated Hosts on creation.
-
service/ecs
: Updates service API and documentation- This release of Amazon Elastic Container Service (Amazon ECS) introduces support for additional Docker flags as Task Definition parameters. Customers can now configure their ECS Tasks to use systemControls (sysctl), pseudoTerminal (tty), and interactive (i) Docker flags.
-
service/elasticache
: Updates service API and documentation- ElastiCache for Redis added support for adding and removing read-replicas from any cluster with no cluster downtime, Shard naming: ElastiCache for Redis customers have the option of allowing ElastiCache to create names for their node groups (shards) or generating their own node group names. For more information, see https:// docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_NodeGroupConfiguration.html, ShardsToRetain: When reducing the number of node groups (shards) in an ElastiCache for Redis (cluster mode enabled) you have the option of specifying which node groups to retain or which node groups to remove. For more information, see https:// docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ModifyReplicationGroupShardConfiguration.html, ReservationARN: ReservedNode includes an ARN, ReservationARN, member which identifies the reserved node. For more information, see https:// docs.aws.amazon.com/AmazonElastiCache/latest/APIReference/API_ReservedCacheNode.html
-
service/elastictranscoder
: Updates service API, documentation, and paginators- Added support for MP2 container
-
service/monitoring
: Updates service API and documentation- Amazon CloudWatch adds the ability to publish values and counts using PutMetricData
-
service/secretsmanager
: Updates service documentation- Documentation updates for secretsmanager
v1.15.35
===
Service Client Updates
-
service/polly
: Updates service API and documentation- Amazon Polly adds Mandarin Chinese language support with new female voice - "Zhiyu"
v1.15.34
===
Service Client Updates
-
service/connect
: Updates service API and documentation -
service/ec2
: Updates service API, documentation, and paginators- Pagination Support for DescribeNetworkInterfaces API
-
service/email
: Updates service documentation- Documentation updates for Amazon Simple Email Service
-
service/fms
: Updates service API and documentation
v1.15.33
===
Service Client Updates
-
service/opsworkscm
: Updates service documentation- Documentation updates for opsworkscm
-
service/ssm
: Updates service API and documentation- Session Manager is a fully managed AWS Systems Manager capability that provides interactive one-click access to Amazon EC2 Linux and Windows instances.
v1.15.32
===
Service Client Updates
-
service/cloudhsmv2
: Updates service API and documentation- With this release, we are adding 2 new APIs. DeleteBackup deletes a specified AWS CloudHSM backup. A backup can be restored up to 7 days after the DeleteBackup request. During this 7-day period, the backup will be in state PENDING_DELETION. Backups can be restored using the RestoreBackup API, which will move the backup from state PENDING_DELETION back to ACTIVE.
-
aws/endpoints
: Updated Regions and Endpoints metadata. -
service/redshift
: Updates service API and documentation- Adding support to Redshift to change the encryption type after cluster creation completes.
v1.15.31
===
Service Client Updates
-
service/config
: Updates service API and documentation -
service/logs
: Updates service API and documentation-
- Adding a log prefix parameter for filter log events API and minor updates to the documentation
-
SDK Enhancements
-
private/protocol/json/jsonutil
: Use json.Decoder to decrease memory allocation (#2115)- Updates the SDK's JSON protocol marshaler to use
json.Decoder
instead ofioutil.ReadAll
. This reduces the memory unmarshaling JSON payloads by about 50%. - Fix #2114
- Updates the SDK's JSON protocol marshaler to use
v1.15.30
Release v1.15.30 (2018-09-06)
Service Client Updates
-
service/apigateway
: Updates service API and documentation- Add support for Active X-Ray with API Gateway
-
service/codecommit
: Updates service API and documentation- This release adds additional optional fields to the pull request APIs.
-
aws/endpoints
: Updated Regions and Endpoints metadata. -
service/mediaconvert
: Updates service API and documentation- This release adds support for Cost Allocation through tagging and also enables adding, editing, and removal of tags from the MediaConvert console.
SDK Enhancements
-
private/protocol
: Serialization errors will now be wrapped inawserr.RequestFailure
types (#2135)- Updates the SDK protocol unmarshaling to handle the
SerializationError
as a request failure allowing for inspection ofrequestID
s and status codes.
- Updates the SDK protocol unmarshaling to handle the
v1.15.29
===
Service Client Updates
-
service/apigateway
: Updates service API and documentation- Add support for Active X-Ray with API Gateway
-
service/codecommit
: Updates service API and documentation- This release adds additional optional fields to the pull request APIs.
-
aws/endpoints
: Updated Regions and Endpoints metadata. -
service/mediaconvert
: Updates service API and documentation- This release adds support for Cost Allocation through tagging and also enables adding, editing, and removal of tags from the MediaConvert console.
SDK Enhancements
-
private/protocol
: Serialization errors will now be wrapped inawserr.RequestFailure
types (#2135)- Updates the SDK protocol unmarshaling to handle the
SerializationError
as a request failure allowing for inspection ofrequestID
s and status codes.
- Updates the SDK protocol unmarshaling to handle the
v1.15.28
===
Service Client Updates
-
service/appstream
: Updates service API and documentation- Added support for enabling persistent application settings for a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
-
service/dynamodb
: Updates service API and documentation- New feature for Amazon DynamoDB.
-
service/elasticloadbalancing
: Updates service API and documentation -
service/rds
: Updates service documentation- Fix broken links in the RDS CLI Reference to the Aurora User Guide
-
service/s3
: Updates service API, documentation, and examples- Parquet input format support added for the SelectObjectContent API
SDK Enhancements
-
private/model/api
: Add "Deprecated" to deprecated API operation and type doc strings (#2129)- Updates the SDK's code generation to include
Deprecated
in the documentation string for API operations and types that are depercated by a service. - Related to golang/go#10909
- https://blog.golang.org/godoc-documenting-go-code
- Updates the SDK's code generation to include
SDK Bugs
v1.15.27
Release v1.15.27 (2018-09-04)
Service Client Updates
-
service/rds
: Updates service documentation- Updating cross references for the new Aurora User Guide.
-
service/rekognition
: Updates service API and documentation- This release introduces a new API called DescribeCollection to Amazon Rekognition. You can use DescribeCollection to get information about an existing face collection. Given the ID for a face collection, DescribeCollection returns the following information: the number of faces indexed into the collection, the version of the face detection model used by the collection, the Amazon Resource Name (ARN) of the collection and the creation date/time of the collection.
v1.15.26
===
Service Client Updates
-
service/eks
: Updates service API and documentation -
service/waf
: Updates service API and documentation- This change includes support for the WAF FullLogging feature through which Customers will have access to all the logs of requests that are inspected by a WAF WebACL. The new APIs allow Customers to manage association of a WebACL with one or more supported "LogDestination" and redact any request fields from the logs.
-
service/waf-regional
: Updates service API and documentation
v1.15.25
===
Service Client Updates
-
service/codebuild
: Updates service API and documentation- Support multiple sources and artifacts for CodeBuild projects.
-
service/sagemaker
: Updates service API and documentation- VolumeKmsKeyId now available in Batch Transform Job
v1.15.24
===
Service Client Updates
-
service/glue
: Updates service API and documentation- AWS Glue now supports data encryption at rest for ETL jobs and development endpoints. With encryption enabled, when you run ETL jobs, or development endpoints, Glue will use AWS KMS keys to write encrypted data at rest. You can also encrypt the metadata stored in the Glue Data Catalog using keys that you manage with AWS KMS. Additionally, you can use AWS KMS keys to encrypt the logs generated by crawlers and ETL jobs as well as encrypt ETL job bookmarks. Encryption settings for Glue crawlers, ETL jobs, and development endpoints can be configured using the security configurations in Glue. Glue Data Catalog encryption can be enabled via the settings for the Glue Data Catalog.
-
service/mediapackage
: Updates service API and documentation- MediaPackage now provides input redundancy. Channels have two ingest endpoints that can receive input from encoders. OriginEndpoints pick one of the inputs receiving content for playback and automatically switch to the other input if the active input stops receiving content. Refer to the User Guide (https://docs.aws.amazon.com/mediapackage/latest/ug/what-is.html) for more details on this feature.
-
service/runtime.sagemaker
: Updates service API and documentation
v1.15.23
===
Service Client Updates
-
service/glue
: Updates service API and documentation- New Glue APIs for creating, updating, reading and deleting Data Catalog resource-based policies.
-
service/xray
: Updates service API and documentation- Support for new APIs that enable management of sampling rules.
v1.15.22
===
Service Client Updates
-
aws/endpoints
: Updated Regions and Endpoints metadata. -
service/iot
: Updates service API and documentation- This release adds support to create a Stream and Code signing for Amazon FreeRTOS job along with Over-the-air updates.
-
service/iotanalytics
: Updates service API, documentation, and paginators -
service/redshift
: Updates service documentation- Documentation updates for redshift
-
service/signer
: Adds new service- AWS Signer is a new feature that allows Amazon FreeRTOS (AFR) Over The Air (OTA) customers to cryptographically sign code using code-signing certificates managed by AWS Certificate Manager.
v1.15.21
===
Service Client Updates
-
service/glue
: Updates service API and documentation- AWS Glue now supports data encryption at rest for ETL jobs and development endpoints. With encryption enabled, when you run ETL jobs, or development endpoints, Glue will use AWS KMS keys to write encrypted data at rest. You can also encrypt the metadata stored in the Glue Data Catalog using keys that you manage with AWS KMS. Additionally, you can use AWS KMS keys to encrypt the logs generated by crawlers and ETL jobs as well as encrypt ETL job bookmarks. Encryption settings for Glue crawlers, ETL jobs, and development endpoints can be configured using the security configurations in Glue. Glue Data Catalog encryption can be enabled via the settings for the Glue Data Catalog.
v1.15.20
===
Service Client Updates
-
service/cognito-idp
: Updates service API and documentation -
service/events
: Updates service API and documentation- Added Fargate and NetworkConfiguration support to EcsParameters.
v1.15.19
===
Service Client Updates
-
service/iot
: Updates service API and documentation- This release adds support for IoT Thing Group Indexing and Searching functionality.
-
service/iotanalytics
: Updates service API and documentation -
service/lex-models
: Updates service API -
service/medialive
: Updates service API, documentation, and paginators- Adds two APIs for working with Channel Schedules: BatchUpdateSchedule and DescribeSchedule. These APIs allow scheduling actions for SCTE-35 message insertion and for static image overlays.
-
service/rekognition
: Updates service API, documentation, and examples- This release introduces a new API called DescribeCollection to Amazon Rekognition. You can use DescribeCollection to get information about an existing face collection. Given the ID for a face collection, DescribeCollection returns the following information: the number of faces indexed into the collection, the version of the face detection model used by the collection, the Amazon Resource Name (ARN) of the collection and the creation date/time of the collection.
v1.15.18
===
Service Client Updates
-
service/snowball
: Updates service API- Snowball job states allow customers to track the status of the Snowball job. We are launching a new Snowball job state "WithSortingFacility"! When customer returns the Snowball to AWS, the device first goes to a sorting facility before it reaches an AWS data center. Many customers have requested us to add a new state to reflect the presence of the device at the sorting facility for better tracking. Today when a customer returns the Snowball, the state first changes from "InTransitToAWS" to "WithAWS". With the addition of new state, the device will move from "InTransitToAWS" to "WithAWSSortingFacility", and then to "WithAWS". There are no other changes to the API at this time besides adding this new state.
v1.15.17
===
Service Client Updates
-
service/dlm
: Updates service documentation -
service/ec2
: Updates service API- Added support for T3 Instance type in EC2. To learn more about T3 instances, please see https://aws.amazon.com/ec2/instance-types/t3/
-
service/elasticbeanstalk
: Updates service API, documentation, and examples- Elastic Beanstalk adds the "Privileged" field to the "CPUUtilization" type, to support enhanced health reporting in Windows environments.
-
service/rds
: Updates service paginators- Adds a paginator for the DescribeDBClusters operation.
v1.15.16
===
Service Client Updates
-
service/dynamodb
: Updates service API and documentation- Added SSESpecification block to update-table command which allows users to modify table Server-Side Encryption. Added two new fields (SSEType and KMSMasterKeyId) to SSESpecification block used by create-table and update-table commands. Added new SSEDescription Status value UPDATING.
-
service/mediaconvert
: Updates service API- This release fixes backward-incompatible changes from a previous release. That previous release changed non-required job settings to required, which prevented jobs and job templates from merging correctly. The current change removes validation of required settings from the SDK and instead centralizes the validation in the service API. For information on required settings, see the Resources chapter of the AWS Elemental MediaConvert API Reference https://docs.aws.amazon.com/mediaconvert/latest/apireference/resources.html
v1.15.15
===
Service Client Updates
-
service/dax
: Updates service API- DAX CreateClusterRequest is updated to include IamRoleArn as a required request parameter.
-
service/sagemaker
: Updates service API and documentation- Added an optional boolean parameter, 'DisassociateLifecycleConfig', to the UpdateNotebookInstance operation. When set to true, the lifecycle configuration associated with the notebook instance will be removed, allowing a new one to be set via a new 'LifecycleConfigName' parameter.
-
service/secretsmanager
: Updates service documentation- Documentation updates for Secrets Manager
v1.15.14
===
Service Client Updates
-
service/discovery
: Updates service API, documentation, and paginators- The Application Discovery Service's Continuous Export APIs allow you to analyze your on-premises server inventory data, including system performance and network dependencies, in Amazon Athena.
-
service/ec2
: Updates service API- The 'Attribute' parameter DescribeVolumeAttribute request has been marked as required - the API has always required this parameter, but up until now this wasn't reflected appropriately in the SDK.
-
service/mediaconvert
: Updates service API and documentation- Added WriteSegmentTimelineInRepresentation option for Dash Outputs
-
service/redshift
: Updates service API and documentation- You can now resize your Amazon Redshift cluster quickly. With the new ResizeCluster action, your cluster is available for read and write operations within minutes
-
service/ssm
: Updates service API and documentation- AWS Systems Manager Inventory now supports groups to quickly see a count of which managed instances are and arent configured to collect one or more Inventory types
v1.15.13
===
Service Client Updates
-
service/devicefarm
: Updates service API and documentation- Support for running tests in a custom environment with live logs/video streaming, full test features parity and reduction in overall test execution time.
-
aws/endpoints
: Updated Regions and Endpoints metadata.
v1.15.12
===
Service Client Updates
-
service/autoscaling
: Updates service API and documentation- Add batch operations for creating/updating and deleting scheduled scaling actions.
-
service/cloudfront
: Adds new service- Lambda@Edge Now Provides You Access to the Request Body for HTTP POST/PUT Processing. With this feature, you can now offload more origin logic to the edge and improve end-user latency. Developers typically use Web/HTML forms or Web Beacons/Bugs as a mechanism to collect data from the end users and then process that data at their origins servers. For example, if you are collecting end user behavior data through a web beacon on your website, you can use this feature to access the user behavior data and directly log it to an Amazon Kinesis Firehose endpoint from the Lambda function, thereby simplifying your origin infrastructure.
-
aws/endpoints
: Updated Regions and Endpoints metadata. -
service/es
: Updates service API, documentation, and paginators- Amazon Elasticsearch Service adds support for no downtime, in-place upgrade for Elasticsearch version 5.1 and above.
v1.15.11
===
Service Client Updates
-
service/sagemaker
: Updates service API and documentation- SageMaker updated the default endpoint URL to support Private Link via the CLI/SDK.
v1.15.10
===
Service Client Updates
-
service/mediaconvert
: Updates service API and documentation- This release adds support for a new rate control mode, Quality-Defined Variable Bitrate (QVBR) encoding, includes updates to optimize transcoding performance, and resolves previously reported bugs.
-
service/rds
: Updates service documentation- Documentation updates for rds
v1.15.9
===
Service Client Updates
-
service/dax
: Updates service API and documentation- Add the SSESpecification field to CreateCluster to allow creation of clusters with server-side encryption, and add the SSEDescription field to DescribeClusters to display the status of server-side encryption for a cluster.
-
service/ecs
: Updates service API and documentation- This release of Amazon Elastic Container Service (Amazon ECS) introduces support for Docker volumes and Docker volume drivers. Customers can now configure their ECS Tasks to use Docker volumes, enabling stateful and storage-intensive applications to be deployed on ECS.
-
service/rds
: Updates service API, documentation, and examples- Launch RDS Aurora Serverless
v1.15.8
===
Service Client Updates
-
service/secretsmanager
: Updates service API and documentation- This release introduces a ForceDeleteWithoutRecovery parameter to the DeleteSecret API enabling customers to force the deletion of a secret without any recovery window
-
service/ssm
: Updates service API and documentation- AWS Systems Manager Automation is launching two new features for Automation Execution Rate Control based on tags and customized parameter maps. With the first feature, customer can target their resources by specifying a Tag with Key/Value. With the second feature, Parameter maps rate control, customers can benefit from customization of input parameters.
v1.15.7
===
Service Client Updates
-
service/codebuild
: Updates service API and documentation- Release semantic versioning feature for CodeBuild
-
service/ec2
: Updates service API and documentation- Amazon VPC Flow Logs adds support for delivering flow logs directly to S3
-
service/logs
: Updates service API and documentation- Documentation Update
-
service/pinpoint
: Updates service API and documentation- This release includes a new batch API call for Amazon Pinpoint which can be used to update endpoints and submit events. This call will accept events from clients such as mobile devices and AWS SDKs. This call will accept requests which has multiple endpoints and multiple events attached to those endpoints in a single call. This call will update the endpoints attached and will ingest events for those endpoints. The response from this call will be a multipart response per endpoint/per event submitted.
-
service/ssm
: Updates service API and documentation- Two new filters ExecutionStage and DocumentName will be added to ListCommands so that customers will have more approaches to query their commands.
v1.15.6
===
Service Client Updates
-
service/dynamodb
: Updates service API and documentation- Amazon DynamoDB Point-in-time recovery (PITR) provides continuous backups of your table data. DynamoDB now supports the ability to self-restore a deleted PITR enabled table. Now, when a table with PITR enabled is deleted, a system backup is automatically created and retained for 35 days (at no additional cost). System backups allow you to restore the deleted PITR enabled table to the state it was just before the point of deletion. For more information, see the Amazon DynamoDB Developer Guide.
-
service/health
: Updates service API, documentation, and paginators- Updates the ARN structure vended by AWS Health API. All ARNs will now include the service and type code of the associated event, as vended by DescribeEventTypes.
v1.15.5
===
Service Client Updates
-
service/cloudtrail
: Updates service API and documentation- The LookupEvents API now supports two new attribute keys: ReadOnly and AccessKeyId
SDK Enhancements
-
aws/session
: Add support for credential source(#2201)- Allows for shared config file to contain
credential_source
with any of the given valuesEcsContainer
,Environment
orEc2InstanceMetadata
- Allows for shared config file to contain
v1.15.4
===
Service Client Updates
-
service/ds
: Updates service API and documentation- SDK changes to create a new type of trust for active directory
v1.15.3
===
Service Client Updates
-
service/ds
: Updates service API and documentation- Added CreateLogSubscription, DeleteLogSubscription, and ListLogSubscriptions APIs for Microsoft AD. Customers can now opt in to have Windows security event logs from the domain controllers forwarded to a log group in their account.
-
service/ec2
: Updates service API- You can now launch f1.4xlarge, a new instance size within the existing f1 family which provides two Xilinx Virtex Field Programmable Arrays (FPGAs) for acceleration. FPGA acceleration provide additional performance and time sensitivity for specialized accelerated workloads such as clinical genomics and real-time video processing. F1.4xlarge instances are available in the US East (N. Virginia), US West (Oregon), GovCloud (US), and EU West (Dublin) AWS Regions.
-
service/rds
: Updates service API and documentation- This launch enables RDS start-db-cluster and stop-db-cluster. Stopping and starting Amazon Aurora 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.
v1.15.2
===
Service Client Updates
-
service/apigateway
: Updates service API and documentation- Add support for Active X-Ray with API Gateway
-
service/codecommit
: Updates service API and documentation- This release adds additional optional fields to the pull request APIs.
-
aws/endpoints
: Updated Regions and Endpoints metadata. -
service/mediaconvert
: Updates service API and documentation- This release adds support for Cost Allocation through tagging and also enables adding, editing, and removal of tags from the MediaConvert console.
SDK Enhancements
-
private/protocol
: Serialization errors will now be wrapped inawserr.RequestFailure
types (#2135)- Updates the SDK protocol unmarshaling to handle the
SerializationError
as a request failure allowing for inspection ofrequestID
s and status codes.
- Updates the SDK protocol unmarshaling to handle the
v1.15.1
===
Service Client Updates
-
service/iot
: Updates service API and documentation- This release adds support for IoT Thing Group Indexing and Searching functionality.
-
service/iotanalytics
: Updates service API and documentation -
service/lex-models
: Updates service API -
service/medialive
: Updates service API, documentation, and paginators- Adds two APIs for working with Channel Schedules: BatchUpdateSchedule and DescribeSchedule. These APIs allow scheduling actions for SCTE-35 message insertion and for static image overlays.
-
service/rekognition
: Updates service API, documentation, and examples- This release introduces a new API called DescribeCollection to Amazon Rekognition. You can use DescribeCollection to get information about an existing face collection. Given the ID for a face collection, DescribeCollection returns the following information: the number of faces indexed into the collection, the version of the face detection model used by the collection, the Amazon Resource Name (ARN) of the collection and the creation date/time of the collection.
v1.15.0
===
Service Client Updates
-
service/codebuild
: Updates service API and documentation- Add artifacts encryptionDisabled and build encryptionKey.
-
service/ec2
: Updates service API and documentation- This change provides the EC2/Spot customers with two new allocation strategies -- LowestN for Spot instances, and OD priority for on-demand instances.
-
service/greengrass
: Updates service documentation- Documentation updates for Greengrass Local Resource Access feature
-
service/inspector
: Updates service API and documentation- inspector will return ServiceTemporarilyUnavailableException when service is under stress
-
service/redshift
: Updates service API and documentation- When we make a new version of Amazon Redshift available, we update your cluster during its maintenance window. By selecting a maintenance track, you control whether we update your cluster with the most recent approved release, or with the previous release. The two values for maintenance track are current and trailing. If you choose the current track, your cluster is updated with the latest approved release. If you choose the trailing track, your cluster is updated with the release that was approved previously.The new API operation for managing maintenance tracks for a cluster is DescribeClusterTracks. In addition, the following API operations have new MaintenanceTrackName parameters: Cluster, PendingModifiedValues, ModifyCluster, RestoreFromClusterSnapshot, CreateCluster, Snapshot
-
service/ssm
: Updates service API and documentation- This release updates AWS Systems Manager APIs to allow customers to attach labels to history parameter records and reference history parameter records via labels. It also adds Parameter Store integration with AWS Secrets Manager to allow referencing and retrieving AWS Secrets Manager's secrets from Parameter Store.
SDK Features
-
private/model/api
: SDK APIs input/output are not consistently generated (#2073)- Updates the SDK's API code generation to generate the API input and output types consistently. This ensures that the SDK will no longer rename input/output types unexpectedly as in #2070. SDK API input and output parameter types will always be the API name with a suffix of Input and Output.
- Existing service APIs which were incorrectly modeled have been preserved to ensure they do not break.
- Fixes #2070
SDK Enhancements
-
service/s3/s3manager
: Document default behavior for Upload's MaxNumParts (#2077)- Updates the S3 Upload Manager's default behavior for MaxNumParts, and ensures that the Uploader.MaxNumPart's member value is initialized properly if the type was created via struct initialization instead of using the NewUploader function.
- Fixes #2015
SDK Bugs
v1.14.33
Release v1.14.33 (2018-07-25)
Service Client Updates
-
service/ec2
: Updates service API- R5 is the successor to R4 in EC2's memory-optimized instance family. R5d is a variant of R5 that has local NVMe SSD. Z1d instances deliver both high compute and high memory. Z1d instances use custom Intel Xeon Scalable Processors running at up to 4.0 GHz, powered by sustained all-core Turbo Boost. They are available in 6 sizes, with up to 48 vCPUs, 384 GiB of memory, and 1.8 TB of local NVMe storage.
-
service/ecs
: Updates service API and documentation- This release of Amazon Elastic Container Service (Amazon ECS) introduces support for private registry authentication using AWS Secrets Manager. With private registry authentication, private Docker images can be used in a task definition.
-
service/elasticloadbalancingv2
: Updates service API and documentation
Renovate configuration
rebase!
".
This PR has been generated by Renovate Bot. View repository job log here.