aws-sdk-core 2.1.11 → 2.1.12

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: f4b71ea1bd30f540c6d21236a687ba701d3cf28b
4
- data.tar.gz: 6010a6023d01d4abb53693e6e091c90a7cad71bd
3
+ metadata.gz: 6887f77977a2ea80650dbd02a6997d12de85e49a
4
+ data.tar.gz: 264c75b63adeabade720ba3eadab6ee6c873de2a
5
5
  SHA512:
6
- metadata.gz: bd08223cf7e063d2040d95082d999f98722d2ff271005cc42b1b168fd73404191ca4e631ace597b4c4377028dc2ebc7825579ac9db7dbaa2431cf021214aad9e
7
- data.tar.gz: 3ddbdbbf720568a32f7079e92ad034dad75bafc5bf36f0fbf707b83b2e17a88e467a0d29b44cf67389f3037aa762282abb29a05b12038c87ac7029fc77da9917
6
+ metadata.gz: 82b3a0fd7cb77b1bc796f944e36f77fd2321e500307cc0caf1a0a30ff982ae061a14fd93a6e886818dda7346e01230f90b6763c6483eb8282cfe1911591bf0ef
7
+ data.tar.gz: d178c872f58925fcce3898e0bc2bdbd7792bf97575af2611b0b3cf4cf1468ebac7a1446c1d80b36cca38fea71f0d48f1def763da4df0f4c5ea62431af601fc3f
@@ -91,6 +91,33 @@
91
91
  }
92
92
  ]
93
93
  },
94
+ "GetAccountSettings":{
95
+ "name":"GetAccountSettings",
96
+ "http":{
97
+ "method":"POST",
98
+ "requestUri":"/"
99
+ },
100
+ "input":{"shape":"GetAccountSettingsRequest"},
101
+ "output":{"shape":"GetAccountSettingsResult"},
102
+ "errors":[
103
+ {
104
+ "shape":"ArgumentException",
105
+ "exception":true
106
+ },
107
+ {
108
+ "shape":"NotFoundException",
109
+ "exception":true
110
+ },
111
+ {
112
+ "shape":"LimitExceededException",
113
+ "exception":true
114
+ },
115
+ {
116
+ "shape":"ServiceAccountException",
117
+ "exception":true
118
+ }
119
+ ]
120
+ },
94
121
  "GetDevice":{
95
122
  "name":"GetDevice",
96
123
  "http":{
@@ -664,6 +691,18 @@
664
691
  }
665
692
  },
