aws-sdk-core 2.1.34 → 2.1.35

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: dcd4c8bd928b9e8eafa7f544fa0effa90fa9299c
4
- data.tar.gz: 038f2d6a8e1596ff3b9be49a0bd1d3379c16b078
3
+ metadata.gz: 82eb15c5b56cf11dfc7e60199d583047be4b02f9
4
+ data.tar.gz: db51c5f1a2d268ab738235ee30756b34f07db28c
5
5
  SHA512:
6
- metadata.gz: c7d6c7a2b5f86da740fa55a48f5a1f8f24a3fd68ac73e87e41d7d4bc25e26fec4cb681e79fa5a6359019b900d8d1a975da3df993bd9e1b759c29ccc8dd0eb6d6
7
- data.tar.gz: 8cf9fa2dc8287d9e5abf14dd81cd7d10a2b2f943c39dc56d896252ad49563ea4ea46f0c17f385300ae44a772269cb58cbe1de5c848fa1068b70eb5e11a552d8c
6
+ metadata.gz: da46eda23e8b454d18f5f48d7ce87b01fa65ea4203f733239ede4d935e4e3417ba4a92f557d2abbe8f5df51c3ac04c4b17594c75d6faa210ef3821cb7d7335b2
7
+ data.tar.gz: a2472566685e7ee1bd8652badcbf040daece5db6d7e85b53cbb872b607be1f0a93eceac2e9be8b2a54a1530591f33f85614476c5ed9f8593441e8e1905da1ed9
@@ -91,6 +91,114 @@
91
91
  }
92
92
  ]
93
93
  },
94
+ "DeleteDevicePool":{
95
+ "name":"DeleteDevicePool",
96
+ "http":{
97
+ "method":"POST",
98
+ "requestUri":"/"
99
+ },
100
+ "input":{"shape":"DeleteDevicePoolRequest"},
101
+ "output":{"shape":"DeleteDevicePoolResult"},
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
+ },
121
+ "DeleteProject":{
122
+ "name":"DeleteProject",
123
+ "http":{
124
+ "method":"POST",
125
+ "requestUri":"/"
126
+ },
127
+ "input":{"shape":"DeleteProjectRequest"},
128
+ "output":{"shape":"DeleteProjectResult"},
129
+ "errors":[
130
+ {
131
+ "shape":"ArgumentException",
132
+ "exception":true
133
+ },
134
+ {
135
+ "shape":"NotFoundException",
136
+ "exception":true
137
+ },
138
+ {
139
+ "shape":"LimitExceededException",
140
+ "exception":true
141
+ },
142
+ {
143
+ "shape":"ServiceAccountException",
144
+ "exception":true
145
+ }
146
+ ]
147
+ },
148
+ "DeleteRun":{
149
+ "name":"DeleteRun",
150
+ "http":{
151
+ "method":"POST",
152
+ "requestUri":"/"
153
+ },
154
+ "input":{"shape":"DeleteRunRequest"},
155
+ "output":{"shape":"DeleteRunResult"},
156
+ "errors":[
157
+ {
158
+ "shape":"ArgumentException",
159
+ "exception":true
160
+ },
161
+ {
162
+ "shape":"NotFoundException",
163
+ "exception":true
164
+ },
165
+ {
166
+ "shape":"LimitExceededException",
167
+ "exception":true
168
+ },
169
+ {
170
+ "shape":"ServiceAccountException",
171
+ "exception":true
172
+ }
173
+ ]
174
+ },
175
+ "DeleteUpload":{
176
+ "name":"DeleteUpload",
177
+ "http":{
178
+ "method":"POST",
179
+ "requestUri":"/"
180
+ },
181
+ "input":{"shape":"DeleteUploadRequest"},
182
+ "output":{"shape":"DeleteUploadResult"},
183
+ "errors":[
184
+ {
185
+ "shape":"ArgumentException",
186
+ "exception":true
187
+ },
188
+ {
189
+ "shape":"NotFoundException",
190
+ "exception":true
191
+ },
192
+ {
193
+ "shape":"LimitExceededException",
194
+ "exception":true
195
+ },
196
+ {
197
+ "shape":"ServiceAccountException",
198
+ "exception":true
199
+ }
200
+ ]
201
+ },
94
202
  "GetAccountSettings":{
95
203
  "name":"GetAccountSettings",
96
204
  "http":{
@@ -688,6 +796,60 @@
688
796
  "exception":true
689
797
  }
690
798
  ]
799
+ },
800
+ "UpdateDevicePool":{
801
+ "name":"UpdateDevicePool",
802
+ "http":{
803
+ "method":"POST",
804
+ "requestUri":"/"
805
+ },
806
+ "input":{"shape":"UpdateDevicePoolRequest"},
807
+ "output":{"shape":"UpdateDevicePoolResult"},
808
+ "errors":[
809
+ {
810
+ "shape":"ArgumentException",
811
+ "exception":true
812
+ },
813
+ {
814
+ "shape":"NotFoundException",
815
+ "exception":true
816
+ },
817
+ {
818
+ "shape":"LimitExceededException",
819
+ "exception":true
820
+ },
821
+ {
822
+ "shape":"ServiceAccountException",
823
+ "exception":true
824
+ }
825
+ ]
826
+ },
827
+ "UpdateProject":{
828
+ "name":"UpdateProject",
829
+ "http":{
830
+ "method":"POST",
831
+ "requestUri":"/"
832
+ },
833
+ "input":{"shape":"UpdateProjectRequest"},
834
+ "output":{"shape":"UpdateProjectResult"},
835
+ "errors":[
836
+ {
837
+ "shape":"ArgumentException",
838
+ "exception":true
839
+ },
840
+ {
841
+ "shape":"NotFoundException",
842
+ "exception":true
843
+ },
844
+ {
845
+ "shape":"LimitExceededException",
846
+ "exception":true
847
+ },
848
+ {
849
+ "shape":"ServiceAccountException",
850
+ "exception":true
851
+ }
852
+ ]
691
853
  }
692
854
  },
693
855
  "shapes":{
@@ -754,7 +916,10 @@
754
916
  "AUTOMATION_OUTPUT",
755
917
  "APPIUM_SERVER_OUTPUT",
756
918
  "APPIUM_JAVA_OUTPUT",
757
- "APPIUM_JAVA_XML_OUTPUT"
919
+ "APPIUM_JAVA_XML_OUTPUT",
920
+ "EXPLORER_EVENT_LOG",
921
+ "EXPLORER_SUMMARY_LOG",
922
+ "APPLICATION_CRASH_REPORT"
758
923
  ]
759
924
  },
760
925
  "Artifacts":{
@@ -848,6 +1013,54 @@
848
1013
  }
849
1014
  },
850
1015
  "DateTime":{"type":"timestamp"},
1016
+ "DeleteDevicePoolRequest":{
1017
+ "type":"structure",
1018
+ "required":["arn"],
1019
+ "members":{
1020
+ "arn":{"shape":"AmazonResourceName"}
1021
+ }
1022
+ },
1023
+ "DeleteDevicePoolResult":{
1024
+ "type":"structure",
1025
+ "members":{
1026
+ }
1027
+ },
1028
+ "DeleteProjectRequest":{
1029
+ "type":"structure",
1030
+ "required":["arn"],
1031
+ "members":{
1032
+ "arn":{"shape":"AmazonResourceName"}
1033
+ }
1034
+ },
1035
+ "DeleteProjectResult":{
1036
+ "type":"structure",
1037
+ "members":{
1038
+ }
1039
+ },
1040
+ "DeleteRunRequest":{
1041
+ "type":"structure",
1042
+ "required":["arn"],
1043
+ "members":{
1044
+ "arn":{"shape":"AmazonResourceName"}
1045
+ }
1046
+ },
1047
+ "DeleteRunResult":{
1048
+ "type":"structure",
1049
+ "members":{
1050
+ }
1051
+ },
1052
+ "DeleteUploadRequest":{
1053
+ "type":"structure",
1054
+ "required":["arn"],
1055
+ "members":{
1056
+ "arn":{"shape":"AmazonResourceName"}
1057
+ }
1058
+ },
1059
+ "DeleteUploadResult":{
1060
+ "type":"structure",
1061
+ "members":{
1062
+ }
1063
+ },
851
1064
  "Device":{
852
1065
  "type":"structure",
853
1066
  "members":{
@@ -883,6 +1096,14 @@
883
1096
  "TABLET"
884
1097
  ]
885
1098
  },
1099
+ "DeviceMinutes":{
1100
+ "type":"structure",
1101
+ "members":{
1102
+ "total":{"shape":"Double"},
1103
+ "metered":{"shape":"Double"},
1104
+ "unmetered":{"shape":"Double"}
1105
+ }
1106
+ },
886
1107
  "DevicePlatform":{
887
1108
  "type":"string",
888
1109
  "enum":[
@@ -1121,7 +1342,8 @@
1121
1342
  "stopped":{"shape":"DateTime"},
1122
1343
  "counters":{"shape":"Counters"},
1123
1344
  "message":{"shape":"Message"},
1124
- "device":{"shape":"Device"}
1345
+ "device":{"shape":"Device"},
1346
+ "deviceMinutes":{"shape":"DeviceMinutes"}
1125
1347
  }
1126
1348
  },
