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 Jul 2, 2019
1 parent ba3361b commit 7e41e24
Show file tree
Hide file tree
Showing 16 changed files with 243 additions and 29 deletions.
17 changes: 17 additions & 0 deletions .changes/3.104.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
[
{
"type": "feature",
"category": "ClientSideMonitoring",
"description": "Added client configuration options for client-side monitoring."
},
{
"type": "api-change",
"category": "MediaStore",
"description": "This release adds support for tagging, untagging, and listing tags for AWS Elemental MediaStore containers."
},
{
"type": "enhancement",
"category": "AppStream",
"description": "Adding ImageBuilderName in Fleet API and Documentation updates for AppStream. "
}
]
7 changes: 0 additions & 7 deletions .changes/nextrelease/csm_client_config.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\AppStream` - Adding ImageBuilderName in Fleet API and Documentation updates for AppStream.
* `Aws\ClientSideMonitoring` - Added client configuration options for client-side monitoring.
* `Aws\MediaStore` - This release adds support for tagging, untagging, and listing tags for AWS Elemental MediaStore containers.

## 3.103.2 - 2019-07-01

* `Aws\DocDB` - This release provides support for cluster delete protection and the ability to stop and start clusters.
Expand Down
6 changes: 6 additions & 0 deletions src/MediaStore/MediaStoreClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
* @method \GuzzleHttp\Promise\Promise getLifecyclePolicyAsync(array $args = [])
* @method \Aws\Result listContainers(array $args = [])
* @method \GuzzleHttp\Promise\Promise listContainersAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
* @method \Aws\Result putContainerPolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise putContainerPolicyAsync(array $args = [])
* @method \Aws\Result putCorsPolicy(array $args = [])
Expand All @@ -35,5 +37,9 @@
* @method \GuzzleHttp\Promise\Promise startAccessLoggingAsync(array $args = [])
* @method \Aws\Result stopAccessLogging(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopAccessLoggingAsync(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 = [])
*/
class MediaStoreClient extends AwsClient {}
2 changes: 2 additions & 0 deletions src/data/appstream/2016-12-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1497,6 +1497,7 @@
"State":{"shape":"ImageState"},
"Visibility":{"shape":"VisibilityType"},
"ImageBuilderSupported":{"shape":"Boolean"},
"ImageBuilderName":{"shape":"String"},
"Platform":{"shape":"PlatformType"},
"Description":{"shape":"String"},
"StateChangeReason":{"shape":"ImageStateChangeReason"},
Expand Down Expand Up @@ -1524,6 +1525,7 @@
"CreatedTime":{"shape":"Timestamp"},
"EnableDefaultInternetAccess":{"shape":"BooleanObject"},
"DomainJoinInfo":{"shape":"DomainJoinInfo"},
"NetworkAccessConfiguration":{"shape":"NetworkAccessConfiguration"},
"ImageBuilderErrors":{"shape":"ResourceErrors"},
"AppstreamAgentVersion":{"shape":"AppstreamAgentVersion"}
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/appstream/2016-12-01/api-2.json.php

Large diffs are not rendered by default.

22 changes: 12 additions & 10 deletions src/data/appstream/2016-12-01/docs-2.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/data/appstream/2016-12-01/docs-2.json.php

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/data/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -3813,6 +3813,7 @@
},
"codebuild" : {
"endpoints" : {
"us-gov-east-1" : { },
"us-gov-west-1" : { }
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/data/endpoints.json.php

Large diffs are not rendered by default.

121 changes: 117 additions & 4 deletions src/data/mediastore/2017-09-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,20 @@
{"shape":"InternalServerError"}
]
},
"ListTagsForResource":{
"name":"ListTagsForResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListTagsForResourceInput"},
"output":{"shape":"ListTagsForResourceOutput"},
"errors":[
{"shape":"ContainerInUseException"},
{"shape":"ContainerNotFoundException"},
{"shape":"InternalServerError"}
]
},
"PutContainerPolicy":{
"name":"PutContainerPolicy",
"http":{
Expand Down Expand Up @@ -226,6 +240,34 @@
{"shape":"ContainerNotFoundException"},
{"shape":"InternalServerError"}
]
},
"TagResource":{
"name":"TagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TagResourceInput"},
"output":{"shape":"TagResourceOutput"},
"errors":[
{"shape":"ContainerInUseException"},
{"shape":"ContainerNotFoundException"},
{"shape":"InternalServerError"}
]
},
"UntagResource":{
"name":"UntagResource",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UntagResourceInput"},
"output":{"shape":"UntagResourceOutput"},
"errors":[
{"shape":"ContainerInUseException"},
{"shape":"ContainerNotFoundException"},
{"shape":"InternalServerError"}
]
}
},
"shapes":{
Expand Down Expand Up @@ -262,7 +304,7 @@
"type":"string",
"max":1024,
"min":1,
"pattern":"arn:aws:mediastore:[a-z]+-[a-z]+-\\d:\\d{12}:container/\\w{1,255}"
"pattern":"arn:aws:mediastore:[a-z]+-[a-z]+-\\d:\\d{12}:container/[\\w-]{1,255}"
},
"ContainerAccessLoggingEnabled":{"type":"boolean"},
"ContainerInUseException":{
Expand Down Expand Up @@ -298,7 +340,7 @@
"type":"string",
"max":8192,
"min":1,
"pattern":"[\\u0009\\u000A\\u000D\\u0020-\\u00FF]+"
"pattern":"[\\x00-\\x7F]+"
},
"ContainerStatus":{
"type":"string",
Expand Down Expand Up @@ -341,7 +383,8 @@
"type":"structure",
"required":["ContainerName"],
"members":{
"ContainerName":{"shape":"ContainerName"}
"ContainerName":{"shape":"ContainerName"},
"Tags":{"shape":"TagList"}
}
},
"CreateContainerOutput":{
Expand Down Expand Up @@ -512,6 +555,19 @@
"NextToken":{"shape":"PaginationToken"}
}
},
"ListTagsForResourceInput":{
"type":"structure",
"required":["Resource"],
"members":{
"Resource":{"shape":"ContainerARN"}
}
},
"ListTagsForResourceOutput":{
"type":"structure",
"members":{
"Tags":{"shape":"TagList"}
}
},
"MaxAgeSeconds":{
"type":"integer",
"max":2147483647,
Expand Down Expand Up @@ -617,6 +673,63 @@
"members":{
}
},
"TimeStamp":{"type":"timestamp"}
"Tag":{
"type":"structure",
"members":{
"Key":{"shape":"TagKey"},
"Value":{"shape":"TagValue"}
}
},
"TagKey":{
"type":"string",
"max":128,
"min":1
},
"TagKeyList":{
"type":"list",
"member":{"shape":"TagKey"}
},
"TagList":{
"type":"list",
"member":{"shape":"Tag"}
},
"TagResourceInput":{
"type":"structure",
"required":[
"Resource",
"Tags"
],
"members":{
"Resource":{"shape":"ContainerARN"},
"Tags":{"shape":"TagList"}
}
},
"TagResourceOutput":{
"type":"structure",
"members":{
}
},
"TagValue":{
"type":"string",
"max":256,
"min":0
},
"TimeStamp":{"type":"timestamp"},
"UntagResourceInput":{
"type":"structure",
"required":[
"Resource",
"TagKeys"
],
"members":{
"Resource":{"shape":"ContainerARN"},
"TagKeys":{"shape":"TagKeyList"}
}
},
"UntagResourceOutput":{
"type":"structure",
"members":{
}
}
}
}
Loading

0 comments on commit 7e41e24

Please sign in to comment.