aws-sdk-devicefarm 1.37.0 → 1.42.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +278 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-devicefarm.rb +3 -2
- data/lib/aws-sdk-devicefarm/client.rb +52 -16
- data/lib/aws-sdk-devicefarm/client_api.rb +32 -11
- data/lib/aws-sdk-devicefarm/customizations.rb +1 -1
- data/lib/aws-sdk-devicefarm/errors.rb +1 -1
- data/lib/aws-sdk-devicefarm/resource.rb +1 -1
- data/lib/aws-sdk-devicefarm/types.rb +79 -21
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e95402a64862e399846d76b325da7868839529804fd6623bd0bc4ff09c05236f
|
4
|
+
data.tar.gz: f8325b8f1b6aac56e115685409ce6fa6da05183a10684bdef708160c8ea804bd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '069a938f919b627fadf6f3fb5e72a36afbd9ed4022670159ae6c5754ec3f10fa292a3c9e9b23a5c26637cbda99f84053111eea141360a653792791bb8903faa7'
|
7
|
+
data.tar.gz: e0ebcfe9ffaaf2fb1293155e23dfea95e565beab9a87e1bca9141b8c0b1ed625b52f49a3b229f59440a4183039c87bfb414df938fd89ecad198c9770b402c5f9
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,278 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.42.0 (2021-05-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Introduces support for using our desktop testing service with applications hosted within your Virtual Private Cloud (VPC).
|
8
|
+
|
9
|
+
1.41.0 (2021-03-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.40.0 (2021-02-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.39.0 (2020-09-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
24
|
+
1.38.0 (2020-09-15)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.37.0 (2020-08-25)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.36.0 (2020-07-02)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.35.0 (2020-06-23)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
43
|
+
|
44
|
+
1.34.1 (2020-06-11)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
48
|
+
|
49
|
+
1.34.0 (2020-06-10)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Issue - This version has been yanked. (#2327).
|
53
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
54
|
+
|
55
|
+
1.33.0 (2020-05-28)
|
56
|
+
------------------
|
57
|
+
|
58
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
59
|
+
|
60
|
+
1.32.0 (2020-05-07)
|
61
|
+
------------------
|
62
|
+
|
63
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
64
|
+
|
65
|
+
1.31.0 (2020-03-09)
|
66
|
+
------------------
|
67
|
+
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.30.0 (2019-12-20)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Introduced browser testing support through AWS Device Farm
|
74
|
+
|
75
|
+
1.29.0 (2019-10-23)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
79
|
+
|
80
|
+
1.28.0 (2019-10-03)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Documentation updates for devicefarm
|
84
|
+
|
85
|
+
1.27.0 (2019-07-25)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
89
|
+
|
90
|
+
1.26.0 (2019-07-01)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
94
|
+
|
95
|
+
1.25.0 (2019-06-21)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - This release includes updated documentation about the default timeout value for test runs and remote access sessions. This release also includes miscellaneous bug fixes for the documentation.
|
99
|
+
|
100
|
+
1.24.0 (2019-06-17)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
104
|
+
|
105
|
+
1.23.0 (2019-05-22)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - This release introduces support for tagging, tag-based access control, and resource-based access control.
|
109
|
+
|
110
|
+
1.22.0 (2019-05-21)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - API update.
|
114
|
+
|
115
|
+
1.21.0 (2019-05-15)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - API update.
|
119
|
+
|
120
|
+
1.20.0 (2019-05-14)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - API update.
|
124
|
+
|
125
|
+
1.19.0 (2019-03-21)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - API update.
|
129
|
+
|
130
|
+
1.18.0 (2019-03-18)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.17.0 (2019-03-14)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.16.0 (2019-01-25)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.15.0 (2019-01-04)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - API update.
|
149
|
+
|
150
|
+
1.14.0 (2018-11-20)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.13.0 (2018-11-19)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.12.0 (2018-10-24)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.11.0 (2018-10-23)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.10.0 (2018-09-06)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
174
|
+
|
175
|
+
1.9.0 (2018-09-05)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.8.0 (2018-08-15)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.7.0 (2018-06-26)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.6.0 (2018-06-12)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - API update.
|
194
|
+
|
195
|
+
1.5.0 (2018-04-19)
|
196
|
+
------------------
|
197
|
+
|
198
|
+
* Feature - API update.
|
199
|
+
|
200
|
+
1.4.0 (2018-04-03)
|
201
|
+
------------------
|
202
|
+
|
203
|
+
* Feature - API update.
|
204
|
+
|
205
|
+
1.3.0 (2018-01-26)
|
206
|
+
------------------
|
207
|
+
|
208
|
+
* Feature - API update.
|
209
|
+
|
210
|
+
1.2.0 (2017-09-13)
|
211
|
+
------------------
|
212
|
+
|
213
|
+
* Feature - API update.
|
214
|
+
|
215
|
+
1.1.0 (2017-09-11)
|
216
|
+
------------------
|
217
|
+
|
218
|
+
* Feature - API update.
|
219
|
+
|
220
|
+
* Issue - Update `aws-sdk-devicefarm` gemspec metadata.
|
221
|
+
|
222
|
+
1.0.0 (2017-08-29)
|
223
|
+
------------------
|
224
|
+
|
225
|
+
1.0.0.rc11 (2017-08-15)
|
226
|
+
------------------
|
227
|
+
|
228
|
+
* Feature - API update.
|
229
|
+
|
230
|
+
1.0.0.rc10 (2017-08-01)
|
231
|
+
------------------
|
232
|
+
|
233
|
+
* Feature - API update.
|
234
|
+
|
235
|
+
1.0.0.rc9 (2017-07-25)
|
236
|
+
------------------
|
237
|
+
|
238
|
+
* Feature - API update.
|
239
|
+
|
240
|
+
1.0.0.rc8 (2017-07-13)
|
241
|
+
------------------
|
242
|
+
|
243
|
+
* Feature - API update.
|
244
|
+
|
245
|
+
1.0.0.rc7 (2017-07-06)
|
246
|
+
------------------
|
247
|
+
|
248
|
+
* Feature - API update.
|
249
|
+
|
250
|
+
1.0.0.rc6 (2017-06-29)
|
251
|
+
------------------
|
252
|
+
|
253
|
+
* Feature - API update.
|
254
|
+
|
255
|
+
1.0.0.rc5 (2017-05-23)
|
256
|
+
------------------
|
257
|
+
|
258
|
+
* Feature - API update.
|
259
|
+
|
260
|
+
1.0.0.rc4 (2017-05-09)
|
261
|
+
------------------
|
262
|
+
|
263
|
+
* Feature - API update.
|
264
|
+
|
265
|
+
1.0.0.rc3 (2017-05-09)
|
266
|
+
------------------
|
267
|
+
|
268
|
+
* Feature - API update.
|
269
|
+
|
270
|
+
1.0.0.rc2 (2017-04-21)
|
271
|
+
------------------
|
272
|
+
|
273
|
+
* Feature - API update.
|
274
|
+
|
275
|
+
1.0.0.rc1 (2016-12-05)
|
276
|
+
------------------
|
277
|
+
|
278
|
+
* Feature - Initial preview release of the `aws-sdk-devicefarm` gem.
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.42.0
|
data/lib/aws-sdk-devicefarm.rb
CHANGED
@@ -3,10 +3,11 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
10
|
+
|
10
11
|
require 'aws-sdk-core'
|
11
12
|
require 'aws-sigv4'
|
12
13
|
|
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-devicefarm/customizations'
|
|
47
48
|
# @!group service
|
48
49
|
module Aws::DeviceFarm
|
49
50
|
|
50
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.42.0'
|
51
52
|
|
52
53
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -837,6 +837,9 @@ module Aws::DeviceFarm
|
|
837
837
|
# @option params [String] :description
|
838
838
|
# Human-readable description of the project.
|
839
839
|
#
|
840
|
+
# @option params [Types::TestGridVpcConfig] :vpc_config
|
841
|
+
# The VPC security groups and subnets that are attached to a project.
|
842
|
+
#
|
840
843
|
# @return [Types::CreateTestGridProjectResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
841
844
|
#
|
842
845
|
# * {Types::CreateTestGridProjectResult#test_grid_project #test_grid_project} => Types::TestGridProject
|
@@ -846,6 +849,11 @@ module Aws::DeviceFarm
|
|
846
849
|
# resp = client.create_test_grid_project({
|
847
850
|
# name: "ResourceName", # required
|
848
851
|
# description: "ResourceDescription",
|
852
|
+
# vpc_config: {
|
853
|
+
# security_group_ids: ["NonEmptyString"], # required
|
854
|
+
# subnet_ids: ["NonEmptyString"], # required
|
855
|
+
# vpc_id: "NonEmptyString", # required
|
856
|
+
# },
|
849
857
|
# })
|
850
858
|
#
|
851
859
|
# @example Response structure
|
@@ -853,6 +861,11 @@ module Aws::DeviceFarm
|
|
853
861
|
# resp.test_grid_project.arn #=> String
|
854
862
|
# resp.test_grid_project.name #=> String
|
855
863
|
# resp.test_grid_project.description #=> String
|
864
|
+
# resp.test_grid_project.vpc_config.security_group_ids #=> Array
|
865
|
+
# resp.test_grid_project.vpc_config.security_group_ids[0] #=> String
|
866
|
+
# resp.test_grid_project.vpc_config.subnet_ids #=> Array
|
867
|
+
# resp.test_grid_project.vpc_config.subnet_ids[0] #=> String
|
868
|
+
# resp.test_grid_project.vpc_config.vpc_id #=> String
|
856
869
|
# resp.test_grid_project.created #=> Time
|
857
870
|
#
|
858
871
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateTestGridProject AWS API Documentation
|
@@ -2534,6 +2547,11 @@ module Aws::DeviceFarm
|
|
2534
2547
|
# resp.test_grid_project.arn #=> String
|
2535
2548
|
# resp.test_grid_project.name #=> String
|
2536
2549
|
# resp.test_grid_project.description #=> String
|
2550
|
+
# resp.test_grid_project.vpc_config.security_group_ids #=> Array
|
2551
|
+
# resp.test_grid_project.vpc_config.security_group_ids[0] #=> String
|
2552
|
+
# resp.test_grid_project.vpc_config.subnet_ids #=> Array
|
2553
|
+
# resp.test_grid_project.vpc_config.subnet_ids[0] #=> String
|
2554
|
+
# resp.test_grid_project.vpc_config.vpc_id #=> String
|
2537
2555
|
# resp.test_grid_project.created #=> Time
|
2538
2556
|
#
|
2539
2557
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/GetTestGridProject AWS API Documentation
|
@@ -3064,9 +3082,9 @@ module Aws::DeviceFarm
|
|
3064
3082
|
# next_token: "PaginationToken",
|
3065
3083
|
# filters: [
|
3066
3084
|
# {
|
3067
|
-
# attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
3068
|
-
# operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
3069
|
-
# values: ["String"],
|
3085
|
+
# attribute: "ARN", # required, accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
3086
|
+
# operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
3087
|
+
# values: ["String"], # required
|
3070
3088
|
# },
|
3071
3089
|
# ],
|
3072
3090
|
# })
|
@@ -4154,6 +4172,11 @@ module Aws::DeviceFarm
|
|
4154
4172
|
# resp.test_grid_projects[0].arn #=> String
|
4155
4173
|
# resp.test_grid_projects[0].name #=> String
|
4156
4174
|
# resp.test_grid_projects[0].description #=> String
|
4175
|
+
# resp.test_grid_projects[0].vpc_config.security_group_ids #=> Array
|
4176
|
+
# resp.test_grid_projects[0].vpc_config.security_group_ids[0] #=> String
|
4177
|
+
# resp.test_grid_projects[0].vpc_config.subnet_ids #=> Array
|
4178
|
+
# resp.test_grid_projects[0].vpc_config.subnet_ids[0] #=> String
|
4179
|
+
# resp.test_grid_projects[0].vpc_config.vpc_id #=> String
|
4157
4180
|
# resp.test_grid_projects[0].created #=> Time
|
4158
4181
|
# resp.next_token #=> String
|
4159
4182
|
#
|
@@ -4692,10 +4715,10 @@ module Aws::DeviceFarm
|
|
4692
4715
|
# invoke this operation, contact
|
4693
4716
|
# [aws-devicefarm-support@amazon.com](mailto:aws-devicefarm-support@amazon.com).
|
4694
4717
|
#
|
4695
|
-
# @option params [String] :offering_id
|
4718
|
+
# @option params [required, String] :offering_id
|
4696
4719
|
# The ID of the offering.
|
4697
4720
|
#
|
4698
|
-
# @option params [Integer] :quantity
|
4721
|
+
# @option params [required, Integer] :quantity
|
4699
4722
|
# The number of device slots to purchase in an offering request.
|
4700
4723
|
#
|
4701
4724
|
# @option params [String] :offering_promotion_id
|
@@ -4741,8 +4764,8 @@ module Aws::DeviceFarm
|
|
4741
4764
|
# @example Request syntax with placeholder values
|
4742
4765
|
#
|
4743
4766
|
# resp = client.purchase_offering({
|
4744
|
-
# offering_id: "OfferingIdentifier",
|
4745
|
-
# quantity: 1,
|
4767
|
+
# offering_id: "OfferingIdentifier", # required
|
4768
|
+
# quantity: 1, # required
|
4746
4769
|
# offering_promotion_id: "OfferingPromotionIdentifier",
|
4747
4770
|
# })
|
4748
4771
|
#
|
@@ -4780,10 +4803,10 @@ module Aws::DeviceFarm
|
|
4780
4803
|
# operation. If you must be able to invoke this operation, contact
|
4781
4804
|
# [aws-devicefarm-support@amazon.com](mailto:aws-devicefarm-support@amazon.com).
|
4782
4805
|
#
|
4783
|
-
# @option params [String] :offering_id
|
4806
|
+
# @option params [required, String] :offering_id
|
4784
4807
|
# The ID of a request to renew an offering.
|
4785
4808
|
#
|
4786
|
-
# @option params [Integer] :quantity
|
4809
|
+
# @option params [required, Integer] :quantity
|
4787
4810
|
# The quantity requested in an offering renewal.
|
4788
4811
|
#
|
4789
4812
|
# @return [Types::RenewOfferingResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -4826,8 +4849,8 @@ module Aws::DeviceFarm
|
|
4826
4849
|
# @example Request syntax with placeholder values
|
4827
4850
|
#
|
4828
4851
|
# resp = client.renew_offering({
|
4829
|
-
# offering_id: "OfferingIdentifier",
|
4830
|
-
# quantity: 1,
|
4852
|
+
# offering_id: "OfferingIdentifier", # required
|
4853
|
+
# quantity: 1, # required
|
4831
4854
|
# })
|
4832
4855
|
#
|
4833
4856
|
# @example Response structure
|
@@ -4925,9 +4948,9 @@ module Aws::DeviceFarm
|
|
4925
4948
|
# device_selection_configuration: {
|
4926
4949
|
# filters: [ # required
|
4927
4950
|
# {
|
4928
|
-
# attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
4929
|
-
# operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
4930
|
-
# values: ["String"],
|
4951
|
+
# attribute: "ARN", # required, accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
4952
|
+
# operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
4953
|
+
# values: ["String"], # required
|
4931
4954
|
# },
|
4932
4955
|
# ],
|
4933
4956
|
# max_devices: 1, # required
|
@@ -5799,6 +5822,9 @@ module Aws::DeviceFarm
|
|
5799
5822
|
# @option params [String] :description
|
5800
5823
|
# Human-readable description for the project.
|
5801
5824
|
#
|
5825
|
+
# @option params [Types::TestGridVpcConfig] :vpc_config
|
5826
|
+
# The VPC security groups and subnets that are attached to a project.
|
5827
|
+
#
|
5802
5828
|
# @return [Types::UpdateTestGridProjectResult] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5803
5829
|
#
|
5804
5830
|
# * {Types::UpdateTestGridProjectResult#test_grid_project #test_grid_project} => Types::TestGridProject
|
@@ -5809,6 +5835,11 @@ module Aws::DeviceFarm
|
|
5809
5835
|
# project_arn: "DeviceFarmArn", # required
|
5810
5836
|
# name: "ResourceName",
|
5811
5837
|
# description: "ResourceDescription",
|
5838
|
+
# vpc_config: {
|
5839
|
+
# security_group_ids: ["NonEmptyString"], # required
|
5840
|
+
# subnet_ids: ["NonEmptyString"], # required
|
5841
|
+
# vpc_id: "NonEmptyString", # required
|
5842
|
+
# },
|
5812
5843
|
# })
|
5813
5844
|
#
|
5814
5845
|
# @example Response structure
|
@@ -5816,6 +5847,11 @@ module Aws::DeviceFarm
|
|
5816
5847
|
# resp.test_grid_project.arn #=> String
|
5817
5848
|
# resp.test_grid_project.name #=> String
|
5818
5849
|
# resp.test_grid_project.description #=> String
|
5850
|
+
# resp.test_grid_project.vpc_config.security_group_ids #=> Array
|
5851
|
+
# resp.test_grid_project.vpc_config.security_group_ids[0] #=> String
|
5852
|
+
# resp.test_grid_project.vpc_config.subnet_ids #=> Array
|
5853
|
+
# resp.test_grid_project.vpc_config.subnet_ids[0] #=> String
|
5854
|
+
# resp.test_grid_project.vpc_config.vpc_id #=> String
|
5819
5855
|
# resp.test_grid_project.created #=> Time
|
5820
5856
|
#
|
5821
5857
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateTestGridProject AWS API Documentation
|
@@ -5946,7 +5982,7 @@ module Aws::DeviceFarm
|
|
5946
5982
|
params: params,
|
5947
5983
|
config: config)
|
5948
5984
|
context[:gem_name] = 'aws-sdk-devicefarm'
|
5949
|
-
context[:gem_version] = '1.
|
5985
|
+
context[:gem_version] = '1.42.0'
|
5950
5986
|
Seahorse::Client::Request.new(handlers, context)
|
5951
5987
|
end
|
5952
5988
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -215,6 +215,7 @@ module Aws::DeviceFarm
|
|
215
215
|
NetworkProfile = Shapes::StructureShape.new(name: 'NetworkProfile')
|
216
216
|
NetworkProfileType = Shapes::StringShape.new(name: 'NetworkProfileType')
|
217
217
|
NetworkProfiles = Shapes::ListShape.new(name: 'NetworkProfiles')
|
218
|
+
NonEmptyString = Shapes::StringShape.new(name: 'NonEmptyString')
|
218
219
|
NotEligibleException = Shapes::StructureShape.new(name: 'NotEligibleException')
|
219
220
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
220
221
|
Offering = Shapes::StructureShape.new(name: 'Offering')
|
@@ -264,6 +265,9 @@ module Aws::DeviceFarm
|
|
264
265
|
ScheduleRunRequest = Shapes::StructureShape.new(name: 'ScheduleRunRequest')
|
265
266
|
ScheduleRunResult = Shapes::StructureShape.new(name: 'ScheduleRunResult')
|
266
267
|
ScheduleRunTest = Shapes::StructureShape.new(name: 'ScheduleRunTest')
|
268
|
+
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
269
|
+
SensitiveString = Shapes::StringShape.new(name: 'SensitiveString')
|
270
|
+
SensitiveURL = Shapes::StringShape.new(name: 'SensitiveURL')
|
267
271
|
ServiceAccountException = Shapes::StructureShape.new(name: 'ServiceAccountException')
|
268
272
|
ServiceDnsName = Shapes::StringShape.new(name: 'ServiceDnsName')
|
269
273
|
SkipAppResign = Shapes::BooleanShape.new(name: 'SkipAppResign')
|
@@ -275,6 +279,7 @@ module Aws::DeviceFarm
|
|
275
279
|
StopRunRequest = Shapes::StructureShape.new(name: 'StopRunRequest')
|
276
280
|
StopRunResult = Shapes::StructureShape.new(name: 'StopRunResult')
|
277
281
|
String = Shapes::StringShape.new(name: 'String')
|
282
|
+
SubnetIds = Shapes::ListShape.new(name: 'SubnetIds')
|
278
283
|
Suite = Shapes::StructureShape.new(name: 'Suite')
|
279
284
|
Suites = Shapes::ListShape.new(name: 'Suites')
|
280
285
|
Tag = Shapes::StructureShape.new(name: 'Tag')
|
@@ -299,6 +304,7 @@ module Aws::DeviceFarm
|
|
299
304
|
TestGridSessionStatus = Shapes::StringShape.new(name: 'TestGridSessionStatus')
|
300
305
|
TestGridSessions = Shapes::ListShape.new(name: 'TestGridSessions')
|
301
306
|
TestGridUrlExpiresInSecondsInput = Shapes::IntegerShape.new(name: 'TestGridUrlExpiresInSecondsInput')
|
307
|
+
TestGridVpcConfig = Shapes::StructureShape.new(name: 'TestGridVpcConfig')
|
302
308
|
TestParameters = Shapes::MapShape.new(name: 'TestParameters')
|
303
309
|
TestType = Shapes::StringShape.new(name: 'TestType')
|
304
310
|
Tests = Shapes::ListShape.new(name: 'Tests')
|
@@ -449,6 +455,7 @@ module Aws::DeviceFarm
|
|
449
455
|
|
450
456
|
CreateTestGridProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "name"))
|
451
457
|
CreateTestGridProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
458
|
+
CreateTestGridProjectRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: TestGridVpcConfig, location_name: "vpcConfig"))
|
452
459
|
CreateTestGridProjectRequest.struct_class = Types::CreateTestGridProjectRequest
|
453
460
|
|
454
461
|
CreateTestGridProjectResult.add_member(:test_grid_project, Shapes::ShapeRef.new(shape: TestGridProject, location_name: "testGridProject"))
|
@@ -458,7 +465,7 @@ module Aws::DeviceFarm
|
|
458
465
|
CreateTestGridUrlRequest.add_member(:expires_in_seconds, Shapes::ShapeRef.new(shape: TestGridUrlExpiresInSecondsInput, required: true, location_name: "expiresInSeconds"))
|
459
466
|
CreateTestGridUrlRequest.struct_class = Types::CreateTestGridUrlRequest
|
460
467
|
|
461
|
-
CreateTestGridUrlResult.add_member(:url, Shapes::ShapeRef.new(shape:
|
468
|
+
CreateTestGridUrlResult.add_member(:url, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "url"))
|
462
469
|
CreateTestGridUrlResult.add_member(:expires, Shapes::ShapeRef.new(shape: DateTime, location_name: "expires"))
|
463
470
|
CreateTestGridUrlResult.struct_class = Types::CreateTestGridUrlResult
|
464
471
|
|
@@ -553,9 +560,9 @@ module Aws::DeviceFarm
|
|
553
560
|
Device.add_member(:availability, Shapes::ShapeRef.new(shape: DeviceAvailability, location_name: "availability"))
|
554
561
|
Device.struct_class = Types::Device
|
555
562
|
|
556
|
-
DeviceFilter.add_member(:attribute, Shapes::ShapeRef.new(shape: DeviceFilterAttribute, location_name: "attribute"))
|
557
|
-
DeviceFilter.add_member(:operator, Shapes::ShapeRef.new(shape: RuleOperator, location_name: "operator"))
|
558
|
-
DeviceFilter.add_member(:values, Shapes::ShapeRef.new(shape: DeviceFilterValues, location_name: "values"))
|
563
|
+
DeviceFilter.add_member(:attribute, Shapes::ShapeRef.new(shape: DeviceFilterAttribute, required: true, location_name: "attribute"))
|
564
|
+
DeviceFilter.add_member(:operator, Shapes::ShapeRef.new(shape: RuleOperator, required: true, location_name: "operator"))
|
565
|
+
DeviceFilter.add_member(:values, Shapes::ShapeRef.new(shape: DeviceFilterValues, required: true, location_name: "values"))
|
559
566
|
DeviceFilter.struct_class = Types::DeviceFilter
|
560
567
|
|
561
568
|
DeviceFilterValues.member = Shapes::ShapeRef.new(shape: String)
|
@@ -1080,8 +1087,8 @@ module Aws::DeviceFarm
|
|
1080
1087
|
|
1081
1088
|
Projects.member = Shapes::ShapeRef.new(shape: Project)
|
1082
1089
|
|
1083
|
-
PurchaseOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingIdentifier, location_name: "offeringId"))
|
1084
|
-
PurchaseOfferingRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, location_name: "quantity"))
|
1090
|
+
PurchaseOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingIdentifier, required: true, location_name: "offeringId"))
|
1091
|
+
PurchaseOfferingRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "quantity"))
|
1085
1092
|
PurchaseOfferingRequest.add_member(:offering_promotion_id, Shapes::ShapeRef.new(shape: OfferingPromotionIdentifier, location_name: "offeringPromotionId"))
|
1086
1093
|
PurchaseOfferingRequest.struct_class = Types::PurchaseOfferingRequest
|
1087
1094
|
|
@@ -1128,8 +1135,8 @@ module Aws::DeviceFarm
|
|
1128
1135
|
|
1129
1136
|
RemoteAccessSessions.member = Shapes::ShapeRef.new(shape: RemoteAccessSession)
|
1130
1137
|
|
1131
|
-
RenewOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingIdentifier, location_name: "offeringId"))
|
1132
|
-
RenewOfferingRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, location_name: "quantity"))
|
1138
|
+
RenewOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: OfferingIdentifier, required: true, location_name: "offeringId"))
|
1139
|
+
RenewOfferingRequest.add_member(:quantity, Shapes::ShapeRef.new(shape: Integer, required: true, location_name: "quantity"))
|
1133
1140
|
RenewOfferingRequest.struct_class = Types::RenewOfferingRequest
|
1134
1141
|
|
1135
1142
|
RenewOfferingResult.add_member(:offering_transaction, Shapes::ShapeRef.new(shape: OfferingTransaction, location_name: "offeringTransaction"))
|
@@ -1219,6 +1226,8 @@ module Aws::DeviceFarm
|
|
1219
1226
|
ScheduleRunTest.add_member(:parameters, Shapes::ShapeRef.new(shape: TestParameters, location_name: "parameters"))
|
1220
1227
|
ScheduleRunTest.struct_class = Types::ScheduleRunTest
|
1221
1228
|
|
1229
|
+
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
1230
|
+
|
1222
1231
|
ServiceAccountException.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
1223
1232
|
ServiceAccountException.struct_class = Types::ServiceAccountException
|
1224
1233
|
|
@@ -1240,6 +1249,8 @@ module Aws::DeviceFarm
|
|
1240
1249
|
StopRunResult.add_member(:run, Shapes::ShapeRef.new(shape: Run, location_name: "run"))
|
1241
1250
|
StopRunResult.struct_class = Types::StopRunResult
|
1242
1251
|
|
1252
|
+
SubnetIds.member = Shapes::ShapeRef.new(shape: NonEmptyString)
|
1253
|
+
|
1243
1254
|
Suite.add_member(:arn, Shapes::ShapeRef.new(shape: AmazonResourceName, location_name: "arn"))
|
1244
1255
|
Suite.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
1245
1256
|
Suite.add_member(:type, Shapes::ShapeRef.new(shape: TestType, location_name: "type"))
|
@@ -1293,6 +1304,7 @@ module Aws::DeviceFarm
|
|
1293
1304
|
TestGridProject.add_member(:arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, location_name: "arn"))
|
1294
1305
|
TestGridProject.add_member(:name, Shapes::ShapeRef.new(shape: String, location_name: "name"))
|
1295
1306
|
TestGridProject.add_member(:description, Shapes::ShapeRef.new(shape: String, location_name: "description"))
|
1307
|
+
TestGridProject.add_member(:vpc_config, Shapes::ShapeRef.new(shape: TestGridVpcConfig, location_name: "vpcConfig"))
|
1296
1308
|
TestGridProject.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
1297
1309
|
TestGridProject.struct_class = Types::TestGridProject
|
1298
1310
|
|
@@ -1317,13 +1329,18 @@ module Aws::DeviceFarm
|
|
1317
1329
|
|
1318
1330
|
TestGridSessionArtifact.add_member(:filename, Shapes::ShapeRef.new(shape: String, location_name: "filename"))
|
1319
1331
|
TestGridSessionArtifact.add_member(:type, Shapes::ShapeRef.new(shape: TestGridSessionArtifactType, location_name: "type"))
|
1320
|
-
TestGridSessionArtifact.add_member(:url, Shapes::ShapeRef.new(shape:
|
1332
|
+
TestGridSessionArtifact.add_member(:url, Shapes::ShapeRef.new(shape: SensitiveString, location_name: "url"))
|
1321
1333
|
TestGridSessionArtifact.struct_class = Types::TestGridSessionArtifact
|
1322
1334
|
|
1323
1335
|
TestGridSessionArtifacts.member = Shapes::ShapeRef.new(shape: TestGridSessionArtifact)
|
1324
1336
|
|
1325
1337
|
TestGridSessions.member = Shapes::ShapeRef.new(shape: TestGridSession)
|
1326
1338
|
|
1339
|
+
TestGridVpcConfig.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: SecurityGroupIds, required: true, location_name: "securityGroupIds"))
|
1340
|
+
TestGridVpcConfig.add_member(:subnet_ids, Shapes::ShapeRef.new(shape: SubnetIds, required: true, location_name: "subnetIds"))
|
1341
|
+
TestGridVpcConfig.add_member(:vpc_id, Shapes::ShapeRef.new(shape: NonEmptyString, required: true, location_name: "vpcId"))
|
1342
|
+
TestGridVpcConfig.struct_class = Types::TestGridVpcConfig
|
1343
|
+
|
1327
1344
|
TestParameters.key = Shapes::ShapeRef.new(shape: String)
|
1328
1345
|
TestParameters.value = Shapes::ShapeRef.new(shape: String)
|
1329
1346
|
|
@@ -1410,6 +1427,7 @@ module Aws::DeviceFarm
|
|
1410
1427
|
UpdateTestGridProjectRequest.add_member(:project_arn, Shapes::ShapeRef.new(shape: DeviceFarmArn, required: true, location_name: "projectArn"))
|
1411
1428
|
UpdateTestGridProjectRequest.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "name"))
|
1412
1429
|
UpdateTestGridProjectRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
1430
|
+
UpdateTestGridProjectRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: TestGridVpcConfig, location_name: "vpcConfig"))
|
1413
1431
|
UpdateTestGridProjectRequest.struct_class = Types::UpdateTestGridProjectRequest
|
1414
1432
|
|
1415
1433
|
UpdateTestGridProjectResult.add_member(:test_grid_project, Shapes::ShapeRef.new(shape: TestGridProject, location_name: "testGridProject"))
|
@@ -1439,7 +1457,7 @@ module Aws::DeviceFarm
|
|
1439
1457
|
Upload.add_member(:created, Shapes::ShapeRef.new(shape: DateTime, location_name: "created"))
|
1440
1458
|
Upload.add_member(:type, Shapes::ShapeRef.new(shape: UploadType, location_name: "type"))
|
1441
1459
|
Upload.add_member(:status, Shapes::ShapeRef.new(shape: UploadStatus, location_name: "status"))
|
1442
|
-
Upload.add_member(:url, Shapes::ShapeRef.new(shape:
|
1460
|
+
Upload.add_member(:url, Shapes::ShapeRef.new(shape: SensitiveURL, location_name: "url"))
|
1443
1461
|
Upload.add_member(:metadata, Shapes::ShapeRef.new(shape: Metadata, location_name: "metadata"))
|
1444
1462
|
Upload.add_member(:content_type, Shapes::ShapeRef.new(shape: ContentType, location_name: "contentType"))
|
1445
1463
|
Upload.add_member(:message, Shapes::ShapeRef.new(shape: Message, location_name: "message"))
|
@@ -1542,6 +1560,8 @@ module Aws::DeviceFarm
|
|
1542
1560
|
o.http_request_uri = "/"
|
1543
1561
|
o.input = Shapes::ShapeRef.new(shape: CreateTestGridProjectRequest)
|
1544
1562
|
o.output = Shapes::ShapeRef.new(shape: CreateTestGridProjectResult)
|
1563
|
+
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
1564
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
1545
1565
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1546
1566
|
end)
|
1547
1567
|
|
@@ -2457,6 +2477,7 @@ module Aws::DeviceFarm
|
|
2457
2477
|
o.output = Shapes::ShapeRef.new(shape: UpdateTestGridProjectResult)
|
2458
2478
|
o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
|
2459
2479
|
o.errors << Shapes::ShapeRef.new(shape: ArgumentException)
|
2480
|
+
o.errors << Shapes::ShapeRef.new(shape: LimitExceededException)
|
2460
2481
|
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
2461
2482
|
end)
|
2462
2483
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# WARNING ABOUT GENERATED CODE
|
3
3
|
#
|
4
4
|
# This file is generated. See the contributing for info on making contributions:
|
5
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
5
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
6
6
|
#
|
7
7
|
# WARNING ABOUT GENERATED CODE
|
8
8
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -742,6 +742,11 @@ module Aws::DeviceFarm
|
|
742
742
|
# {
|
743
743
|
# name: "ResourceName", # required
|
744
744
|
# description: "ResourceDescription",
|
745
|
+
# vpc_config: {
|
746
|
+
# security_group_ids: ["NonEmptyString"], # required
|
747
|
+
# subnet_ids: ["NonEmptyString"], # required
|
748
|
+
# vpc_id: "NonEmptyString", # required
|
749
|
+
# },
|
745
750
|
# }
|
746
751
|
#
|
747
752
|
# @!attribute [rw] name
|
@@ -752,11 +757,16 @@ module Aws::DeviceFarm
|
|
752
757
|
# Human-readable description of the project.
|
753
758
|
# @return [String]
|
754
759
|
#
|
760
|
+
# @!attribute [rw] vpc_config
|
761
|
+
# The VPC security groups and subnets that are attached to a project.
|
762
|
+
# @return [Types::TestGridVpcConfig]
|
763
|
+
#
|
755
764
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/CreateTestGridProjectRequest AWS API Documentation
|
756
765
|
#
|
757
766
|
class CreateTestGridProjectRequest < Struct.new(
|
758
767
|
:name,
|
759
|
-
:description
|
768
|
+
:description,
|
769
|
+
:vpc_config)
|
760
770
|
SENSITIVE = []
|
761
771
|
include Aws::Structure
|
762
772
|
end
|
@@ -814,7 +824,7 @@ module Aws::DeviceFarm
|
|
814
824
|
class CreateTestGridUrlResult < Struct.new(
|
815
825
|
:url,
|
816
826
|
:expires)
|
817
|
-
SENSITIVE = []
|
827
|
+
SENSITIVE = [:url]
|
818
828
|
include Aws::Structure
|
819
829
|
end
|
820
830
|
|
@@ -1426,9 +1436,9 @@ module Aws::DeviceFarm
|
|
1426
1436
|
# data as a hash:
|
1427
1437
|
#
|
1428
1438
|
# {
|
1429
|
-
# attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
1430
|
-
# operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
1431
|
-
# values: ["String"],
|
1439
|
+
# attribute: "ARN", # required, accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
1440
|
+
# operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
1441
|
+
# values: ["String"], # required
|
1432
1442
|
# }
|
1433
1443
|
#
|
1434
1444
|
# @!attribute [rw] attribute
|
@@ -1717,9 +1727,9 @@ module Aws::DeviceFarm
|
|
1717
1727
|
# {
|
1718
1728
|
# filters: [ # required
|
1719
1729
|
# {
|
1720
|
-
# attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
1721
|
-
# operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
1722
|
-
# values: ["String"],
|
1730
|
+
# attribute: "ARN", # required, accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
1731
|
+
# operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
1732
|
+
# values: ["String"], # required
|
1723
1733
|
# },
|
1724
1734
|
# ],
|
1725
1735
|
# max_devices: 1, # required
|
@@ -3170,9 +3180,9 @@ module Aws::DeviceFarm
|
|
3170
3180
|
# next_token: "PaginationToken",
|
3171
3181
|
# filters: [
|
3172
3182
|
# {
|
3173
|
-
# attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
3174
|
-
# operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
3175
|
-
# values: ["String"],
|
3183
|
+
# attribute: "ARN", # required, accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
3184
|
+
# operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
3185
|
+
# values: ["String"], # required
|
3176
3186
|
# },
|
3177
3187
|
# ],
|
3178
3188
|
# }
|
@@ -4774,8 +4784,8 @@ module Aws::DeviceFarm
|
|
4774
4784
|
# data as a hash:
|
4775
4785
|
#
|
4776
4786
|
# {
|
4777
|
-
# offering_id: "OfferingIdentifier",
|
4778
|
-
# quantity: 1,
|
4787
|
+
# offering_id: "OfferingIdentifier", # required
|
4788
|
+
# quantity: 1, # required
|
4779
4789
|
# offering_promotion_id: "OfferingPromotionIdentifier",
|
4780
4790
|
# }
|
4781
4791
|
#
|
@@ -5092,8 +5102,8 @@ module Aws::DeviceFarm
|
|
5092
5102
|
# data as a hash:
|
5093
5103
|
#
|
5094
5104
|
# {
|
5095
|
-
# offering_id: "OfferingIdentifier",
|
5096
|
-
# quantity: 1,
|
5105
|
+
# offering_id: "OfferingIdentifier", # required
|
5106
|
+
# quantity: 1, # required
|
5097
5107
|
# }
|
5098
5108
|
#
|
5099
5109
|
# @!attribute [rw] offering_id
|
@@ -5727,9 +5737,9 @@ module Aws::DeviceFarm
|
|
5727
5737
|
# device_selection_configuration: {
|
5728
5738
|
# filters: [ # required
|
5729
5739
|
# {
|
5730
|
-
# attribute: "ARN", # accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
5731
|
-
# operator: "EQUALS", # accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
5732
|
-
# values: ["String"],
|
5740
|
+
# attribute: "ARN", # required, accepts ARN, PLATFORM, OS_VERSION, MODEL, AVAILABILITY, FORM_FACTOR, MANUFACTURER, REMOTE_ACCESS_ENABLED, REMOTE_DEBUG_ENABLED, INSTANCE_ARN, INSTANCE_LABELS, FLEET_TYPE
|
5741
|
+
# operator: "EQUALS", # required, accepts EQUALS, LESS_THAN, LESS_THAN_OR_EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, NOT_IN, CONTAINS
|
5742
|
+
# values: ["String"], # required
|
5733
5743
|
# },
|
5734
5744
|
# ],
|
5735
5745
|
# max_devices: 1, # required
|
@@ -6550,6 +6560,10 @@ module Aws::DeviceFarm
|
|
6550
6560
|
# A human-readable description for the project.
|
6551
6561
|
# @return [String]
|
6552
6562
|
#
|
6563
|
+
# @!attribute [rw] vpc_config
|
6564
|
+
# The VPC security groups and subnets that are attached to a project.
|
6565
|
+
# @return [Types::TestGridVpcConfig]
|
6566
|
+
#
|
6553
6567
|
# @!attribute [rw] created
|
6554
6568
|
# When the project was created.
|
6555
6569
|
# @return [Time]
|
@@ -6560,6 +6574,7 @@ module Aws::DeviceFarm
|
|
6560
6574
|
:arn,
|
6561
6575
|
:name,
|
6562
6576
|
:description,
|
6577
|
+
:vpc_config,
|
6563
6578
|
:created)
|
6564
6579
|
SENSITIVE = []
|
6565
6580
|
include Aws::Structure
|
@@ -6667,6 +6682,39 @@ module Aws::DeviceFarm
|
|
6667
6682
|
:filename,
|
6668
6683
|
:type,
|
6669
6684
|
:url)
|
6685
|
+
SENSITIVE = [:url]
|
6686
|
+
include Aws::Structure
|
6687
|
+
end
|
6688
|
+
|
6689
|
+
# The VPC security groups and subnets that are attached to a project.
|
6690
|
+
#
|
6691
|
+
# @note When making an API call, you may pass TestGridVpcConfig
|
6692
|
+
# data as a hash:
|
6693
|
+
#
|
6694
|
+
# {
|
6695
|
+
# security_group_ids: ["NonEmptyString"], # required
|
6696
|
+
# subnet_ids: ["NonEmptyString"], # required
|
6697
|
+
# vpc_id: "NonEmptyString", # required
|
6698
|
+
# }
|
6699
|
+
#
|
6700
|
+
# @!attribute [rw] security_group_ids
|
6701
|
+
# A list of VPC security group IDs in your Amazon VPC.
|
6702
|
+
# @return [Array<String>]
|
6703
|
+
#
|
6704
|
+
# @!attribute [rw] subnet_ids
|
6705
|
+
# A list of VPC subnet IDs in your Amazon VPC.
|
6706
|
+
# @return [Array<String>]
|
6707
|
+
#
|
6708
|
+
# @!attribute [rw] vpc_id
|
6709
|
+
# The ID of the Amazon VPC.
|
6710
|
+
# @return [String]
|
6711
|
+
#
|
6712
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/TestGridVpcConfig AWS API Documentation
|
6713
|
+
#
|
6714
|
+
class TestGridVpcConfig < Struct.new(
|
6715
|
+
:security_group_ids,
|
6716
|
+
:subnet_ids,
|
6717
|
+
:vpc_id)
|
6670
6718
|
SENSITIVE = []
|
6671
6719
|
include Aws::Structure
|
6672
6720
|
end
|
@@ -7131,6 +7179,11 @@ module Aws::DeviceFarm
|
|
7131
7179
|
# project_arn: "DeviceFarmArn", # required
|
7132
7180
|
# name: "ResourceName",
|
7133
7181
|
# description: "ResourceDescription",
|
7182
|
+
# vpc_config: {
|
7183
|
+
# security_group_ids: ["NonEmptyString"], # required
|
7184
|
+
# subnet_ids: ["NonEmptyString"], # required
|
7185
|
+
# vpc_id: "NonEmptyString", # required
|
7186
|
+
# },
|
7134
7187
|
# }
|
7135
7188
|
#
|
7136
7189
|
# @!attribute [rw] project_arn
|
@@ -7145,12 +7198,17 @@ module Aws::DeviceFarm
|
|
7145
7198
|
# Human-readable description for the project.
|
7146
7199
|
# @return [String]
|
7147
7200
|
#
|
7201
|
+
# @!attribute [rw] vpc_config
|
7202
|
+
# The VPC security groups and subnets that are attached to a project.
|
7203
|
+
# @return [Types::TestGridVpcConfig]
|
7204
|
+
#
|
7148
7205
|
# @see http://docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/UpdateTestGridProjectRequest AWS API Documentation
|
7149
7206
|
#
|
7150
7207
|
class UpdateTestGridProjectRequest < Struct.new(
|
7151
7208
|
:project_arn,
|
7152
7209
|
:name,
|
7153
|
-
:description
|
7210
|
+
:description,
|
7211
|
+
:vpc_config)
|
7154
7212
|
SENSITIVE = []
|
7155
7213
|
include Aws::Structure
|
7156
7214
|
end
|
@@ -7420,7 +7478,7 @@ module Aws::DeviceFarm
|
|
7420
7478
|
:content_type,
|
7421
7479
|
:message,
|
7422
7480
|
:category)
|
7423
|
-
SENSITIVE = []
|
7481
|
+
SENSITIVE = [:url]
|
7424
7482
|
include Aws::Structure
|
7425
7483
|
end
|
7426
7484
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-devicefarm
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.42.0
|
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:
|
11
|
+
date: 2021-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.112.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.112.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,11 +47,14 @@ dependencies:
|
|
47
47
|
description: Official AWS Ruby gem for AWS Device Farm. This gem is part of the AWS
|
48
48
|
SDK for Ruby.
|
49
49
|
email:
|
50
|
-
-
|
50
|
+
- aws-dr-rubygems@amazon.com
|
51
51
|
executables: []
|
52
52
|
extensions: []
|
53
53
|
extra_rdoc_files: []
|
54
54
|
files:
|
55
|
+
- CHANGELOG.md
|
56
|
+
- LICENSE.txt
|
57
|
+
- VERSION
|
55
58
|
- lib/aws-sdk-devicefarm.rb
|
56
59
|
- lib/aws-sdk-devicefarm/client.rb
|
57
60
|
- lib/aws-sdk-devicefarm/client_api.rb
|
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
63
66
|
licenses:
|
64
67
|
- Apache-2.0
|
65
68
|
metadata:
|
66
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
67
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-devicefarm
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-devicefarm/CHANGELOG.md
|
68
71
|
post_install_message:
|
69
72
|
rdoc_options: []
|
70
73
|
require_paths:
|
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
83
|
- !ruby/object:Gem::Version
|
81
84
|
version: '0'
|
82
85
|
requirements: []
|
83
|
-
|
84
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
85
87
|
signing_key:
|
86
88
|
specification_version: 4
|
87
89
|
summary: AWS SDK for Ruby - AWS Device Farm
|