1127
1349
  "Jobs":{
@@ -1436,7 +1658,8 @@
1436
1658
  "message":{"shape":"Message"},
1437
1659
  "totalJobs":{"shape":"Integer"},
1438
1660
  "completedJobs":{"shape":"Integer"},
1439
- "billingMethod":{"shape":"BillingMethod"}
1661
+ "billingMethod":{"shape":"BillingMethod"},
1662
+ "deviceMinutes":{"shape":"DeviceMinutes"}
1440
1663
  }
1441
1664
  },
1442
1665
  "Runs":{
@@ -1542,7 +1765,8 @@
1542
1765
  "started":{"shape":"DateTime"},
1543
1766
  "stopped":{"shape":"DateTime"},
1544
1767
  "counters":{"shape":"Counters"},
1545
- "message":{"shape":"Message"}
1768
+ "message":{"shape":"Message"},
1769
+ "deviceMinutes":{"shape":"DeviceMinutes"}
1546
1770
  }
1547
1771
  },
1548
1772
  "Suites":{
@@ -1561,7 +1785,8 @@
1561
1785
  "started":{"shape":"DateTime"},
1562
1786
  "stopped":{"shape":"DateTime"},
1563
1787
  "counters":{"shape":"Counters"},
1564
- "message":{"shape":"Message"}
1788
+ "message":{"shape":"Message"},
1789
+ "deviceMinutes":{"shape":"DeviceMinutes"}
1565
1790
  }
1566
1791
  },
1567
1792
  "TestParameters":{
@@ -1608,6 +1833,36 @@
1608
1833
  "key":{"shape":"ExecutionResult"},
1609
1834
  "value":{"shape":"UniqueProblems"}
1610
1835
  },
1836
+ "UpdateDevicePoolRequest":{
1837
+ "type":"structure",
1838
+ "required":["arn"],
1839
+ "members":{
1840
+ "arn":{"shape":"AmazonResourceName"},
1841
+ "name":{"shape":"Name"},
1842
+ "description":{"shape":"Message"},
1843
+ "rules":{"shape":"Rules"}
1844
+ }
1845
+ },
1846
+ "UpdateDevicePoolResult":{
1847
+ "type":"structure",
1848
+ "members":{
1849
+ "devicePool":{"shape":"DevicePool"}
1850
+ }
1851
+ },
1852
+ "UpdateProjectRequest":{
1853
+ "type":"structure",
1854
+ "required":["arn"],
1855
+ "members":{
1856
+ "arn":{"shape":"AmazonResourceName"},
1857
+ "name":{"shape":"Name"}
1858
+ }
1859
+ },
1860
+ "UpdateProjectResult":{
1861
+ "type":"structure",
1862
+ "members":{
1863
+ "project":{"shape":"Project"}
1864
+ }
1865
+ },
1611
1866
  "Upload":{
1612
1867
  "type":"structure",
1613
1868
  "members":{
@@ -247,7 +247,7 @@
247
247
  ],
248
248
  "members":{
249
249
  "RoleArn":{"shape":"arnType"},
250
- "RoleSessionName":{"shape":"userNameType"},
250
+ "RoleSessionName":{"shape":"roleSessionNameType"},
251
251
  "Policy":{"shape":"sessionPolicyDocumentType"},
252
252
  "DurationSeconds":{"shape":"roleDurationSecondsType"},
253
253
  "ExternalId":{"shape":"externalIdType"},
@@ -300,7 +300,7 @@
300
300
  ],
301
301
  "members":{
302
302
  "RoleArn":{"shape":"arnType"},
303
- "RoleSessionName":{"shape":"userNameType"},
303
+ "RoleSessionName":{"shape":"roleSessionNameType"},
304
304
  "WebIdentityToken":{"shape":"clientTokenType"},
305
305
  "ProviderId":{"shape":"urlType"},
306
306
  "Policy":{"shape":"sessionPolicyDocumentType"},
@@ -556,6 +556,12 @@
556
556
  "min":900,
557
557
  "max":3600
558
558
  },
559
+ "roleSessionNameType":{
560
+ "type":"string",
561
+ "min":2,
562
+ "max":64,
563
+ "pattern":"[\\w+=,.@-]*"
564
+ },
559
565
  "serialNumberType":{
560
566
  "type":"string",
561
567
  "min":9,
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.1.34'
2
+ VERSION = '2.1.35'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.34
4
+ version: 2.1.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -423,7 +423,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
423
423
  version: '0'
424
424
  requirements: []
425
425
  rubyforge_project:
426
- rubygems_version: 2.4.6
426
+ rubygems_version: 2.4.5
427
427
  signing_key:
428
428
  specification_version: 4
429
429
  summary: AWS SDK for Ruby - Core