-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
04c268f
commit 0a46876
Showing
35 changed files
with
1,281 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.