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 Dec 9, 2020
1 parent 8426210 commit 4deaf90
Show file tree
Hide file tree
Showing 17 changed files with 1,658 additions and 81 deletions.
17 changes: 17 additions & 0 deletions .changes/3.168.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "api-change",
"category": "EC2",
"description": "This release adds support for G4ad instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors"
},
{
"type": "api-change",
"category": "GlobalAccelerator",
"description": "This release adds support for custom routing accelerators"
},
{
"type": "api-change",
"category": "Redshift",
"description": "Add support for availability zone relocation feature."
}
]
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\EC2` - This release adds support for G4ad instances powered by AMD Radeon Pro V520 GPUs and AMD 2nd Generation EPYC processors
* `Aws\GlobalAccelerator` - This release adds support for custom routing accelerators
* `Aws\Redshift` - Add support for availability zone relocation feature.

## 3.168.0 - 2020-12-08

* `Aws\AuditManager` - AWS Audit Manager helps you continuously audit your AWS usage to simplify how you manage risk and compliance. This update releases the first version of the AWS Audit Manager APIs and SDK.
Expand Down
44 changes: 44 additions & 0 deletions src/GlobalAccelerator/GlobalAcceleratorClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,26 +5,52 @@

/**
* This client is used to interact with the **AWS Global Accelerator** service.
* @method \Aws\Result addCustomRoutingEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise addCustomRoutingEndpointsAsync(array $args = [])
* @method \Aws\Result advertiseByoipCidr(array $args = [])
* @method \GuzzleHttp\Promise\Promise advertiseByoipCidrAsync(array $args = [])
* @method \Aws\Result allowCustomRoutingTraffic(array $args = [])
* @method \GuzzleHttp\Promise\Promise allowCustomRoutingTrafficAsync(array $args = [])
* @method \Aws\Result createAccelerator(array $args = [])
* @method \GuzzleHttp\Promise\Promise createAcceleratorAsync(array $args = [])
* @method \Aws\Result createCustomRoutingAccelerator(array $args = [])
* @method \GuzzleHttp\Promise\Promise createCustomRoutingAcceleratorAsync(array $args = [])
* @method \Aws\Result createCustomRoutingEndpointGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createCustomRoutingEndpointGroupAsync(array $args = [])
* @method \Aws\Result createCustomRoutingListener(array $args = [])
* @method \GuzzleHttp\Promise\Promise createCustomRoutingListenerAsync(array $args = [])
* @method \Aws\Result createEndpointGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEndpointGroupAsync(array $args = [])
* @method \Aws\Result createListener(array $args = [])
* @method \GuzzleHttp\Promise\Promise createListenerAsync(array $args = [])
* @method \Aws\Result deleteAccelerator(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteAcceleratorAsync(array $args = [])
* @method \Aws\Result deleteCustomRoutingAccelerator(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCustomRoutingAcceleratorAsync(array $args = [])
* @method \Aws\Result deleteCustomRoutingEndpointGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCustomRoutingEndpointGroupAsync(array $args = [])
* @method \Aws\Result deleteCustomRoutingListener(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteCustomRoutingListenerAsync(array $args = [])
* @method \Aws\Result deleteEndpointGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteEndpointGroupAsync(array $args = [])
* @method \Aws\Result deleteListener(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteListenerAsync(array $args = [])
* @method \Aws\Result denyCustomRoutingTraffic(array $args = [])
* @method \GuzzleHttp\Promise\Promise denyCustomRoutingTrafficAsync(array $args = [])
* @method \Aws\Result deprovisionByoipCidr(array $args = [])
* @method \GuzzleHttp\Promise\Promise deprovisionByoipCidrAsync(array $args = [])
* @method \Aws\Result describeAccelerator(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAcceleratorAsync(array $args = [])
* @method \Aws\Result describeAcceleratorAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeAcceleratorAttributesAsync(array $args = [])
* @method \Aws\Result describeCustomRoutingAccelerator(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeCustomRoutingAcceleratorAsync(array $args = [])
* @method \Aws\Result describeCustomRoutingAcceleratorAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeCustomRoutingAcceleratorAttributesAsync(array $args = [])
* @method \Aws\Result describeCustomRoutingEndpointGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeCustomRoutingEndpointGroupAsync(array $args = [])
* @method \Aws\Result describeCustomRoutingListener(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeCustomRoutingListenerAsync(array $args = [])
* @method \Aws\Result describeEndpointGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEndpointGroupAsync(array $args = [])
* @method \Aws\Result describeListener(array $args = [])
Expand All @@ -33,6 +59,16 @@
* @method \GuzzleHttp\Promise\Promise listAcceleratorsAsync(array $args = [])
* @method \Aws\Result listByoipCidrs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listByoipCidrsAsync(array $args = [])
* @method \Aws\Result listCustomRoutingAccelerators(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCustomRoutingAcceleratorsAsync(array $args = [])
* @method \Aws\Result listCustomRoutingEndpointGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCustomRoutingEndpointGroupsAsync(array $args = [])
* @method \Aws\Result listCustomRoutingListeners(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCustomRoutingListenersAsync(array $args = [])
* @method \Aws\Result listCustomRoutingPortMappings(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCustomRoutingPortMappingsAsync(array $args = [])
* @method \Aws\Result listCustomRoutingPortMappingsByDestination(array $args = [])
* @method \GuzzleHttp\Promise\Promise listCustomRoutingPortMappingsByDestinationAsync(array $args = [])
* @method \Aws\Result listEndpointGroups(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEndpointGroupsAsync(array $args = [])
* @method \Aws\Result listListeners(array $args = [])
Expand All @@ -41,6 +77,8 @@
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result provisionByoipCidr(array $args = [])
* @method \GuzzleHttp\Promise\Promise provisionByoipCidrAsync(array $args = [])
* @method \Aws\Result removeCustomRoutingEndpoints(array $args = [])
* @method \GuzzleHttp\Promise\Promise removeCustomRoutingEndpointsAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
Expand All @@ -49,6 +87,12 @@
* @method \GuzzleHttp\Promise\Promise updateAcceleratorAsync(array $args = [])
* @method \Aws\Result updateAcceleratorAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateAcceleratorAttributesAsync(array $args = [])
* @method \Aws\Result updateCustomRoutingAccelerator(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateCustomRoutingAcceleratorAsync(array $args = [])
* @method \Aws\Result updateCustomRoutingAcceleratorAttributes(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateCustomRoutingAcceleratorAttributesAsync(array $args = [])
* @method \Aws\Result updateCustomRoutingListener(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateCustomRoutingListenerAsync(array $args = [])
* @method \Aws\Result updateEndpointGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEndpointGroupAsync(array $args = [])
* @method \Aws\Result updateListener(array $args = [])
Expand Down
3 changes: 3 additions & 0 deletions src/data/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -19033,6 +19033,9 @@
"g3.8xlarge",
"g3.16xlarge",
"g3s.xlarge",
"g4ad.4xlarge",
"g4ad.8xlarge",
"g4ad.16xlarge",
"g4dn.xlarge",
"g4dn.2xlarge",
"g4dn.4xlarge",
Expand Down
2 changes: 1 addition & 1 deletion src/data/ec2/2016-11-15/api-2.json.php

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -2545,6 +2545,13 @@
"us-west-2" : { }
}
},
"emr-containers" : {
"endpoints" : {
"eu-west-1" : { },
"us-east-1" : { },
"us-west-2" : { }
}
},
"entitlement.marketplace" : {
"defaults" : {
"credentialScope" : {
Expand Down Expand Up @@ -3098,6 +3105,14 @@
}
}
},
"healthlake" : {
"defaults" : {
"protocols" : [ "https" ]
},
"endpoints" : {
"us-east-1" : { }
}
},
"honeycode" : {
"endpoints" : {
"us-west-2" : { }
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 4deaf90

Please sign in to comment.