Skip to content

Commit

Permalink
2.7.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Nov 26, 2014
1 parent c96d77c commit 2723530
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
@@ -1,14 +1,16 @@
# CHANGELOG

## Unreleased
## 2.7.7 - 2014-11-25

* Added a DynamoDB `Marshaler` class, that allows you to marshal JSON documents
or native PHP arrays to the format that DynamoDB requires. You can also
unmarshal item data from operation results back into JSON documents or native
PHP arrays.
* Adding support for media file encryption to Amazon Elastic Transcoder.
* Added support for media file encryption to Amazon Elastic Transcoder.
* Removing a few superfluous `x-amz-server-side-encryption-aws-kms-key-id` from
the Amazon S3 model.
* Added support for using AWS Data Pipeline templates to create pipelines and
bind values to parameters in the pipeline.

## 2.7.6 - 2014-11-20

Expand Down
2 changes: 1 addition & 1 deletion src/Aws/Common/Aws.php
Expand Up @@ -28,7 +28,7 @@ class Aws extends ServiceBuilder
/**
* @var string Current version of the SDK
*/
const VERSION = '2.7.6';
const VERSION = '2.7.7';

/**
* Create a new service locator for the AWS SDK
Expand Down
206 changes: 206 additions & 0 deletions src/Aws/DataPipeline/Resources/datapipeline-2012-10-29.php
Expand Up @@ -79,6 +79,27 @@
'minLength' => 1,
'maxLength' => 1024,
),
'parameterValues' => array(
'type' => 'array',
'location' => 'json',
'items' => array(
'name' => 'ParameterValue',
'type' => 'object',
'properties' => array(
'id' => array(
'required' => true,
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'stringValue' => array(
'required' => true,
'type' => 'string',
'maxLength' => 10240,
),
),
),
),
),
'errorResponses' => array(
array(
Expand Down Expand Up @@ -611,6 +632,64 @@
),
),
),
'parameterObjects' => array(
'type' => 'array',
'location' => 'json',
'items' => array(
'name' => 'ParameterObject',
'type' => 'object',
'properties' => array(
'id' => array(
'required' => true,
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'attributes' => array(
'required' => true,
'type' => 'array',
'items' => array(
'name' => 'ParameterAttribute',
'type' => 'object',
'properties' => array(
'key' => array(
'required' => true,
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'stringValue' => array(
'required' => true,
'type' => 'string',
'maxLength' => 10240,
),
),
),
),
),
),
),
'parameterValues' => array(
'type' => 'array',
'location' => 'json',
'items' => array(
'name' => 'ParameterValue',
'type' => 'object',
'properties' => array(
'id' => array(
'required' => true,
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'stringValue' => array(
'required' => true,
'type' => 'string',
'maxLength' => 10240,
),
),
),
),
),
'errorResponses' => array(
array(
Expand Down Expand Up @@ -748,6 +827,31 @@
'minLength' => 1,
'maxLength' => 2048,
),
'fields' => array(
'type' => 'array',
'location' => 'json',
'items' => array(
'name' => 'Field',
'type' => 'object',
'properties' => array(
'key' => array(
'required' => true,
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'stringValue' => array(
'type' => 'string',
'maxLength' => 10240,
),
'refValue' => array(
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
),
),
),
),
'errorResponses' => array(
array(
Expand Down Expand Up @@ -1035,6 +1139,64 @@
),
),
),
'parameterObjects' => array(
'type' => 'array',
'location' => 'json',
'items' => array(
'name' => 'ParameterObject',
'type' => 'object',
'properties' => array(
'id' => array(
'required' => true,
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'attributes' => array(
'required' => true,
'type' => 'array',
'items' => array(
'name' => 'ParameterAttribute',
'type' => 'object',
'properties' => array(
'key' => array(
'required' => true,
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'stringValue' => array(
'required' => true,
'type' => 'string',
'maxLength' => 10240,
),
),
),
),
),
),
),
'parameterValues' => array(
'type' => 'array',
'location' => 'json',
'items' => array(
'name' => 'ParameterValue',
'type' => 'object',
'properties' => array(
'id' => array(
'required' => true,
'type' => 'string',
'minLength' => 1,
'maxLength' => 256,
),
'stringValue' => array(
'required' => true,
'type' => 'string',
'maxLength' => 10240,
),
),
),
),
),
'errorResponses' => array(
array(
Expand Down Expand Up @@ -1210,6 +1372,50 @@
),
),
),
'parameterObjects' => array(
'type' => 'array',
'location' => 'json',
'items' => array(
'name' => 'ParameterObject',
'type' => 'object',
'properties' => array(
'id' => array(
'type' => 'string',
),
'attributes' => array(
'type' => 'array',
'items' => array(
'name' => 'ParameterAttribute',
'type' => 'object',
'properties' => array(
'key' => array(
'type' => 'string',
),
'stringValue' => array(
'type' => 'string',
),
),
),
),
),
),
),
'parameterValues' => array(
'type' => 'array',
'location' => 'json',
'items' => array(
'name' => 'ParameterValue',
'type' => 'object',
'properties' => array(
'id' => array(
'type' => 'string',
),
'stringValue' => array(
'type' => 'string',
),
),
),
),
),
),
'ListPipelinesOutput' => array(
Expand Down

0 comments on commit 2723530

Please sign in to comment.