Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .changes/3.235.10
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "enhancement",
"category": "ECS",
"description": "This release supports new task definition sizes."
},
{
"type": "api-change",
"category": "CodeStarNotifications",
"description": "This release adds tag based access control for the UntagResource API."
}
]
22 changes: 22 additions & 0 deletions .changes/3.235.11
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "api-change",
"category": "RDS",
"description": "This release adds support for Amazon RDS Proxy with SQL Server compatibility."
},
{
"type": "api-change",
"category": "EC2",
"description": "This release adds CapacityAllocations field to DescribeCapacityReservations"
},
{
"type": "api-change",
"category": "MediaConnect",
"description": "This change allows the customer to use the SRT Caller protocol as part of their flows"
},
{
"type": "api-change",
"category": "CloudTrail",
"description": "This release includes support for importing existing trails into CloudTrail Lake."
}
]
37 changes: 37 additions & 0 deletions .changes/3.235.7
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "enhancement",
"category": "",
"description": "Add support for php 8.0 and 8.1"
},
{
"type": "api-change",
"category": "CustomerProfiles",
"description": "Added isUnstructured in response for Customer Profiles Integration APIs"
},
{
"type": "api-change",
"category": "CloudWatchEvidently",
"description": "This release adds support for the client-side evaluation - powered by AWS AppConfig feature."
},
{
"type": "api-change",
"category": "EC2",
"description": "Two new features for local gateway route tables: support for static routes targeting Elastic Network Interfaces and direct VPC routing."
},
{
"type": "api-change",
"category": "Transfer",
"description": "This release introduces the ability to have multiple server host keys for any of your Transfer Family servers that use the SFTP protocol."
},
{
"type": "api-change",
"category": "kendra",
"description": "This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector."
},
{
"type": "api-change",
"category": "drs",
"description": "Fixed the data type of lagDuration that is returned in Describe Source Server API"
}
]
12 changes: 12 additions & 0 deletions .changes/3.235.8
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"type": "api-change",
"category": "EC2",
"description": "This update introduces API operations to manage and create local gateway route tables, CoIP pools, and VIF group associations."
},
{
"type": "api-change",
"category": "AmplifyUIBuilder",
"description": "Amplify Studio UIBuilder is introducing forms functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms can then be generated in your project and used like any other React components."
}
]
17 changes: 17 additions & 0 deletions .changes/3.235.9
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "SageMaker",
"description": "Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early."
},
{
"type": "api-change",
"category": "EC2",
"description": "This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions."
},
{
"type": "api-change",
"category": "DynamoDB",
"description": "Increased DynamoDB transaction limit from 25 to 100."
}
]
7 changes: 7 additions & 0 deletions .changes/nextrelease/ci-image-update
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "enhancement",
"category": "",
"description": "Update the image used in CI-jobs from ubuntu-18.04 to ubuntu-22.04."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/php8

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ permissions:

jobs:
run:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
strategy:
#for each of the following versions of PHP, with and without --prefer-lowest
matrix:
php-versions: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
composer-options: ['', '--prefer-lowest']

#set the name for each job
name: PHP ${{ matrix.php-versions }} ${{ matrix.composer-options }}
#set up environment variables used by unit tests
Expand Down
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# CHANGELOG

## 3.235.11 - 2022-09-19

* `Aws\CloudTrail` - This release includes support for importing existing trails into CloudTrail Lake.
* `Aws\EC2` - This release adds CapacityAllocations field to DescribeCapacityReservations
* `Aws\MediaConnect` - This change allows the customer to use the SRT Caller protocol as part of their flows
* `Aws\RDS` - This release adds support for Amazon RDS Proxy with SQL Server compatibility.

## 3.235.10 - 2022-09-16

* `Aws\CodeStarNotifications` - This release adds tag based access control for the UntagResource API.
* `Aws\ECS` - This release supports new task definition sizes.

## 3.235.9 - 2022-09-15

* `Aws\DynamoDB` - Increased DynamoDB transaction limit from 25 to 100.
* `Aws\EC2` - This feature allows customers to create tags for vpc-endpoint-connections and vpc-endpoint-service-permissions.
* `Aws\SageMaker` - Amazon SageMaker Automatic Model Tuning now supports specifying Hyperband strategy for tuning jobs, which uses a multi-fidelity based tuning strategy to stop underperforming hyperparameter configurations early.

## 3.235.8 - 2022-09-14

* `Aws\AmplifyUIBuilder` - Amplify Studio UIBuilder is introducing forms functionality. Forms can be configured from Data Store models, JSON, or from scratch. These forms can then be generated in your project and used like any other React components.
* `Aws\EC2` - This update introduces API operations to manage and create local gateway route tables, CoIP pools, and VIF group associations.

