aws-sdk-core 2.11.27 → 2.11.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f049c12b84d458012c2a9b49d6596b8bfcecfdc2
4
- data.tar.gz: 4ebe9dd11cf60cd1991413ad9a204576d826d0db
3
+ metadata.gz: d8a837a3182fba512bd23b1264eab46996578ddb
4
+ data.tar.gz: 960db1b677df0f3b799be5e0ce327261d2d80ac6
5
5
  SHA512:
6
- metadata.gz: 4078f7d152bdf983802c0d9300398bba969ab7992c2e1f129463574a47332c8ef1178ca3edc25afcdc9839f0866954ad6351645447dbf72a8d2edc7de9e1720f
7
- data.tar.gz: dcbc24ce316cf35eb1fe52a35d49f5a6a6733f4b5f7a07e0f98b6b04024581690648ec2ba9cd2b2ab77a904eeba0703a72d1c10271bedb029f645b92e472395e
6
+ metadata.gz: c0527e5e8a6da32a0f426ec9f82ea4c1d2a794d0d8606f925342865408fc26a1bcf663812b3c2af2a99c44aed1dc11c60a25301d6ea3bf91a47cd518efbbce38
7
+ data.tar.gz: dd52c40e651f2c20d5ee04da9de558115017069f661ee9451460d2dbb0542111f73e837a401bcc20df7533700f88bc6991b71bc498802c0d9fb08b2a6c5afb2f
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"AWS Device Farm",
9
+ "serviceId":"Device Farm",
9
10
  "signatureVersion":"v4",
10
11
  "targetPrefix":"DeviceFarm_20150623",
11
12
  "uid":"devicefarm-2015-06-23"
@@ -26,6 +27,21 @@
26
27
  {"shape":"ServiceAccountException"}
27
28
  ]
28
29
  },
30
+ "CreateInstanceProfile":{
31
+ "name":"CreateInstanceProfile",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"CreateInstanceProfileRequest"},
37
+ "output":{"shape":"CreateInstanceProfileResult"},
38
+ "errors":[
39
+ {"shape":"ArgumentException"},
40
+ {"shape":"NotFoundException"},
41
+ {"shape":"LimitExceededException"},
42
+ {"shape":"ServiceAccountException"}
43
+ ]
44
+ },
29
45
  "CreateNetworkProfile":{
30
46
  "name":"CreateNetworkProfile",
31
47
  "http":{
@@ -101,6 +117,21 @@
101
117
  {"shape":"ServiceAccountException"}
102
118
  ]
103
119
  },
120
+ "DeleteInstanceProfile":{
121
+ "name":"DeleteInstanceProfile",
122
+ "http":{
123
+ "method":"POST",
124
+ "requestUri":"/"
125
+ },
126
+ "input":{"shape":"DeleteInstanceProfileRequest"},
127
+ "output":{"shape":"DeleteInstanceProfileResult"},
128
+ "errors":[
129
+ {"shape":"ArgumentException"},
130
+ {"shape":"NotFoundException"},
131
+ {"shape":"LimitExceededException"},
132
+ {"shape":"ServiceAccountException"}
133
+ ]
134
+ },
104
135
  "DeleteNetworkProfile":{
105
136
  "name":"DeleteNetworkProfile",
106
137
  "http":{
@@ -206,6 +237,21 @@
206
237
  {"shape":"ServiceAccountException"}
207
238
  ]
208
239
  },
240
+ "GetDeviceInstance":{
241
+ "name":"GetDeviceInstance",
242
+ "http":{
243
+ "method":"POST",
244
+ "requestUri":"/"
245
+ },
246
+ "input":{"shape":"GetDeviceInstanceRequest"},
247
+ "output":{"shape":"GetDeviceInstanceResult"},
248
+ "errors":[
249
+ {"shape":"ArgumentException"},
250
+ {"shape":"NotFoundException"},
251
+ {"shape":"LimitExceededException"},
252
+ {"shape":"ServiceAccountException"}
253
+ ]
254
+ },
209
255
  "GetDevicePool":{
210
256
  "name":"GetDevicePool",
211
257
  "http":{
@@ -236,6 +282,21 @@
236
282
  {"shape":"ServiceAccountException"}
237
283
  ]
238
284
  },