666
693
  "shapes":{
694
+ "AWSAccountNumber":{
695
+ "type":"string",
696
+ "min":2,
697
+ "max":16
698
+ },
699
+ "AccountSettings":{
700
+ "type":"structure",
701
+ "members":{
702
+ "awsAccountNumber":{"shape":"AWSAccountNumber"},
703
+ "unmeteredDevices":{"shape":"PurchasedDevicesMap"}
704
+ }
705
+ },
667
706
  "AmazonResourceName":{
668
707
  "type":"string",
669
708
  "min":32
@@ -722,6 +761,13 @@
722
761
  "type":"list",
723
762
  "member":{"shape":"Artifact"}
724
763
  },
764
+ "BillingMethod":{
765
+ "type":"string",
766
+ "enum":[
767
+ "METERED",
768
+ "UNMETERED"
769
+ ]
770
+ },
725
771
  "Boolean":{"type":"boolean"},
726
772
  "CPU":{
727
773
  "type":"structure",
@@ -839,7 +885,10 @@
839
885
  },
840
886
  "DevicePlatform":{
841
887
  "type":"string",
842
- "enum":["ANDROID"]
888
+ "enum":[
889
+ "ANDROID",
890
+ "IOS"
891
+ ]
843
892
  },
844
893
  "DevicePool":{
845
894
  "type":"structure",
@@ -906,6 +955,17 @@
906
955
  "min":0,
907
956
  "max":1024
908
957
  },
958
+ "GetAccountSettingsRequest":{
959
+ "type":"structure",
960
+ "members":{
961
+ }
962
+ },
963
+ "GetAccountSettingsResult":{
964
+ "type":"structure",
965
+ "members":{
966
+ "accountSettings":{"shape":"AccountSettings"}
967
+ }
968
+ },
909
969
  "GetDevicePoolCompatibilityRequest":{
910
970
  "type":"structure",
911
971
  "required":[
@@ -1317,6 +1377,11 @@
1317
1377
  "type":"list",
1318
1378
  "member":{"shape":"Project"}
1319
1379
  },
1380
+ "PurchasedDevicesMap":{
1381
+ "type":"map",
1382
+ "key":{"shape":"DevicePlatform"},
1383
+ "value":{"shape":"Integer"}
1384
+ },
1320
1385
  "Radios":{
1321
1386
  "type":"structure",
1322
1387
  "members":{
@@ -1370,7 +1435,8 @@
1370
1435
  "counters":{"shape":"Counters"},
1371
1436
  "message":{"shape":"Message"},
1372
1437
  "totalJobs":{"shape":"Integer"},
1373
- "completedJobs":{"shape":"Integer"}
1438
+ "completedJobs":{"shape":"Integer"},
1439
+ "billingMethod":{"shape":"BillingMethod"}
1374
1440
  }
1375
1441
  },
1376
1442
  "Runs":{
@@ -1419,7 +1485,8 @@
1419
1485
  "locale":{"shape":"String"},
1420
1486
  "location":{"shape":"Location"},
1421
1487
  "radios":{"shape":"Radios"},
1422
- "auxiliaryApps":{"shape":"AmazonResourceNames"}
1488
+ "auxiliaryApps":{"shape":"AmazonResourceNames"},
1489
+ "billingMethod":{"shape":"BillingMethod"}
1423
1490
  }
1424
1491
  },
1425
1492
  "ScheduleRunRequest":{
@@ -1511,7 +1578,9 @@
1511
1578
  "APPIUM_JAVA_TESTNG",
1512
1579
  "CALABASH",
1513
1580
  "INSTRUMENTATION",
1514
- "UIAUTOMATOR"
1581
+ "UIAUTOMATION",
1582
+ "UIAUTOMATOR",
1583
+ "XCTEST"
1515
1584
  ]
1516
1585
  },
1517
1586
  "Tests":{
@@ -1566,12 +1635,15 @@
1566
1635
  "type":"string",
1567
1636
  "enum":[
1568
1637
  "ANDROID_APP",
1638
+ "IOS_APP",
1569
1639
  "EXTERNAL_DATA",
1570
1640
  "APPIUM_JAVA_JUNIT_TEST_PACKAGE",
1571
1641
  "APPIUM_JAVA_TESTNG_TEST_PACKAGE",
1572
1642
  "CALABASH_TEST_PACKAGE",
1573
1643
  "INSTRUMENTATION_TEST_PACKAGE",
1574
- "UIAUTOMATOR_TEST_PACKAGE"
1644
+ "UIAUTOMATION_TEST_PACKAGE",
1645
+ "UIAUTOMATOR_TEST_PACKAGE",
1646
+ "XCTEST_TEST_PACKAGE"
1575
1647
  ]
1576
1648
  },
1577
1649
  "Uploads":{
@@ -186,6 +186,11 @@
186
186
  "matcher": "pathAny",
187
187
  "state": "failure",
188
188
  "argument": "Reservations[].Instances[].State.Name"
189
+ },
190
+ {
191
+ "matcher": "error",
192
+ "expected": "InvalidInstanceIDNotFound",
193
+ "state": "retry"
189
194
  }
190
195
  ]
191
196
  },
@@ -199,6 +204,11 @@
199
204
  "matcher": "pathAll",
200
205
  "argument": "InstanceStatuses[].InstanceStatus.Status",
201
206
  "expected": "ok"
207
+ },
208
+ {
209
+ "matcher": "error",
210
+ "expected": "InvalidInstanceIDNotFound",
211
+ "state": "retry"
202
212
  }
203
213
  ]
204
214
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.11'
2
+ VERSION = '2.1.12'
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.1.11
4
+ version: 2.1.12
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: 2015-07-30 00:00:00.000000000 Z
11
+ date: 2015-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -399,7 +399,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
399
399
  version: '0'
400
400
  requirements: []
401
401
  rubyforge_project:
402
- rubygems_version: 2.5.0
402
+ rubygems_version: 2.4.6
403
403
  signing_key:
404
404
  specification_version: 4
405
405
  summary: AWS SDK for Ruby - Core