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 Jun 13, 2019
1 parent b56ff0f commit ef967d4
Show file tree
Hide file tree
Showing 20 changed files with 447 additions and 63 deletions.
27 changes: 27 additions & 0 deletions .changes/3.100.3
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[
{
"type": "enhancement",
"category": "Api",
"description": "Fix json parse error when extracting header"
},
{
"type": "api-change",
"category": "ElastiCache",
"description": "This release is to add support for reader endpoint for cluster-mode disabled Amazon ElastiCache for Redis clusters."
},
{
"type": "api-change",
"category": "GuardDuty",
"description": "Support for tagging functionality in Create and Get operations for Detector, IP Set, Threat Intel Set, and Finding Filter resources and 3 new tagging APIs: ListTagsForResource, TagResource, and UntagResource."
},
{
"type": "api-change",
"category": "EC2",
"description": "G4 instances are Amazon EC2 instances based on NVIDIA T4 GPUs and are designed to provide cost-effective machine learning inference for applications, like image classification, object detection, recommender systems, automated speech recognition, and language translation. G4 instances are also a cost-effective platform for building and running graphics-intensive applications, such as remote graphics workstations, video transcoding, photo-realistic design, and game streaming in the cloud. To get started with G4 instances visit https:\/\/aws.amazon.com\/ec2\/instance-types\/g4."
},
{
"type": "api-change",
"category": "AppMesh",
"description": "This release adds support for AWS Cloud Map as a service discovery method for virtual nodes."
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/changelog_fix_json_parse_header.json

This file was deleted.

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

## next release

* `Aws\Api` - Fix json parse error when extracting header
* `Aws\AppMesh` - This release adds support for AWS Cloud Map as a service discovery method for virtual nodes.
* `Aws\EC2` - G4 instances are Amazon EC2 instances based on NVIDIA T4 GPUs and are designed to provide cost-effective machine learning inference for applications, like image classification, object detection, recommender systems, automated speech recognition, and language translation. G4 instances are also a cost-effective platform for building and running graphics-intensive applications, such as remote graphics workstations, video transcoding, photo-realistic design, and game streaming in the cloud. To get started with G4 instances visit https://aws.amazon.com/ec2/instance-types/g4.
* `Aws\ElastiCache` - This release is to add support for reader endpoint for cluster-mode disabled Amazon ElastiCache for Redis clusters.
* `Aws\GuardDuty` - Support for tagging functionality in Create and Get operations for Detector, IP Set, Threat Intel Set, and Finding Filter resources and 3 new tagging APIs: ListTagsForResource, TagResource, and UntagResource.

## 3.100.2 - 2019-06-12

* `Aws\ServiceCatalog` - This release adds a new field named Guidance to update provisioning artifact, this field can be set by the administrator to provide guidance to end users about which provisioning artifacts to use.
Expand Down
6 changes: 6 additions & 0 deletions src/GuardDuty/GuardDutyClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,20 @@
* @method \GuzzleHttp\Promise\Promise listInvitationsAsync(array $args = [])
* @method \Aws\Result listMembers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listMembersAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result listThreatIntelSets(array $args = [])
* @method \GuzzleHttp\Promise\Promise listThreatIntelSetsAsync(array $args = [])
* @method \Aws\Result startMonitoringMembers(array $args = [])
* @method \GuzzleHttp\Promise\Promise startMonitoringMembersAsync(array $args = [])
* @method \Aws\Result stopMonitoringMembers(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopMonitoringMembersAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result unarchiveFindings(array $args = [])
* @method \GuzzleHttp\Promise\Promise unarchiveFindingsAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateDetector(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateDetectorAsync(array $args = [])
* @method \Aws\Result updateFilter(array $args = [])
Expand Down
63 changes: 60 additions & 3 deletions src/data/appmesh/2019-01-25/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1677,6 +1677,12 @@
"min": 1,
"max": 255
},
"AwsCloudMapInstanceAttributes": {
"type": "list",
"member": {
"shape": "AwsCloudMapInstanceAttribute"
}
},
"VirtualNodeRef": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -1729,6 +1735,12 @@
},
"payload": "virtualNode"
},
"AwsCloudMapName": {
"type": "string",
"min": 1,
"max": 1024,
"pattern": "((?=^.{1,127}$)^([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9])(.([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9]))*$)|(^.$)"
},
"LimitExceededException": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -1859,6 +1871,21 @@
"type": "structure",
"members": { }
},
"AwsCloudMapInstanceAttribute": {
"type": "structure",
"required": [
"key",
"value"
],
"members": {
"key": {
"shape": "AwsCloudMapInstanceAttributeKey"
},
"value": {
"shape": "AwsCloudMapInstanceAttributeValue"
}
}
},
"VirtualServiceSpec": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -2150,11 +2177,14 @@
"min": 1,
"max": 255
},
"AwsCloudMapInstanceAttributeKey": {
"type": "string",
"min": 1,
"max": 255,
"pattern": "^[a-zA-Z0-9!-~]+$"
},
"VirtualRouterSpec": {
"type": "structure",
"required": [
"listeners"
],
"members": {
"listeners": {
"shape": "VirtualRouterListeners"
Expand Down Expand Up @@ -2360,6 +2390,12 @@
}
}
},
"AwsCloudMapInstanceAttributeValue": {
"type": "string",
"min": 1,
"max": 1024,
"pattern": "^([a-zA-Z0-9!-~][ ta-zA-Z0-9!-~]*){0,1}[a-zA-Z0-9!-~]{0,1}$"
},
"WeightedTarget": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -2719,6 +2755,24 @@
"String": {
"type": "string"
},
"AwsCloudMapServiceDiscovery": {
"type": "structure",
"required": [
"namespaceName",
"serviceName"
],
"members": {
"attributes": {
"shape": "AwsCloudMapInstanceAttributes"
},
"namespaceName": {
"shape": "AwsCloudMapName"
},
"serviceName": {
"shape": "AwsCloudMapName"
}
}
},
"UpdateVirtualServiceOutput": {
"type": "structure",
"required": [
Expand Down Expand Up @@ -2931,6 +2985,9 @@
"ServiceDiscovery": {
"type": "structure",
"members": {
"awsCloudMap": {
"shape": "AwsCloudMapServiceDiscovery"
},
"dns": {
"shape": "DnsServiceDiscovery"
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/appmesh/2019-01-25/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit ef967d4

Please sign in to comment.