285
+ "GetInstanceProfile":{
286
+ "name":"GetInstanceProfile",
287
+ "http":{
288
+ "method":"POST",
289
+ "requestUri":"/"
290
+ },
291
+ "input":{"shape":"GetInstanceProfileRequest"},
292
+ "output":{"shape":"GetInstanceProfileResult"},
293
+ "errors":[
294
+ {"shape":"ArgumentException"},
295
+ {"shape":"NotFoundException"},
296
+ {"shape":"LimitExceededException"},
297
+ {"shape":"ServiceAccountException"}
298
+ ]
299
+ },
239
300
  "GetJob":{
240
301
  "name":"GetJob",
241
302
  "http":{
@@ -402,6 +463,21 @@
402
463
  {"shape":"ServiceAccountException"}
403
464
  ]
404
465
  },
466
+ "ListDeviceInstances":{
467
+ "name":"ListDeviceInstances",
468
+ "http":{
469
+ "method":"POST",
470
+ "requestUri":"/"
471
+ },
472
+ "input":{"shape":"ListDeviceInstancesRequest"},
473
+ "output":{"shape":"ListDeviceInstancesResult"},
474
+ "errors":[
475
+ {"shape":"ArgumentException"},
476
+ {"shape":"NotFoundException"},
477
+ {"shape":"LimitExceededException"},
478
+ {"shape":"ServiceAccountException"}
479
+ ]
480
+ },
405
481
  "ListDevicePools":{
406
482
  "name":"ListDevicePools",
407
483
  "http":{
@@ -432,6 +508,21 @@
432
508
  {"shape":"ServiceAccountException"}
433
509
  ]
434
510
  },
511
+ "ListInstanceProfiles":{
512
+ "name":"ListInstanceProfiles",
513
+ "http":{
514
+ "method":"POST",
515
+ "requestUri":"/"
516
+ },
517
+ "input":{"shape":"ListInstanceProfilesRequest"},
518
+ "output":{"shape":"ListInstanceProfilesResult"},
519
+ "errors":[
520
+ {"shape":"ArgumentException"},
521
+ {"shape":"NotFoundException"},
522
+ {"shape":"LimitExceededException"},
523
+ {"shape":"ServiceAccountException"}
524
+ ]
525
+ },
435
526
  "ListJobs":{
436
527
  "name":"ListJobs",
437
528
  "http":{
@@ -708,6 +799,21 @@
708
799
  {"shape":"ServiceAccountException"}
709
800
  ]
710
801
  },
802
+ "UpdateDeviceInstance":{
803
+ "name":"UpdateDeviceInstance",
804
+ "http":{
805
+ "method":"POST",
806
+ "requestUri":"/"
807
+ },
808
+ "input":{"shape":"UpdateDeviceInstanceRequest"},
809
+ "output":{"shape":"UpdateDeviceInstanceResult"},
810
+ "errors":[
811
+ {"shape":"ArgumentException"},
812
+ {"shape":"NotFoundException"},
813
+ {"shape":"LimitExceededException"},
814
+ {"shape":"ServiceAccountException"}
815
+ ]
816
+ },
711
817
  "UpdateDevicePool":{
712
818
  "name":"UpdateDevicePool",
713
819
  "http":{
@@ -723,6 +829,21 @@
723
829
  {"shape":"ServiceAccountException"}
724
830
  ]
725
831
  },
832
+ "UpdateInstanceProfile":{
833
+ "name":"UpdateInstanceProfile",
834
+ "http":{
835
+ "method":"POST",
836
+ "requestUri":"/"
837
+ },
838
+ "input":{"shape":"UpdateInstanceProfileRequest"},
839
+ "output":{"shape":"UpdateInstanceProfileResult"},
840
+ "errors":[
841
+ {"shape":"ArgumentException"},
842
+ {"shape":"NotFoundException"},
843
+ {"shape":"LimitExceededException"},
844
+ {"shape":"ServiceAccountException"}
845
+ ]
846
+ },
726
847
  "UpdateNetworkProfile":{
727
848
  "name":"UpdateNetworkProfile",
728
849
  "http":{
@@ -769,7 +890,8 @@
769
890
  "maxJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
770
891
  "trialMinutes":{"shape":"TrialMinutes"},
771
892
  "maxSlots":{"shape":"MaxSlotMap"},
772
- "defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"}
893
+ "defaultJobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
894
+ "skipAppResign":{"shape":"SkipAppResign"}
773
895
  }
774
896
  },
775
897
  "AccountsCleanup":{"type":"boolean"},
@@ -905,6 +1027,23 @@
905
1027
  "devicePool":{"shape":"DevicePool"}
906
1028
  }
907
1029
  },
1030
+ "CreateInstanceProfileRequest":{
1031
+ "type":"structure",
1032
+ "required":["name"],
1033
+ "members":{
1034
+ "name":{"shape":"Name"},
1035
+ "description":{"shape":"Message"},
1036
+ "packageCleanup":{"shape":"Boolean"},
1037
+ "excludeAppPackagesFromCleanup":{"shape":"PackageIds"},
1038
+ "rebootAfterUse":{"shape":"Boolean"}
1039
+ }
1040
+ },
1041
+ "CreateInstanceProfileResult":{
1042
+ "type":"structure",
1043
+ "members":{
1044
+ "instanceProfile":{"shape":"InstanceProfile"}
1045
+ }
1046
+ },
908
1047
  "CreateNetworkProfileRequest":{
909
1048
  "type":"structure",
910
1049
  "required":[
@@ -961,6 +1100,7 @@
961
1100
  "members":{
962
1101
  "projectArn":{"shape":"AmazonResourceName"},
963
1102
  "deviceArn":{"shape":"AmazonResourceName"},
1103
+ "instanceArn":{"shape":"AmazonResourceName"},
964
1104
  "sshPublicKey":{"shape":"SshPublicKey"},
965
1105
  "remoteDebugEnabled":{"shape":"Boolean"},
966
1106
  "remoteRecordEnabled":{"shape":"Boolean"},
@@ -968,7 +1108,8 @@
968
1108
  "name":{"shape":"Name"},
969
1109
  "clientId":{"shape":"ClientId"},
970
1110
  "configuration":{"shape":"CreateRemoteAccessSessionConfiguration"},
971
- "interactionMode":{"shape":"InteractionMode"}
1111
+ "interactionMode":{"shape":"InteractionMode"},
1112
+ "skipAppResign":{"shape":"Boolean"}
972
1113
  }
973
1114
  },
974
1115
  "CreateRemoteAccessSessionResult":{
@@ -1022,6 +1163,18 @@
1022
1163
  "members":{
1023
1164
  }
1024
1165
  },
1166
+ "DeleteInstanceProfileRequest":{
1167
+ "type":"structure",
1168
+ "required":["arn"],
1169
+ "members":{
1170
+ "arn":{"shape":"AmazonResourceName"}
1171
+ }
1172
+ },
1173
+ "DeleteInstanceProfileResult":{
1174
+ "type":"structure",
1175
+ "members":{
1176
+ }
1177
+ },
1025
1178
  "DeleteNetworkProfileRequest":{
1026
1179
  "type":"structure",
1027
1180
  "required":["arn"],
@@ -1103,7 +1256,8 @@
1103
1256
  "remoteAccessEnabled":{"shape":"Boolean"},
1104
1257
  "remoteDebugEnabled":{"shape":"Boolean"},
1105
1258
  "fleetType":{"shape":"String"},
1106
- "fleetName":{"shape":"String"}
1259
+ "fleetName":{"shape":"String"},
1260
+ "instances":{"shape":"DeviceInstances"}
1107
1261
  }
1108
1262
  },
1109
1263
  "DeviceAttribute":{
@@ -1115,7 +1269,9 @@
1115
1269
  "MANUFACTURER",
1116
1270
  "REMOTE_ACCESS_ENABLED",
1117
1271
  "REMOTE_DEBUG_ENABLED",
1118
- "APPIUM_VERSION"
1272
+ "APPIUM_VERSION",
1273
+ "INSTANCE_ARN",
1274
+ "INSTANCE_LABELS"
1119
1275
  ]
1120
1276
  },
1121
1277
  "DeviceFormFactor":{
@@ -1129,6 +1285,21 @@
1129
1285
  "type":"list",
1130
1286
  "member":{"shape":"String"}
1131
1287
  },
1288
+ "DeviceInstance":{
1289
+ "type":"structure",
1290
+ "members":{
1291
+ "arn":{"shape":"AmazonResourceName"},
1292
+ "deviceArn":{"shape":"AmazonResourceName"},
1293
+ "labels":{"shape":"InstanceLabels"},
1294
+ "status":{"shape":"InstanceStatus"},
1295
+ "udid":{"shape":"String"},
1296
+ "instanceProfile":{"shape":"InstanceProfile"}
1297
+ }
1298
+ },
1299
+ "DeviceInstances":{
1300
+ "type":"list",
1301
+ "member":{"shape":"DeviceInstance"}
1302
+ },
1132
1303
  "DeviceMinutes":{
1133
1304
  "type":"structure",
1134
1305
  "members":{
@@ -1187,7 +1358,8 @@
1187
1358
  "members":{
1188
1359
  "jobTimeoutMinutes":{"shape":"JobTimeoutMinutes"},
1189
1360
  "accountsCleanup":{"shape":"AccountsCleanup"},
1190
- "appPackagesCleanup":{"shape":"AppPackagesCleanup"}
1361
+ "appPackagesCleanup":{"shape":"AppPackagesCleanup"},
1362
+ "skipAppResign":{"shape":"SkipAppResign"}
1191
1363
  }
1192
1364
  },
1193
1365
  "ExecutionResult":{
@@ -1236,6 +1408,19 @@
1236
1408
  "accountSettings":{"shape":"AccountSettings"}
1237
1409
  }
1238
1410
  },
1411
+ "GetDeviceInstanceRequest":{
1412
+ "type":"structure",
1413
+ "required":["arn"],
1414
+ "members":{
1415
+ "arn":{"shape":"AmazonResourceName"}
1416
+ }
1417
+ },
1418
+ "GetDeviceInstanceResult":{
1419
+ "type":"structure",
1420
+ "members":{
1421
+ "deviceInstance":{"shape":"DeviceInstance"}
1422
+ }
1423
+ },
1239
1424
  "GetDevicePoolCompatibilityRequest":{
1240
1425
  "type":"structure",
1241
1426
  "required":["devicePoolArn"],
@@ -1279,6 +1464,19 @@
1279
1464
  "device":{"shape":"Device"}
1280
1465
  }
1281
1466
  },
1467
+ "GetInstanceProfileRequest":{
1468
+ "type":"structure",
1469
+ "required":["arn"],
1470
+ "members":{
1471
+ "arn":{"shape":"AmazonResourceName"}
1472
+ }
1473
+ },
1474
+ "GetInstanceProfileResult":{
1475
+ "type":"structure",
1476
+ "members":{
1477
+ "instanceProfile":{"shape":"InstanceProfile"}
1478
+ }
1479
+ },
1282
1480
  "GetJobRequest":{
1283
1481
  "type":"structure",
1284
1482
  "required":["arn"],
@@ -1436,6 +1634,34 @@
1436
1634
  "appUpload":{"shape":"Upload"}
1437
1635
  }
1438
1636
  },
1637
+ "InstanceLabels":{
1638
+ "type":"list",
1639
+ "member":{"shape":"String"}
1640
+ },
1641
+ "InstanceProfile":{
1642
+ "type":"structure",
1643
+ "members":{
1644
+ "arn":{"shape":"AmazonResourceName"},
1645
+ "packageCleanup":{"shape":"Boolean"},
1646
+ "excludeAppPackagesFromCleanup":{"shape":"PackageIds"},
1647
+ "rebootAfterUse":{"shape":"Boolean"},
1648
+ "name":{"shape":"Name"},
1649
+ "description":{"shape":"Message"}
1650
+ }
1651
+ },
1652
+ "InstanceProfiles":{
1653
+ "type":"list",
1654
+ "member":{"shape":"InstanceProfile"}
1655
+ },
1656
+ "InstanceStatus":{
1657
+ "type":"string",
1658
+ "enum":[
1659
+ "IN_USE",
1660
+ "PREPARING",
1661
+ "AVAILABLE",
1662
+ "NOT_AVAILABLE"
1663
+ ]
1664
+ },
1439
1665
  "Integer":{"type":"integer"},
1440
1666
  "InteractionMode":{
1441
1667
  "type":"string",
@@ -1465,6 +1691,7 @@
1465
1691
  "counters":{"shape":"Counters"},
1466
1692
  "message":{"shape":"Message"},
1467
1693
  "device":{"shape":"Device"},
1694
+ "instanceArn":{"shape":"AmazonResourceName"},
1468
1695
  "deviceMinutes":{"shape":"DeviceMinutes"}
1469
1696
  }
1470
1697
  },
@@ -1499,6 +1726,20 @@
1499
1726
  "nextToken":{"shape":"PaginationToken"}
1500
1727
  }
1501
1728
  },
1729
+ "ListDeviceInstancesRequest":{
1730
+ "type":"structure",
1731
+ "members":{
1732
+ "maxResults":{"shape":"Integer"},
1733
+ "nextToken":{"shape":"PaginationToken"}
1734
+ }
1735
+ },
1736
+ "ListDeviceInstancesResult":{
1737
+ "type":"structure",
1738
+ "members":{
1739
+ "deviceInstances":{"shape":"DeviceInstances"},
1740
+ "nextToken":{"shape":"PaginationToken"}
1741
+ }
1742
+ },
1502
1743
  "ListDevicePoolsRequest":{
1503
1744
  "type":"structure",
1504
1745
  "required":["arn"],
@@ -1529,6 +1770,20 @@
1529
1770
  "nextToken":{"shape":"PaginationToken"}
1530
1771
  }
1531
1772
  },
1773
+ "ListInstanceProfilesRequest":{
1774
+ "type":"structure",
1775
+ "members":{
1776
+ "maxResults":{"shape":"Integer"},
1777
+ "nextToken":{"shape":"PaginationToken"}
1778
+ }
1779
+ },
1780
+ "ListInstanceProfilesResult":{
1781
+ "type":"structure",
1782
+ "members":{
1783
+ "instanceProfiles":{"shape":"InstanceProfiles"},
1784
+ "nextToken":{"shape":"PaginationToken"}
1785
+ }
1786
+ },
1532
1787
  "ListJobsRequest":{
1533
1788
  "type":"structure",
1534
1789
  "required":["arn"],
@@ -1872,6 +2127,10 @@
1872
2127
  "type":"list",
1873
2128
  "member":{"shape":"Offering"}
1874
2129
  },
2130
+ "PackageIds":{
2131
+ "type":"list",
2132
+ "member":{"shape":"String"}
2133
+ },
1875
2134
  "PaginationToken":{
1876
2135
  "type":"string",
1877
2136
  "max":1024,
@@ -1973,6 +2232,7 @@
1973
2232
  "started":{"shape":"DateTime"},
1974
2233
  "stopped":{"shape":"DateTime"},
1975
2234
  "device":{"shape":"Device"},
2235
+ "instanceArn":{"shape":"AmazonResourceName"},
1976
2236
  "remoteDebugEnabled":{"shape":"Boolean"},
1977
2237
  "remoteRecordEnabled":{"shape":"Boolean"},
1978
2238
  "remoteRecordAppArn":{"shape":"AmazonResourceName"},
@@ -1982,7 +2242,8 @@
1982
2242
  "deviceMinutes":{"shape":"DeviceMinutes"},
1983
2243
  "endpoint":{"shape":"String"},
1984
2244
  "deviceUdid":{"shape":"String"},
1985
- "interactionMode":{"shape":"InteractionMode"}
2245
+ "interactionMode":{"shape":"InteractionMode"},
2246
+ "skipAppResign":{"shape":"SkipAppResign"}
1986
2247
  }
1987
2248
  },
1988
2249
  "RemoteAccessSessions":{
@@ -2062,7 +2323,8 @@
2062
2323
  "radios":{"shape":"Radios"},
2063
2324
  "location":{"shape":"Location"},
2064
2325
  "customerArtifactPaths":{"shape":"CustomerArtifactPaths"},
2065
- "webUrl":{"shape":"String"}
2326
+ "webUrl":{"shape":"String"},
2327
+ "skipAppResign":{"shape":"SkipAppResign"}
2066
2328
  }
2067
2329
  },
2068
2330
  "Runs":{
@@ -2156,6 +2418,7 @@
2156
2418
  },
2157
2419
  "exception":true
2158
2420
  },
2421
+ "SkipAppResign":{"type":"boolean"},
2159
2422
  "SshPublicKey":{
2160
2423
  "type":"string",
2161
2424
  "max":8192,
@@ -2287,6 +2550,21 @@
2287
2550
  "key":{"shape":"ExecutionResult"},
2288
2551
  "value":{"shape":"UniqueProblems"}
2289
2552
  },
2553
+ "UpdateDeviceInstanceRequest":{
2554
+ "type":"structure",
2555
+ "required":["arn"],
2556
+ "members":{
2557
+ "arn":{"shape":"AmazonResourceName"},
2558
+ "profileArn":{"shape":"AmazonResourceName"},
2559
+ "labels":{"shape":"InstanceLabels"}
2560
+ }
2561
+ },
2562
+ "UpdateDeviceInstanceResult":{
2563
+ "type":"structure",
2564
+ "members":{
2565
+ "deviceInstance":{"shape":"DeviceInstance"}
2566
+ }
2567
+ },
2290
2568
  "UpdateDevicePoolRequest":{
2291
2569
  "type":"structure",
2292
2570
  "required":["arn"],
@@ -2303,6 +2581,24 @@
2303
2581
  "devicePool":{"shape":"DevicePool"}
2304
2582
  }
2305
2583
  },
2584
+ "UpdateInstanceProfileRequest":{
2585
+ "type":"structure",
2586
+ "required":["arn"],
2587
+ "members":{
2588
+ "arn":{"shape":"AmazonResourceName"},
2589
+ "name":{"shape":"Name"},
2590
+ "description":{"shape":"Message"},
2591
+ "packageCleanup":{"shape":"Boolean"},
2592
+ "excludeAppPackagesFromCleanup":{"shape":"PackageIds"},
2593
+ "rebootAfterUse":{"shape":"Boolean"}
2594
+ }
2595
+ },
2596
+ "UpdateInstanceProfileResult":{
2597
+ "type":"structure",
2598
+ "members":{
2599
+ "instanceProfile":{"shape":"InstanceProfile"}
2600
+ }
2601
+ },
2306
2602
  "UpdateNetworkProfileRequest":{
2307
2603
  "type":"structure",
2308
2604
  "required":["arn"],
@@ -1545,6 +1545,7 @@
1545
1545
  "nodejs",
1546
1546
  "nodejs4.3",
1547
1547
  "nodejs6.10",
1548
+ "nodejs8.10",
1548
1549
  "java8",
1549
1550
  "python2.7",
1550
1551
  "python3.6",
@@ -26,6 +26,7 @@
26
26
  {"shape":"TextSizeLimitExceededException"},
27
27
  {"shape":"TooManyRequestsException"},
28
28
  {"shape":"UnsupportedLanguagePairException"},
29
+ {"shape":"DetectedLanguageLowConfidenceException"},
29
30
  {"shape":"InternalServerException"},
30
31
  {"shape":"ServiceUnavailableException"}
31
32
  ]
@@ -34,9 +35,17 @@
34
35
  "shapes":{
35
36
  "BoundedLengthString":{
36
37
  "type":"string",
37
- "max":1000,
38
+ "max":5000,
38
39
  "min":1
39
40
  },
41
+ "DetectedLanguageLowConfidenceException":{
42
+ "type":"structure",
43
+ "members":{
44
+ "Message":{"shape":"String"},
45
+ "DetectedLanguageCode":{"shape":"LanguageCodeString"}
46
+ },
47
+ "exception":true
48
+ },
40
49
  "InternalServerException":{
41
50
  "type":"structure",
42
51
  "members":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.27'
2
+ VERSION = '2.11.28'
3
3
  end
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.11.27
4
+ version: 2.11.28
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: 2018-04-02 00:00:00.000000000 Z
11
+ date: 2018-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath