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 Nov 27, 2023
1 parent c8aafbf commit 9ecae7d
Show file tree
Hide file tree
Showing 76 changed files with 8,696 additions and 357 deletions.
52 changes: 52 additions & 0 deletions .changes/3.290.0
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."
}
]
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# CHANGELOG

## next release

* `Aws\Glue` - add observations support to DQ CodeGen config model + update document for connectiontypes supported by ConnectorData entities
* `Aws\FIS` - 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.
* `Aws\EFS` - Adding support for EFS Replication to existing file system.
* `Aws\Backup` - 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.
* `Aws\TranscribeService` - This release adds support for AWS HealthScribe APIs within Amazon Transcribe
* `Aws\B2bi` - This is the initial SDK release for AWS B2B Data Interchange.
* `Aws\SecurityHub` - 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.
* `Aws\AppSync` - This update enables introspection of Aurora cluster databases using the RDS Data API
* `Aws\RDS` - Updates Amazon RDS documentation for support for RDS for Db2.
* `Aws\ControlTower` - 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.

## 3.289.0 - 2023-11-27

* `Aws\IoTFleetWise` - AWS IoT FleetWise introduces new APIs for vision system data, such as data collected from cameras, radars, and lidars. You can now model and decode complex data types.
Expand Down
4 changes: 4 additions & 0 deletions src/AppSync/AppSyncClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
* @method \GuzzleHttp\Promise\Promise getApiCacheAsync(array $args = [])
* @method \Aws\Result getDataSource(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDataSourceAsync(array $args = [])
* @method \Aws\Result getDataSourceIntrospection(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDataSourceIntrospectionAsync(array $args = [])
* @method \Aws\Result getDomainName(array $args = [])
* @method \GuzzleHttp\Promise\Promise getDomainNameAsync(array $args = [])
* @method \Aws\Result getFunction(array $args = [])
Expand Down Expand Up @@ -99,6 +101,8 @@
* @method \GuzzleHttp\Promise\Promise listTypesAsync(array $args = [])
* @method \Aws\Result listTypesByAssociation(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTypesByAssociationAsync(array $args = [])
* @method \Aws\Result startDataSourceIntrospection(array $args = [])
* @method \GuzzleHttp\Promise\Promise startDataSourceIntrospectionAsync(array $args = [])
* @method \Aws\Result startSchemaCreation(array $args = [])
* @method \GuzzleHttp\Promise\Promise startSchemaCreationAsync(array $args = [])
* @method \Aws\Result startSchemaMerge(array $args = [])
Expand Down
63 changes: 63 additions & 0 deletions src/B2bi/B2biClient.php
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 {}
9 changes: 9 additions & 0 deletions src/B2bi/Exception/B2biException.php
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 {}
28 changes: 28 additions & 0 deletions src/Backup/BackupClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
* @method \GuzzleHttp\Promise\Promise createLogicallyAirGappedBackupVaultAsync(array $args = [])
* @method \Aws\Result createReportPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise createReportPlanAsync(array $args = [])
* @method \Aws\Result createRestoreTestingPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRestoreTestingPlanAsync(array $args = [])
* @method \Aws\Result createRestoreTestingSelection(array $args = [])
* @method \GuzzleHttp\Promise\Promise createRestoreTestingSelectionAsync(array $args = [])
* @method \Aws\Result deleteBackupPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteBackupPlanAsync(array $args = [])
* @method \Aws\Result deleteBackupSelection(array $args = [])
Expand All @@ -39,6 +43,10 @@
* @method \GuzzleHttp\Promise\Promise deleteRecoveryPointAsync(array $args = [])
* @method \Aws\Result deleteReportPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteReportPlanAsync(array $args = [])
* @method \Aws\Result deleteRestoreTestingPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRestoreTestingPlanAsync(array $args = [])
* @method \Aws\Result deleteRestoreTestingSelection(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteRestoreTestingSelectionAsync(array $args = [])
* @method \Aws\Result describeBackupJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeBackupJobAsync(array $args = [])
* @method \Aws\Result describeBackupVault(array $args = [])
Expand Down Expand Up @@ -83,6 +91,14 @@
* @method \GuzzleHttp\Promise\Promise getLegalHoldAsync(array $args = [])
* @method \Aws\Result getRecoveryPointRestoreMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRecoveryPointRestoreMetadataAsync(array $args = [])
* @method \Aws\Result getRestoreJobMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRestoreJobMetadataAsync(array $args = [])
* @method \Aws\Result getRestoreTestingInferredMetadata(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRestoreTestingInferredMetadataAsync(array $args = [])
* @method \Aws\Result getRestoreTestingPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRestoreTestingPlanAsync(array $args = [])
* @method \Aws\Result getRestoreTestingSelection(array $args = [])
* @method \GuzzleHttp\Promise\Promise getRestoreTestingSelectionAsync(array $args = [])
* @method \Aws\Result getSupportedResourceTypes(array $args = [])
* @method \GuzzleHttp\Promise\Promise getSupportedResourceTypesAsync(array $args = [])
* @method \Aws\Result listBackupJobSummaries(array $args = [])
Expand Down Expand Up @@ -125,6 +141,12 @@
* @method \GuzzleHttp\Promise\Promise listRestoreJobSummariesAsync(array $args = [])
* @method \Aws\Result listRestoreJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRestoreJobsAsync(array $args = [])
* @method \Aws\Result listRestoreJobsByProtectedResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRestoreJobsByProtectedResourceAsync(array $args = [])
* @method \Aws\Result listRestoreTestingPlans(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRestoreTestingPlansAsync(array $args = [])
* @method \Aws\Result listRestoreTestingSelections(array $args = [])
* @method \GuzzleHttp\Promise\Promise listRestoreTestingSelectionsAsync(array $args = [])
* @method \Aws\Result listTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
* @method \Aws\Result putBackupVaultAccessPolicy(array $args = [])
Expand All @@ -133,6 +155,8 @@
* @method \GuzzleHttp\Promise\Promise putBackupVaultLockConfigurationAsync(array $args = [])
* @method \Aws\Result putBackupVaultNotifications(array $args = [])
* @method \GuzzleHttp\Promise\Promise putBackupVaultNotificationsAsync(array $args = [])
* @method \Aws\Result putRestoreValidationResult(array $args = [])
* @method \GuzzleHttp\Promise\Promise putRestoreValidationResultAsync(array $args = [])
* @method \Aws\Result startBackupJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startBackupJobAsync(array $args = [])
* @method \Aws\Result startCopyJob(array $args = [])
Expand All @@ -159,5 +183,9 @@
* @method \GuzzleHttp\Promise\Promise updateRegionSettingsAsync(array $args = [])
* @method \Aws\Result updateReportPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateReportPlanAsync(array $args = [])
* @method \Aws\Result updateRestoreTestingPlan(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRestoreTestingPlanAsync(array $args = [])
* @method \Aws\Result updateRestoreTestingSelection(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateRestoreTestingSelectionAsync(array $args = [])
*/
class BackupClient extends AwsClient {}
2 changes: 2 additions & 0 deletions src/ControlTower/ControlTowerClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateEnabledControl(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEnabledControlAsync(array $args = [])
* @method \Aws\Result updateLandingZone(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLandingZoneAsync(array $args = [])
*/
Expand Down
2 changes: 2 additions & 0 deletions src/Efs/EfsClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,7 @@
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateFileSystem(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFileSystemAsync(array $args = [])
* @method \Aws\Result updateFileSystemProtection(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFileSystemProtectionAsync(array $args = [])
*/
class EfsClient extends AwsClient {}
16 changes: 16 additions & 0 deletions src/FIS/FISClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,38 @@
* This client is used to interact with the **AWS Fault Injection Simulator** service.
* @method \Aws\Result createExperimentTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise createExperimentTemplateAsync(array $args = [])
* @method \Aws\Result createTargetAccountConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise createTargetAccountConfigurationAsync(array $args = [])
* @method \Aws\Result deleteExperimentTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteExperimentTemplateAsync(array $args = [])
* @method \Aws\Result deleteTargetAccountConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteTargetAccountConfigurationAsync(array $args = [])
* @method \Aws\Result getAction(array $args = [])
* @method \GuzzleHttp\Promise\Promise getActionAsync(array $args = [])
* @method \Aws\Result getExperiment(array $args = [])
* @method \GuzzleHttp\Promise\Promise getExperimentAsync(array $args = [])
* @method \Aws\Result getExperimentTargetAccountConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getExperimentTargetAccountConfigurationAsync(array $args = [])
* @method \Aws\Result getExperimentTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise getExperimentTemplateAsync(array $args = [])
* @method \Aws\Result getTargetAccountConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTargetAccountConfigurationAsync(array $args = [])
* @method \Aws\Result getTargetResourceType(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTargetResourceTypeAsync(array $args = [])
* @method \Aws\Result listActions(array $args = [])
* @method \GuzzleHttp\Promise\Promise listActionsAsync(array $args = [])
* @method \Aws\Result listExperimentResolvedTargets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listExperimentResolvedTargetsAsync(array $args = [])
* @method \Aws\Result listExperimentTargetAccountConfigurations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listExperimentTargetAccountConfigurationsAsync(array $args = [])
* @method \Aws\Result listExperimentTemplates(array $args = [])
* @method \GuzzleHttp\Promise\Promise listExperimentTemplatesAsync(array $args = [])
* @method \Aws\Result listExperiments(array $args = [])
* @method \GuzzleHttp\Promise\Promise listExperimentsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listTargetAccountConfigurations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTargetAccountConfigurationsAsync(array $args = [])
* @method \Aws\Result listTargetResourceTypes(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTargetResourceTypesAsync(array $args = [])
* @method \Aws\Result startExperiment(array $args = [])
Expand All @@ -37,5 +51,7 @@
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateExperimentTemplate(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateExperimentTemplateAsync(array $args = [])
* @method \Aws\Result updateTargetAccountConfiguration(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateTargetAccountConfigurationAsync(array $args = [])
*/
class FISClient extends AwsClient {}
2 changes: 2 additions & 0 deletions src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
* @method \Aws\MultiRegionClient createMultiRegionAutoScaling(array $args = [])
* @method \Aws\AutoScalingPlans\AutoScalingPlansClient createAutoScalingPlans(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionAutoScalingPlans(array $args = [])
* @method \Aws\B2bi\B2biClient createB2bi(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionB2bi(array $args = [])
* @method \Aws\BCMDataExports\BCMDataExportsClient createBCMDataExports(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionBCMDataExports(array $args = [])
* @method \Aws\Backup\BackupClient createBackup(array $args = [])
Expand Down
Loading

0 comments on commit 9ecae7d

Please sign in to comment.