Skip to content

Commit 318817a

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent 724ed8d commit 318817a

File tree

10 files changed

+730
-164
lines changed

10 files changed

+730
-164
lines changed

CHANGELOG.md

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

4+
* Feature - Aws::ElasticsearchService - Updated the API, and documentation for Amazon Elasticsearch Service.
5+
6+
* Feature - Aws::GameLift - Updated the API, documentation, and integration test for Amazon GameLift.
7+
8+
* Feature - Aws::MediaLive - Updated the API, and documentation for AWS Elemental MediaLive.
9+
10+
* Feature - Aws::RoboMaker - Updated the API, and documentation for AWS RoboMaker.
11+
412
2.11.215 (2019-02-06)
513
------------------
614

aws-sdk-core/apis/es/2015-01-01/api-2.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -755,6 +755,7 @@
755755
"InstanceCount":{"shape":"IntegerClass"},
756756
"DedicatedMasterEnabled":{"shape":"Boolean"},
757757
"ZoneAwarenessEnabled":{"shape":"Boolean"},
758+
"ZoneAwarenessConfig":{"shape":"ZoneAwarenessConfig"},
758759
"DedicatedMasterType":{"shape":"ESPartitionInstanceType"},
759760
"DedicatedMasterCount":{"shape":"IntegerClass"}
760761
}
@@ -1515,6 +1516,12 @@
15151516
"gp2",
15161517
"io1"
15171518
]
1519+
},
1520+
"ZoneAwarenessConfig":{
1521+
"type":"structure",
1522+
"members":{
1523+
"AvailabilityZoneCount":{"shape":"IntegerClass"}
1524+
}
15181525
}
15191526
}
15201527
}

aws-sdk-core/apis/es/2015-01-01/docs-2.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,8 @@
505505
"EBSOptions$Iops": "<p>Specifies the IOPD for a Provisioned IOPS EBS volume (SSD).</p>",
506506
"ElasticsearchClusterConfig$InstanceCount": "<p>The number of instances in the specified domain cluster.</p>",
507507
"ElasticsearchClusterConfig$DedicatedMasterCount": "<p>Total number of dedicated master nodes, active and on standby, for the cluster.</p>",
508-
"SnapshotOptions$AutomatedSnapshotStartHour": "<p>Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is <code>0</code> hours.</p>"
508+
"SnapshotOptions$AutomatedSnapshotStartHour": "<p>Specifies the time, in UTC format, when the service takes a daily automated snapshot of the specified Elasticsearch domain. Default value is <code>0</code> hours.</p>",
509+
"ZoneAwarenessConfig$AvailabilityZoneCount": "<p>An integer value to indicate the number of availability zones for a domain when zone awareness is enabled. This should be equal to number of subnets if VPC endpoints is enabled</p>"
509510
}
510511
},
511512
"InternalException": {
@@ -1052,6 +1053,12 @@
10521053
"refs": {
10531054
"EBSOptions$VolumeType": "<p> Specifies the volume type for EBS-based storage.</p>"
10541055
}
1056+
},
1057+
"ZoneAwarenessConfig": {
1058+
"base": "<p>Specifies the zone awareness configuration for the domain cluster, such as the number of availability zones.</p>",
1059+
"refs": {
1060+
"ElasticsearchClusterConfig$ZoneAwarenessConfig": "<p>Specifies the zone awareness configuration for a domain when zone awareness is enabled.</p>"
1061+
}
10551062
}
10561063
}
10571064
}

aws-sdk-core/apis/gamelift/2015-10-01/api-2.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"jsonVersion":"1.1",
77
"protocol":"json",
88
"serviceFullName":"Amazon GameLift",
9+
"serviceId":"GameLift",
910
"signatureVersion":"v4",
1011
"targetPrefix":"GameLift",
1112
"uid":"gamelift-2015-10-01"
@@ -279,6 +280,21 @@
279280
{"shape":"UnsupportedRegionException"}
280281
]
281282
},
283+
"DeleteMatchmakingRuleSet":{
284+
"name":"DeleteMatchmakingRuleSet",
285+
"http":{
286+
"method":"POST",
287+
"requestUri":"/"
288+
},
289+
"input":{"shape":"DeleteMatchmakingRuleSetInput"},
290+
"output":{"shape":"DeleteMatchmakingRuleSetOutput"},
291+
"errors":[
292+
{"shape":"InvalidRequestException"},
293+
{"shape":"InternalServiceException"},
294+
{"shape":"UnsupportedRegionException"},
295+
{"shape":"NotFoundException"}
296+
]
297+
},
282298
"DeleteScalingPolicy":{
283299
"name":"DeleteScalingPolicy",
284300
"http":{
@@ -1425,6 +1441,18 @@
14251441
"members":{
14261442
}
14271443
},
1444+
"DeleteMatchmakingRuleSetInput":{
1445+
"type":"structure",
1446+
"required":["Name"],
1447+
"members":{
1448+
"Name":{"shape":"MatchmakingIdStringModel"}
1449+
}
1450+
},
1451+
"DeleteMatchmakingRuleSetOutput":{
1452+
"type":"structure",
1453+
"members":{
1454+
}
1455+
},
14281456
"DeleteScalingPolicyInput":{
14291457
"type":"structure",
14301458
"required":[

aws-sdk-core/apis/gamelift/2015-10-01/docs-2.json

Lines changed: 142 additions & 130 deletions
Large diffs are not rendered by default.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"version": 1,
3+
"defaultRegion": "us-west-2",
4+
"testCases": [
5+
{
6+
"operationName": "ListBuilds",
7+
"input": {},
8+
"errorExpectedFromService": false
9+
},
10+
{
11+
"operationName": "DescribePlayerSessions",
12+
"input": {
13+
"PlayerSessionId": "psess-fakeSessionId"
14+
},
15+
"errorExpectedFromService": true
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)