## 3.235.7 - 2022-09-13

* `Aws\` - Add support for php 8.0 and 8.1
* `Aws\CloudWatchEvidently` - This release adds support for the client-side evaluation - powered by AWS AppConfig feature.
* `Aws\CustomerProfiles` - Added isUnstructured in response for Customer Profiles Integration APIs
* `Aws\EC2` - Two new features for local gateway route tables: support for static routes targeting Elastic Network Interfaces and direct VPC routing.
* `Aws\Transfer` - This release introduces the ability to have multiple server host keys for any of your Transfer Family servers that use the SFTP protocol.
* `Aws\drs` - Fixed the data type of lagDuration that is returned in Describe Source Server API
* `Aws\kendra` - This release enables our customer to choose the option of Sharepoint 2019 for the on-premise Sharepoint connector.

## 3.235.6 - 2022-09-12

* `Aws\EKS` - Adding support for local Amazon EKS clusters on Outposts
Expand Down
16 changes: 16 additions & 0 deletions src/AmplifyUIBuilder/AmplifyUIBuilderClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,46 @@
* This client is used to interact with the **AWS Amplify UI Builder** service.
* @method \Aws\Result createComponent(array $args = [])
* @method \GuzzleHttp\Promise\Promise createComponentAsync(array $args = [])
* @method \Aws\Result createForm(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFormAsync(array $args = [])
* @method \Aws\Result createTheme(array $args = [])
* @method \GuzzleHttp\Promise\Promise createThemeAsync(array $args = [])
* @method \Aws\Result deleteComponent(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteComponentAsync(array $args = [])
* @method \Aws\Result deleteForm(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFormAsync(array $args = [])
* @method \Aws\Result deleteTheme(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteThemeAsync(array $args = [])
* @method \Aws\Result exchangeCodeForToken(array $args = [])
* @method \GuzzleHttp\Promise\Promise exchangeCodeForTokenAsync(array $args = [])
* @method \Aws\Result exportComponents(array $args = [])
* @method \GuzzleHttp\Promise\Promise exportComponentsAsync(array $args = [])
* @method \Aws\Result exportForms(array $args = [])
* @method \GuzzleHttp\Promise\Promise exportFormsAsync(array $args = [])
* @method \Aws\Result exportThemes(array $args = [])
* @method \GuzzleHttp\Promise\Promise exportThemesAsync(array $args = [])
* @method \Aws\Result getComponent(array $args = [])
* @method \GuzzleHttp\Promise\Promise getComponentAsync(array $args = [])
* @method \Aws\Result getForm(array $args = [])
* @method \GuzzleHttp\Promise\Promise getFormAsync(array $args = [])
* @method \Aws\Result getMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise getMetadataAsync(array $args = [])
* @method \Aws\Result getTheme(array $args = [])
* @method \GuzzleHttp\Promise\Promise getThemeAsync(array $args = [])
* @method \Aws\Result listComponents(array $args = [])
* @method \GuzzleHttp\Promise\Promise listComponentsAsync(array $args = [])
* @method \Aws\Result listForms(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFormsAsync(array $args = [])
* @method \Aws\Result listThemes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listThemesAsync(array $args = [])
* @method \Aws\Result putMetadataFlag(array $args = [])
* @method \GuzzleHttp\Promise\Promise putMetadataFlagAsync(array $args = [])
* @method \Aws\Result refreshToken(array $args = [])
* @method \GuzzleHttp\Promise\Promise refreshTokenAsync(array $args = [])
* @method \Aws\Result updateComponent(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateComponentAsync(array $args = [])
* @method \Aws\Result updateForm(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFormAsync(array $args = [])
* @method \Aws\Result updateTheme(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateThemeAsync(array $args = [])
*/
Expand Down
10 changes: 10 additions & 0 deletions src/CloudTrail/CloudTrailClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@
* @method \GuzzleHttp\Promise\Promise getEventDataStoreAsync(array $args = [])
* @method \Aws\Result getEventSelectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise getEventSelectorsAsync(array $args = [])
* @method \Aws\Result getImport(array $args = [])
* @method \GuzzleHttp\Promise\Promise getImportAsync(array $args = [])
* @method \Aws\Result getInsightSelectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise getInsightSelectorsAsync(array $args = [])
* @method \Aws\Result getQueryResults(array $args = [])
Expand All @@ -40,6 +42,10 @@
* @method \GuzzleHttp\Promise\Promise listChannelsAsync(array $args = [])
* @method \Aws\Result listEventDataStores(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEventDataStoresAsync(array $args = [])
* @method \Aws\Result listImportFailures(array $args = [])
* @method \GuzzleHttp\Promise\Promise listImportFailuresAsync(array $args = [])
* @method \Aws\Result listImports(array $args = [])
* @method \GuzzleHttp\Promise\Promise listImportsAsync(array $args = [])
* @method \Aws\Result listPublicKeys(array $args = [])
* @method \GuzzleHttp\Promise\Promise listPublicKeysAsync(array $args = [])
* @method \Aws\Result listQueries(array $args = [])
Expand All @@ -58,10 +64,14 @@
* @method \GuzzleHttp\Promise\Promise removeTagsAsync(array $args = [])
* @method \Aws\Result restoreEventDataStore(array $args = [])
* @method \GuzzleHttp\Promise\Promise restoreEventDataStoreAsync(array $args = [])
* @method \Aws\Result startImport(array $args = [])
* @method \GuzzleHttp\Promise\Promise startImportAsync(array $args = [])
* @method \Aws\Result startLogging(array $args = [])
* @method \GuzzleHttp\Promise\Promise startLoggingAsync(array $args = [])
* @method \Aws\Result startQuery(array $args = [])
* @method \GuzzleHttp\Promise\Promise startQueryAsync(array $args = [])
* @method \Aws\Result stopImport(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopImportAsync(array $args = [])
* @method \Aws\Result stopLogging(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopLoggingAsync(array $args = [])
* @method \Aws\Result updateEventDataStore(array $args = [])
Expand Down
18 changes: 18 additions & 0 deletions src/Ec2/Ec2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,10 @@
* @method \GuzzleHttp\Promise\Promise createClientVpnEndpointAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result createClientVpnRoute(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise createClientVpnRouteAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result createCoipCidr(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise createCoipCidrAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result createCoipPool(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise createCoipPoolAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result createDefaultSubnet(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise createDefaultSubnetAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result createDefaultVpc(array $args = []) (supported in versions 2016-11-15)
Expand All @@ -512,6 +516,10 @@
* @method \GuzzleHttp\Promise\Promise createLaunchTemplateVersionAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result createLocalGatewayRoute(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise createLocalGatewayRouteAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result createLocalGatewayRouteTable(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise createLocalGatewayRouteTableAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result createLocalGatewayRouteTableVirtualInterfaceGroupAssociation(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise createLocalGatewayRouteTableVirtualInterfaceGroupAssociationAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result createLocalGatewayRouteTableVpcAssociation(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise createLocalGatewayRouteTableVpcAssociationAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result createManagedPrefixList(array $args = []) (supported in versions 2016-11-15)
Expand Down Expand Up @@ -574,6 +582,10 @@
* @method \GuzzleHttp\Promise\Promise deleteClientVpnEndpointAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result deleteClientVpnRoute(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise deleteClientVpnRouteAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result deleteCoipCidr(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise deleteCoipCidrAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result deleteCoipPool(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise deleteCoipPoolAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result deleteEgressOnlyInternetGateway(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise deleteEgressOnlyInternetGatewayAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result deleteFleets(array $args = []) (supported in versions 2016-11-15)
Expand All @@ -594,6 +606,10 @@
* @method \GuzzleHttp\Promise\Promise deleteLaunchTemplateVersionsAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result deleteLocalGatewayRoute(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise deleteLocalGatewayRouteAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result deleteLocalGatewayRouteTable(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise deleteLocalGatewayRouteTableAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise deleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result deleteLocalGatewayRouteTableVpcAssociation(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise deleteLocalGatewayRouteTableVpcAssociationAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result deleteManagedPrefixList(array $args = []) (supported in versions 2016-11-15)
Expand Down Expand Up @@ -968,6 +984,8 @@
* @method \GuzzleHttp\Promise\Promise modifyIpamScopeAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result modifyLaunchTemplate(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise modifyLaunchTemplateAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result modifyLocalGatewayRoute(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise modifyLocalGatewayRouteAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result modifyManagedPrefixList(array $args = []) (supported in versions 2016-11-15)
* @method \GuzzleHttp\Promise\Promise modifyManagedPrefixListAsync(array $args = []) (supported in versions 2016-11-15)
* @method \Aws\Result modifyPrivateDnsNameOptions(array $args = []) (supported in versions 2016-11-15)
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
*/
class Sdk
{
const VERSION = '3.235.6';
const VERSION = '3.235.11';

/** @var array Arguments for creating clients */
private $args;
Expand Down
Loading