Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Aug 13, 2020
1 parent 04c268f commit 0a46876
Show file tree
Hide file tree
Showing 35 changed files with 1,281 additions and 123 deletions.
37 changes: 37 additions & 0 deletions .changes/3.149.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[
{
"type": "api-change",
"category": "RDS",
"description": "This release allows customers to specify a replica mode when creating or modifying a Read Replica, for DB engines which support this feature."
},
{
"type": "enhancement",
"category": "Macie2",
"description": "This release of the Amazon Macie API includes miscellaneous updates and improvements to the documentation."
},
{
"type": "api-change",
"category": "CognitoIdentityProvider",
"description": "Adding ability to customize expiry for Refresh, Access and ID tokens."
},
{
"type": "api-change",
"category": "EC2",
"description": "Added MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool to ModifySubnetAttribute to allow CoIP auto assign. Fields are returned in DescribeSubnets and DescribeNetworkInterfaces responses."
},
{
"type": "feature",
"category": "Braket",
"description": "Amazon Braket general availability with Device and Quantum Task operations."
},
{
"type": "api-change",
"category": "EKS",
"description": "Adding support for customer provided EC2 launch templates and AMIs to EKS Managed Nodegroups. Also adds support for Arm-based instances to EKS Managed Nodegroups."
},
{
"type": "enhancement",
"category": "AppSync",
"description": "Documentation update for AWS AppSync support for Direct Lambda Resolvers."
}
]
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## next release

* `Aws\AppSync` - Documentation update for AWS AppSync support for Direct Lambda Resolvers.
* `Aws\Braket` - Amazon Braket general availability with Device and Quantum Task operations.
* `Aws\CognitoIdentityProvider` - Adding ability to customize expiry for Refresh, Access and ID tokens.
* `Aws\EC2` - Added MapCustomerOwnedIpOnLaunch and CustomerOwnedIpv4Pool to ModifySubnetAttribute to allow CoIP auto assign. Fields are returned in DescribeSubnets and DescribeNetworkInterfaces responses.
* `Aws\EKS` - Adding support for customer provided EC2 launch templates and AMIs to EKS Managed Nodegroups. Also adds support for Arm-based instances to EKS Managed Nodegroups.
* `Aws\Macie2` - This release of the Amazon Macie API includes miscellaneous updates and improvements to the documentation.
* `Aws\RDS` - This release allows customers to specify a replica mode when creating or modifying a Read Replica, for DB engines which support this feature.

## 3.148.3 - 2020-08-12

* `Aws\Cloud9` - Add ConnectionType input parameter to CreateEnvironmentEC2 endpoint. New parameter enables creation of environments with SSM connection.
Expand Down
21 changes: 21 additions & 0 deletions src/Braket/BraketClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php
namespace Aws\Braket;

use Aws\AwsClient;

/**
* This client is used to interact with the **Braket** service.
* @method \Aws\Result cancelQuantumTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise cancelQuantumTaskAsync(array $args = [])
* @method \Aws\Result createQuantumTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise createQuantumTaskAsync(array $args = [])
* @method \Aws\Result getDevice(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDeviceAsync(array $args = [])
* @method \Aws\Result getQuantumTask(array $args = [])
* @method \GuzzleHttp\Promise\Promise getQuantumTaskAsync(array $args = [])
* @method \Aws\Result searchDevices(array $args = [])
* @method \GuzzleHttp\Promise\Promise searchDevicesAsync(array $args = [])
* @method \Aws\Result searchQuantumTasks(array $args = [])
* @method \GuzzleHttp\Promise\Promise searchQuantumTasksAsync(array $args = [])
*/
class BraketClient extends AwsClient {}
9 changes: 9 additions & 0 deletions src/Braket/Exception/BraketException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\Braket\Exception;

use Aws\Exception\AwsException;

/**
* Represents an error interacting with the **Braket** service.
*/
class BraketException extends AwsException {}
2 changes: 2 additions & 0 deletions src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
* @method \Aws\MultiRegionClient createMultiRegionBackup(array $args = [])
* @method \Aws\Batch\BatchClient createBatch(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionBatch(array $args = [])
* @method \Aws\Braket\BraketClient createBraket(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionBraket(array $args = [])
* @method \Aws\Budgets\BudgetsClient createBudgets(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionBudgets(array $args = [])
* @method \Aws\Chime\ChimeClient createChime(array $args = [])
Expand Down
6 changes: 3 additions & 3 deletions src/data/appsync/2017-07-25/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"CachingKeys": {
"base": null,
"refs": {
"CachingConfig$cachingKeys": "<p>The caching keys for a resolver that has caching enabled.</p> <p>Valid values are entries from the <code>$context.identity</code> and <code>$context.arguments</code> maps.</p>"
"CachingConfig$cachingKeys": "<p>The caching keys for a resolver that has caching enabled.</p> <p>Valid values are entries from the <code>$context.arguments</code>, <code>$context.source</code>, and <code>$context.identity</code> maps.</p>"
}
},
"CognitoUserPoolConfig": {
Expand Down Expand Up @@ -703,15 +703,15 @@
"refs": {
"CreateFunctionRequest$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
"CreateFunctionRequest$responseMappingTemplate": "<p>The <code>Function</code> response mapping template. </p>",
"CreateResolverRequest$requestMappingTemplate": "<p>The mapping template to be used for requests.</p> <p>A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).</p>",
"CreateResolverRequest$requestMappingTemplate": "<p>The mapping template to be used for requests.</p> <p>A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).</p> <p>VTL request mapping templates are optional when using a Lambda data source. For all other data sources, VTL request and response mapping templates are required.</p>",
"CreateResolverRequest$responseMappingTemplate": "<p>The mapping template to be used for responses from the data source.</p>",
"FunctionConfiguration$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
"FunctionConfiguration$responseMappingTemplate": "<p>The <code>Function</code> response mapping template.</p>",
"Resolver$requestMappingTemplate": "<p>The request mapping template.</p>",
"Resolver$responseMappingTemplate": "<p>The response mapping template.</p>",
"UpdateFunctionRequest$requestMappingTemplate": "<p>The <code>Function</code> request mapping template. Functions support only the 2018-05-29 version of the request mapping template.</p>",
"UpdateFunctionRequest$responseMappingTemplate": "<p>The <code>Function</code> request mapping template. </p>",
"UpdateResolverRequest$requestMappingTemplate": "<p>The new request mapping template.</p>",
"UpdateResolverRequest$requestMappingTemplate": "<p>The new request mapping template.</p> <p>A resolver uses a request mapping template to convert a GraphQL expression into a format that a data source can understand. Mapping templates are written in Apache Velocity Template Language (VTL).</p> <p>VTL request mapping templates are optional when using a Lambda data source. For all other data sources, VTL request and response mapping templates are required.</p>",
"UpdateResolverRequest$responseMappingTemplate": "<p>The new response mapping template.</p>"
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/appsync/2017-07-25/docs-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 0a46876

Please sign in to comment.