aws-sdk-core 2.10.37 → 2.10.38

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6c6d94f4de4f21f25dff430cf42e0a24463934b6
4
- data.tar.gz: 5703223201063511d5609a36a85ed644f0d85b35
3
+ metadata.gz: 4774843499659cd7be403c181ab57cad2daf768f
4
+ data.tar.gz: 7549264fb454a2683d5f138c7fa6e19fe5124705
5
5
  SHA512:
6
- metadata.gz: a6bc52c1e0931a629691d75c837b36aa31bcb2c518f1defe28024c15db9ba6aa2135e6ffbdf08b2cf28ee5f959db34ebe89329434faa0345060af95b0e07e4f2
7
- data.tar.gz: ecc6a52053e27881f786d8ac8a3c95164543342599d178a5623ea4dbed2f25c289d001a888f79f523bd81d7c071c8d35426a5a6e43d9cc274c068bec09225085
6
+ metadata.gz: dd5f4e4cd13c881e420e0764500504593f7b935ab8b86685c5339509cf0528a2529b2f467ff8a628797ad91f6573ae42f40d80fb78899a7c8ae0106011bd654b
7
+ data.tar.gz: 7164a52c7d349964061ada2709f797128f903e6967550e4f23f58a1209b626fc750c38018be31fd0005ccce06c55cf7f035236f9d697fc523a6db243682758f9
@@ -176,6 +176,36 @@
176
176
  {"shape":"NotFoundException"}
177
177
  ]
178
178
  },
179
+ "CreateVpcPeeringAuthorization":{
180
+ "name":"CreateVpcPeeringAuthorization",
181
+ "http":{
182
+ "method":"POST",
183
+ "requestUri":"/"
184
+ },
185
+ "input":{"shape":"CreateVpcPeeringAuthorizationInput"},
186
+ "output":{"shape":"CreateVpcPeeringAuthorizationOutput"},
187
+ "errors":[
188
+ {"shape":"UnauthorizedException"},
189
+ {"shape":"InvalidRequestException"},
190
+ {"shape":"NotFoundException"},
191
+ {"shape":"InternalServiceException"}
192
+ ]
193
+ },
194
+ "CreateVpcPeeringConnection":{
195
+ "name":"CreateVpcPeeringConnection",
196
+ "http":{
197
+ "method":"POST",
198
+ "requestUri":"/"
199
+ },
200
+ "input":{"shape":"CreateVpcPeeringConnectionInput"},
201
+ "output":{"shape":"CreateVpcPeeringConnectionOutput"},
202
+ "errors":[
203
+ {"shape":"UnauthorizedException"},
204
+ {"shape":"InvalidRequestException"},
205
+ {"shape":"NotFoundException"},
206
+ {"shape":"InternalServiceException"}
207
+ ]
208
+ },
179
209
  "DeleteAlias":{
180
210
  "name":"DeleteAlias",
181
211
  "http":{
@@ -263,6 +293,36 @@
263
293
  {"shape":"NotFoundException"}
264
294
  ]
265
295
  },
296
+ "DeleteVpcPeeringAuthorization":{
297
+ "name":"DeleteVpcPeeringAuthorization",
298
+ "http":{
299
+ "method":"POST",
300
+ "requestUri":"/"
301
+ },
302
+ "input":{"shape":"DeleteVpcPeeringAuthorizationInput"},
303
+ "output":{"shape":"DeleteVpcPeeringAuthorizationOutput"},
304
+ "errors":[
305
+ {"shape":"UnauthorizedException"},
306
+ {"shape":"InvalidRequestException"},
307
+ {"shape":"NotFoundException"},
308
+ {"shape":"InternalServiceException"}
309
+ ]
310
+ },
311
+ "DeleteVpcPeeringConnection":{
312
+ "name":"DeleteVpcPeeringConnection",
313
+ "http":{
314
+ "method":"POST",
315
+ "requestUri":"/"
316
+ },
317
+ "input":{"shape":"DeleteVpcPeeringConnectionInput"},
318
+ "output":{"shape":"DeleteVpcPeeringConnectionOutput"},
319
+ "errors":[
320
+ {"shape":"UnauthorizedException"},
321
+ {"shape":"InvalidRequestException"},
322
+ {"shape":"NotFoundException"},
323
+ {"shape":"InternalServiceException"}
324
+ ]
325
+ },
266
326
  "DescribeAlias":{
267
327
  "name":"DescribeAlias",
268
328
  "http":{
@@ -547,6 +607,35 @@
547
607
  {"shape":"NotFoundException"}
548
608
  ]
549
609
  },
610
+ "DescribeVpcPeeringAuthorizations":{
611
+ "name":"DescribeVpcPeeringAuthorizations",
612
+ "http":{
613
+ "method":"POST",
614
+ "requestUri":"/"
615
+ },
616
+ "input":{"shape":"DescribeVpcPeeringAuthorizationsInput"},
617
+ "output":{"shape":"DescribeVpcPeeringAuthorizationsOutput"},
618
+ "errors":[
619
+ {"shape":"UnauthorizedException"},
620
+ {"shape":"InvalidRequestException"},
621
+ {"shape":"InternalServiceException"}
622
+ ]
623
+ },
624
+ "DescribeVpcPeeringConnections":{
625
+ "name":"DescribeVpcPeeringConnections",
626
+ "http":{
627
+ "method":"POST",
628
+ "requestUri":"/"
629
+ },
630
+ "input":{"shape":"DescribeVpcPeeringConnectionsInput"},
631
+ "output":{"shape":"DescribeVpcPeeringConnectionsOutput"},
632
+ "errors":[
633
+ {"shape":"UnauthorizedException"},
634
+ {"shape":"InvalidRequestException"},
635
+ {"shape":"NotFoundException"},
636
+ {"shape":"InternalServiceException"}
637
+ ]
638
+ },
550
639
  "GetGameSessionLogUrl":{
551
640
  "name":"GetGameSessionLogUrl",
552
641
  "http":{
@@ -1073,7 +1162,9 @@
1073
1162
  "NewGameSessionProtectionPolicy":{"shape":"ProtectionPolicy"},
1074
1163
  "RuntimeConfiguration":{"shape":"RuntimeConfiguration"},
1075
1164
  "ResourceCreationLimitPolicy":{"shape":"ResourceCreationLimitPolicy"},
1076
- "MetricGroups":{"shape":"MetricGroupList"}
1165
+ "MetricGroups":{"shape":"MetricGroupList"},
1166
+ "PeerVpcAwsAccountId":{"shape":"NonZeroAndMaxString"},
1167
+ "PeerVpcId":{"shape":"NonZeroAndMaxString"}
1077
1168
  }
1078
1169
  },
1079
1170
  "CreateFleetOutput":{
@@ -1203,10 +1294,45 @@
1203
1294
  "PlayerSessions":{"shape":"PlayerSessionList"}
1204
1295
  }
1205
1296
  },
1297
+ "CreateVpcPeeringAuthorizationInput":{
1298
+ "type":"structure",
1299
+ "required":[
1300
+ "GameLiftAwsAccountId",
1301
+ "PeerVpcId"
1302
+ ],
1303
+ "members":{
1304
+ "GameLiftAwsAccountId":{"shape":"NonZeroAndMaxString"},
1305
+ "PeerVpcId":{"shape":"NonZeroAndMaxString"}
1306
+ }
1307
+ },
1308
+ "CreateVpcPeeringAuthorizationOutput":{
1309
+ "type":"structure",
1310
+ "members":{
1311
+ "VpcPeeringAuthorization":{"shape":"VpcPeeringAuthorization"}
1312
+ }
1313
+ },
1314
+ "CreateVpcPeeringConnectionInput":{
1315
+ "type":"structure",
1316
+ "required":[
1317
+ "FleetId",
1318
+ "PeerVpcAwsAccountId",
1319
+ "PeerVpcId"
1320
+ ],
1321
+ "members":{
1322
+ "FleetId":{"shape":"FleetId"},
1323
+ "PeerVpcAwsAccountId":{"shape":"NonZeroAndMaxString"},
1324
+ "PeerVpcId":{"shape":"NonZeroAndMaxString"}
1325
+ }
1326
+ },
1327
+ "CreateVpcPeeringConnectionOutput":{
1328
+ "type":"structure",
1329
+ "members":{
1330
+ }
1331
+ },
1206
1332
  "CustomEventData":{
1207
1333
  "type":"string",
1208
1334
  "max":256,
1209
- "min":1
1335
+ "min":0
1210
1336
  },
1211
1337
  "DeleteAliasInput":{
1212
1338
  "type":"structure",
@@ -1264,6 +1390,38 @@
1264
1390
  "FleetId":{"shape":"FleetId"}
1265
1391
  }
1266
1392
  },
1393
+ "DeleteVpcPeeringAuthorizationInput":{
1394
+ "type":"structure",
1395
+ "required":[
1396
+ "GameLiftAwsAccountId",
1397
+ "PeerVpcId"
1398
+ ],
1399
+ "members":{
1400
+ "GameLiftAwsAccountId":{"shape":"NonZeroAndMaxString"},
1401
+ "PeerVpcId":{"shape":"NonZeroAndMaxString"}
1402
+ }
1403
+ },
1404
+ "DeleteVpcPeeringAuthorizationOutput":{
1405
+ "type":"structure",
1406
+ "members":{
1407
+ }
1408
+ },
1409
+ "DeleteVpcPeeringConnectionInput":{
1410
+ "type":"structure",
1411
+ "required":[
1412
+ "FleetId",
1413
+ "VpcPeeringConnectionId"
1414
+ ],
1415
+ "members":{
1416
+ "FleetId":{"shape":"FleetId"},
1417
+ "VpcPeeringConnectionId":{"shape":"NonZeroAndMaxString"}
1418
+ }
1419
+ },
1420
+ "DeleteVpcPeeringConnectionOutput":{
1421
+ "type":"structure",
1422
+ "members":{
1423
+ }
1424
+ },
1267
1425
  "DescribeAliasInput":{
1268
1426
  "type":"structure",
1269
1427
  "required":["AliasId"],
@@ -1552,6 +1710,29 @@
1552
1710
  "NextToken":{"shape":"NonZeroAndMaxString"}
1553
1711
  }
1554
1712
  },
1713
+ "DescribeVpcPeeringAuthorizationsInput":{
1714
+ "type":"structure",
1715
+ "members":{
1716
+ }
1717
+ },
1718
+ "DescribeVpcPeeringAuthorizationsOutput":{
1719
+ "type":"structure",
1720
+ "members":{
1721
+ "VpcPeeringAuthorizations":{"shape":"VpcPeeringAuthorizationList"}
1722
+ }
1723
+ },
1724
+ "DescribeVpcPeeringConnectionsInput":{
1725
+ "type":"structure",
1726
+ "members":{
1727
+ "FleetId":{"shape":"FleetId"}
1728
+ }
1729
+ },
1730
+ "DescribeVpcPeeringConnectionsOutput":{
1731
+ "type":"structure",
1732
+ "members":{
1733
+ "VpcPeeringConnections":{"shape":"VpcPeeringConnectionList"}
1734
+ }
1735
+ },
1555
1736
  "DesiredPlayerSession":{
1556
1737
  "type":"structure",
1557
1738
  "members":{
@@ -1611,6 +1792,12 @@
1611
1792
  "r3.2xlarge",
1612
1793
  "r3.4xlarge",
1613
1794
  "r3.8xlarge",
1795
+ "r4.large",
1796
+ "r4.xlarge",
1797
+ "r4.2xlarge",
1798
+ "r4.4xlarge",
1799
+ "r4.8xlarge",
1800
+ "r4.16xlarge",
1614
1801
  "m3.medium",
1615
1802
  "m3.large",
1616
1803
  "m3.xlarge",
@@ -1664,7 +1851,10 @@
1664
1851
  "GAME_SESSION_ACTIVATION_TIMEOUT",
1665
1852
  "FLEET_CREATION_EXTRACTING_BUILD",
1666
1853
  "FLEET_CREATION_RUNNING_INSTALLER",
1667
- "FLEET_CREATION_VALIDATING_RUNTIME_CONFIG"
1854
+ "FLEET_CREATION_VALIDATING_RUNTIME_CONFIG",
1855
+ "FLEET_VPC_PEERING_SUCCEEDED",
1856
+ "FLEET_VPC_PEERING_FAILED",
1857
+ "FLEET_VPC_PEERING_DELETED"
1668
1858
  ]
1669
1859
  },
1670
1860
  "EventList":{
@@ -2214,8 +2404,10 @@
2214
2404
  "StatusReason":{"shape":"StringModel"},
2215
2405
  "StatusMessage":{"shape":"StringModel"},
2216
2406
  "StartTime":{"shape":"Timestamp"},
2407
+ "EndTime":{"shape":"Timestamp"},
2217
2408
  "Players":{"shape":"PlayerList"},
2218
- "GameSessionConnectionInfo":{"shape":"GameSessionConnectionInfo"}
2409
+ "GameSessionConnectionInfo":{"shape":"GameSessionConnectionInfo"},
2410
+ "EstimatedWaitTime":{"shape":"WholeNumber"}
2219
2411
  }
2220
2412
  },
2221
2413
  "MatchmakingTicketList":{
@@ -2604,8 +2796,8 @@
2604
2796
  "SnsArnStringModel":{
2605
2797
  "type":"string",
2606
2798
  "max":300,
2607
- "min":1,
2608
- "pattern":"[a-zA-Z0-9:_/-]+"
2799
+ "min":0,
2800
+ "pattern":"[a-zA-Z0-9:_/-]*"
2609
2801
  },
2610
2802
  "StartGameSessionPlacementInput":{
2611
2803
  "type":"structure",
@@ -2873,6 +3065,42 @@
2873
3065
  "Valid":{"shape":"Boolean"}
2874
3066
  }
2875
3067
  },
3068
+ "VpcPeeringAuthorization":{
3069
+ "type":"structure",
3070
+ "members":{
3071
+ "GameLiftAwsAccountId":{"shape":"NonZeroAndMaxString"},
3072
+ "PeerVpcAwsAccountId":{"shape":"NonZeroAndMaxString"},
3073
+ "PeerVpcId":{"shape":"NonZeroAndMaxString"},
3074
+ "CreationTime":{"shape":"Timestamp"},
3075
+ "ExpirationTime":{"shape":"Timestamp"}
3076
+ }
3077
+ },
3078
+ "VpcPeeringAuthorizationList":{
3079
+ "type":"list",
3080
+ "member":{"shape":"VpcPeeringAuthorization"}
3081
+ },
3082
+ "VpcPeeringConnection":{
3083
+ "type":"structure",
3084
+ "members":{
3085
+ "FleetId":{"shape":"FleetId"},
3086
+ "IpV4CidrBlock":{"shape":"NonZeroAndMaxString"},
3087
+ "VpcPeeringConnectionId":{"shape":"NonZeroAndMaxString"},
3088
+ "Status":{"shape":"VpcPeeringConnectionStatus"},
3089
+ "PeerVpcId":{"shape":"NonZeroAndMaxString"},
3090
+ "GameLiftVpcId":{"shape":"NonZeroAndMaxString"}
3091
+ }
3092
+ },
3093
+ "VpcPeeringConnectionList":{
3094
+ "type":"list",
3095
+ "member":{"shape":"VpcPeeringConnection"}
3096
+ },
3097
+ "VpcPeeringConnectionStatus":{
3098
+ "type":"structure",
3099
+ "members":{
3100
+ "Code":{"shape":"NonZeroAndMaxString"},
3101
+ "Message":{"shape":"NonZeroAndMaxString"}
3102
+ }
3103
+ },
2876
3104
  "WholeNumber":{
2877
3105
  "type":"integer",
2878
3106
  "min":0
@@ -0,0 +1,551 @@
1
+ {
2
+ "version":"2.0",
3
+ "metadata":{
4
+ "apiVersion":"2017-07-01",
5
+ "endpointPrefix":"mobile",
6
+ "jsonVersion":"1.1",
7
+ "protocol":"rest-json",
8
+ "serviceFullName":"AWS Mobile",
9
+ "signatureVersion":"v4",
10
+ "signingName":"AWSMobileHubService",
11
+ "uid":"mobile-2017-07-01"
12
+ },
13
+ "operations":{
14
+ "CreateProject":{
15
+ "name":"CreateProject",
16
+ "http":{
17
+ "method":"POST",
18
+ "requestUri":"/projects"
19
+ },
20
+ "input":{"shape":"CreateProjectRequest"},
21
+ "output":{"shape":"CreateProjectResult"},
22
+ "errors":[
23
+ {"shape":"InternalFailureException"},
24
+ {"shape":"ServiceUnavailableException"},
25
+ {"shape":"UnauthorizedException"},
26
+ {"shape":"TooManyRequestsException"},
27
+ {"shape":"BadRequestException"},
28
+ {"shape":"NotFoundException"},
29
+ {"shape":"LimitExceededException"}
30
+ ]
31
+ },
32
+ "DeleteProject":{
33
+ "name":"DeleteProject",
34
+ "http":{
35
+ "method":"DELETE",
36
+ "requestUri":"/projects/{projectId}"
37
+ },
38
+ "input":{"shape":"DeleteProjectRequest"},
39
+ "output":{"shape":"DeleteProjectResult"},
40
+ "errors":[
41
+ {"shape":"InternalFailureException"},
42
+ {"shape":"ServiceUnavailableException"},
43
+ {"shape":"UnauthorizedException"},
44
+ {"shape":"TooManyRequestsException"},
45
+ {"shape":"NotFoundException"}
46
+ ]
47
+ },
48
+ "DescribeBundle":{
49
+ "name":"DescribeBundle",
50
+ "http":{
51
+ "method":"GET",
52
+ "requestUri":"/bundles/{bundleId}"
53
+ },
54
+ "input":{"shape":"DescribeBundleRequest"},
55
+ "output":{"shape":"DescribeBundleResult"},
56
+ "errors":[
57
+ {"shape":"InternalFailureException"},
58
+ {"shape":"ServiceUnavailableException"},
59
+ {"shape":"UnauthorizedException"},
60
+ {"shape":"TooManyRequestsException"},
61
+ {"shape":"BadRequestException"},
62
+ {"shape":"NotFoundException"}
63
+ ]
64
+ },
65
+ "DescribeProject":{
66
+ "name":"DescribeProject",
67
+ "http":{
68
+ "method":"GET",
69
+ "requestUri":"/project"
70
+ },
71
+ "input":{"shape":"DescribeProjectRequest"},
72
+ "output":{"shape":"DescribeProjectResult"},
73
+ "errors":[
74
+ {"shape":"InternalFailureException"},
75
+ {"shape":"ServiceUnavailableException"},
76
+ {"shape":"UnauthorizedException"},
77
+ {"shape":"TooManyRequestsException"},
78
+ {"shape":"BadRequestException"},
79
+ {"shape":"NotFoundException"}
80
+ ]
81
+ },
82
+ "ExportBundle":{
83
+ "name":"ExportBundle",
84
+ "http":{
85
+ "method":"POST",
86
+ "requestUri":"/bundles/{bundleId}"
87
+ },
88
+ "input":{"shape":"ExportBundleRequest"},
89
+ "output":{"shape":"ExportBundleResult"},
90
+ "errors":[
91
+ {"shape":"InternalFailureException"},
92
+ {"shape":"ServiceUnavailableException"},
93
+ {"shape":"UnauthorizedException"},
94
+ {"shape":"TooManyRequestsException"},
95
+ {"shape":"BadRequestException"},
96
+ {"shape":"NotFoundException"}
97
+ ]
98
+ },
99
+ "ExportProject":{
100
+ "name":"ExportProject",
101
+ "http":{
102
+ "method":"POST",
103
+ "requestUri":"/exports/{projectId}"
104
+ },
105
+ "input":{"shape":"ExportProjectRequest"},
106
+ "output":{"shape":"ExportProjectResult"},
107
+ "errors":[
108
+ {"shape":"InternalFailureException"},
109
+ {"shape":"ServiceUnavailableException"},
110
+ {"shape":"UnauthorizedException"},
111
+ {"shape":"TooManyRequestsException"},
112
+ {"shape":"BadRequestException"},
113
+ {"shape":"NotFoundException"}
114
+ ]
115
+ },
116
+ "ListBundles":{
117
+ "name":"ListBundles",
118
+ "http":{
119
+ "method":"GET",
120
+ "requestUri":"/bundles"
121
+ },
122
+ "input":{"shape":"ListBundlesRequest"},
123
+ "output":{"shape":"ListBundlesResult"},
124
+ "errors":[
125
+ {"shape":"InternalFailureException"},
126
+ {"shape":"ServiceUnavailableException"},
127
+ {"shape":"UnauthorizedException"},
128
+ {"shape":"TooManyRequestsException"},
129
+ {"shape":"BadRequestException"}
130
+ ]
131
+ },
132
+ "ListProjects":{
133
+ "name":"ListProjects",
134
+ "http":{
135
+ "method":"GET",
136
+ "requestUri":"/projects"
137
+ },
138
+ "input":{"shape":"ListProjectsRequest"},
139
+ "output":{"shape":"ListProjectsResult"},
140
+ "errors":[
141
+ {"shape":"InternalFailureException"},
142
+ {"shape":"ServiceUnavailableException"},
143
+ {"shape":"UnauthorizedException"},
144
+ {"shape":"TooManyRequestsException"},
145
+ {"shape":"BadRequestException"}
146
+ ]
147
+ },
148
+ "UpdateProject":{
149
+ "name":"UpdateProject",
150
+ "http":{
151
+ "method":"POST",
152
+ "requestUri":"/update"
153
+ },
154
+ "input":{"shape":"UpdateProjectRequest"},
155
+ "output":{"shape":"UpdateProjectResult"},
156
+ "errors":[
157
+ {"shape":"InternalFailureException"},
158
+ {"shape":"ServiceUnavailableException"},
159
+ {"shape":"UnauthorizedException"},
160
+ {"shape":"TooManyRequestsException"},
161
+ {"shape":"BadRequestException"},
162
+ {"shape":"NotFoundException"},
163
+ {"shape":"AccountActionRequiredException"},
164
+ {"shape":"LimitExceededException"}
165
+ ]
166
+ }
167
+ },
168
+ "shapes":{
169
+ "AccountActionRequiredException":{
170
+ "type":"structure",
171
+ "members":{
172
+ "message":{"shape":"ErrorMessage"}
173
+ },
174
+ "error":{"httpStatusCode":403},
175
+ "exception":true
176
+ },
177
+ "AttributeKey":{"type":"string"},
178
+ "AttributeValue":{"type":"string"},
179
+ "Attributes":{
180
+ "type":"map",
181
+ "key":{"shape":"AttributeKey"},
182
+ "value":{"shape":"AttributeValue"}
183
+ },
184
+ "BadRequestException":{
185
+ "type":"structure",
186
+ "members":{
187
+ "message":{"shape":"ErrorMessage"}
188
+ },
189
+ "error":{"httpStatusCode":400},
190
+ "exception":true
191
+ },
192
+ "Boolean":{"type":"boolean"},
193
+ "BundleDescription":{"type":"string"},
194
+ "BundleDetails":{
195
+ "type":"structure",
196
+ "members":{
197
+ "bundleId":{"shape":"BundleId"},
198
+ "title":{"shape":"BundleTitle"},
199
+ "version":{"shape":"BundleVersion"},
200
+ "description":{"shape":"BundleDescription"},
201
+ "iconUrl":{"shape":"IconUrl"},
202
+ "availablePlatforms":{"shape":"Platforms"}
203
+ }
204
+ },
205
+ "BundleId":{"type":"string"},
206
+ "BundleList":{
207
+ "type":"list",
208
+ "member":{"shape":"BundleDetails"}
209
+ },
210
+ "BundleTitle":{"type":"string"},
211
+ "BundleVersion":{"type":"string"},
212
+ "ConsoleUrl":{"type":"string"},
213
+ "Contents":{"type":"blob"},
214
+ "CreateProjectRequest":{
215
+ "type":"structure",
216
+ "members":{
217
+ "name":{
218
+ "shape":"ProjectName",
219
+ "location":"querystring",
220
+ "locationName":"name"
221
+ },
222
+ "region":{
223
+ "shape":"ProjectRegion",
224
+ "location":"querystring",
225
+ "locationName":"region"
226
+ },
227
+ "contents":{"shape":"Contents"},
228
+ "snapshotId":{
229
+ "shape":"SnapshotId",
230
+ "location":"querystring",
231
+ "locationName":"snapshotId"
232
+ }
233
+ },
234
+ "payload":"contents"
235
+ },
236
+ "CreateProjectResult":{
237
+ "type":"structure",
238
+ "members":{
239
+ "details":{"shape":"ProjectDetails"}
240
+ }
241
+ },
242
+ "Date":{"type":"timestamp"},
243
+ "DeleteProjectRequest":{
244
+ "type":"structure",
245
+ "required":["projectId"],
246
+ "members":{
247
+ "projectId":{
248
+ "shape":"ProjectId",
249
+ "location":"uri",
250
+ "locationName":"projectId"
251
+ }
252
+ }
253
+ },
254
+ "DeleteProjectResult":{
255
+ "type":"structure",
256
+ "members":{
257
+ "deletedResources":{"shape":"Resources"},
258
+ "orphanedResources":{"shape":"Resources"}
259
+ }
260
+ },
261
+ "DescribeBundleRequest":{
262
+ "type":"structure",
263
+ "required":["bundleId"],
264
+ "members":{
265
+ "bundleId":{
266
+ "shape":"BundleId",
267
+ "location":"uri",
268
+ "locationName":"bundleId"
269
+ }
270
+ }
271
+ },
272
+ "DescribeBundleResult":{
273
+ "type":"structure",
274
+ "members":{
275
+ "details":{"shape":"BundleDetails"}
276
+ }
277
+ },
278
+ "DescribeProjectRequest":{
279
+ "type":"structure",
280
+ "required":["projectId"],
281
+ "members":{
282
+ "projectId":{
283
+ "shape":"ProjectId",
284
+ "location":"querystring",
285
+ "locationName":"projectId"
286
+ },
287
+ "syncFromResources":{
288
+ "shape":"Boolean",
289
+ "location":"querystring",
290
+ "locationName":"syncFromResources"
291
+ }
292
+ }
293
+ },
294
+ "DescribeProjectResult":{
295
+ "type":"structure",
296
+ "members":{
297
+ "details":{"shape":"ProjectDetails"}
298
+ }
299
+ },
300
+ "DownloadUrl":{"type":"string"},
301
+ "ErrorMessage":{"type":"string"},
302
+ "ExportBundleRequest":{
303
+ "type":"structure",
304
+ "required":["bundleId"],
305
+ "members":{
306
+ "bundleId":{
307
+ "shape":"BundleId",
308
+ "location":"uri",
309
+ "locationName":"bundleId"
310
+ },
311
+ "projectId":{
312
+ "shape":"ProjectId",
313
+ "location":"querystring",
314
+ "locationName":"projectId"
315
+ },
316
+ "platform":{
317
+ "shape":"Platform",
318
+ "location":"querystring",
319
+ "locationName":"platform"
320
+ }
321
+ }
322
+ },
323
+ "ExportBundleResult":{
324
+ "type":"structure",
325
+ "members":{
326
+ "downloadUrl":{"shape":"DownloadUrl"}
327
+ }
328
+ },
329
+ "ExportProjectRequest":{
330
+ "type":"structure",
331
+ "required":["projectId"],
332
+ "members":{
333
+ "projectId":{
334
+ "shape":"ProjectId",
335
+ "location":"uri",
336
+ "locationName":"projectId"
337
+ }
338
+ }
339
+ },
340
+ "ExportProjectResult":{
341
+ "type":"structure",
342
+ "members":{
343
+ "downloadUrl":{"shape":"DownloadUrl"},
344
+ "shareUrl":{"shape":"ShareUrl"},
345
+ "snapshotId":{"shape":"SnapshotId"}
346
+ }
347
+ },
348
+ "Feature":{"type":"string"},
349
+ "IconUrl":{"type":"string"},
350
+ "InternalFailureException":{
351
+ "type":"structure",
352
+ "members":{
353
+ "message":{"shape":"ErrorMessage"}
354
+ },
355
+ "error":{"httpStatusCode":500},
356
+ "exception":true,
357
+ "fault":true
358
+ },
359
+ "LimitExceededException":{
360
+ "type":"structure",
361
+ "members":{
362
+ "retryAfterSeconds":{
363
+ "shape":"ErrorMessage",
364
+ "location":"header",
365
+ "locationName":"Retry-After"
366
+ },
367
+ "message":{"shape":"ErrorMessage"}
368
+ },
369
+ "error":{"httpStatusCode":429},
370
+ "exception":true
371
+ },
372
+ "ListBundlesRequest":{
373
+ "type":"structure",
374
+ "members":{
375
+ "maxResults":{
376
+ "shape":"MaxResults",
377
+ "location":"querystring",
378
+ "locationName":"maxResults"
379
+ },
380
+ "nextToken":{
381
+ "shape":"NextToken",
382
+ "location":"querystring",
383
+ "locationName":"nextToken"
384
+ }
385
+ }
386
+ },
387
+ "ListBundlesResult":{
388
+ "type":"structure",
389
+ "members":{
390
+ "bundleList":{"shape":"BundleList"},
391
+ "nextToken":{"shape":"NextToken"}
392
+ }
393
+ },
394
+ "ListProjectsRequest":{
395
+ "type":"structure",
396
+ "members":{
397
+ "maxResults":{
398
+ "shape":"MaxResults",
399
+ "location":"querystring",
400
+ "locationName":"maxResults"
401
+ },
402
+ "nextToken":{
403
+ "shape":"NextToken",
404
+ "location":"querystring",
405
+ "locationName":"nextToken"
406
+ }
407
+ }
408
+ },
409
+ "ListProjectsResult":{
410
+ "type":"structure",
411
+ "members":{
412
+ "projects":{"shape":"ProjectSummaries"},
413
+ "nextToken":{"shape":"NextToken"}
414
+ }
415
+ },
416
+ "MaxResults":{"type":"integer"},
417
+ "NextToken":{"type":"string"},
418
+ "NotFoundException":{
419
+ "type":"structure",
420
+ "members":{
421
+ "message":{"shape":"ErrorMessage"}
422
+ },
423
+ "error":{"httpStatusCode":404},
424
+ "exception":true
425
+ },
426
+ "Platform":{
427
+ "type":"string",
428
+ "enum":[
429
+ "OSX",
430
+ "WINDOWS",
431
+ "LINUX",
432
+ "OBJC",
433
+ "SWIFT",
434
+ "ANDROID",
435
+ "JAVASCRIPT"
436
+ ]
437
+ },
438
+ "Platforms":{
439
+ "type":"list",
440
+ "member":{"shape":"Platform"}
441
+ },
442
+ "ProjectDetails":{
443
+ "type":"structure",
444
+ "members":{
445
+ "name":{"shape":"ProjectName"},
446
+ "projectId":{"shape":"ProjectId"},
447
+ "region":{"shape":"ProjectRegion"},
448
+ "state":{"shape":"ProjectState"},
449
+ "createdDate":{"shape":"Date"},
450
+ "lastUpdatedDate":{"shape":"Date"},
451
+ "consoleUrl":{"shape":"ConsoleUrl"},
452
+ "resources":{"shape":"Resources"}
453
+ }
454
+ },
455
+ "ProjectId":{"type":"string"},
456
+ "ProjectName":{"type":"string"},
457
+ "ProjectRegion":{"type":"string"},
458
+ "ProjectState":{
459
+ "type":"string",
460
+ "enum":[
461
+ "NORMAL",
462
+ "SYNCING",
463
+ "IMPORTING"
464
+ ]
465
+ },
466
+ "ProjectSummaries":{
467
+ "type":"list",
468
+ "member":{"shape":"ProjectSummary"}
469
+ },
470
+ "ProjectSummary":{
471
+ "type":"structure",
472
+ "members":{
473
+ "name":{"shape":"ProjectName"},
474
+ "projectId":{"shape":"ProjectId"}
475
+ }
476
+ },
477
+ "Resource":{
478
+ "type":"structure",
479
+ "members":{
480
+ "type":{"shape":"ResourceType"},
481
+ "name":{"shape":"ResourceName"},
482
+ "arn":{"shape":"ResourceArn"},
483
+ "feature":{"shape":"Feature"},
484
+ "attributes":{"shape":"Attributes"}
485
+ }
486
+ },
487
+ "ResourceArn":{"type":"string"},
488
+ "ResourceName":{"type":"string"},
489
+ "ResourceType":{"type":"string"},
490
+ "Resources":{
491
+ "type":"list",
492
+ "member":{"shape":"Resource"}
493
+ },
494
+ "ServiceUnavailableException":{
495
+ "type":"structure",
496
+ "members":{
497
+ "retryAfterSeconds":{
498
+ "shape":"ErrorMessage",
499
+ "location":"header",
500
+ "locationName":"Retry-After"
501
+ },
502
+ "message":{"shape":"ErrorMessage"}
503
+ },
504
+ "error":{"httpStatusCode":503},
505
+ "exception":true,
506
+ "fault":true
507
+ },
508
+ "ShareUrl":{"type":"string"},
509
+ "SnapshotId":{"type":"string"},
510
+ "TooManyRequestsException":{
511
+ "type":"structure",
512
+ "members":{
513
+ "retryAfterSeconds":{
514
+ "shape":"ErrorMessage",
515
+ "location":"header",
516
+ "locationName":"Retry-After"
517
+ },
518
+ "message":{"shape":"ErrorMessage"}
519
+ },
520
+ "error":{"httpStatusCode":429},
521
+ "exception":true
522
+ },
523
+ "UnauthorizedException":{
524
+ "type":"structure",
525
+ "members":{
526
+ "message":{"shape":"ErrorMessage"}
527
+ },
528
+ "error":{"httpStatusCode":401},
529
+ "exception":true
530
+ },
531
+ "UpdateProjectRequest":{
532
+ "type":"structure",
533
+ "required":["projectId"],
534
+ "members":{
535
+ "contents":{"shape":"Contents"},
536
+ "projectId":{
537
+ "shape":"ProjectId",
538
+ "location":"querystring",
539
+ "locationName":"projectId"
540
+ }
541
+ },
542
+ "payload":"contents"
543
+ },
544
+ "UpdateProjectResult":{
545
+ "type":"structure",
546
+ "members":{
547
+ "details":{"shape":"ProjectDetails"}
548
+ }
549
+ }
550
+ }
551
+ }
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "pagination": {
3
+ "ListBundles": {
4
+ "input_token": "nextToken",
5
+ "output_token": "nextToken",
6
+ "limit_key": "maxResults"
7
+ },
8
+ "ListProjects": {
9
+ "input_token": "nextToken",
10
+ "output_token": "nextToken",
11
+ "limit_key": "maxResults"
12
+ }
13
+ }
14
+ }
@@ -1255,6 +1255,7 @@
1255
1255
  {"shape":"InvalidAutomationExecutionParametersException"},
