-
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
c8aafbf
commit 9ecae7d
Showing
76 changed files
with
8,696 additions
and
357 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,52 @@ | ||
[ | ||
{ | ||
"type": "api-change", | ||
"category": "Glue", | ||
"description": "add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities" | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "FIS", | ||
"description": "AWS FIS adds support for multi-account experiments & empty target resolution. This release also introduces the CreateTargetAccountConfiguration API that allows experiments across multiple AWS accounts, and the ListExperimentResolvedTargets API to list target details." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "EFS", | ||
"description": "Adding support for EFS Replication to existing file system." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "Backup", | ||
"description": "AWS Backup now supports restore testing, a new feature that allows customers to automate restore testing and validating their backups. Additionally, this release adds support for EBS Snapshots Archive tier." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "TranscribeService", | ||
"description": "This release adds support for AWS HealthScribe APIs within Amazon Transcribe" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "B2bi", | ||
"description": "This is the initial SDK release for AWS B2B Data Interchange." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "SecurityHub", | ||
"description": "Adds and updates APIs to support central configuration. This feature allows the Security Hub delegated administrator to configure Security Hub for their entire AWS Org across multiple regions from a home Region. With this release, findings also include account name and application metadata." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "AppSync", | ||
"description": "This update enables introspection of Aurora cluster databases using the RDS Data API" | ||
}, | ||
{ | ||
"type": "enhancement", | ||
"category": "RDS", | ||
"description": "Updates Amazon RDS documentation for support for RDS for Db2." | ||
}, | ||
{ | ||
"type": "api-change", | ||
"category": "ControlTower", | ||
"description": "This release adds the following support: 1. The EnableControl API can configure controls that are configurable. 2. The GetEnabledControl API shows the configured parameters on an enabled control. 3. The new UpdateEnabledControl API can change parameters on an enabled control." | ||
} | ||
] |
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
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,63 @@ | ||
<?php | ||
namespace Aws\B2bi; | ||
|
||
use Aws\AwsClient; | ||
|
||
/** | ||
* This client is used to interact with the **AWS B2B Data Interchange** service. | ||
* @method \Aws\Result createCapability(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise createCapabilityAsync(array $args = []) | ||
* @method \Aws\Result createPartnership(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise createPartnershipAsync(array $args = []) | ||
* @method \Aws\Result createProfile(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise createProfileAsync(array $args = []) | ||
* @method \Aws\Result createTransformer(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise createTransformerAsync(array $args = []) | ||
* @method \Aws\Result deleteCapability(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise deleteCapabilityAsync(array $args = []) | ||
* @method \Aws\Result deletePartnership(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise deletePartnershipAsync(array $args = []) | ||
* @method \Aws\Result deleteProfile(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise deleteProfileAsync(array $args = []) | ||
* @method \Aws\Result deleteTransformer(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise deleteTransformerAsync(array $args = []) | ||
* @method \Aws\Result getCapability(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getCapabilityAsync(array $args = []) | ||
* @method \Aws\Result getPartnership(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getPartnershipAsync(array $args = []) | ||
* @method \Aws\Result getProfile(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getProfileAsync(array $args = []) | ||
* @method \Aws\Result getTransformer(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getTransformerAsync(array $args = []) | ||
* @method \Aws\Result getTransformerJob(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise getTransformerJobAsync(array $args = []) | ||
* @method \Aws\Result listCapabilities(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listCapabilitiesAsync(array $args = []) | ||
* @method \Aws\Result listPartnerships(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listPartnershipsAsync(array $args = []) | ||
* @method \Aws\Result listProfiles(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listProfilesAsync(array $args = []) | ||
* @method \Aws\Result listTagsForResource(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = []) | ||
* @method \Aws\Result listTransformers(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise listTransformersAsync(array $args = []) | ||
* @method \Aws\Result startTransformerJob(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise startTransformerJobAsync(array $args = []) | ||
* @method \Aws\Result tagResource(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = []) | ||
* @method \Aws\Result testMapping(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise testMappingAsync(array $args = []) | ||
* @method \Aws\Result testParsing(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise testParsingAsync(array $args = []) | ||
* @method \Aws\Result untagResource(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = []) | ||
* @method \Aws\Result updateCapability(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise updateCapabilityAsync(array $args = []) | ||
* @method \Aws\Result updatePartnership(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise updatePartnershipAsync(array $args = []) | ||
* @method \Aws\Result updateProfile(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise updateProfileAsync(array $args = []) | ||
* @method \Aws\Result updateTransformer(array $args = []) | ||
* @method \GuzzleHttp\Promise\Promise updateTransformerAsync(array $args = []) | ||
*/ | ||
class B2biClient 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\B2bi\Exception; | ||
|
||
use Aws\Exception\AwsException; | ||
|
||
/** | ||
* Represents an error interacting with the **AWS B2B Data Interchange** service. | ||
*/ | ||
class B2biException 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
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
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
Oops, something went wrong.