Skip to content

Bump aws/aws-sdk-php from 3.112.25 to 3.137.6 - #14

Closed
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/aws/aws-sdk-php-3.137.6
Closed

Bump aws/aws-sdk-php from 3.112.25 to 3.137.6#14
dependabot-preview[bot] wants to merge 1 commit into
masterfrom
dependabot/composer/aws/aws-sdk-php-3.137.6

Conversation

@dependabot-preview

Copy link
Copy Markdown

Bumps aws/aws-sdk-php from 3.112.25 to 3.137.6.

Release notes

Sourced from aws/aws-sdk-php's releases.

Version 3.137.6

  • Aws\GuardDuty - Documentation updates for GuardDuty
  • Aws\ResourceGroupsTaggingAPI - Documentation updates for resourcegroupstaggingapi
  • Aws\SageMaker - This release adds a new parameter (EnableInterContainerTrafficEncryption) to CreateProcessingJob API to allow for enabling inter-container traffic encryption on processing jobs.

Version 3.137.5

  • Aws\AppConfig - The description of the AWS AppConfig GetConfiguration API action was amended to include important information about calling ClientConfigurationVersion when you configure clients to call GetConfiguration.
  • Aws\CloudWatchLogs - Amazon CloudWatch Logs now offers the ability to interact with Logs Insights queries via the new PutQueryDefinition, DescribeQueryDefinitions, and DeleteQueryDefinition APIs.
  • Aws\CodeBuild - Add COMMIT_MESSAGE enum for webhook filter types
  • Aws\EC2 - Amazon EC2 now adds warnings to identify issues when creating a launch template or launch template version.
  • Aws\Lightsail - This release adds support for the following options in instance public ports: Specify source IP addresses, specify ICMP protocol like PING, and enable/disable the Lightsail browser-based SSH and RDP clients' access to your instance.
  • Aws\Route53 - Amazon Route 53 now supports the EU (Milan) Region (eu-south-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
  • Aws\SSM - This Patch Manager release supports creating patch baselines for Oracle Linux and Debian

Version 3.137.4

  • Aws\CodeStarconnections - Added support for tagging resources in AWS CodeStar Connections
  • Aws\ComprehendMedical - New Batch Ontology APIs for ICD-10 and RxNorm will provide batch capability of linking the information extracted by Comprehend Medical to medical ontologies. The new ontology linking APIs make it easy to detect medications and medical conditions in unstructured clinical text and link them to RxNorm and ICD-10-CM codes respectively. This new feature can help you reduce the cost, time and effort of processing large amounts of unstructured medical text with high accuracy.

Version 3.137.3

  • Aws\EC2 - With this release, you can call ModifySubnetAttribute with two new parameters: MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool, to map a customerOwnedIpv4Pool to a subnet. You will also see these two new fields in the DescribeSubnets response. If your subnet has a customerOwnedIpv4Pool mapped, your network interface will get an auto assigned customerOwnedIpv4 address when placed onto an instance.
  • Aws\SSM - AWS Systems Manager Parameter Store launches new data type to support aliases in EC2 APIs
  • Aws\Support - Documentation updates for support

Version 3.137.2

  • Aws\APIGateway - Documentation updates for Amazon API Gateway
  • Aws\EC2 - With this release, you can include enriched metadata in Amazon Virtual Private Cloud (Amazon VPC) flow logs published to Amazon CloudWatch Logs or Amazon Simple Storage Service (S3). Prior to this, custom format VPC flow logs enriched with additional metadata could be published only to S3. With this launch, we are also adding additional metadata fields that provide insights about the location such as AWS Region, AWS Availability Zone, AWS Local Zone, AWS Wavelength Zone, or AWS Outpost where the network interface where flow logs are captured exists.
  • Aws\S3Control - Amazon S3 Batch Operations now supports Object Lock.

Version 3.137.1

  • Aws\EFS - Change the TagKeys argument for UntagResource to a URL parameter to address an issue with the Java and .NET SDKs.
  • Aws\SSM - Added TimeoutSeconds as part of ListCommands API response.

Version 3.137.0

  • Aws\IoT - AWS IoT Core released Fleet Provisioning for scalable onboarding of IoT devices to the cloud. This release includes support for customer's Lambda functions to validate devices during onboarding. Fleet Provisioning also allows devices to send Certificate Signing Requests (CSR) to AWS IoT Core for signing and getting a unique certificate. Lastly, AWS IoT Core added a feature to register the same certificate for multiple accounts in the same region without needing to register the certificate authority (CA).
  • Aws\IoTEvents - Doc only update to correct APIs and related descriptions
  • Aws\Lambda - Documentation updates for Lambda
  • Aws\MediaConvert - AWS Elemental MediaConvert SDK has added support for including AFD signaling in MXF wrapper.
  • Aws\S3 - Adds change to S3 parsing logic to correctly interpret certain 200 responses with a functionally empty body as connection errors.
  • Aws\Schemas - Add support for resource policies for Amazon EventBridge Schema Registry, which is now generally available.
  • Aws\StorageGateway - Adding support for S3_INTELLIGENT_TIERING as a storage class option

Version 3.136.0

  • Aws\IoTSiteWise - AWS IoT SiteWise is a managed service that makes it easy to collect, store, organize and monitor data from industrial equipment at scale. You can use AWS IoT SiteWise to model your physical assets, processes and facilities, quickly compute common industrial performance metrics, and create fully managed web applications to help analyze industrial equipment data, prevent costly equipment issues, and reduce production inefficiencies.
  • Aws\ServiceDiscovery - Documentation updates for servicediscovery
  • Aws\TranscribeService - With this release, you can now use Amazon Transcribe to create medical custom vocabularies and use them in both medical real-time streaming and medical batch transcription jobs.
  • Aws\WAF - This release add migration API for AWS WAF Classic ("waf" and "waf-regional"). The migration API will parse through your web ACL and generate a CloudFormation template into your S3 bucket. Deploying this template will create equivalent web ACL under new AWS WAF ("wafv2").
  • Aws\WAFRegional - This release add migration API for AWS WAF Classic ("waf" and "waf-regional"). The migration API will parse through your web ACL and generate a CloudFormation template into your S3 bucket. Deploying this template will create equivalent web ACL under new AWS WAF ("wafv2").

Version 3.135.6

  • Aws\ECR - This release adds support for multi-architecture images also known as a manifest list
... (truncated)
Changelog

Sourced from aws/aws-sdk-php's changelog.

3.137.6 - 2020-05-08

  • Aws\GuardDuty - Documentation updates for GuardDuty
  • Aws\ResourceGroupsTaggingAPI - Documentation updates for resourcegroupstaggingapi
  • Aws\SageMaker - This release adds a new parameter (EnableInterContainerTrafficEncryption) to CreateProcessingJob API to allow for enabling inter-container traffic encryption on processing jobs.

3.137.5 - 2020-05-07

  • Aws\AppConfig - The description of the AWS AppConfig GetConfiguration API action was amended to include important information about calling ClientConfigurationVersion when you configure clients to call GetConfiguration.
  • Aws\CloudWatchLogs - Amazon CloudWatch Logs now offers the ability to interact with Logs Insights queries via the new PutQueryDefinition, DescribeQueryDefinitions, and DeleteQueryDefinition APIs.
  • Aws\CodeBuild - Add COMMIT_MESSAGE enum for webhook filter types
  • Aws\EC2 - Amazon EC2 now adds warnings to identify issues when creating a launch template or launch template version.
  • Aws\Lightsail - This release adds support for the following options in instance public ports: Specify source IP addresses, specify ICMP protocol like PING, and enable/disable the Lightsail browser-based SSH and RDP clients' access to your instance.
  • Aws\Route53 - Amazon Route 53 now supports the EU (Milan) Region (eu-south-1) for latency records, geoproximity records, and private DNS for Amazon VPCs in that region.
  • Aws\SSM - This Patch Manager release supports creating patch baselines for Oracle Linux and Debian

3.137.4 - 2020-05-06

  • Aws\CodeStarconnections - Added support for tagging resources in AWS CodeStar Connections
  • Aws\ComprehendMedical - New Batch Ontology APIs for ICD-10 and RxNorm will provide batch capability of linking the information extracted by Comprehend Medical to medical ontologies. The new ontology linking APIs make it easy to detect medications and medical conditions in unstructured clinical text and link them to RxNorm and ICD-10-CM codes respectively. This new feature can help you reduce the cost, time and effort of processing large amounts of unstructured medical text with high accuracy.

3.137.3 - 2020-05-05

  • Aws\EC2 - With this release, you can call ModifySubnetAttribute with two new parameters: MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool, to map a customerOwnedIpv4Pool to a subnet. You will also see these two new fields in the DescribeSubnets response. If your subnet has a customerOwnedIpv4Pool mapped, your network interface will get an auto assigned customerOwnedIpv4 address when placed onto an instance.
  • Aws\SSM - AWS Systems Manager Parameter Store launches new data type to support aliases in EC2 APIs
  • Aws\Support - Documentation updates for support

3.137.2 - 2020-05-04

  • Aws\APIGateway - Documentation updates for Amazon API Gateway
  • Aws\EC2 - With this release, you can include enriched metadata in Amazon Virtual Private Cloud (Amazon VPC) flow logs published to Amazon CloudWatch Logs or Amazon Simple Storage Service (S3). Prior to this, custom format VPC flow logs enriched with additional metadata could be published only to S3. With this launch, we are also adding additional metadata fields that provide insights about the location such as AWS Region, AWS Availability Zone, AWS Local Zone, AWS Wavelength Zone, or AWS Outpost where the network interface where flow logs are captured exists.
  • Aws\S3Control - Amazon S3 Batch Operations now supports Object Lock.

3.137.1 - 2020-05-01

  • Aws\EFS - Change the TagKeys argument for UntagResource to a URL parameter to address an issue with the Java and .NET SDKs.
  • Aws\SSM - Added TimeoutSeconds as part of ListCommands API response.

3.137.0 - 2020-04-30

  • Aws\IoT - AWS IoT Core released Fleet Provisioning for scalable onboarding of IoT devices to the cloud. This release includes support for customer's Lambda functions to validate devices during onboarding. Fleet Provisioning also allows devices to send Certificate Signing Requests (CSR) to AWS IoT Core for signing and getting a unique certificate. Lastly, AWS IoT Core added a feature to register the same certificate for multiple accounts in the same region without needing to register the certificate authority (CA).
  • Aws\IoTEvents - Doc only update to correct APIs and related descriptions
  • Aws\Lambda - Documentation updates for Lambda
  • Aws\MediaConvert - AWS Elemental MediaConvert SDK has added support for including AFD signaling in MXF wrapper.
  • Aws\S3 - Adds change to S3 parsing logic to correctly interpret certain 200 responses with a functionally empty body as connection errors.
  • Aws\Schemas - Add support for resource policies for Amazon EventBridge Schema Registry, which is now generally available.
  • Aws\StorageGateway - Adding support for S3_INTELLIGENT_TIERING as a storage class option

3.136.0 - 2020-04-29

... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php) from 3.112.25 to 3.137.6.
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Changelog](https://github.com/aws/aws-sdk-php/blob/master/CHANGELOG.md)
- [Commits](aws/aws-sdk-php@3.112.25...3.137.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview Bot added the dependencies Pull requests that update a dependency file label May 11, 2020
@dependabot-preview

Copy link
Copy Markdown
Author

Superseded by #15.

@dependabot-preview
dependabot-preview Bot deleted the dependabot/composer/aws/aws-sdk-php-3.137.6 branch May 18, 2020 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants