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 26, 2019
1 parent ad2f5c7 commit 11df60b
Show file tree
Hide file tree
Showing 13 changed files with 304 additions and 33 deletions.
22 changes: 22 additions & 0 deletions .changes/3.102.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[
{
"type": "feature",
"category": "",
"description": "Auto assume credential role using profile in `~\/.aws\/config`"
},
{
"type": "feature",
"category": "Test",
"description": "Updated endpoints file with corresponding updated partition tests."
},
{
"type": "api-change",
"category": "CodeCommit",
"description": "This release supports better exception handling for merges."
},
{
"type": "api-change",
"category": "ApiGatewayV2",
"description": "You can now perform tag operations on ApiGatewayV2 Resources (typically associated with WebSocket APIs)"
}
]
8 changes: 0 additions & 8 deletions .changes/nextrelease/changelog_assume_role_from_config.json

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/nextrelease/partition_endpoint_test_fixes.json

This file was deleted.

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

## next release

* `Aws\` - Auto assume credential role using profile in `~/.aws/config`
* `Aws\ApiGatewayV2` - You can now perform tag operations on ApiGatewayV2 Resources (typically associated with WebSocket APIs)
* `Aws\CodeCommit` - This release supports better exception handling for merges.
* `Aws\Test` - Updated endpoints file with corresponding updated partition tests.

## 3.101.1 - 2019-06-25

* `Aws\EC2` - Starting today, you can use Traffic Mirroring to copy network traffic from an elastic network interface of Amazon EC2 instances and then send it to out-of-band security and monitoring appliances for content inspection, threat monitoring, and troubleshooting. These appliances can be deployed as individual instances, or as a fleet of instances behind a Network Load Balancer with a User Datagram Protocol (UDP) listener. Traffic Mirroring supports filters and packet truncation, so that you only extract the traffic of interest to monitor by using monitoring tools of your choice.
Expand Down
6 changes: 6 additions & 0 deletions src/ApiGatewayV2/ApiGatewayV2Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@
* @method \GuzzleHttp\Promise\Promise getStageAsync(array $args = [])
* @method \Aws\Result getStages(array $args = [])
* @method \GuzzleHttp\Promise\Promise getStagesAsync(array $args = [])
* @method \Aws\Result getTags(array $args = [])
* @method \GuzzleHttp\Promise\Promise getTagsAsync(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 updateApi(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateApiAsync(array $args = [])
* @method \Aws\Result updateApiMapping(array $args = [])
Expand Down
208 changes: 208 additions & 0 deletions src/data/apigatewayv2/2018-11-29/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,72 @@
"shape" : "BadRequestException"
} ]
},
"GetTags" : {
"name" : "GetTags",
"http" : {
"method" : "GET",
"requestUri" : "/v2/tags/{resource-arn}",
"responseCode" : 200
},
"input" : {
"shape" : "GetTagsRequest"
},
"output" : {
"shape" : "GetTagsResponse"
},
"errors" : [ {
"shape" : "NotFoundException"
}, {
"shape" : "TooManyRequestsException"
}, {
"shape" : "BadRequestException"
}, {
"shape" : "ConflictException"
} ]
},
"TagResource" : {
"name" : "TagResource",
"http" : {
"method" : "POST",
"requestUri" : "/v2/tags/{resource-arn}",
"responseCode" : 201
},
"input" : {
"shape" : "TagResourceRequest"
},
"output" : {
"shape" : "TagResourceResponse"
},
"errors" : [ {
"shape" : "NotFoundException"
}, {
"shape" : "TooManyRequestsException"
}, {
"shape" : "BadRequestException"
}, {
"shape" : "ConflictException"
} ]
},
"UntagResource" : {
"name" : "UntagResource",
"http" : {
"method" : "DELETE",
"requestUri" : "/v2/tags/{resource-arn}",
"responseCode" : 204
},
"input" : {
"shape" : "UntagResourceRequest"
},
"errors" : [ {
"shape" : "NotFoundException"
}, {
"shape" : "TooManyRequestsException"
}, {
"shape" : "BadRequestException"
}, {
"shape" : "ConflictException"
} ]
},
"UpdateApi" : {
"name" : "UpdateApi",
"http" : {
Expand Down Expand Up @@ -1217,6 +1283,10 @@
"Warnings" : {
"shape" : "__listOf__string",
"locationName" : "warnings"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
},
"required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ]
Expand Down Expand Up @@ -1405,6 +1475,10 @@
"Version" : {
"shape" : "StringWithLengthBetween1And64",
"locationName" : "version"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
},
"required" : [ "RouteSelectionExpression", "ProtocolType", "Name" ]
Expand Down Expand Up @@ -1743,6 +1817,10 @@
"DomainNameConfigurations" : {
"shape" : "DomainNameConfigurations",
"locationName" : "domainNameConfigurations"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
},
"required" : [ "DomainName" ]
Expand All @@ -1757,6 +1835,10 @@
"DomainNameConfigurations" : {
"shape" : "DomainNameConfigurations",
"locationName" : "domainNameConfigurations"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
},
"required" : [ "DomainName" ]
Expand All @@ -1775,6 +1857,10 @@
"DomainNameConfigurations" : {
"shape" : "DomainNameConfigurations",
"locationName" : "domainNameConfigurations"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
}
},
Expand Down Expand Up @@ -2400,6 +2486,10 @@
"StageVariables" : {
"shape" : "StageVariablesMap",
"locationName" : "stageVariables"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
},
"required" : [ "StageName" ]
Expand Down Expand Up @@ -2443,6 +2533,10 @@
"StageVariables" : {
"shape" : "StageVariablesMap",
"locationName" : "stageVariables"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
},
"required" : [ "ApiId", "StageName" ]
Expand Down Expand Up @@ -2489,6 +2583,14 @@
"StageVariables" : {
"shape" : "StageVariablesMap",
"locationName" : "stageVariables"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
}
},
Expand Down Expand Up @@ -2724,6 +2826,10 @@
"DomainNameConfigurations" : {
"shape" : "DomainNameConfigurations",
"locationName" : "domainNameConfigurations"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
},
"required" : [ "DomainName" ]
Expand Down Expand Up @@ -2928,6 +3034,10 @@
"Warnings" : {
"shape" : "__listOf__string",
"locationName" : "warnings"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
}
},
Expand Down Expand Up @@ -3150,6 +3260,10 @@
"DomainNameConfigurations" : {
"shape" : "DomainNameConfigurations",
"locationName" : "domainNameConfigurations"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
}
},
Expand Down Expand Up @@ -3731,6 +3845,10 @@
"StageVariables" : {
"shape" : "StageVariablesMap",
"locationName" : "stageVariables"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
}
},
Expand Down Expand Up @@ -3934,6 +4052,26 @@
}
}
},
"GetTagsRequest" : {
"type" : "structure",
"members" : {
"ResourceArn" : {
"shape" : "__string",
"location" : "uri",
"locationName" : "resource-arn"
}
},
"required" : [ "ResourceArn" ]
},
"GetTagsResponse" : {
"type" : "structure",
"members" : {
"Tags" : {
"shape" : "__mapOf__string",
"locationName" : "tags"
}
}
},
"LoggingLevel" : {
"type" : "string",
"enum" : [ "ERROR", "INFO", "false" ]
Expand Down Expand Up @@ -4226,6 +4364,10 @@
"StageVariables" : {
"shape" : "StageVariablesMap",
"locationName" : "stageVariables"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
},
"required" : [ "StageName" ]
Expand Down Expand Up @@ -4275,6 +4417,63 @@
},
"StringWithLengthBetween1And64" : {
"type" : "string"
},
"StringWithLengthBetween1And1600" : {
"type" : "string",
"documentation" : "<p>A string with a length between [1-1600].</p>"
},
"TagResourceInput" : {
"type" : "structure",
"members" : {
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
}
},
"TagResourceRequest" : {
"type" : "structure",
"members" : {
"ResourceArn" : {
"shape" : "__string",
"location" : "uri",
"locationName" : "resource-arn"
},
"Tags" : {
"shape" : "Tags",
"locationName" : "tags"
}
},
"required" : [ "ResourceArn" ]
},
"TagResourceResponse" : {
"type" : "structure",
"members" : { }
},
"Tags" : {
"type" : "map",
"key" : {
"shape" : "__string"
},
"value" : {
"shape" : "StringWithLengthBetween1And1600"
}
},
"UntagResourceRequest" : {
"type" : "structure",
"members" : {
"ResourceArn" : {
"shape" : "__string",
"location" : "uri",
"locationName" : "resource-arn"
},
"TagKeys" : {
"shape" : "__listOf__string",
"location" : "querystring",
"locationName" : "tagKeys"
}
},
"required" : [ "TagKeys", "ResourceArn" ]
},
"Template" : {
"type" : "structure",
Expand Down Expand Up @@ -5531,6 +5730,15 @@
"__string" : {
"type" : "string"
},
"__mapOf__string" : {
"type" : "map",
"key" : {
"shape" : "__string"
},
"value" : {
"shape" : "__string"
}
},
"__timestampIso8601" : {
"type" : "timestamp",
"timestampFormat" : "iso8601"
Expand Down
2 changes: 1 addition & 1 deletion src/data/apigatewayv2/2018-11-29/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 11df60b

Please sign in to comment.