Skip to content

Commit d8f9ee1

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent ebd4fd6 commit d8f9ee1

File tree

4 files changed

+54
-15
lines changed

4 files changed

+54
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::EC2 - Updated the API for Amazon Elastic Compute Cloud.
5+
6+
* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.
7+
48
2.11.207 (2019-01-17)
59
------------------
610

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14201,9 +14201,7 @@
1420114201
"r5.xlarge",
1420214202
"r5.2xlarge",
1420314203
"r5.4xlarge",
14204-
"r5.8xlarge",
1420514204
"r5.12xlarge",
14206-
"r5.16xlarge",
1420714205
"r5.24xlarge",
1420814206
"r5.metal",
1420914207
"r5a.large",
@@ -14216,9 +14214,7 @@
1421614214
"r5d.xlarge",
1421714215
"r5d.2xlarge",
1421814216
"r5d.4xlarge",
14219-
"r5d.8xlarge",
1422014217
"r5d.12xlarge",
14221-
"r5d.16xlarge",
1422214218
"r5d.24xlarge",
1422314219
"r5d.metal",
1422414220
"x1.16xlarge",

aws-sdk-core/apis/glue/2017-03-31/api-2.json

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2058,8 +2058,13 @@
20582058
"DefaultArguments":{"shape":"GenericMap"},
20592059
"Connections":{"shape":"ConnectionsList"},
20602060
"MaxRetries":{"shape":"MaxRetries"},
2061-
"AllocatedCapacity":{"shape":"IntegerValue"},
2061+
"AllocatedCapacity":{
2062+
"shape":"IntegerValue",
2063+
"deprecated":true,
2064+
"deprecatedMessage":"This property is deprecated, use MaxCapacity instead."
2065+
},
20622066
"Timeout":{"shape":"Timeout"},
2067+
"MaxCapacity":{"shape":"NullableDouble"},
20632068
"NotificationProperty":{"shape":"NotificationProperty"},
20642069
"SecurityConfiguration":{"shape":"NameString"}
20652070
}
@@ -3214,8 +3219,13 @@
32143219
"DefaultArguments":{"shape":"GenericMap"},
32153220
"Connections":{"shape":"ConnectionsList"},
32163221
"MaxRetries":{"shape":"MaxRetries"},
3217-
"AllocatedCapacity":{"shape":"IntegerValue"},
3222+
"AllocatedCapacity":{
3223+
"shape":"IntegerValue",
3224+
"deprecated":true,
3225+
"deprecatedMessage":"This property is deprecated, use MaxCapacity instead."
3226+
},
32183227
"Timeout":{"shape":"Timeout"},
3228+
"MaxCapacity":{"shape":"NullableDouble"},
32193229
"NotificationProperty":{"shape":"NotificationProperty"},
32203230
"SecurityConfiguration":{"shape":"NameString"}
32213231
}
@@ -3271,9 +3281,14 @@
32713281
"Arguments":{"shape":"GenericMap"},
32723282
"ErrorMessage":{"shape":"ErrorString"},
32733283
"PredecessorRuns":{"shape":"PredecessorList"},
3274-
"AllocatedCapacity":{"shape":"IntegerValue"},
3284+
"AllocatedCapacity":{
3285+
"shape":"IntegerValue",
3286+
"deprecated":true,
3287+
"deprecatedMessage":"This property is deprecated, use MaxCapacity instead."
3288+
},
32753289
"ExecutionTime":{"shape":"ExecutionTime"},
32763290
"Timeout":{"shape":"Timeout"},
3291+
"MaxCapacity":{"shape":"NullableDouble"},
32773292
"NotificationProperty":{"shape":"NotificationProperty"},
32783293
"SecurityConfiguration":{"shape":"NameString"},
32793294
"LogGroupName":{"shape":"GenericString"}
@@ -3306,8 +3321,13 @@
33063321
"DefaultArguments":{"shape":"GenericMap"},
33073322
"Connections":{"shape":"ConnectionsList"},
33083323
"MaxRetries":{"shape":"MaxRetries"},
3309-
"AllocatedCapacity":{"shape":"IntegerValue"},
3324+
"AllocatedCapacity":{
3325+
"shape":"IntegerValue",
3326+
"deprecated":true,
3327+
"deprecatedMessage":"This property is deprecated, use MaxCapacity instead."
3328+
},
33103329
"Timeout":{"shape":"Timeout"},
3330+
"MaxCapacity":{"shape":"NullableDouble"},
33113331
"NotificationProperty":{"shape":"NotificationProperty"},
33123332
"SecurityConfiguration":{"shape":"NameString"}
33133333
}
@@ -3472,6 +3492,10 @@
34723492
"box":true,
34733493
"min":1
34743494
},
3495+
"NullableDouble":{
3496+
"type":"double",
3497+
"box":true
3498+
},
34753499
"OperationTimeoutException":{
34763500
"type":"structure",
34773501
"members":{
@@ -3844,8 +3868,13 @@
38443868
"JobName":{"shape":"NameString"},
38453869
"JobRunId":{"shape":"IdString"},
38463870
"Arguments":{"shape":"GenericMap"},
3847-
"AllocatedCapacity":{"shape":"IntegerValue"},
3871+
"AllocatedCapacity":{
3872+
"shape":"IntegerValue",
3873+
"deprecated":true,
3874+
"deprecatedMessage":"This property is deprecated, use MaxCapacity instead."
3875+
},
38483876
"Timeout":{"shape":"Timeout"},
3877+
"MaxCapacity":{"shape":"NullableDouble"},
38493878
"NotificationProperty":{"shape":"NotificationProperty"},
38503879
"SecurityConfiguration":{"shape":"NameString"}
38513880
}

aws-sdk-core/apis/glue/2017-03-31/docs-2.json

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@
11931193
"GetSecurityConfigurationsResponse$NextToken": "<p>A continuation token, if there are more security configurations to return.</p>",
11941194
"GetTriggersRequest$NextToken": "<p>A continuation token, if this is a continuation call.</p>",
11951195
"GetTriggersResponse$NextToken": "<p>A continuation token, if not all the requested triggers have yet been returned.</p>",
1196-
"JobCommand$Name": "<p>The name of the job command: this must be <code>glueetl</code>.</p>",
1196+
"JobCommand$Name": "<p>The name of the job command: this must be <code>glueetl</code>, for an Apache Spark ETL job, or <code>pythonshell</code>, for a Python shell job.</p>",
11971197
"JobRun$LogGroupName": "<p>The name of the log group for secure logging, that can be server-side encrypted in CloudWatch using KMS. This name can be <code>/aws-glue/jobs/</code>, in which case the default encryption is <code>NONE</code>. If you add a role name and SecurityConfiguration name (in other words, <code>/aws-glue/jobs-yourRoleName-yourSecurityConfigurationName/</code>), then that security configuration will be used to encrypt the log group.</p>",
11981198
"PublicKeysList$member": null,
11991199
"StringList$member": null,
@@ -1622,16 +1622,16 @@
16221622
"CreateDevEndpointRequest$NumberOfNodes": "<p>The number of AWS Glue Data Processing Units (DPUs) to allocate to this DevEndpoint.</p>",
16231623
"CreateDevEndpointResponse$ZeppelinRemoteSparkInterpreterPort": "<p>The Apache Zeppelin port for the remote Apache Spark interpreter.</p>",
16241624
"CreateDevEndpointResponse$NumberOfNodes": "<p>The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.</p>",
1625-
"CreateJobRequest$AllocatedCapacity": "<p>The number of AWS Glue data processing units (DPUs) to allocate to this Job. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>",
1625+
"CreateJobRequest$AllocatedCapacity": "<p>This parameter is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of AWS Glue data processing units (DPUs) to allocate to this Job. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>",
16261626
"DevEndpoint$ZeppelinRemoteSparkInterpreterPort": "<p>The Apache Zeppelin port for the remote Apache Spark interpreter.</p>",
16271627
"DevEndpoint$NumberOfNodes": "<p>The number of AWS Glue Data Processing Units (DPUs) allocated to this DevEndpoint.</p>",
1628-
"Job$AllocatedCapacity": "<p>The number of AWS Glue data processing units (DPUs) allocated to runs of this job. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>",
1628+
"Job$AllocatedCapacity": "<p>This field is deprecated, use <code>MaxCapacity</code> instead.</p> <p>The number of AWS Glue data processing units (DPUs) allocated to runs of this job. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p> <p/>",
16291629
"JobBookmarkEntry$Version": "<p>Version of the job.</p>",
16301630
"JobBookmarkEntry$Run": "<p>The run ID number.</p>",
16311631
"JobBookmarkEntry$Attempt": "<p>The attempt ID number.</p>",
1632-
"JobRun$AllocatedCapacity": "<p>The number of AWS Glue data processing units (DPUs) allocated to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>",
1633-
"JobUpdate$AllocatedCapacity": "<p>The number of AWS Glue data processing units (DPUs) to allocate to this Job. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>",
1634-
"StartJobRunRequest$AllocatedCapacity": "<p>The number of AWS Glue data processing units (DPUs) to allocate to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>"
1632+
"JobRun$AllocatedCapacity": "<p>This field is deprecated, use <code>MaxCapacity</code> instead.</p> <p>The number of AWS Glue data processing units (DPUs) allocated to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>",
1633+
"JobUpdate$AllocatedCapacity": "<p>This field is deprecated. Use <code>MaxCapacity</code> instead.</p> <p>The number of AWS Glue data processing units (DPUs) to allocate to this Job. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>",
1634+
"StartJobRunRequest$AllocatedCapacity": "<p>This field is deprecated, use <code>MaxCapacity</code> instead.</p> <p>The number of AWS Glue data processing units (DPUs) to allocate to this JobRun. From 2 to 100 DPUs can be allocated; the default is 10. A DPU is a relative measure of processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more information, see the <a href=\"https://aws.amazon.com/glue/pricing/\">AWS Glue pricing page</a>.</p>"
16351635
}
16361636
},
16371637
"InternalServiceException": {
@@ -2107,6 +2107,16 @@
21072107
"NotificationProperty$NotifyDelayAfter": "<p>After a job run starts, the number of minutes to wait before sending a job run delay notification.</p>"
21082108
}
21092109
},
2110+
"NullableDouble": {
2111+
"base": null,
2112+
"refs": {
2113+
"CreateJobRequest$MaxCapacity": "<p>AWS Glue supports running jobs on a <code>JobCommand.Name</code>=\"pythonshell\" with allocated processing as low as 0.0625 DPU, which can be specified using <code>MaxCapacity</code>. Glue ETL jobs running in any other way cannot have fractional DPU allocations.</p>",
2114+
"Job$MaxCapacity": "<p>AWS Glue supports running jobs on a <code>JobCommand.Name</code>=\"pythonshell\" with allocated processing as low as 0.0625 DPU, which can be specified using <code>MaxCapacity</code>. Glue ETL jobs running in any other way cannot have fractional DPU allocations.</p>",
2115+
"JobRun$MaxCapacity": "<p>AWS Glue supports running jobs on a <code>JobCommand.Name</code>=\"pythonshell\" with allocated processing as low as 0.0625 DPU, which can be specified using <code>MaxCapacity</code>. Glue ETL jobs running in any other way cannot have fractional DPU allocations.</p>",
2116+
"JobUpdate$MaxCapacity": "<p>AWS Glue supports running jobs on a <code>JobCommand.Name</code>=\"pythonshell\" with allocated processing as low as 0.0625 DPU, which can be specified using <code>MaxCapacity</code>. Glue ETL jobs running in any other way cannot have fractional DPU allocations.</p>",
2117+
"StartJobRunRequest$MaxCapacity": "<p>AWS Glue supports running jobs on a <code>JobCommand.Name</code>=\"pythonshell\" with allocated processing as low as 0.0625 DPU, which can be specified using <code>MaxCapacity</code>. Glue ETL jobs running in any other way cannot have fractional DPU allocations.</p>"
2118+
}
2119+
},
21102120
"OperationTimeoutException": {
21112121
"base": "<p>The operation timed out.</p>",
21122122
"refs": {

0 commit comments

Comments
 (0)