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 26, 2020
1 parent bdca929 commit f7bbcbe
Show file tree
Hide file tree
Showing 25 changed files with 5,063 additions and 135 deletions.
17 changes: 17 additions & 0 deletions .changes/3.151.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "enhancement",
"category": "S3",
"description": "Documentation updates for S3 methods with ambiguous success"
},
{
"type": "api-change",
"category": "Route53Resolver",
"description": "Route 53 Resolver adds support for resolver query logs"
},
{
"type": "feature",
"category": "Appflow",
"description": "Amazon AppFlow is a fully managed integration service that securely transfers data between AWS services and SaaS applications. This update releases the first version of Amazon AppFlow APIs and SDK."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/docs-update-copyobject.json

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## next release

* `Aws\Appflow` - Amazon AppFlow is a fully managed integration service that securely transfers data between AWS services and SaaS applications. This update releases the first version of Amazon AppFlow APIs and SDK.
* `Aws\Route53Resolver` - Route 53 Resolver adds support for resolver query logs
* `Aws\S3` - Documentation updates for S3 methods with ambiguous success

## 3.150.3 - 2020-08-24

* `Aws\CloudWatchLogs` - Documentation updates for CloudWatch Logs
Expand Down
45 changes: 45 additions & 0 deletions src/Appflow/AppflowClient.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?php
namespace Aws\Appflow;

use Aws\AwsClient;

/**
* This client is used to interact with the **Amazon Appflow** service.
* @method \Aws\Result createConnectorProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise createConnectorProfileAsync(array $args = [])
* @method \Aws\Result createFlow(array $args = [])
* @method \GuzzleHttp\Promise\Promise createFlowAsync(array $args = [])
* @method \Aws\Result deleteConnectorProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteConnectorProfileAsync(array $args = [])
* @method \Aws\Result deleteFlow(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteFlowAsync(array $args = [])
* @method \Aws\Result describeConnectorEntity(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeConnectorEntityAsync(array $args = [])
* @method \Aws\Result describeConnectorProfiles(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeConnectorProfilesAsync(array $args = [])
* @method \Aws\Result describeConnectors(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeConnectorsAsync(array $args = [])
* @method \Aws\Result describeFlow(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFlowAsync(array $args = [])
* @method \Aws\Result describeFlowExecutionRecords(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeFlowExecutionRecordsAsync(array $args = [])
* @method \Aws\Result listConnectorEntities(array $args = [])
* @method \GuzzleHttp\Promise\Promise listConnectorEntitiesAsync(array $args = [])
* @method \Aws\Result listFlows(array $args = [])
* @method \GuzzleHttp\Promise\Promise listFlowsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result startFlow(array $args = [])
* @method \GuzzleHttp\Promise\Promise startFlowAsync(array $args = [])
* @method \Aws\Result stopFlow(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopFlowAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateConnectorProfile(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateConnectorProfileAsync(array $args = [])
* @method \Aws\Result updateFlow(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateFlowAsync(array $args = [])
*/
class AppflowClient extends AwsClient {}
9 changes: 9 additions & 0 deletions src/Appflow/Exception/AppflowException.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
namespace Aws\Appflow\Exception;

use Aws\Exception\AwsException;

/**
* Represents an error interacting with the **Amazon Appflow** service.
*/
class AppflowException extends AwsException {}
20 changes: 20 additions & 0 deletions src/Route53Resolver/Route53ResolverClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,36 @@
* This client is used to interact with the **Amazon Route 53 Resolver** service.
* @method \Aws\Result associateResolverEndpointIpAddress(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateResolverEndpointIpAddressAsync(array $args = [])
* @method \Aws\Result associateResolverQueryLogConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateResolverQueryLogConfigAsync(array $args = [])
* @method \Aws\Result associateResolverRule(array $args = [])
* @method \GuzzleHttp\Promise\Promise associateResolverRuleAsync(array $args = [])
* @method \Aws\Result createResolverEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise createResolverEndpointAsync(array $args = [])
* @method \Aws\Result createResolverQueryLogConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise createResolverQueryLogConfigAsync(array $args = [])
* @method \Aws\Result createResolverRule(array $args = [])
* @method \GuzzleHttp\Promise\Promise createResolverRuleAsync(array $args = [])
* @method \Aws\Result deleteResolverEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResolverEndpointAsync(array $args = [])
* @method \Aws\Result deleteResolverQueryLogConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResolverQueryLogConfigAsync(array $args = [])
* @method \Aws\Result deleteResolverRule(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResolverRuleAsync(array $args = [])
* @method \Aws\Result disassociateResolverEndpointIpAddress(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateResolverEndpointIpAddressAsync(array $args = [])
* @method \Aws\Result disassociateResolverQueryLogConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateResolverQueryLogConfigAsync(array $args = [])
* @method \Aws\Result disassociateResolverRule(array $args = [])
* @method \GuzzleHttp\Promise\Promise disassociateResolverRuleAsync(array $args = [])
* @method \Aws\Result getResolverEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResolverEndpointAsync(array $args = [])
* @method \Aws\Result getResolverQueryLogConfig(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResolverQueryLogConfigAsync(array $args = [])
* @method \Aws\Result getResolverQueryLogConfigAssociation(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResolverQueryLogConfigAssociationAsync(array $args = [])
* @method \Aws\Result getResolverQueryLogConfigPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResolverQueryLogConfigPolicyAsync(array $args = [])
* @method \Aws\Result getResolverRule(array $args = [])
* @method \GuzzleHttp\Promise\Promise getResolverRuleAsync(array $args = [])
* @method \Aws\Result getResolverRuleAssociation(array $args = [])
Expand All @@ -33,12 +47,18 @@
* @method \GuzzleHttp\Promise\Promise listResolverEndpointIpAddressesAsync(array $args = [])
* @method \Aws\Result listResolverEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResolverEndpointsAsync(array $args = [])
* @method \Aws\Result listResolverQueryLogConfigAssociations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResolverQueryLogConfigAssociationsAsync(array $args = [])
* @method \Aws\Result listResolverQueryLogConfigs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResolverQueryLogConfigsAsync(array $args = [])
* @method \Aws\Result listResolverRuleAssociations(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResolverRuleAssociationsAsync(array $args = [])
* @method \Aws\Result listResolverRules(array $args = [])
* @method \GuzzleHttp\Promise\Promise listResolverRulesAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putResolverQueryLogConfigPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putResolverQueryLogConfigPolicyAsync(array $args = [])
* @method \Aws\Result putResolverRulePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putResolverRulePolicyAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
Expand Down
2 changes: 2 additions & 0 deletions src/Sdk.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
* @method \Aws\MultiRegionClient createMultiRegionAppMesh(array $args = [])
* @method \Aws\AppSync\AppSyncClient createAppSync(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionAppSync(array $args = [])
* @method \Aws\Appflow\AppflowClient createAppflow(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionAppflow(array $args = [])
* @method \Aws\ApplicationAutoScaling\ApplicationAutoScalingClient createApplicationAutoScaling(array $args = [])
* @method \Aws\MultiRegionClient createMultiRegionApplicationAutoScaling(array $args = [])
* @method \Aws\ApplicationDiscoveryService\ApplicationDiscoveryServiceClient createApplicationDiscoveryService(array $args = [])
Expand Down
Loading

0 comments on commit f7bbcbe

Please sign in to comment.