Skip to content

Commit

Permalink
Added support for Service Roles to the EMR client.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed Jun 19, 2014
1 parent 191e822 commit 2bd0382
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/Aws/Emr/Resources/emr-2009-03-31.php
Expand Up @@ -265,10 +265,12 @@
'default' => 'ElasticMapReduce.AddTags',
),
'ResourceId' => array(
'required' => true,
'type' => 'string',
'location' => 'json',
),
'Tags' => array(
'required' => true,
'type' => 'array',
'location' => 'json',
'items' => array(
Expand Down Expand Up @@ -318,6 +320,7 @@
'default' => 'ElasticMapReduce.DescribeCluster',
),
'ClusterId' => array(
'required' => true,
'type' => 'string',
'location' => 'json',
),
Expand Down Expand Up @@ -419,10 +422,12 @@
'default' => 'ElasticMapReduce.DescribeStep',
),
'ClusterId' => array(
'required' => true,
'type' => 'string',
'location' => 'json',
),
'StepId' => array(
'required' => true,
'type' => 'string',
'location' => 'json',
),
Expand Down Expand Up @@ -460,6 +465,7 @@
'default' => 'ElasticMapReduce.ListBootstrapActions',
),
'ClusterId' => array(
'required' => true,
'type' => 'string',
'location' => 'json',
),
Expand Down Expand Up @@ -564,6 +570,7 @@
'default' => 'ElasticMapReduce.ListInstanceGroups',
),
'ClusterId' => array(
'required' => true,
'type' => 'string',
'location' => 'json',
),
Expand Down Expand Up @@ -605,6 +612,7 @@
'default' => 'ElasticMapReduce.ListInstances',
),
'ClusterId' => array(
'required' => true,
'type' => 'string',
'location' => 'json',
),
Expand Down Expand Up @@ -658,6 +666,7 @@
'default' => 'ElasticMapReduce.ListSteps',
),
'ClusterId' => array(
'required' => true,
'type' => 'string',
'location' => 'json',
),
Expand Down Expand Up @@ -761,10 +770,12 @@
'default' => 'ElasticMapReduce.RemoveTags',
),
'ResourceId' => array(
'required' => true,
'type' => 'string',
'location' => 'json',
),
'TagKeys' => array(
'required' => true,
'type' => 'array',
'location' => 'json',
'items' => array(
Expand Down Expand Up @@ -1043,6 +1054,11 @@
'location' => 'json',
'maxLength' => 10280,
),
'ServiceRole' => array(
'type' => 'string',
'location' => 'json',
'maxLength' => 10280,
),
'Tags' => array(
'type' => 'array',
'location' => 'json',
Expand Down Expand Up @@ -1359,6 +1375,9 @@
),
),
),
'ServiceRole' => array(
'type' => 'string',
),
),
),
),
Expand Down Expand Up @@ -1624,6 +1643,9 @@
'JobFlowRole' => array(
'type' => 'string',
),
'ServiceRole' => array(
'type' => 'string',
),
),
),
),
Expand Down

0 comments on commit 2bd0382

Please sign in to comment.