1256
1256
  {"shape":"AutomationExecutionLimitExceededException"},
1257
1257
  {"shape":"AutomationDefinitionVersionNotFoundException"},
1258
+ {"shape":"IdempotentParameterMismatch"},
1258
1259
  {"shape":"InternalServerError"}
1259
1260
  ]
1260
1261
  },
@@ -3727,6 +3728,12 @@
3727
3728
  "type":"string",
3728
3729
  "max":64
3729
3730
  },
3731
+ "IdempotencyToken":{
3732
+ "type":"string",
3733
+ "max":36,
3734
+ "min":36,
3735
+ "pattern":"[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"
3736
+ },
3730
3737
  "IdempotentParameterMismatch":{
3731
3738
  "type":"structure",
3732
3739
  "members":{
@@ -5888,6 +5895,12 @@
5888
5895
  "locationName":"Item"
5889
5896
  }
5890
5897
  },
5898
+ "ResourceDataSyncAWSKMSKeyARN":{
5899
+ "type":"string",
5900
+ "max":512,
5901
+ "min":1,
5902
+ "pattern":"arn:.*"
5903
+ },
5891
5904
  "ResourceDataSyncAlreadyExistsException":{
5892
5905
  "type":"structure",
5893
5906
  "members":{
@@ -5953,7 +5966,8 @@
5953
5966
  "BucketName":{"shape":"ResourceDataSyncS3BucketName"},
5954
5967
  "Prefix":{"shape":"ResourceDataSyncS3Prefix"},
5955
5968
  "SyncFormat":{"shape":"ResourceDataSyncS3Format"},
5956
- "Region":{"shape":"ResourceDataSyncS3Region"}
5969
+ "Region":{"shape":"ResourceDataSyncS3Region"},
5970
+ "AWSKMSKeyARN":{"shape":"ResourceDataSyncAWSKMSKeyARN"}
5957
5971
  }
5958
5972
  },
5959
5973
  "ResourceDataSyncS3Format":{
@@ -6141,7 +6155,8 @@
6141
6155
  "shape":"DocumentVersion",
6142
6156
  "box":true
6143
6157
  },
6144
- "Parameters":{"shape":"AutomationParameterMap"}
6158
+ "Parameters":{"shape":"AutomationParameterMap"},
6159
+ "ClientToken":{"shape":"IdempotencyToken"}
6145
6160
  }
6146
6161
  },
6147
6162
  "StartAutomationExecutionResult":{
@@ -97,6 +97,7 @@ module Aws
97
97
  MarketplaceEntitlementService
98
98
  MarketplaceMetering
99
99
  MigrationHub
100
+ Mobile
100
101
  OpsWorks
101
102
  OpsWorksCM
102
103
  Organizations
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Mobile, {
2
+ api: "#{Aws::API_DIR}/mobile/2017-07-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/mobile/2017-07-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/mobile/2017-07-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/mobile/2017-07-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.37'
2
+ VERSION = '2.10.38'
3
3
  end
@@ -294,6 +294,10 @@
294
294
  "models": "AWSMigrationHub/2017-05-31",
295
295
  "endpoint": "mgh"
296
296
  },
297
+ "Mobile": {
298
+ "models": "mobile/2017-07-01",
299
+ "endpoint": "mobile"
300
+ },
297
301
  "OpsWorks": {
298
302
  "models": "opsworks/2013-02-18",
299
303
  "endpoint": "opsworks"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.37
4
+ version: 2.10.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-31 00:00:00.000000000 Z
11
+ date: 2017-09-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -313,6 +313,9 @@ files:
313
313
  - apis/marketplacecommerceanalytics/2015-07-01/paginators-1.json
314
314
  - apis/meteringmarketplace/2016-01-14/api-2.json
315
315
  - apis/meteringmarketplace/2016-01-14/examples-1.json
316
+ - apis/mobile/2017-07-01/api-2.json
317
+ - apis/mobile/2017-07-01/examples-1.json
318
+ - apis/mobile/2017-07-01/paginators-1.json
316
319
  - apis/monitoring/2010-08-01/api-2.json
317
320
  - apis/monitoring/2010-08-01/examples-1.json
318
321
  - apis/monitoring/2010-08-01/paginators-1.json
@@ -558,6 +561,7 @@ files:
558
561
  - lib/aws-sdk-core/marketplaceentitlementservice.rb
559
562
  - lib/aws-sdk-core/marketplacemetering.rb
560
563
  - lib/aws-sdk-core/migrationhub.rb
564
+ - lib/aws-sdk-core/mobile.rb
561
565
  - lib/aws-sdk-core/mturk.rb
562
566
  - lib/aws-sdk-core/opsworks.rb
563
567
  - lib/aws-sdk-core/opsworkscm.rb