Skip to content

Commit 2b4c217

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 7d70678 commit 2b4c217

File tree

8 files changed

+397
-49
lines changed

8 files changed

+397
-49
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::EMR - Updated the API, and documentation for Amazon Elastic MapReduce.
7+
8+
* Feature - Aws::RoboMaker - Updated the API, and documentation for AWS RoboMaker.
9+
410
2.11.334 (2019-08-15)
511
------------------
612

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,9 @@
15441544
"devices":{"shape":"DevicesList"},
15451545
"initProcessEnabled":{"shape":"BoxedBoolean"},
15461546
"sharedMemorySize":{"shape":"BoxedInteger"},
1547-
"tmpfs":{"shape":"TmpfsList"}
1547+
"tmpfs":{"shape":"TmpfsList"},
1548+
"maxSwap":{"shape":"BoxedInteger"},
1549+
"swappiness":{"shape":"BoxedInteger"}
15481550
}
15491551
},
15501552
"ListAccountSettingsRequest":{

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

Lines changed: 23 additions & 21 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/elasticmapreduce/2009-03-31/api-2.json

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,19 @@
154154
{"shape":"InvalidRequestException"}
155155
]
156156
},
157+
"GetBlockPublicAccessConfiguration":{
158+
"name":"GetBlockPublicAccessConfiguration",
159+
"http":{
160+
"method":"POST",
161+
"requestUri":"/"
162+
},
163+
"input":{"shape":"GetBlockPublicAccessConfigurationInput"},
164+
"output":{"shape":"GetBlockPublicAccessConfigurationOutput"},
165+
"errors":[
166+
{"shape":"InternalServerException"},
167+
{"shape":"InvalidRequestException"}
168+
]
169+
},
157170
"ListBootstrapActions":{
158171
"name":"ListBootstrapActions",
159172
"http":{
@@ -277,6 +290,19 @@
277290
"input":{"shape":"PutAutoScalingPolicyInput"},
278291
"output":{"shape":"PutAutoScalingPolicyOutput"}
279292
},
293+
"PutBlockPublicAccessConfiguration":{
294+
"name":"PutBlockPublicAccessConfiguration",
295+
"http":{
296+
"method":"POST",
297+
"requestUri":"/"
298+
},
299+
"input":{"shape":"PutBlockPublicAccessConfigurationInput"},
300+
"output":{"shape":"PutBlockPublicAccessConfigurationOutput"},
301+
"errors":[
302+
{"shape":"InternalServerException"},
303+
{"shape":"InvalidRequestException"}
304+
]
305+
},
280306
"RemoveAutoScalingPolicy":{
281307
"name":"RemoveAutoScalingPolicy",
282308
"http":{
@@ -445,6 +471,11 @@
445471
"type":"list",
446472
"member":{"shape":"Application"}
447473
},
474+
"ArnType":{
475+
"type":"string",
476+
"max":2048,
477+
"min":20
478+
},
448479
"AutoScalingPolicy":{
449480
"type":"structure",
450481
"required":[
@@ -497,6 +528,25 @@
497528
"StateChangeReason":{"shape":"AutoScalingPolicyStateChangeReason"}
498529
}
499530
},
531+
"BlockPublicAccessConfiguration":{
532+
"type":"structure",
533+
"required":["BlockPublicSecurityGroupRules"],
534+
"members":{
535+
"BlockPublicSecurityGroupRules":{"shape":"Boolean"},
536+
"PermittedPublicSecurityGroupRuleRanges":{"shape":"PortRanges"}
537+
}
538+
},
539+
"BlockPublicAccessConfigurationMetadata":{
540+
"type":"structure",
541+
"required":[
542+
"CreationDateTime",
543+
"CreatedByArn"
544+
],
545+
"members":{
546+
"CreationDateTime":{"shape":"Date"},
547+
"CreatedByArn":{"shape":"ArnType"}
548+
}
549+
},
500550
"Boolean":{"type":"boolean"},
501551
"BooleanObject":{"type":"boolean"},
502552
"BootstrapActionConfig":{
@@ -879,6 +929,22 @@
879929
"LogFile":{"shape":"String"}
880930
}
881931
},
932+
"GetBlockPublicAccessConfigurationInput":{
933+
"type":"structure",
934+
"members":{
935+
}
936+
},
937+
"GetBlockPublicAccessConfigurationOutput":{
938+
"type":"structure",
939+
"required":[
940+
"BlockPublicAccessConfiguration",
941+
"BlockPublicAccessConfigurationMetadata"
942+
],
943+
"members":{
944+
"BlockPublicAccessConfiguration":{"shape":"BlockPublicAccessConfiguration"},
945+
"BlockPublicAccessConfigurationMetadata":{"shape":"BlockPublicAccessConfigurationMetadata"}
946+
}
947+
},
882948
"HadoopJarStepConfig":{
883949
"type":"structure",
884950
"required":["Jar"],
@@ -1611,6 +1677,23 @@
16111677
"AvailabilityZones":{"shape":"XmlStringMaxLen256List"}
16121678
}
16131679
},
1680+
"Port":{
1681+
"type":"integer",
1682+
"max":65535,
1683+
"min":0
1684+
},
1685+
"PortRange":{
1686+
"type":"structure",
1687+
"required":["MinRange"],
1688+
"members":{
1689+
"MinRange":{"shape":"Port"},
1690+
"MaxRange":{"shape":"Port"}
1691+
}
1692+
},
1693+
"PortRanges":{
1694+
"type":"list",
1695+
"member":{"shape":"PortRange"}
1696+
},
16141697
"PutAutoScalingPolicyInput":{
16151698
"type":"structure",
16161699
"required":[
@@ -1632,6 +1715,18 @@
16321715
"AutoScalingPolicy":{"shape":"AutoScalingPolicyDescription"}
16331716
}
16341717
},
1718+
"PutBlockPublicAccessConfigurationInput":{
1719+
"type":"structure",
1720+
"required":["BlockPublicAccessConfiguration"],
1721+
"members":{
1722+
"BlockPublicAccessConfiguration":{"shape":"BlockPublicAccessConfiguration"}
1723+
}
1724+
},
1725+
"PutBlockPublicAccessConfigurationOutput":{
1726+
"type":"structure",
1727+
"members":{
1728+
}
1729+
},
16351730
"RemoveAutoScalingPolicyInput":{
16361731
"type":"structure",
16371732
"required":[

0 commit comments

Comments
 (0)