aws-sdk-robomaker 1.29.0 → 1.34.0
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 +4 -4
- data/CHANGELOG.md +183 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-robomaker.rb +2 -2
- data/lib/aws-sdk-robomaker/client.rb +122 -7
- data/lib/aws-sdk-robomaker/client_api.rb +18 -1
- data/lib/aws-sdk-robomaker/errors.rb +1 -1
- data/lib/aws-sdk-robomaker/resource.rb +1 -1
- data/lib/aws-sdk-robomaker/types.rb +200 -9
- metadata +8 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba5d2a1b7e2a6b2b3bd0ebb3741306c09433b18e6c543e9011f77dff2e4a6dd9
|
4
|
+
data.tar.gz: fca7ef8b9fff8c9f6daf66d20ec4dc551661d1958ccc4bbdb75ac841f90f01e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f941c62b88fa7c3b7abfbf346ba54f0619b43942adb69ee48c34f41d4e4d0790839f5cf49da0ef43c65ef8bc037c2445c2cffd661a617ff25681914ff0e55c21
|
7
|
+
data.tar.gz: 35270d1789fd4771130971c981d3cc84e96e913b21a37dcc737679559619957ccbb1c150e4ab760402d4e93d6ce04840dba492934f8ac626b5e9be2868a87bbb
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,183 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.34.0 (2021-03-10)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.33.0 (2021-02-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.32.0 (2021-01-28)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release allows Robomaker customers to specify configuration for uploading logs and artifacts generated by their simulation jobs.
|
18
|
+
|
19
|
+
1.31.0 (2020-11-12)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release introduces Robomaker Worldforge TagsOnCreate which allows customers to tag worlds as they are being generated by providing the tags while configuring a world generation job.
|
23
|
+
|
24
|
+
1.30.0 (2020-09-30)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.29.0 (2020-09-15)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
33
|
+
|
34
|
+
1.28.0 (2020-08-25)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
38
|
+
|
39
|
+
1.27.0 (2020-08-17)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - This release introduces RoboMaker Simulation WorldForge, a capability that automatically generates one or more simulation worlds.
|
43
|
+
|
44
|
+
1.26.0 (2020-06-23)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
48
|
+
|
49
|
+
1.25.1 (2020-06-11)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
53
|
+
|
54
|
+
1.25.0 (2020-06-10)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Issue - This version has been yanked. (#2327).
|
58
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
59
|
+
|
60
|
+
1.24.0 (2020-05-28)
|
61
|
+
------------------
|
62
|
+
|
63
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
64
|
+
|
65
|
+
1.23.0 (2020-05-07)
|
66
|
+
------------------
|
67
|
+
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.22.0 (2020-04-03)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Added support for limiting simulation unit usage, giving more predictable control over simulation cost
|
74
|
+
|
75
|
+
1.21.0 (2020-03-09)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
79
|
+
|
80
|
+
1.20.0 (2020-03-06)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Added support for streaming a GUI from robot and simulation applications
|
84
|
+
|
85
|
+
1.19.0 (2020-02-07)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - This release adds support for simulation job batches
|
89
|
+
|
90
|
+
1.18.0 (2019-11-04)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - RoboMaker Fleet Management launch a feature to verify your robot is ready to download and install the new robot application using a download condition file, which is a script run on the robot prior to downloading the new deployment.
|
94
|
+
|
95
|
+
1.17.0 (2019-10-23)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.16.0 (2019-10-16)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - This release adds support for ROS2 Dashing as a beta feature
|
104
|
+
|
105
|
+
1.15.0 (2019-09-09)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - Support for Connectivity to Simulation. When you need to interact with the applications in your simulation job, you can connect to your robot application or simulation application with port forwarding. When you configure port forwarding, traffic will be forwarded from the simulation job port to the application port. Port forwarding makes it easy to connect with tools such as ROS Bridge and other tools. This can be useful when you want to debug or run custom tools to interact with your applications.
|
109
|
+
|
110
|
+
1.14.0 (2019-08-16)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - Two feature release: 1. AWS RoboMaker introduces log-based simulation. Log-based simulation allows you to play back pre-recorded log data such as sensor streams for testing robotic functions like localization, mapping, and object detection. Use the AWS RoboMaker SDK to test your robotic applications. 2. AWS RoboMaker allow customer to setup a robot deployment timeout when CreateDeploymentJob.
|
114
|
+
|
115
|
+
1.13.0 (2019-07-25)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
119
|
+
|
120
|
+
1.12.0 (2019-07-12)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - Added Melodic as a supported Robot Software Suite Version
|
124
|
+
|
125
|
+
1.11.0 (2019-07-01)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
129
|
+
|
130
|
+
1.10.0 (2019-06-17)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - Add the ServiceUnavailableException (503) into CreateSimulationJob API.
|
134
|
+
|
135
|
+
1.9.0 (2019-05-28)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - Added support for an additional robot software suite (Gazebo 9) and for cancelling deployment jobs.
|
139
|
+
|
140
|
+
1.8.0 (2019-05-21)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.7.0 (2019-05-15)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - API update.
|
149
|
+
|
150
|
+
1.6.0 (2019-05-14)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.5.0 (2019-03-25)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.4.0 (2019-03-21)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.3.0 (2019-03-18)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.2.0 (2019-03-14)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - API update.
|
174
|
+
|
175
|
+
1.1.0 (2019-02-07)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.0.0 (2018-11-26)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - Initial release of `aws-sdk-robomaker`.
|
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.34.0
|
data/lib/aws-sdk-robomaker.rb
CHANGED
@@ -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
|
|
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-robomaker/customizations'
|
|
48
48
|
# @!group service
|
49
49
|
module Aws::RoboMaker
|
50
50
|
|
51
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.34.0'
|
52
52
|
|
53
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
|
|
@@ -382,7 +382,7 @@ module Aws::RoboMaker
|
|
382
382
|
# resp.jobs[0].last_started_at #=> Time
|
383
383
|
# resp.jobs[0].last_updated_at #=> Time
|
384
384
|
# resp.jobs[0].failure_behavior #=> String, one of "Fail", "Continue"
|
385
|
-
# resp.jobs[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication"
|
385
|
+
# resp.jobs[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError"
|
386
386
|
# resp.jobs[0].failure_reason #=> String
|
387
387
|
# resp.jobs[0].client_request_token #=> String
|
388
388
|
# resp.jobs[0].output_location.s3_bucket #=> String
|
@@ -403,6 +403,11 @@ module Aws::RoboMaker
|
|
403
403
|
# resp.jobs[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
404
404
|
# resp.jobs[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
405
405
|
# resp.jobs[0].robot_applications[0].launch_config.stream_ui #=> Boolean
|
406
|
+
# resp.jobs[0].robot_applications[0].upload_configurations #=> Array
|
407
|
+
# resp.jobs[0].robot_applications[0].upload_configurations[0].name #=> String
|
408
|
+
# resp.jobs[0].robot_applications[0].upload_configurations[0].path #=> String
|
409
|
+
# resp.jobs[0].robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
410
|
+
# resp.jobs[0].robot_applications[0].use_default_upload_configurations #=> Boolean
|
406
411
|
# resp.jobs[0].simulation_applications #=> Array
|
407
412
|
# resp.jobs[0].simulation_applications[0].application #=> String
|
408
413
|
# resp.jobs[0].simulation_applications[0].application_version #=> String
|
@@ -415,8 +420,13 @@ module Aws::RoboMaker
|
|
415
420
|
# resp.jobs[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
416
421
|
# resp.jobs[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
417
422
|
# resp.jobs[0].simulation_applications[0].launch_config.stream_ui #=> Boolean
|
423
|
+
# resp.jobs[0].simulation_applications[0].upload_configurations #=> Array
|
424
|
+
# resp.jobs[0].simulation_applications[0].upload_configurations[0].name #=> String
|
425
|
+
# resp.jobs[0].simulation_applications[0].upload_configurations[0].path #=> String
|
426
|
+
# resp.jobs[0].simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
418
427
|
# resp.jobs[0].simulation_applications[0].world_configs #=> Array
|
419
428
|
# resp.jobs[0].simulation_applications[0].world_configs[0].world #=> String
|
429
|
+
# resp.jobs[0].simulation_applications[0].use_default_upload_configurations #=> Boolean
|
420
430
|
# resp.jobs[0].data_sources #=> Array
|
421
431
|
# resp.jobs[0].data_sources[0].name #=> String
|
422
432
|
# resp.jobs[0].data_sources[0].s3_bucket #=> String
|
@@ -1175,6 +1185,14 @@ module Aws::RoboMaker
|
|
1175
1185
|
# },
|
1176
1186
|
# stream_ui: false,
|
1177
1187
|
# },
|
1188
|
+
# upload_configurations: [
|
1189
|
+
# {
|
1190
|
+
# name: "Name", # required
|
1191
|
+
# path: "Path", # required
|
1192
|
+
# upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
|
1193
|
+
# },
|
1194
|
+
# ],
|
1195
|
+
# use_default_upload_configurations: false,
|
1178
1196
|
# },
|
1179
1197
|
# ],
|
1180
1198
|
# simulation_applications: [
|
@@ -1198,11 +1216,19 @@ module Aws::RoboMaker
|
|
1198
1216
|
# },
|
1199
1217
|
# stream_ui: false,
|
1200
1218
|
# },
|
1219
|
+
# upload_configurations: [
|
1220
|
+
# {
|
1221
|
+
# name: "Name", # required
|
1222
|
+
# path: "Path", # required
|
1223
|
+
# upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
|
1224
|
+
# },
|
1225
|
+
# ],
|
1201
1226
|
# world_configs: [
|
1202
1227
|
# {
|
1203
1228
|
# world: "Arn",
|
1204
1229
|
# },
|
1205
1230
|
# ],
|
1231
|
+
# use_default_upload_configurations: false,
|
1206
1232
|
# },
|
1207
1233
|
# ],
|
1208
1234
|
# data_sources: [
|
@@ -1232,7 +1258,7 @@ module Aws::RoboMaker
|
|
1232
1258
|
# resp.last_started_at #=> Time
|
1233
1259
|
# resp.last_updated_at #=> Time
|
1234
1260
|
# resp.failure_behavior #=> String, one of "Fail", "Continue"
|
1235
|
-
# resp.failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication"
|
1261
|
+
# resp.failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError"
|
1236
1262
|
# resp.client_request_token #=> String
|
1237
1263
|
# resp.output_location.s3_bucket #=> String
|
1238
1264
|
# resp.output_location.s3_prefix #=> String
|
@@ -1252,6 +1278,11 @@ module Aws::RoboMaker
|
|
1252
1278
|
# resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
1253
1279
|
# resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
1254
1280
|
# resp.robot_applications[0].launch_config.stream_ui #=> Boolean
|
1281
|
+
# resp.robot_applications[0].upload_configurations #=> Array
|
1282
|
+
# resp.robot_applications[0].upload_configurations[0].name #=> String
|
1283
|
+
# resp.robot_applications[0].upload_configurations[0].path #=> String
|
1284
|
+
# resp.robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
1285
|
+
# resp.robot_applications[0].use_default_upload_configurations #=> Boolean
|
1255
1286
|
# resp.simulation_applications #=> Array
|
1256
1287
|
# resp.simulation_applications[0].application #=> String
|
1257
1288
|
# resp.simulation_applications[0].application_version #=> String
|
@@ -1264,8 +1295,13 @@ module Aws::RoboMaker
|
|
1264
1295
|
# resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
1265
1296
|
# resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
1266
1297
|
# resp.simulation_applications[0].launch_config.stream_ui #=> Boolean
|
1298
|
+
# resp.simulation_applications[0].upload_configurations #=> Array
|
1299
|
+
# resp.simulation_applications[0].upload_configurations[0].name #=> String
|
1300
|
+
# resp.simulation_applications[0].upload_configurations[0].path #=> String
|
1301
|
+
# resp.simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
1267
1302
|
# resp.simulation_applications[0].world_configs #=> Array
|
1268
1303
|
# resp.simulation_applications[0].world_configs[0].world #=> String
|
1304
|
+
# resp.simulation_applications[0].use_default_upload_configurations #=> Boolean
|
1269
1305
|
# resp.data_sources #=> Array
|
1270
1306
|
# resp.data_sources[0].name #=> String
|
1271
1307
|
# resp.data_sources[0].s3_bucket #=> String
|
@@ -1383,6 +1419,10 @@ module Aws::RoboMaker
|
|
1383
1419
|
# A map that contains tag keys and tag values that are attached to the
|
1384
1420
|
# world generator job.
|
1385
1421
|
#
|
1422
|
+
# @option params [Hash<String,String>] :world_tags
|
1423
|
+
# A map that contains tag keys and tag values that are attached to the
|
1424
|
+
# generated worlds.
|
1425
|
+
#
|
1386
1426
|
# @return [Types::CreateWorldGenerationJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1387
1427
|
#
|
1388
1428
|
# * {Types::CreateWorldGenerationJobResponse#arn #arn} => String
|
@@ -1393,6 +1433,7 @@ module Aws::RoboMaker
|
|
1393
1433
|
# * {Types::CreateWorldGenerationJobResponse#template #template} => String
|
1394
1434
|
# * {Types::CreateWorldGenerationJobResponse#world_count #world_count} => Types::WorldCount
|
1395
1435
|
# * {Types::CreateWorldGenerationJobResponse#tags #tags} => Hash<String,String>
|
1436
|
+
# * {Types::CreateWorldGenerationJobResponse#world_tags #world_tags} => Hash<String,String>
|
1396
1437
|
#
|
1397
1438
|
# @example Request syntax with placeholder values
|
1398
1439
|
#
|
@@ -1406,6 +1447,9 @@ module Aws::RoboMaker
|
|
1406
1447
|
# tags: {
|
1407
1448
|
# "TagKey" => "TagValue",
|
1408
1449
|
# },
|
1450
|
+
# world_tags: {
|
1451
|
+
# "TagKey" => "TagValue",
|
1452
|
+
# },
|
1409
1453
|
# })
|
1410
1454
|
#
|
1411
1455
|
# @example Response structure
|
@@ -1420,6 +1464,8 @@ module Aws::RoboMaker
|
|
1420
1464
|
# resp.world_count.interior_count_per_floorplan #=> Integer
|
1421
1465
|
# resp.tags #=> Hash
|
1422
1466
|
# resp.tags["TagKey"] #=> String
|
1467
|
+
# resp.world_tags #=> Hash
|
1468
|
+
# resp.world_tags["TagKey"] #=> String
|
1423
1469
|
#
|
1424
1470
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateWorldGenerationJob AWS API Documentation
|
1425
1471
|
#
|
@@ -1965,7 +2011,7 @@ module Aws::RoboMaker
|
|
1965
2011
|
# resp.last_started_at #=> Time
|
1966
2012
|
# resp.last_updated_at #=> Time
|
1967
2013
|
# resp.failure_behavior #=> String, one of "Fail", "Continue"
|
1968
|
-
# resp.failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication"
|
2014
|
+
# resp.failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError"
|
1969
2015
|
# resp.failure_reason #=> String
|
1970
2016
|
# resp.client_request_token #=> String
|
1971
2017
|
# resp.output_location.s3_bucket #=> String
|
@@ -1986,6 +2032,11 @@ module Aws::RoboMaker
|
|
1986
2032
|
# resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
1987
2033
|
# resp.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
1988
2034
|
# resp.robot_applications[0].launch_config.stream_ui #=> Boolean
|
2035
|
+
# resp.robot_applications[0].upload_configurations #=> Array
|
2036
|
+
# resp.robot_applications[0].upload_configurations[0].name #=> String
|
2037
|
+
# resp.robot_applications[0].upload_configurations[0].path #=> String
|
2038
|
+
# resp.robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
2039
|
+
# resp.robot_applications[0].use_default_upload_configurations #=> Boolean
|
1989
2040
|
# resp.simulation_applications #=> Array
|
1990
2041
|
# resp.simulation_applications[0].application #=> String
|
1991
2042
|
# resp.simulation_applications[0].application_version #=> String
|
@@ -1998,8 +2049,13 @@ module Aws::RoboMaker
|
|
1998
2049
|
# resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
1999
2050
|
# resp.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
2000
2051
|
# resp.simulation_applications[0].launch_config.stream_ui #=> Boolean
|
2052
|
+
# resp.simulation_applications[0].upload_configurations #=> Array
|
2053
|
+
# resp.simulation_applications[0].upload_configurations[0].name #=> String
|
2054
|
+
# resp.simulation_applications[0].upload_configurations[0].path #=> String
|
2055
|
+
# resp.simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
2001
2056
|
# resp.simulation_applications[0].world_configs #=> Array
|
2002
2057
|
# resp.simulation_applications[0].world_configs[0].world #=> String
|
2058
|
+
# resp.simulation_applications[0].use_default_upload_configurations #=> Boolean
|
2003
2059
|
# resp.data_sources #=> Array
|
2004
2060
|
# resp.data_sources[0].name #=> String
|
2005
2061
|
# resp.data_sources[0].s3_bucket #=> String
|
@@ -2085,6 +2141,11 @@ module Aws::RoboMaker
|
|
2085
2141
|
# resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
2086
2142
|
# resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
2087
2143
|
# resp.failed_requests[0].request.robot_applications[0].launch_config.stream_ui #=> Boolean
|
2144
|
+
# resp.failed_requests[0].request.robot_applications[0].upload_configurations #=> Array
|
2145
|
+
# resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].name #=> String
|
2146
|
+
# resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].path #=> String
|
2147
|
+
# resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
2148
|
+
# resp.failed_requests[0].request.robot_applications[0].use_default_upload_configurations #=> Boolean
|
2088
2149
|
# resp.failed_requests[0].request.simulation_applications #=> Array
|
2089
2150
|
# resp.failed_requests[0].request.simulation_applications[0].application #=> String
|
2090
2151
|
# resp.failed_requests[0].request.simulation_applications[0].application_version #=> String
|
@@ -2097,8 +2158,13 @@ module Aws::RoboMaker
|
|
2097
2158
|
# resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
2098
2159
|
# resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
2099
2160
|
# resp.failed_requests[0].request.simulation_applications[0].launch_config.stream_ui #=> Boolean
|
2161
|
+
# resp.failed_requests[0].request.simulation_applications[0].upload_configurations #=> Array
|
2162
|
+
# resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].name #=> String
|
2163
|
+
# resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].path #=> String
|
2164
|
+
# resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
2100
2165
|
# resp.failed_requests[0].request.simulation_applications[0].world_configs #=> Array
|
2101
2166
|
# resp.failed_requests[0].request.simulation_applications[0].world_configs[0].world #=> String
|
2167
|
+
# resp.failed_requests[0].request.simulation_applications[0].use_default_upload_configurations #=> Boolean
|
2102
2168
|
# resp.failed_requests[0].request.data_sources #=> Array
|
2103
2169
|
# resp.failed_requests[0].request.data_sources[0].name #=> String
|
2104
2170
|
# resp.failed_requests[0].request.data_sources[0].s3_bucket #=> String
|
@@ -2113,7 +2179,7 @@ module Aws::RoboMaker
|
|
2113
2179
|
# resp.failed_requests[0].request.tags #=> Hash
|
2114
2180
|
# resp.failed_requests[0].request.tags["TagKey"] #=> String
|
2115
2181
|
# resp.failed_requests[0].failure_reason #=> String
|
2116
|
-
# resp.failed_requests[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication"
|
2182
|
+
# resp.failed_requests[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError"
|
2117
2183
|
# resp.failed_requests[0].failed_at #=> Time
|
2118
2184
|
# resp.pending_requests #=> Array
|
2119
2185
|
# resp.pending_requests[0].output_location.s3_bucket #=> String
|
@@ -2135,6 +2201,11 @@ module Aws::RoboMaker
|
|
2135
2201
|
# resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
2136
2202
|
# resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
2137
2203
|
# resp.pending_requests[0].robot_applications[0].launch_config.stream_ui #=> Boolean
|
2204
|
+
# resp.pending_requests[0].robot_applications[0].upload_configurations #=> Array
|
2205
|
+
# resp.pending_requests[0].robot_applications[0].upload_configurations[0].name #=> String
|
2206
|
+
# resp.pending_requests[0].robot_applications[0].upload_configurations[0].path #=> String
|
2207
|
+
# resp.pending_requests[0].robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
2208
|
+
# resp.pending_requests[0].robot_applications[0].use_default_upload_configurations #=> Boolean
|
2138
2209
|
# resp.pending_requests[0].simulation_applications #=> Array
|
2139
2210
|
# resp.pending_requests[0].simulation_applications[0].application #=> String
|
2140
2211
|
# resp.pending_requests[0].simulation_applications[0].application_version #=> String
|
@@ -2147,8 +2218,13 @@ module Aws::RoboMaker
|
|
2147
2218
|
# resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
2148
2219
|
# resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
2149
2220
|
# resp.pending_requests[0].simulation_applications[0].launch_config.stream_ui #=> Boolean
|
2221
|
+
# resp.pending_requests[0].simulation_applications[0].upload_configurations #=> Array
|
2222
|
+
# resp.pending_requests[0].simulation_applications[0].upload_configurations[0].name #=> String
|
2223
|
+
# resp.pending_requests[0].simulation_applications[0].upload_configurations[0].path #=> String
|
2224
|
+
# resp.pending_requests[0].simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
2150
2225
|
# resp.pending_requests[0].simulation_applications[0].world_configs #=> Array
|
2151
2226
|
# resp.pending_requests[0].simulation_applications[0].world_configs[0].world #=> String
|
2227
|
+
# resp.pending_requests[0].simulation_applications[0].use_default_upload_configurations #=> Boolean
|
2152
2228
|
# resp.pending_requests[0].data_sources #=> Array
|
2153
2229
|
# resp.pending_requests[0].data_sources[0].name #=> String
|
2154
2230
|
# resp.pending_requests[0].data_sources[0].s3_bucket #=> String
|
@@ -2289,6 +2365,7 @@ module Aws::RoboMaker
|
|
2289
2365
|
# * {Types::DescribeWorldGenerationJobResponse#world_count #world_count} => Types::WorldCount
|
2290
2366
|
# * {Types::DescribeWorldGenerationJobResponse#finished_worlds_summary #finished_worlds_summary} => Types::FinishedWorldsSummary
|
2291
2367
|
# * {Types::DescribeWorldGenerationJobResponse#tags #tags} => Hash<String,String>
|
2368
|
+
# * {Types::DescribeWorldGenerationJobResponse#world_tags #world_tags} => Hash<String,String>
|
2292
2369
|
#
|
2293
2370
|
# @example Request syntax with placeholder values
|
2294
2371
|
#
|
@@ -2317,6 +2394,8 @@ module Aws::RoboMaker
|
|
2317
2394
|
# resp.finished_worlds_summary.failure_summary.failures[0].failure_count #=> Integer
|
2318
2395
|
# resp.tags #=> Hash
|
2319
2396
|
# resp.tags["TagKey"] #=> String
|
2397
|
+
# resp.world_tags #=> Hash
|
2398
|
+
# resp.world_tags["TagKey"] #=> String
|
2320
2399
|
#
|
2321
2400
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldGenerationJob AWS API Documentation
|
2322
2401
|
#
|
@@ -3305,6 +3384,14 @@ module Aws::RoboMaker
|
|
3305
3384
|
# },
|
3306
3385
|
# stream_ui: false,
|
3307
3386
|
# },
|
3387
|
+
# upload_configurations: [
|
3388
|
+
# {
|
3389
|
+
# name: "Name", # required
|
3390
|
+
# path: "Path", # required
|
3391
|
+
# upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
|
3392
|
+
# },
|
3393
|
+
# ],
|
3394
|
+
# use_default_upload_configurations: false,
|
3308
3395
|
# },
|
3309
3396
|
# ],
|
3310
3397
|
# simulation_applications: [
|
@@ -3328,11 +3415,19 @@ module Aws::RoboMaker
|
|
3328
3415
|
# },
|
3329
3416
|
# stream_ui: false,
|
3330
3417
|
# },
|
3418
|
+
# upload_configurations: [
|
3419
|
+
# {
|
3420
|
+
# name: "Name", # required
|
3421
|
+
# path: "Path", # required
|
3422
|
+
# upload_behavior: "UPLOAD_ON_TERMINATE", # required, accepts UPLOAD_ON_TERMINATE, UPLOAD_ROLLING_AUTO_REMOVE
|
3423
|
+
# },
|
3424
|
+
# ],
|
3331
3425
|
# world_configs: [
|
3332
3426
|
# {
|
3333
3427
|
# world: "Arn",
|
3334
3428
|
# },
|
3335
3429
|
# ],
|
3430
|
+
# use_default_upload_configurations: false,
|
3336
3431
|
# },
|
3337
3432
|
# ],
|
3338
3433
|
# data_sources: [
|
@@ -3390,6 +3485,11 @@ module Aws::RoboMaker
|
|
3390
3485
|
# resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
3391
3486
|
# resp.failed_requests[0].request.robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
3392
3487
|
# resp.failed_requests[0].request.robot_applications[0].launch_config.stream_ui #=> Boolean
|
3488
|
+
# resp.failed_requests[0].request.robot_applications[0].upload_configurations #=> Array
|
3489
|
+
# resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].name #=> String
|
3490
|
+
# resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].path #=> String
|
3491
|
+
# resp.failed_requests[0].request.robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
3492
|
+
# resp.failed_requests[0].request.robot_applications[0].use_default_upload_configurations #=> Boolean
|
3393
3493
|
# resp.failed_requests[0].request.simulation_applications #=> Array
|
3394
3494
|
# resp.failed_requests[0].request.simulation_applications[0].application #=> String
|
3395
3495
|
# resp.failed_requests[0].request.simulation_applications[0].application_version #=> String
|
@@ -3402,8 +3502,13 @@ module Aws::RoboMaker
|
|
3402
3502
|
# resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
3403
3503
|
# resp.failed_requests[0].request.simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
3404
3504
|
# resp.failed_requests[0].request.simulation_applications[0].launch_config.stream_ui #=> Boolean
|
3505
|
+
# resp.failed_requests[0].request.simulation_applications[0].upload_configurations #=> Array
|
3506
|
+
# resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].name #=> String
|
3507
|
+
# resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].path #=> String
|
3508
|
+
# resp.failed_requests[0].request.simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
3405
3509
|
# resp.failed_requests[0].request.simulation_applications[0].world_configs #=> Array
|
3406
3510
|
# resp.failed_requests[0].request.simulation_applications[0].world_configs[0].world #=> String
|
3511
|
+
# resp.failed_requests[0].request.simulation_applications[0].use_default_upload_configurations #=> Boolean
|
3407
3512
|
# resp.failed_requests[0].request.data_sources #=> Array
|
3408
3513
|
# resp.failed_requests[0].request.data_sources[0].name #=> String
|
3409
3514
|
# resp.failed_requests[0].request.data_sources[0].s3_bucket #=> String
|
@@ -3418,7 +3523,7 @@ module Aws::RoboMaker
|
|
3418
3523
|
# resp.failed_requests[0].request.tags #=> Hash
|
3419
3524
|
# resp.failed_requests[0].request.tags["TagKey"] #=> String
|
3420
3525
|
# resp.failed_requests[0].failure_reason #=> String
|
3421
|
-
# resp.failed_requests[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication"
|
3526
|
+
# resp.failed_requests[0].failure_code #=> String, one of "InternalServiceError", "RobotApplicationCrash", "SimulationApplicationCrash", "BadPermissionsRobotApplication", "BadPermissionsSimulationApplication", "BadPermissionsS3Object", "BadPermissionsS3Output", "BadPermissionsCloudwatchLogs", "SubnetIpLimitExceeded", "ENILimitExceeded", "BadPermissionsUserCredentials", "InvalidBundleRobotApplication", "InvalidBundleSimulationApplication", "InvalidS3Resource", "LimitExceeded", "MismatchedEtag", "RobotApplicationVersionMismatchedEtag", "SimulationApplicationVersionMismatchedEtag", "ResourceNotFound", "RequestThrottled", "BatchTimedOut", "BatchCanceled", "InvalidInput", "WrongRegionS3Bucket", "WrongRegionS3Output", "WrongRegionRobotApplication", "WrongRegionSimulationApplication", "UploadContentMismatchError"
|
3422
3527
|
# resp.failed_requests[0].failed_at #=> Time
|
3423
3528
|
# resp.pending_requests #=> Array
|
3424
3529
|
# resp.pending_requests[0].output_location.s3_bucket #=> String
|
@@ -3440,6 +3545,11 @@ module Aws::RoboMaker
|
|
3440
3545
|
# resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
3441
3546
|
# resp.pending_requests[0].robot_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
3442
3547
|
# resp.pending_requests[0].robot_applications[0].launch_config.stream_ui #=> Boolean
|
3548
|
+
# resp.pending_requests[0].robot_applications[0].upload_configurations #=> Array
|
3549
|
+
# resp.pending_requests[0].robot_applications[0].upload_configurations[0].name #=> String
|
3550
|
+
# resp.pending_requests[0].robot_applications[0].upload_configurations[0].path #=> String
|
3551
|
+
# resp.pending_requests[0].robot_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
3552
|
+
# resp.pending_requests[0].robot_applications[0].use_default_upload_configurations #=> Boolean
|
3443
3553
|
# resp.pending_requests[0].simulation_applications #=> Array
|
3444
3554
|
# resp.pending_requests[0].simulation_applications[0].application #=> String
|
3445
3555
|
# resp.pending_requests[0].simulation_applications[0].application_version #=> String
|
@@ -3452,8 +3562,13 @@ module Aws::RoboMaker
|
|
3452
3562
|
# resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].application_port #=> Integer
|
3453
3563
|
# resp.pending_requests[0].simulation_applications[0].launch_config.port_forwarding_config.port_mappings[0].enable_on_public_ip #=> Boolean
|
3454
3564
|
# resp.pending_requests[0].simulation_applications[0].launch_config.stream_ui #=> Boolean
|
3565
|
+
# resp.pending_requests[0].simulation_applications[0].upload_configurations #=> Array
|
3566
|
+
# resp.pending_requests[0].simulation_applications[0].upload_configurations[0].name #=> String
|
3567
|
+
# resp.pending_requests[0].simulation_applications[0].upload_configurations[0].path #=> String
|
3568
|
+
# resp.pending_requests[0].simulation_applications[0].upload_configurations[0].upload_behavior #=> String, one of "UPLOAD_ON_TERMINATE", "UPLOAD_ROLLING_AUTO_REMOVE"
|
3455
3569
|
# resp.pending_requests[0].simulation_applications[0].world_configs #=> Array
|
3456
3570
|
# resp.pending_requests[0].simulation_applications[0].world_configs[0].world #=> String
|
3571
|
+
# resp.pending_requests[0].simulation_applications[0].use_default_upload_configurations #=> Boolean
|
3457
3572
|
# resp.pending_requests[0].data_sources #=> Array
|
3458
3573
|
# resp.pending_requests[0].data_sources[0].name #=> String
|
3459
3574
|
# resp.pending_requests[0].data_sources[0].s3_bucket #=> String
|
@@ -3845,7 +3960,7 @@ module Aws::RoboMaker
|
|
3845
3960
|
params: params,
|
3846
3961
|
config: config)
|
3847
3962
|
context[:gem_name] = 'aws-sdk-robomaker'
|
3848
|
-
context[:gem_version] = '1.
|
3963
|
+
context[:gem_version] = '1.34.0'
|
3849
3964
|
Seahorse::Client::Request.new(handlers, context)
|
3850
3965
|
end
|
3851
3966
|
|