Skip to content

Commit 2849fb7

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 5f78c58 commit 2849fb7

File tree

8 files changed

+54
-16
lines changed

8 files changed

+54
-16
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::ECS - Updated the API, and documentation for Amazon EC2 Container Service.
5+
6+
* Feature - Aws::Glue - Updated the API, and documentation for AWS Glue.
7+
8+
* Feature - Aws::MediaConnect - Updated the API, and documentation for AWS MediaConnect.
9+
410
2.11.356 (2019-09-18)
511
------------------
612

aws-sdk-core/apis/ecs/2014-11-13/api-2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,8 @@
574574
"errors":[
575575
{"shape":"ServerException"},
576576
{"shape":"ClientException"},
577-
{"shape":"AccessDeniedException"}
577+
{"shape":"AccessDeniedException"},
578+
{"shape":"InvalidParameterException"}
578579
]
579580
},
580581
"TagResource":{
@@ -920,6 +921,8 @@
920921
"containerArn":{"shape":"String"},
921922
"taskArn":{"shape":"String"},
922923
"name":{"shape":"String"},
924+
"image":{"shape":"String"},
925+
"imageDigest":{"shape":"String"},
923926
"runtimeId":{"shape":"String"},
924927
"lastStatus":{"shape":"String"},
925928
"exitCode":{"shape":"BoxedInteger"},
@@ -1068,6 +1071,7 @@
10681071
"type":"structure",
10691072
"members":{
10701073
"containerName":{"shape":"String"},
1074+
"imageDigest":{"shape":"String"},
10711075
"runtimeId":{"shape":"String"},
10721076
"exitCode":{"shape":"BoxedInteger"},
10731077
"networkBindings":{"shape":"NetworkBindings"},

aws-sdk-core/apis/ecs/2014-11-13/docs-2.json

Lines changed: 9 additions & 6 deletions
Large diffs are not rendered by default.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2736,6 +2736,7 @@
27362736
"PublicKeys":{"shape":"PublicKeysList"},
27372737
"NumberOfNodes":{"shape":"IntegerValue"},
27382738
"WorkerType":{"shape":"WorkerType"},
2739+
"GlueVersion":{"shape":"GlueVersionString"},
27392740
"NumberOfWorkers":{"shape":"NullableInteger"},
27402741
"ExtraPythonLibsS3Path":{"shape":"GenericString"},
27412742
"ExtraJarsS3Path":{"shape":"GenericString"},
@@ -2756,6 +2757,7 @@
27562757
"ZeppelinRemoteSparkInterpreterPort":{"shape":"IntegerValue"},
27572758
"NumberOfNodes":{"shape":"IntegerValue"},
27582759
"WorkerType":{"shape":"WorkerType"},
2760+
"GlueVersion":{"shape":"GlueVersionString"},
27592761
"NumberOfWorkers":{"shape":"NullableInteger"},
27602762
"AvailabilityZone":{"shape":"GenericString"},
27612763
"VpcId":{"shape":"GenericString"},
@@ -3345,6 +3347,7 @@
33453347
"PublicAddress":{"shape":"GenericString"},
33463348
"Status":{"shape":"GenericString"},
33473349
"WorkerType":{"shape":"WorkerType"},
3350+
"GlueVersion":{"shape":"GlueVersionString"},
33483351
"NumberOfWorkers":{"shape":"NullableInteger"},
33493352
"NumberOfNodes":{"shape":"IntegerValue"},
33503353
"AvailabilityZone":{"shape":"GenericString"},

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2033,7 +2033,10 @@
20332033
"GlueVersionString": {
20342034
"base": null,
20352035
"refs": {
2036+
"CreateDevEndpointRequest$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. </p> <p>For more information about the available AWS Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Development endpoints that are created without specifying a Glue version default to Glue 0.9.</p> <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>",
2037+
"CreateDevEndpointResponse$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. </p>",
20362038
"CreateJobRequest$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available AWS Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>",
2039+
"DevEndpoint$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for running your ETL scripts on development endpoints. </p> <p>For more information about the available AWS Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Development endpoints that are created without specifying a Glue version default to Glue 0.9.</p> <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>",
20372040
"Job$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available AWS Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>",
20382041
"JobRun$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available AWS Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p> <p>Jobs that are created without specifying a Glue version default to Glue 0.9.</p>",
20392042
"JobUpdate$GlueVersion": "<p>Glue version determines the versions of Apache Spark and Python that AWS Glue supports. The Python version indicates the version supported for jobs of type Spark. </p> <p>For more information about the available AWS Glue versions and corresponding Spark and Python versions, see <a href=\"https://docs.aws.amazon.com/glue/latest/dg/add-job.html\">Glue version</a> in the developer guide.</p>"
@@ -2458,9 +2461,9 @@
24582461
"base": null,
24592462
"refs": {
24602463
"CreateDevEndpointRequest$Arguments": "<p>A map of arguments used to configure the <code>DevEndpoint</code>.</p>",
2461-
"CreateDevEndpointResponse$Arguments": "<p>The map of arguments used to configure this <code>DevEndpoint</code>.</p>",
2462-
"DevEndpoint$Arguments": "<p>A map of arguments used to configure the <code>DevEndpoint</code>.</p> <p>Currently, only <code>\"--enable-glue-datacatalog\": \"\"</code> is supported as a valid argument.</p>",
2463-
"UpdateDevEndpointRequest$AddArguments": "<p>The map of arguments to add the map of arguments used to configure the <code>DevEndpoint</code>.</p>"
2464+
"CreateDevEndpointResponse$Arguments": "<p>The map of arguments used to configure this <code>DevEndpoint</code>.</p> <p>Valid arguments are:</p> <ul> <li> <p> <code>\"--enable-glue-datacatalog\": \"\"</code> </p> </li> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"3\"</code> </p> </li> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"2\"</code> </p> </li> </ul> <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>",
2465+
"DevEndpoint$Arguments": "<p>A map of arguments used to configure the <code>DevEndpoint</code>.</p> <p>Valid arguments are:</p> <ul> <li> <p> <code>\"--enable-glue-datacatalog\": \"\"</code> </p> </li> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"3\"</code> </p> </li> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"2\"</code> </p> </li> </ul> <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>",
2466+
"UpdateDevEndpointRequest$AddArguments": "<p>The map of arguments to add the map of arguments used to configure the <code>DevEndpoint</code>.</p> <p>Valid arguments are:</p> <ul> <li> <p> <code>\"--enable-glue-datacatalog\": \"\"</code> </p> </li> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"3\"</code> </p> </li> <li> <p> <code>\"GLUE_PYTHON_VERSION\": \"2\"</code> </p> </li> </ul> <p>You can specify a version of Python support for development endpoints by using the <code>Arguments</code> parameter in the <code>CreateDevEndpoint</code> or <code>UpdateDevEndpoint</code> APIs. If no arguments are provided, the version defaults to Python 2.</p>"
24642467
}
24652468
},
24662469
"MappingEntry": {

aws-sdk-core/apis/mediaconnect/2018-11-14/api-2.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -829,6 +829,10 @@
829829
"Entitlement": {
830830
"type": "structure",
831831
"members": {
832+
"DataTransferSubscriberFeePercent": {
833+
"shape": "__integer",
834+
"locationName": "dataTransferSubscriberFeePercent"
835+
},
832836
"Description": {
833837
"shape": "__string",
834838
"locationName": "description"
@@ -925,6 +929,10 @@
925929
"GrantEntitlementRequest": {
926930
"type": "structure",
927931
"members": {
932+
"DataTransferSubscriberFeePercent": {
933+
"shape": "__integer",
934+
"locationName": "dataTransferSubscriberFeePercent"
935+
},
928936
"Description": {
929937
"shape": "__string",
930938
"locationName": "description"
@@ -1097,6 +1105,10 @@
10971105
"ListedEntitlement": {
10981106
"type": "structure",
10991107
"members": {
1108+
"DataTransferSubscriberFeePercent": {
1109+
"shape": "__integer",
1110+
"locationName": "dataTransferSubscriberFeePercent"
1111+
},
11001112
"EntitlementArn": {
11011113
"shape": "__string",
11021114
"locationName": "entitlementArn"
@@ -1184,6 +1196,10 @@
11841196
"Output": {
11851197
"type": "structure",
11861198
"members": {
1199+
"DataTransferSubscriberFeePercent": {
1200+
"shape": "__integer",
1201+
"locationName": "dataTransferSubscriberFeePercent"
1202+
},
11871203
"Description": {
11881204
"shape": "__string",
11891205
"locationName": "description"
@@ -1376,6 +1392,10 @@
13761392
"Source": {
13771393
"type": "structure",
13781394
"members": {
1395+
"DataTransferSubscriberFeePercent": {
1396+
"shape": "__integer",
1397+
"locationName": "dataTransferSubscriberFeePercent"
1398+
},
13791399
"Decryption": {
13801400
"shape": "Encryption",
13811401
"locationName": "decryption"

aws-sdk-core/apis/mediaconnect/2018-11-14/docs-2.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,10 +317,15 @@
317317
"AddOutputRequest$MaxLatency": "The maximum latency in milliseconds for Zixi-based streams.",
318318
"AddOutputRequest$Port": "The port to use when content is distributed to this output.",
319319
"AddOutputRequest$SmoothingLatency": "The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.",
320+
"Entitlement$DataTransferSubscriberFeePercent" : "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
321+
"GrantEntitlementRequest$DataTransferSubscriberFeePercent" : "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
322+
"ListedEntitlement$DataTransferSubscriberFeePercent" : "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
320323
"Output$Port": "The port to use when content is distributed to this output.",
324+
"Output$DataTransferSubscriberFeePercent" : "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
321325
"SetSourceRequest$IngestPort": "The port that the flow will be listening on for incoming content.",
322326
"SetSourceRequest$MaxBitrate": "The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.",
323327
"SetSourceRequest$MaxLatency": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.",
328+
"Source$DataTransferSubscriberFeePercent" : "Percentage from 0-100 of the data transfer cost to be billed to the subscriber.",
324329
"Source$IngestPort": "The port that the flow will be listening on for incoming content.",
325330
"Transport$MaxBitrate": "The smoothing max bitrate for RIST, RTP, and RTP-FEC streams.",
326331
"Transport$MaxLatency": "The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.",

aws-sdk-core/endpoints.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,12 +1103,6 @@
11031103
},
11041104
"hostname" : "rds.ap-northeast-2.amazonaws.com"
11051105
},
1106-
"ap-south-1" : {
1107-
"credentialScope" : {
1108-
"region" : "ap-south-1"
1109-
},
1110-
"hostname" : "rds.ap-south-1.amazonaws.com"
1111-
},
11121106
"ap-southeast-2" : {
11131107
"credentialScope" : {
11141108
"region" : "ap-southeast-2"

0 commit comments

Comments
 (0)