aws-sdk-robomaker 1.21.0 → 1.26.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 +5 -5
- data/lib/aws-sdk-robomaker.rb +3 -1
- data/lib/aws-sdk-robomaker/client.rb +60 -21
- data/lib/aws-sdk-robomaker/client_api.rb +16 -0
- data/lib/aws-sdk-robomaker/errors.rb +2 -0
- data/lib/aws-sdk-robomaker/resource.rb +3 -7
- data/lib/aws-sdk-robomaker/types.rb +196 -4
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c58a13821a1b9aad619a59ff02cee4e34af30a4557c33cfed590ddb87a25974f
|
4
|
+
data.tar.gz: b35254a61a03d4f51b1b5393f39290161a104976f295c67f34e13e010a211bb8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e5eb7bd911ea8bb2e5408231498b2d34b9dc001d8c03e3d1b1b8a8fd8ab979ab4fbf87ad6d8525adcdbbea28fb745be80475e8613c232b6ff73f44dd0c24ad64
|
7
|
+
data.tar.gz: 6a529a3728759fa0353b45d29c36cf2c3beb0ccbdf64662657f2d4f1b8cd0cc2cc6148dcc6dd4f8987c1383e86c3faf9ad77992cd5cadd4f0e3670e697aaed53
|
data/lib/aws-sdk-robomaker.rb
CHANGED
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -45,6 +47,6 @@ require_relative 'aws-sdk-robomaker/customizations'
|
|
45
47
|
# @service
|
46
48
|
module Aws::RoboMaker
|
47
49
|
|
48
|
-
GEM_VERSION = '1.
|
50
|
+
GEM_VERSION = '1.26.0'
|
49
51
|
|
50
52
|
end
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
26
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
25
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
26
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
|
+
require 'aws-sdk-core/plugins/http_checksum.rb'
|
27
30
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
28
31
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
29
32
|
|
@@ -32,11 +35,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:robomaker)
|
|
32
35
|
module Aws::RoboMaker
|
33
36
|
# An API client for RoboMaker. To construct a client, you need to configure a `:region` and `:credentials`.
|
34
37
|
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
#
|
38
|
-
#
|
39
|
-
#
|
38
|
+
# client = Aws::RoboMaker::Client.new(
|
39
|
+
# region: region_name,
|
40
|
+
# credentials: credentials,
|
41
|
+
# # ...
|
42
|
+
# )
|
40
43
|
#
|
41
44
|
# For details on configuring region and credentials see
|
42
45
|
# the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
|
@@ -69,6 +72,7 @@ module Aws::RoboMaker
|
|
69
72
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
70
73
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
71
74
|
add_plugin(Aws::Plugins::TransferEncoding)
|
75
|
+
add_plugin(Aws::Plugins::HttpChecksum)
|
72
76
|
add_plugin(Aws::Plugins::SignatureV4)
|
73
77
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
74
78
|
|
@@ -105,7 +109,7 @@ module Aws::RoboMaker
|
|
105
109
|
# @option options [required, String] :region
|
106
110
|
# The AWS region to connect to. The configured `:region` is
|
107
111
|
# used to determine the service `:endpoint`. When not passed,
|
108
|
-
# a default `:region` is
|
112
|
+
# a default `:region` is searched for in the following locations:
|
109
113
|
#
|
110
114
|
# * `Aws.config[:region]`
|
111
115
|
# * `ENV['AWS_REGION']`
|
@@ -161,7 +165,7 @@ module Aws::RoboMaker
|
|
161
165
|
# @option options [String] :endpoint
|
162
166
|
# The client endpoint is normally constructed from the `:region`
|
163
167
|
# option. You should only configure an `:endpoint` when connecting
|
164
|
-
# to test endpoints. This should be
|
168
|
+
# to test or custom endpoints. This should be a valid HTTP(S) URI.
|
165
169
|
#
|
166
170
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
167
171
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
@@ -176,7 +180,7 @@ module Aws::RoboMaker
|
|
176
180
|
# requests fetching endpoints information. Defaults to 60 sec.
|
177
181
|
#
|
178
182
|
# @option options [Boolean] :endpoint_discovery (false)
|
179
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
183
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
180
184
|
#
|
181
185
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
182
186
|
# The log formatter.
|
@@ -229,15 +233,19 @@ module Aws::RoboMaker
|
|
229
233
|
#
|
230
234
|
# @option options [String] :retry_mode ("legacy")
|
231
235
|
# Specifies which retry algorithm to use. Values are:
|
232
|
-
#
|
233
|
-
#
|
234
|
-
#
|
235
|
-
#
|
236
|
-
#
|
237
|
-
#
|
238
|
-
#
|
239
|
-
#
|
240
|
-
#
|
236
|
+
#
|
237
|
+
# * `legacy` - The pre-existing retry behavior. This is default value if
|
238
|
+
# no retry mode is provided.
|
239
|
+
#
|
240
|
+
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
241
|
+
# This includes support for retry quotas, which limit the number of
|
242
|
+
# unsuccessful retries a client can make.
|
243
|
+
#
|
244
|
+
# * `adaptive` - An experimental retry mode that includes all the
|
245
|
+
# functionality of `standard` mode along with automatic client side
|
246
|
+
# throttling. This is a provisional mode that may change behavior
|
247
|
+
# in the future.
|
248
|
+
#
|
241
249
|
#
|
242
250
|
# @option options [String] :secret_access_key
|
243
251
|
#
|
@@ -265,8 +273,7 @@ module Aws::RoboMaker
|
|
265
273
|
#
|
266
274
|
# @option options [Integer] :http_read_timeout (60) The default
|
267
275
|
# number of seconds to wait for response data. This value can
|
268
|
-
# safely be set
|
269
|
-
# per-request on the session yielded by {#session_for}.
|
276
|
+
# safely be set per-request on the session.
|
270
277
|
#
|
271
278
|
# @option options [Float] :http_idle_timeout (5) The number of
|
272
279
|
# seconds a connection is allowed to sit idle before it is
|
@@ -278,7 +285,7 @@ module Aws::RoboMaker
|
|
278
285
|
# request body. This option has no effect unless the request has
|
279
286
|
# "Expect" header set to "100-continue". Defaults to `nil` which
|
280
287
|
# disables this behaviour. This value can safely be set per
|
281
|
-
# request on the session
|
288
|
+
# request on the session.
|
282
289
|
#
|
283
290
|
# @option options [Boolean] :http_wire_trace (false) When `true`,
|
284
291
|
# HTTP debug output will be sent to the `:logger`.
|
@@ -380,6 +387,7 @@ module Aws::RoboMaker
|
|
380
387
|
# resp.jobs[0].network_interface.network_interface_id #=> String
|
381
388
|
# resp.jobs[0].network_interface.private_ip_address #=> String
|
382
389
|
# resp.jobs[0].network_interface.public_ip_address #=> String
|
390
|
+
# resp.jobs[0].compute.simulation_unit_limit #=> Integer
|
383
391
|
# resp.unprocessed_jobs #=> Array
|
384
392
|
# resp.unprocessed_jobs[0] #=> String
|
385
393
|
#
|
@@ -1017,6 +1025,9 @@ module Aws::RoboMaker
|
|
1017
1025
|
# These must belong to the same VPC. You must provide at least one
|
1018
1026
|
# security group and one subnet ID.
|
1019
1027
|
#
|
1028
|
+
# @option params [Types::Compute] :compute
|
1029
|
+
# Compute information for the simulation job.
|
1030
|
+
#
|
1020
1031
|
# @return [Types::CreateSimulationJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1021
1032
|
#
|
1022
1033
|
# * {Types::CreateSimulationJobResponse#arn #arn} => String
|
@@ -1036,6 +1047,7 @@ module Aws::RoboMaker
|
|
1036
1047
|
# * {Types::CreateSimulationJobResponse#data_sources #data_sources} => Array<Types::DataSource>
|
1037
1048
|
# * {Types::CreateSimulationJobResponse#tags #tags} => Hash<String,String>
|
1038
1049
|
# * {Types::CreateSimulationJobResponse#vpc_config #vpc_config} => Types::VPCConfigResponse
|
1050
|
+
# * {Types::CreateSimulationJobResponse#compute #compute} => Types::ComputeResponse
|
1039
1051
|
#
|
1040
1052
|
# @example Request syntax with placeholder values
|
1041
1053
|
#
|
@@ -1112,6 +1124,9 @@ module Aws::RoboMaker
|
|
1112
1124
|
# security_groups: ["NonEmptyString"],
|
1113
1125
|
# assign_public_ip: false,
|
1114
1126
|
# },
|
1127
|
+
# compute: {
|
1128
|
+
# simulation_unit_limit: 1,
|
1129
|
+
# },
|
1115
1130
|
# })
|
1116
1131
|
#
|
1117
1132
|
# @example Response structure
|
@@ -1167,6 +1182,7 @@ module Aws::RoboMaker
|
|
1167
1182
|
# resp.vpc_config.security_groups[0] #=> String
|
1168
1183
|
# resp.vpc_config.vpc_id #=> String
|
1169
1184
|
# resp.vpc_config.assign_public_ip #=> Boolean
|
1185
|
+
# resp.compute.simulation_unit_limit #=> Integer
|
1170
1186
|
#
|
1171
1187
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateSimulationJob AWS API Documentation
|
1172
1188
|
#
|
@@ -1613,6 +1629,7 @@ module Aws::RoboMaker
|
|
1613
1629
|
# * {Types::DescribeSimulationJobResponse#tags #tags} => Hash<String,String>
|
1614
1630
|
# * {Types::DescribeSimulationJobResponse#vpc_config #vpc_config} => Types::VPCConfigResponse
|
1615
1631
|
# * {Types::DescribeSimulationJobResponse#network_interface #network_interface} => Types::NetworkInterface
|
1632
|
+
# * {Types::DescribeSimulationJobResponse#compute #compute} => Types::ComputeResponse
|
1616
1633
|
#
|
1617
1634
|
# @example Request syntax with placeholder values
|
1618
1635
|
#
|
@@ -1678,6 +1695,7 @@ module Aws::RoboMaker
|
|
1678
1695
|
# resp.network_interface.network_interface_id #=> String
|
1679
1696
|
# resp.network_interface.private_ip_address #=> String
|
1680
1697
|
# resp.network_interface.public_ip_address #=> String
|
1698
|
+
# resp.compute.simulation_unit_limit #=> Integer
|
1681
1699
|
#
|
1682
1700
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeSimulationJob AWS API Documentation
|
1683
1701
|
#
|
@@ -1767,6 +1785,7 @@ module Aws::RoboMaker
|
|
1767
1785
|
# resp.failed_requests[0].request.vpc_config.security_groups #=> Array
|
1768
1786
|
# resp.failed_requests[0].request.vpc_config.security_groups[0] #=> String
|
1769
1787
|
# resp.failed_requests[0].request.vpc_config.assign_public_ip #=> Boolean
|
1788
|
+
# resp.failed_requests[0].request.compute.simulation_unit_limit #=> Integer
|
1770
1789
|
# resp.failed_requests[0].request.tags #=> Hash
|
1771
1790
|
# resp.failed_requests[0].request.tags["TagKey"] #=> String
|
1772
1791
|
# resp.failed_requests[0].failure_reason #=> String
|
@@ -1814,6 +1833,7 @@ module Aws::RoboMaker
|
|
1814
1833
|
# resp.pending_requests[0].vpc_config.security_groups #=> Array
|
1815
1834
|
# resp.pending_requests[0].vpc_config.security_groups[0] #=> String
|
1816
1835
|
# resp.pending_requests[0].vpc_config.assign_public_ip #=> Boolean
|
1836
|
+
# resp.pending_requests[0].compute.simulation_unit_limit #=> Integer
|
1817
1837
|
# resp.pending_requests[0].tags #=> Hash
|
1818
1838
|
# resp.pending_requests[0].tags["TagKey"] #=> String
|
1819
1839
|
# resp.created_requests #=> Array
|
@@ -1872,6 +1892,8 @@ module Aws::RoboMaker
|
|
1872
1892
|
# * {Types::ListDeploymentJobsResponse#deployment_jobs #deployment_jobs} => Array<Types::DeploymentJob>
|
1873
1893
|
# * {Types::ListDeploymentJobsResponse#next_token #next_token} => String
|
1874
1894
|
#
|
1895
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1896
|
+
#
|
1875
1897
|
# @example Request syntax with placeholder values
|
1876
1898
|
#
|
1877
1899
|
# resp = client.list_deployment_jobs({
|
@@ -1955,6 +1977,8 @@ module Aws::RoboMaker
|
|
1955
1977
|
# * {Types::ListFleetsResponse#fleet_details #fleet_details} => Array<Types::Fleet>
|
1956
1978
|
# * {Types::ListFleetsResponse#next_token #next_token} => String
|
1957
1979
|
#
|
1980
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
1981
|
+
#
|
1958
1982
|
# @example Request syntax with placeholder values
|
1959
1983
|
#
|
1960
1984
|
# resp = client.list_fleets({
|
@@ -2021,6 +2045,8 @@ module Aws::RoboMaker
|
|
2021
2045
|
# * {Types::ListRobotApplicationsResponse#robot_application_summaries #robot_application_summaries} => Array<Types::RobotApplicationSummary>
|
2022
2046
|
# * {Types::ListRobotApplicationsResponse#next_token #next_token} => String
|
2023
2047
|
#
|
2048
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2049
|
+
#
|
2024
2050
|
# @example Request syntax with placeholder values
|
2025
2051
|
#
|
2026
2052
|
# resp = client.list_robot_applications({
|
@@ -2087,6 +2113,8 @@ module Aws::RoboMaker
|
|
2087
2113
|
# * {Types::ListRobotsResponse#robots #robots} => Array<Types::Robot>
|
2088
2114
|
# * {Types::ListRobotsResponse#next_token #next_token} => String
|
2089
2115
|
#
|
2116
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2117
|
+
#
|
2090
2118
|
# @example Request syntax with placeholder values
|
2091
2119
|
#
|
2092
2120
|
# resp = client.list_robots({
|
@@ -2156,6 +2184,8 @@ module Aws::RoboMaker
|
|
2156
2184
|
# * {Types::ListSimulationApplicationsResponse#simulation_application_summaries #simulation_application_summaries} => Array<Types::SimulationApplicationSummary>
|
2157
2185
|
# * {Types::ListSimulationApplicationsResponse#next_token #next_token} => String
|
2158
2186
|
#
|
2187
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2188
|
+
#
|
2159
2189
|
# @example Request syntax with placeholder values
|
2160
2190
|
#
|
2161
2191
|
# resp = client.list_simulation_applications({
|
@@ -2217,6 +2247,8 @@ module Aws::RoboMaker
|
|
2217
2247
|
# * {Types::ListSimulationJobBatchesResponse#simulation_job_batch_summaries #simulation_job_batch_summaries} => Array<Types::SimulationJobBatchSummary>
|
2218
2248
|
# * {Types::ListSimulationJobBatchesResponse#next_token #next_token} => String
|
2219
2249
|
#
|
2250
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2251
|
+
#
|
2220
2252
|
# @example Request syntax with placeholder values
|
2221
2253
|
#
|
2222
2254
|
# resp = client.list_simulation_job_batches({
|
@@ -2290,6 +2322,8 @@ module Aws::RoboMaker
|
|
2290
2322
|
# * {Types::ListSimulationJobsResponse#simulation_job_summaries #simulation_job_summaries} => Array<Types::SimulationJobSummary>
|
2291
2323
|
# * {Types::ListSimulationJobsResponse#next_token #next_token} => String
|
2292
2324
|
#
|
2325
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
2326
|
+
#
|
2293
2327
|
# @example Request syntax with placeholder values
|
2294
2328
|
#
|
2295
2329
|
# resp = client.list_simulation_jobs({
|
@@ -2525,6 +2559,9 @@ module Aws::RoboMaker
|
|
2525
2559
|
# security_groups: ["NonEmptyString"],
|
2526
2560
|
# assign_public_ip: false,
|
2527
2561
|
# },
|
2562
|
+
# compute: {
|
2563
|
+
# simulation_unit_limit: 1,
|
2564
|
+
# },
|
2528
2565
|
# tags: {
|
2529
2566
|
# "TagKey" => "TagValue",
|
2530
2567
|
# },
|
@@ -2587,6 +2624,7 @@ module Aws::RoboMaker
|
|
2587
2624
|
# resp.failed_requests[0].request.vpc_config.security_groups #=> Array
|
2588
2625
|
# resp.failed_requests[0].request.vpc_config.security_groups[0] #=> String
|
2589
2626
|
# resp.failed_requests[0].request.vpc_config.assign_public_ip #=> Boolean
|
2627
|
+
# resp.failed_requests[0].request.compute.simulation_unit_limit #=> Integer
|
2590
2628
|
# resp.failed_requests[0].request.tags #=> Hash
|
2591
2629
|
# resp.failed_requests[0].request.tags["TagKey"] #=> String
|
2592
2630
|
# resp.failed_requests[0].failure_reason #=> String
|
@@ -2634,6 +2672,7 @@ module Aws::RoboMaker
|
|
2634
2672
|
# resp.pending_requests[0].vpc_config.security_groups #=> Array
|
2635
2673
|
# resp.pending_requests[0].vpc_config.security_groups[0] #=> String
|
2636
2674
|
# resp.pending_requests[0].vpc_config.assign_public_ip #=> Boolean
|
2675
|
+
# resp.pending_requests[0].compute.simulation_unit_limit #=> Integer
|
2637
2676
|
# resp.pending_requests[0].tags #=> Hash
|
2638
2677
|
# resp.pending_requests[0].tags["TagKey"] #=> String
|
2639
2678
|
# resp.created_requests #=> Array
|
@@ -2965,7 +3004,7 @@ module Aws::RoboMaker
|
|
2965
3004
|
params: params,
|
2966
3005
|
config: config)
|
2967
3006
|
context[:gem_name] = 'aws-sdk-robomaker'
|
2968
|
-
context[:gem_version] = '1.
|
3007
|
+
context[:gem_version] = '1.26.0'
|
2969
3008
|
Seahorse::Client::Request.new(handlers, context)
|
2970
3009
|
end
|
2971
3010
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -28,6 +30,8 @@ module Aws::RoboMaker
|
|
28
30
|
CancelSimulationJobResponse = Shapes::StructureShape.new(name: 'CancelSimulationJobResponse')
|
29
31
|
ClientRequestToken = Shapes::StringShape.new(name: 'ClientRequestToken')
|
30
32
|
Command = Shapes::StringShape.new(name: 'Command')
|
33
|
+
Compute = Shapes::StructureShape.new(name: 'Compute')
|
34
|
+
ComputeResponse = Shapes::StructureShape.new(name: 'ComputeResponse')
|
31
35
|
ConcurrentDeploymentException = Shapes::StructureShape.new(name: 'ConcurrentDeploymentException')
|
32
36
|
CreateDeploymentJobRequest = Shapes::StructureShape.new(name: 'CreateDeploymentJobRequest')
|
33
37
|
CreateDeploymentJobResponse = Shapes::StructureShape.new(name: 'CreateDeploymentJobResponse')
|
@@ -197,6 +201,7 @@ module Aws::RoboMaker
|
|
197
201
|
SimulationSoftwareSuiteType = Shapes::StringShape.new(name: 'SimulationSoftwareSuiteType')
|
198
202
|
SimulationSoftwareSuiteVersionType = Shapes::StringShape.new(name: 'SimulationSoftwareSuiteVersionType')
|
199
203
|
SimulationTimeMillis = Shapes::IntegerShape.new(name: 'SimulationTimeMillis')
|
204
|
+
SimulationUnit = Shapes::IntegerShape.new(name: 'SimulationUnit')
|
200
205
|
Source = Shapes::StructureShape.new(name: 'Source')
|
201
206
|
SourceConfig = Shapes::StructureShape.new(name: 'SourceConfig')
|
202
207
|
SourceConfigs = Shapes::ListShape.new(name: 'SourceConfigs')
|
@@ -253,6 +258,12 @@ module Aws::RoboMaker
|
|
253
258
|
|
254
259
|
CancelSimulationJobResponse.struct_class = Types::CancelSimulationJobResponse
|
255
260
|
|
261
|
+
Compute.add_member(:simulation_unit_limit, Shapes::ShapeRef.new(shape: SimulationUnit, location_name: "simulationUnitLimit"))
|
262
|
+
Compute.struct_class = Types::Compute
|
263
|
+
|
264
|
+
ComputeResponse.add_member(:simulation_unit_limit, Shapes::ShapeRef.new(shape: SimulationUnit, location_name: "simulationUnitLimit"))
|
265
|
+
ComputeResponse.struct_class = Types::ComputeResponse
|
266
|
+
|
256
267
|
ConcurrentDeploymentException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
257
268
|
ConcurrentDeploymentException.struct_class = Types::ConcurrentDeploymentException
|
258
269
|
|
@@ -373,6 +384,7 @@ module Aws::RoboMaker
|
|
373
384
|
CreateSimulationJobRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigs, location_name: "dataSources"))
|
374
385
|
CreateSimulationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
375
386
|
CreateSimulationJobRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VPCConfig, location_name: "vpcConfig"))
|
387
|
+
CreateSimulationJobRequest.add_member(:compute, Shapes::ShapeRef.new(shape: Compute, location_name: "compute"))
|
376
388
|
CreateSimulationJobRequest.struct_class = Types::CreateSimulationJobRequest
|
377
389
|
|
378
390
|
CreateSimulationJobRequests.member = Shapes::ShapeRef.new(shape: SimulationJobRequest)
|
@@ -394,6 +406,7 @@ module Aws::RoboMaker
|
|
394
406
|
CreateSimulationJobResponse.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSources, location_name: "dataSources"))
|
395
407
|
CreateSimulationJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
396
408
|
CreateSimulationJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VPCConfigResponse, location_name: "vpcConfig"))
|
409
|
+
CreateSimulationJobResponse.add_member(:compute, Shapes::ShapeRef.new(shape: ComputeResponse, location_name: "compute"))
|
397
410
|
CreateSimulationJobResponse.struct_class = Types::CreateSimulationJobResponse
|
398
411
|
|
399
412
|
DataSource.add_member(:name, Shapes::ShapeRef.new(shape: Name, location_name: "name"))
|
@@ -587,6 +600,7 @@ module Aws::RoboMaker
|
|
587
600
|
DescribeSimulationJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
588
601
|
DescribeSimulationJobResponse.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VPCConfigResponse, location_name: "vpcConfig"))
|
589
602
|
DescribeSimulationJobResponse.add_member(:network_interface, Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "networkInterface"))
|
603
|
+
DescribeSimulationJobResponse.add_member(:compute, Shapes::ShapeRef.new(shape: ComputeResponse, location_name: "compute"))
|
590
604
|
DescribeSimulationJobResponse.struct_class = Types::DescribeSimulationJobResponse
|
591
605
|
|
592
606
|
EnvironmentVariableMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
|
@@ -862,6 +876,7 @@ module Aws::RoboMaker
|
|
862
876
|
SimulationJob.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
863
877
|
SimulationJob.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VPCConfigResponse, location_name: "vpcConfig"))
|
864
878
|
SimulationJob.add_member(:network_interface, Shapes::ShapeRef.new(shape: NetworkInterface, location_name: "networkInterface"))
|
879
|
+
SimulationJob.add_member(:compute, Shapes::ShapeRef.new(shape: ComputeResponse, location_name: "compute"))
|
865
880
|
SimulationJob.struct_class = Types::SimulationJob
|
866
881
|
|
867
882
|
SimulationJobBatchSummaries.member = Shapes::ShapeRef.new(shape: SimulationJobBatchSummary)
|
@@ -885,6 +900,7 @@ module Aws::RoboMaker
|
|
885
900
|
SimulationJobRequest.add_member(:simulation_applications, Shapes::ShapeRef.new(shape: SimulationApplicationConfigs, location_name: "simulationApplications"))
|
886
901
|
SimulationJobRequest.add_member(:data_sources, Shapes::ShapeRef.new(shape: DataSourceConfigs, location_name: "dataSources"))
|
887
902
|
SimulationJobRequest.add_member(:vpc_config, Shapes::ShapeRef.new(shape: VPCConfig, location_name: "vpcConfig"))
|
903
|
+
SimulationJobRequest.add_member(:compute, Shapes::ShapeRef.new(shape: Compute, location_name: "compute"))
|
888
904
|
SimulationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
889
905
|
SimulationJobRequest.struct_class = Types::SimulationJobRequest
|
890
906
|
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -6,13 +8,7 @@
|
|
6
8
|
# WARNING ABOUT GENERATED CODE
|
7
9
|
|
8
10
|
module Aws::RoboMaker
|
9
|
-
|
10
|
-
# To create a resource object:
|
11
|
-
# resource = Aws::RoboMaker::Resource.new(region: 'us-west-2')
|
12
|
-
# You can supply a client object with custom configuration that will be used for all resource operations.
|
13
|
-
# If you do not pass +:client+, a default client will be constructed.
|
14
|
-
# client = Aws::RoboMaker::Client.new(region: 'us-west-2')
|
15
|
-
# resource = Aws::RoboMaker::Resource.new(client: client)
|
11
|
+
|
16
12
|
class Resource
|
17
13
|
|
18
14
|
# @param options ({})
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
1
3
|
# WARNING ABOUT GENERATED CODE
|
2
4
|
#
|
3
5
|
# This file is generated. See the contributing guide for more information:
|
@@ -24,6 +26,7 @@ module Aws::RoboMaker
|
|
24
26
|
#
|
25
27
|
class BatchDescribeSimulationJobRequest < Struct.new(
|
26
28
|
:jobs)
|
29
|
+
SENSITIVE = []
|
27
30
|
include Aws::Structure
|
28
31
|
end
|
29
32
|
|
@@ -40,6 +43,7 @@ module Aws::RoboMaker
|
|
40
43
|
class BatchDescribeSimulationJobResponse < Struct.new(
|
41
44
|
:jobs,
|
42
45
|
:unprocessed_jobs)
|
46
|
+
SENSITIVE = []
|
43
47
|
include Aws::Structure
|
44
48
|
end
|
45
49
|
|
@@ -78,6 +82,7 @@ module Aws::RoboMaker
|
|
78
82
|
class BatchPolicy < Struct.new(
|
79
83
|
:timeout_in_seconds,
|
80
84
|
:max_concurrency)
|
85
|
+
SENSITIVE = []
|
81
86
|
include Aws::Structure
|
82
87
|
end
|
83
88
|
|
@@ -96,6 +101,7 @@ module Aws::RoboMaker
|
|
96
101
|
#
|
97
102
|
class CancelDeploymentJobRequest < Struct.new(
|
98
103
|
:job)
|
104
|
+
SENSITIVE = []
|
99
105
|
include Aws::Structure
|
100
106
|
end
|
101
107
|
|
@@ -118,6 +124,7 @@ module Aws::RoboMaker
|
|
118
124
|
#
|
119
125
|
class CancelSimulationJobBatchRequest < Struct.new(
|
120
126
|
:batch)
|
127
|
+
SENSITIVE = []
|
121
128
|
include Aws::Structure
|
122
129
|
end
|
123
130
|
|
@@ -140,6 +147,7 @@ module Aws::RoboMaker
|
|
140
147
|
#
|
141
148
|
class CancelSimulationJobRequest < Struct.new(
|
142
149
|
:job)
|
150
|
+
SENSITIVE = []
|
143
151
|
include Aws::Structure
|
144
152
|
end
|
145
153
|
|
@@ -147,6 +155,47 @@ module Aws::RoboMaker
|
|
147
155
|
#
|
148
156
|
class CancelSimulationJobResponse < Aws::EmptyStructure; end
|
149
157
|
|
158
|
+
# Compute information for the simulation job.
|
159
|
+
#
|
160
|
+
# @note When making an API call, you may pass Compute
|
161
|
+
# data as a hash:
|
162
|
+
#
|
163
|
+
# {
|
164
|
+
# simulation_unit_limit: 1,
|
165
|
+
# }
|
166
|
+
#
|
167
|
+
# @!attribute [rw] simulation_unit_limit
|
168
|
+
# The simulation unit limit. Your simulation is allocated CPU and
|
169
|
+
# memory proportional to the supplied simulation unit limit. A
|
170
|
+
# simulation unit is 1 vcpu and 2GB of memory. You are only billed for
|
171
|
+
# the SU utilization you consume up to the maximim value provided.
|
172
|
+
# @return [Integer]
|
173
|
+
#
|
174
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/Compute AWS API Documentation
|
175
|
+
#
|
176
|
+
class Compute < Struct.new(
|
177
|
+
:simulation_unit_limit)
|
178
|
+
SENSITIVE = []
|
179
|
+
include Aws::Structure
|
180
|
+
end
|
181
|
+
|
182
|
+
# Compute information for the simulation job
|
183
|
+
#
|
184
|
+
# @!attribute [rw] simulation_unit_limit
|
185
|
+
# The simulation unit limit. Your simulation is allocated CPU and
|
186
|
+
# memory proportional to the supplied simulation unit limit. A
|
187
|
+
# simulation unit is 1 vcpu and 2GB of memory. You are only billed for
|
188
|
+
# the SU utilization you consume up to the maximim value provided.
|
189
|
+
# @return [Integer]
|
190
|
+
#
|
191
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ComputeResponse AWS API Documentation
|
192
|
+
#
|
193
|
+
class ComputeResponse < Struct.new(
|
194
|
+
:simulation_unit_limit)
|
195
|
+
SENSITIVE = []
|
196
|
+
include Aws::Structure
|
197
|
+
end
|
198
|
+
|
150
199
|
# The failure percentage threshold percentage was met.
|
151
200
|
#
|
152
201
|
# @!attribute [rw] message
|
@@ -156,6 +205,7 @@ module Aws::RoboMaker
|
|
156
205
|
#
|
157
206
|
class ConcurrentDeploymentException < Struct.new(
|
158
207
|
:message)
|
208
|
+
SENSITIVE = []
|
159
209
|
include Aws::Structure
|
160
210
|
end
|
161
211
|
|
@@ -228,6 +278,7 @@ module Aws::RoboMaker
|
|
228
278
|
:fleet,
|
229
279
|
:deployment_application_configs,
|
230
280
|
:tags)
|
281
|
+
SENSITIVE = []
|
231
282
|
include Aws::Structure
|
232
283
|
end
|
233
284
|
|
@@ -342,6 +393,7 @@ module Aws::RoboMaker
|
|
342
393
|
:created_at,
|
343
394
|
:deployment_config,
|
344
395
|
:tags)
|
396
|
+
SENSITIVE = []
|
345
397
|
include Aws::Structure
|
346
398
|
end
|
347
399
|
|
@@ -369,6 +421,7 @@ module Aws::RoboMaker
|
|
369
421
|
class CreateFleetRequest < Struct.new(
|
370
422
|
:name,
|
371
423
|
:tags)
|
424
|
+
SENSITIVE = []
|
372
425
|
include Aws::Structure
|
373
426
|
end
|
374
427
|
|
@@ -396,6 +449,7 @@ module Aws::RoboMaker
|
|
396
449
|
:name,
|
397
450
|
:created_at,
|
398
451
|
:tags)
|
452
|
+
SENSITIVE = []
|
399
453
|
include Aws::Structure
|
400
454
|
end
|
401
455
|
|
@@ -445,6 +499,7 @@ module Aws::RoboMaker
|
|
445
499
|
:sources,
|
446
500
|
:robot_software_suite,
|
447
501
|
:tags)
|
502
|
+
SENSITIVE = []
|
448
503
|
include Aws::Structure
|
449
504
|
end
|
450
505
|
|
@@ -493,6 +548,7 @@ module Aws::RoboMaker
|
|
493
548
|
:last_updated_at,
|
494
549
|
:revision_id,
|
495
550
|
:tags)
|
551
|
+
SENSITIVE = []
|
496
552
|
include Aws::Structure
|
497
553
|
end
|
498
554
|
|
@@ -519,6 +575,7 @@ module Aws::RoboMaker
|
|
519
575
|
class CreateRobotApplicationVersionRequest < Struct.new(
|
520
576
|
:application,
|
521
577
|
:current_revision_id)
|
578
|
+
SENSITIVE = []
|
522
579
|
include Aws::Structure
|
523
580
|
end
|
524
581
|
|
@@ -562,6 +619,7 @@ module Aws::RoboMaker
|
|
562
619
|
:robot_software_suite,
|
563
620
|
:last_updated_at,
|
564
621
|
:revision_id)
|
622
|
+
SENSITIVE = []
|
565
623
|
include Aws::Structure
|
566
624
|
end
|
567
625
|
|
@@ -601,6 +659,7 @@ module Aws::RoboMaker
|
|
601
659
|
:architecture,
|
602
660
|
:greengrass_group_id,
|
603
661
|
:tags)
|
662
|
+
SENSITIVE = []
|
604
663
|
include Aws::Structure
|
605
664
|
end
|
606
665
|
|
@@ -639,6 +698,7 @@ module Aws::RoboMaker
|
|
639
698
|
:greengrass_group_id,
|
640
699
|
:architecture,
|
641
700
|
:tags)
|
701
|
+
SENSITIVE = []
|
642
702
|
include Aws::Structure
|
643
703
|
end
|
644
704
|
|
@@ -706,6 +766,7 @@ module Aws::RoboMaker
|
|
706
766
|
:robot_software_suite,
|
707
767
|
:rendering_engine,
|
708
768
|
:tags)
|
769
|
+
SENSITIVE = []
|
709
770
|
include Aws::Structure
|
710
771
|
end
|
711
772
|
|
@@ -763,6 +824,7 @@ module Aws::RoboMaker
|
|
763
824
|
:last_updated_at,
|
764
825
|
:revision_id,
|
765
826
|
:tags)
|
827
|
+
SENSITIVE = []
|
766
828
|
include Aws::Structure
|
767
829
|
end
|
768
830
|
|
@@ -789,6 +851,7 @@ module Aws::RoboMaker
|
|
789
851
|
class CreateSimulationApplicationVersionRequest < Struct.new(
|
790
852
|
:application,
|
791
853
|
:current_revision_id)
|
854
|
+
SENSITIVE = []
|
792
855
|
include Aws::Structure
|
793
856
|
end
|
794
857
|
|
@@ -841,6 +904,7 @@ module Aws::RoboMaker
|
|
841
904
|
:rendering_engine,
|
842
905
|
:last_updated_at,
|
843
906
|
:revision_id)
|
907
|
+
SENSITIVE = []
|
844
908
|
include Aws::Structure
|
845
909
|
end
|
846
910
|
|
@@ -920,6 +984,9 @@ module Aws::RoboMaker
|
|
920
984
|
# security_groups: ["NonEmptyString"],
|
921
985
|
# assign_public_ip: false,
|
922
986
|
# },
|
987
|
+
# compute: {
|
988
|
+
# simulation_unit_limit: 1,
|
989
|
+
# },
|
923
990
|
# }
|
924
991
|
#
|
925
992
|
# @!attribute [rw] client_request_token
|
@@ -994,6 +1061,10 @@ module Aws::RoboMaker
|
|
994
1061
|
# security group and one subnet ID.
|
995
1062
|
# @return [Types::VPCConfig]
|
996
1063
|
#
|
1064
|
+
# @!attribute [rw] compute
|
1065
|
+
# Compute information for the simulation job.
|
1066
|
+
# @return [Types::Compute]
|
1067
|
+
#
|
997
1068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateSimulationJobRequest AWS API Documentation
|
998
1069
|
#
|
999
1070
|
class CreateSimulationJobRequest < Struct.new(
|
@@ -1007,7 +1078,9 @@ module Aws::RoboMaker
|
|
1007
1078
|
:simulation_applications,
|
1008
1079
|
:data_sources,
|
1009
1080
|
:tags,
|
1010
|
-
:vpc_config
|
1081
|
+
:vpc_config,
|
1082
|
+
:compute)
|
1083
|
+
SENSITIVE = []
|
1011
1084
|
include Aws::Structure
|
1012
1085
|
end
|
1013
1086
|
|
@@ -1144,6 +1217,10 @@ module Aws::RoboMaker
|
|
1144
1217
|
# Information about the vpc configuration.
|
1145
1218
|
# @return [Types::VPCConfigResponse]
|
1146
1219
|
#
|
1220
|
+
# @!attribute [rw] compute
|
1221
|
+
# Compute information for the simulation job.
|
1222
|
+
# @return [Types::ComputeResponse]
|
1223
|
+
#
|
1147
1224
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateSimulationJobResponse AWS API Documentation
|
1148
1225
|
#
|
1149
1226
|
class CreateSimulationJobResponse < Struct.new(
|
@@ -1163,7 +1240,9 @@ module Aws::RoboMaker
|
|
1163
1240
|
:simulation_applications,
|
1164
1241
|
:data_sources,
|
1165
1242
|
:tags,
|
1166
|
-
:vpc_config
|
1243
|
+
:vpc_config,
|
1244
|
+
:compute)
|
1245
|
+
SENSITIVE = []
|
1167
1246
|
include Aws::Structure
|
1168
1247
|
end
|
1169
1248
|
|
@@ -1187,6 +1266,7 @@ module Aws::RoboMaker
|
|
1187
1266
|
:name,
|
1188
1267
|
:s3_bucket,
|
1189
1268
|
:s3_keys)
|
1269
|
+
SENSITIVE = []
|
1190
1270
|
include Aws::Structure
|
1191
1271
|
end
|
1192
1272
|
|
@@ -1219,6 +1299,7 @@ module Aws::RoboMaker
|
|
1219
1299
|
:name,
|
1220
1300
|
:s3_bucket,
|
1221
1301
|
:s3_keys)
|
1302
|
+
SENSITIVE = []
|
1222
1303
|
include Aws::Structure
|
1223
1304
|
end
|
1224
1305
|
|
@@ -1237,6 +1318,7 @@ module Aws::RoboMaker
|
|
1237
1318
|
#
|
1238
1319
|
class DeleteFleetRequest < Struct.new(
|
1239
1320
|
:fleet)
|
1321
|
+
SENSITIVE = []
|
1240
1322
|
include Aws::Structure
|
1241
1323
|
end
|
1242
1324
|
|
@@ -1265,6 +1347,7 @@ module Aws::RoboMaker
|
|
1265
1347
|
class DeleteRobotApplicationRequest < Struct.new(
|
1266
1348
|
:application,
|
1267
1349
|
:application_version)
|
1350
|
+
SENSITIVE = []
|
1268
1351
|
include Aws::Structure
|
1269
1352
|
end
|
1270
1353
|
|
@@ -1287,6 +1370,7 @@ module Aws::RoboMaker
|
|
1287
1370
|
#
|
1288
1371
|
class DeleteRobotRequest < Struct.new(
|
1289
1372
|
:robot)
|
1373
|
+
SENSITIVE = []
|
1290
1374
|
include Aws::Structure
|
1291
1375
|
end
|
1292
1376
|
|
@@ -1316,6 +1400,7 @@ module Aws::RoboMaker
|
|
1316
1400
|
class DeleteSimulationApplicationRequest < Struct.new(
|
1317
1401
|
:application,
|
1318
1402
|
:application_version)
|
1403
|
+
SENSITIVE = []
|
1319
1404
|
include Aws::Structure
|
1320
1405
|
end
|
1321
1406
|
|
@@ -1360,6 +1445,7 @@ module Aws::RoboMaker
|
|
1360
1445
|
:application,
|
1361
1446
|
:application_version,
|
1362
1447
|
:launch_config)
|
1448
|
+
SENSITIVE = []
|
1363
1449
|
include Aws::Structure
|
1364
1450
|
end
|
1365
1451
|
|
@@ -1405,6 +1491,7 @@ module Aws::RoboMaker
|
|
1405
1491
|
:failure_threshold_percentage,
|
1406
1492
|
:robot_deployment_timeout_in_seconds,
|
1407
1493
|
:download_condition_file)
|
1494
|
+
SENSITIVE = []
|
1408
1495
|
include Aws::Structure
|
1409
1496
|
end
|
1410
1497
|
|
@@ -1454,6 +1541,7 @@ module Aws::RoboMaker
|
|
1454
1541
|
:failure_reason,
|
1455
1542
|
:failure_code,
|
1456
1543
|
:created_at)
|
1544
|
+
SENSITIVE = []
|
1457
1545
|
include Aws::Structure
|
1458
1546
|
end
|
1459
1547
|
|
@@ -1503,6 +1591,7 @@ module Aws::RoboMaker
|
|
1503
1591
|
:launch_file,
|
1504
1592
|
:post_launch_file,
|
1505
1593
|
:environment_variables)
|
1594
|
+
SENSITIVE = []
|
1506
1595
|
include Aws::Structure
|
1507
1596
|
end
|
1508
1597
|
|
@@ -1527,6 +1616,7 @@ module Aws::RoboMaker
|
|
1527
1616
|
class DeregisterRobotRequest < Struct.new(
|
1528
1617
|
:fleet,
|
1529
1618
|
:robot)
|
1619
|
+
SENSITIVE = []
|
1530
1620
|
include Aws::Structure
|
1531
1621
|
end
|
1532
1622
|
|
@@ -1543,6 +1633,7 @@ module Aws::RoboMaker
|
|
1543
1633
|
class DeregisterRobotResponse < Struct.new(
|
1544
1634
|
:fleet,
|
1545
1635
|
:robot)
|
1636
|
+
SENSITIVE = []
|
1546
1637
|
include Aws::Structure
|
1547
1638
|
end
|
1548
1639
|
|
@@ -1561,6 +1652,7 @@ module Aws::RoboMaker
|
|
1561
1652
|
#
|
1562
1653
|
class DescribeDeploymentJobRequest < Struct.new(
|
1563
1654
|
:job)
|
1655
|
+
SENSITIVE = []
|
1564
1656
|
include Aws::Structure
|
1565
1657
|
end
|
1566
1658
|
|
@@ -1618,6 +1710,7 @@ module Aws::RoboMaker
|
|
1618
1710
|
:created_at,
|
1619
1711
|
:robot_deployment_summary,
|
1620
1712
|
:tags)
|
1713
|
+
SENSITIVE = []
|
1621
1714
|
include Aws::Structure
|
1622
1715
|
end
|
1623
1716
|
|
@@ -1636,6 +1729,7 @@ module Aws::RoboMaker
|
|
1636
1729
|
#
|
1637
1730
|
class DescribeFleetRequest < Struct.new(
|
1638
1731
|
:fleet)
|
1732
|
+
SENSITIVE = []
|
1639
1733
|
include Aws::Structure
|
1640
1734
|
end
|
1641
1735
|
|
@@ -1683,6 +1777,7 @@ module Aws::RoboMaker
|
|
1683
1777
|
:last_deployment_job,
|
1684
1778
|
:last_deployment_time,
|
1685
1779
|
:tags)
|
1780
|
+
SENSITIVE = []
|
1686
1781
|
include Aws::Structure
|
1687
1782
|
end
|
1688
1783
|
|
@@ -1707,6 +1802,7 @@ module Aws::RoboMaker
|
|
1707
1802
|
class DescribeRobotApplicationRequest < Struct.new(
|
1708
1803
|
:application,
|
1709
1804
|
:application_version)
|
1805
|
+
SENSITIVE = []
|
1710
1806
|
include Aws::Structure
|
1711
1807
|
end
|
1712
1808
|
|
@@ -1755,6 +1851,7 @@ module Aws::RoboMaker
|
|
1755
1851
|
:revision_id,
|
1756
1852
|
:last_updated_at,
|
1757
1853
|
:tags)
|
1854
|
+
SENSITIVE = []
|
1758
1855
|
include Aws::Structure
|
1759
1856
|
end
|
1760
1857
|
|
@@ -1773,6 +1870,7 @@ module Aws::RoboMaker
|
|
1773
1870
|
#
|
1774
1871
|
class DescribeRobotRequest < Struct.new(
|
1775
1872
|
:robot)
|
1873
|
+
SENSITIVE = []
|
1776
1874
|
include Aws::Structure
|
1777
1875
|
end
|
1778
1876
|
|
@@ -1830,6 +1928,7 @@ module Aws::RoboMaker
|
|
1830
1928
|
:last_deployment_job,
|
1831
1929
|
:last_deployment_time,
|
1832
1930
|
:tags)
|
1931
|
+
SENSITIVE = []
|
1833
1932
|
include Aws::Structure
|
1834
1933
|
end
|
1835
1934
|
|
@@ -1854,6 +1953,7 @@ module Aws::RoboMaker
|
|
1854
1953
|
class DescribeSimulationApplicationRequest < Struct.new(
|
1855
1954
|
:application,
|
1856
1955
|
:application_version)
|
1956
|
+
SENSITIVE = []
|
1857
1957
|
include Aws::Structure
|
1858
1958
|
end
|
1859
1959
|
|
@@ -1911,6 +2011,7 @@ module Aws::RoboMaker
|
|
1911
2011
|
:revision_id,
|
1912
2012
|
:last_updated_at,
|
1913
2013
|
:tags)
|
2014
|
+
SENSITIVE = []
|
1914
2015
|
include Aws::Structure
|
1915
2016
|
end
|
1916
2017
|
|
@@ -1929,6 +2030,7 @@ module Aws::RoboMaker
|
|
1929
2030
|
#
|
1930
2031
|
class DescribeSimulationJobBatchRequest < Struct.new(
|
1931
2032
|
:batch)
|
2033
|
+
SENSITIVE = []
|
1932
2034
|
include Aws::Structure
|
1933
2035
|
end
|
1934
2036
|
|
@@ -2051,6 +2153,7 @@ module Aws::RoboMaker
|
|
2051
2153
|
:pending_requests,
|
2052
2154
|
:created_requests,
|
2053
2155
|
:tags)
|
2156
|
+
SENSITIVE = []
|
2054
2157
|
include Aws::Structure
|
2055
2158
|
end
|
2056
2159
|
|
@@ -2070,6 +2173,7 @@ module Aws::RoboMaker
|
|
2070
2173
|
#
|
2071
2174
|
class DescribeSimulationJobRequest < Struct.new(
|
2072
2175
|
:job)
|
2176
|
+
SENSITIVE = []
|
2073
2177
|
include Aws::Structure
|
2074
2178
|
end
|
2075
2179
|
|
@@ -2224,6 +2328,10 @@ module Aws::RoboMaker
|
|
2224
2328
|
# The network interface information for the simulation job.
|
2225
2329
|
# @return [Types::NetworkInterface]
|
2226
2330
|
#
|
2331
|
+
# @!attribute [rw] compute
|
2332
|
+
# Compute information for the simulation job.
|
2333
|
+
# @return [Types::ComputeResponse]
|
2334
|
+
#
|
2227
2335
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeSimulationJobResponse AWS API Documentation
|
2228
2336
|
#
|
2229
2337
|
class DescribeSimulationJobResponse < Struct.new(
|
@@ -2246,7 +2354,9 @@ module Aws::RoboMaker
|
|
2246
2354
|
:data_sources,
|
2247
2355
|
:tags,
|
2248
2356
|
:vpc_config,
|
2249
|
-
:network_interface
|
2357
|
+
:network_interface,
|
2358
|
+
:compute)
|
2359
|
+
SENSITIVE = []
|
2250
2360
|
include Aws::Structure
|
2251
2361
|
end
|
2252
2362
|
|
@@ -2276,6 +2386,7 @@ module Aws::RoboMaker
|
|
2276
2386
|
:failure_reason,
|
2277
2387
|
:failure_code,
|
2278
2388
|
:failed_at)
|
2389
|
+
SENSITIVE = []
|
2279
2390
|
include Aws::Structure
|
2280
2391
|
end
|
2281
2392
|
|
@@ -2302,6 +2413,7 @@ module Aws::RoboMaker
|
|
2302
2413
|
class Filter < Struct.new(
|
2303
2414
|
:name,
|
2304
2415
|
:values)
|
2416
|
+
SENSITIVE = []
|
2305
2417
|
include Aws::Structure
|
2306
2418
|
end
|
2307
2419
|
|
@@ -2341,6 +2453,7 @@ module Aws::RoboMaker
|
|
2341
2453
|
:last_deployment_status,
|
2342
2454
|
:last_deployment_job,
|
2343
2455
|
:last_deployment_time)
|
2456
|
+
SENSITIVE = []
|
2344
2457
|
include Aws::Structure
|
2345
2458
|
end
|
2346
2459
|
|
@@ -2355,6 +2468,7 @@ module Aws::RoboMaker
|
|
2355
2468
|
#
|
2356
2469
|
class IdempotentParameterMismatchException < Struct.new(
|
2357
2470
|
:message)
|
2471
|
+
SENSITIVE = []
|
2358
2472
|
include Aws::Structure
|
2359
2473
|
end
|
2360
2474
|
|
@@ -2367,6 +2481,7 @@ module Aws::RoboMaker
|
|
2367
2481
|
#
|
2368
2482
|
class InternalServerException < Struct.new(
|
2369
2483
|
:message)
|
2484
|
+
SENSITIVE = []
|
2370
2485
|
include Aws::Structure
|
2371
2486
|
end
|
2372
2487
|
|
@@ -2381,6 +2496,7 @@ module Aws::RoboMaker
|
|
2381
2496
|
#
|
2382
2497
|
class InvalidParameterException < Struct.new(
|
2383
2498
|
:message)
|
2499
|
+
SENSITIVE = []
|
2384
2500
|
include Aws::Structure
|
2385
2501
|
end
|
2386
2502
|
|
@@ -2439,6 +2555,7 @@ module Aws::RoboMaker
|
|
2439
2555
|
:environment_variables,
|
2440
2556
|
:port_forwarding_config,
|
2441
2557
|
:stream_ui)
|
2558
|
+
SENSITIVE = []
|
2442
2559
|
include Aws::Structure
|
2443
2560
|
end
|
2444
2561
|
|
@@ -2453,6 +2570,7 @@ module Aws::RoboMaker
|
|
2453
2570
|
#
|
2454
2571
|
class LimitExceededException < Struct.new(
|
2455
2572
|
:message)
|
2573
|
+
SENSITIVE = []
|
2456
2574
|
include Aws::Structure
|
2457
2575
|
end
|
2458
2576
|
|
@@ -2504,6 +2622,7 @@ module Aws::RoboMaker
|
|
2504
2622
|
:filters,
|
2505
2623
|
:next_token,
|
2506
2624
|
:max_results)
|
2625
|
+
SENSITIVE = []
|
2507
2626
|
include Aws::Structure
|
2508
2627
|
end
|
2509
2628
|
|
@@ -2524,6 +2643,7 @@ module Aws::RoboMaker
|
|
2524
2643
|
class ListDeploymentJobsResponse < Struct.new(
|
2525
2644
|
:deployment_jobs,
|
2526
2645
|
:next_token)
|
2646
|
+
SENSITIVE = []
|
2527
2647
|
include Aws::Structure
|
2528
2648
|
end
|
2529
2649
|
|
@@ -2578,6 +2698,7 @@ module Aws::RoboMaker
|
|
2578
2698
|
:next_token,
|
2579
2699
|
:max_results,
|
2580
2700
|
:filters)
|
2701
|
+
SENSITIVE = []
|
2581
2702
|
include Aws::Structure
|
2582
2703
|
end
|
2583
2704
|
|
@@ -2598,6 +2719,7 @@ module Aws::RoboMaker
|
|
2598
2719
|
class ListFleetsResponse < Struct.new(
|
2599
2720
|
:fleet_details,
|
2600
2721
|
:next_token)
|
2722
|
+
SENSITIVE = []
|
2601
2723
|
include Aws::Structure
|
2602
2724
|
end
|
2603
2725
|
|
@@ -2653,6 +2775,7 @@ module Aws::RoboMaker
|
|
2653
2775
|
:next_token,
|
2654
2776
|
:max_results,
|
2655
2777
|
:filters)
|
2778
|
+
SENSITIVE = []
|
2656
2779
|
include Aws::Structure
|
2657
2780
|
end
|
2658
2781
|
|
@@ -2674,6 +2797,7 @@ module Aws::RoboMaker
|
|
2674
2797
|
class ListRobotApplicationsResponse < Struct.new(
|
2675
2798
|
:robot_application_summaries,
|
2676
2799
|
:next_token)
|
2800
|
+
SENSITIVE = []
|
2677
2801
|
include Aws::Structure
|
2678
2802
|
end
|
2679
2803
|
|
@@ -2724,6 +2848,7 @@ module Aws::RoboMaker
|
|
2724
2848
|
:next_token,
|
2725
2849
|
:max_results,
|
2726
2850
|
:filters)
|
2851
|
+
SENSITIVE = []
|
2727
2852
|
include Aws::Structure
|
2728
2853
|
end
|
2729
2854
|
|
@@ -2743,6 +2868,7 @@ module Aws::RoboMaker
|
|
2743
2868
|
class ListRobotsResponse < Struct.new(
|
2744
2869
|
:robots,
|
2745
2870
|
:next_token)
|
2871
|
+
SENSITIVE = []
|
2746
2872
|
include Aws::Structure
|
2747
2873
|
end
|
2748
2874
|
|
@@ -2799,6 +2925,7 @@ module Aws::RoboMaker
|
|
2799
2925
|
:next_token,
|
2800
2926
|
:max_results,
|
2801
2927
|
:filters)
|
2928
|
+
SENSITIVE = []
|
2802
2929
|
include Aws::Structure
|
2803
2930
|
end
|
2804
2931
|
|
@@ -2820,6 +2947,7 @@ module Aws::RoboMaker
|
|
2820
2947
|
class ListSimulationApplicationsResponse < Struct.new(
|
2821
2948
|
:simulation_application_summaries,
|
2822
2949
|
:next_token)
|
2950
|
+
SENSITIVE = []
|
2823
2951
|
include Aws::Structure
|
2824
2952
|
end
|
2825
2953
|
|
@@ -2863,6 +2991,7 @@ module Aws::RoboMaker
|
|
2863
2991
|
:next_token,
|
2864
2992
|
:max_results,
|
2865
2993
|
:filters)
|
2994
|
+
SENSITIVE = []
|
2866
2995
|
include Aws::Structure
|
2867
2996
|
end
|
2868
2997
|
|
@@ -2883,6 +3012,7 @@ module Aws::RoboMaker
|
|
2883
3012
|
class ListSimulationJobBatchesResponse < Struct.new(
|
2884
3013
|
:simulation_job_batch_summaries,
|
2885
3014
|
:next_token)
|
3015
|
+
SENSITIVE = []
|
2886
3016
|
include Aws::Structure
|
2887
3017
|
end
|
2888
3018
|
|
@@ -2941,6 +3071,7 @@ module Aws::RoboMaker
|
|
2941
3071
|
:next_token,
|
2942
3072
|
:max_results,
|
2943
3073
|
:filters)
|
3074
|
+
SENSITIVE = []
|
2944
3075
|
include Aws::Structure
|
2945
3076
|
end
|
2946
3077
|
|
@@ -2962,6 +3093,7 @@ module Aws::RoboMaker
|
|
2962
3093
|
class ListSimulationJobsResponse < Struct.new(
|
2963
3094
|
:simulation_job_summaries,
|
2964
3095
|
:next_token)
|
3096
|
+
SENSITIVE = []
|
2965
3097
|
include Aws::Structure
|
2966
3098
|
end
|
2967
3099
|
|
@@ -2980,6 +3112,7 @@ module Aws::RoboMaker
|
|
2980
3112
|
#
|
2981
3113
|
class ListTagsForResourceRequest < Struct.new(
|
2982
3114
|
:resource_arn)
|
3115
|
+
SENSITIVE = []
|
2983
3116
|
include Aws::Structure
|
2984
3117
|
end
|
2985
3118
|
|
@@ -2991,6 +3124,7 @@ module Aws::RoboMaker
|
|
2991
3124
|
#
|
2992
3125
|
class ListTagsForResourceResponse < Struct.new(
|
2993
3126
|
:tags)
|
3127
|
+
SENSITIVE = []
|
2994
3128
|
include Aws::Structure
|
2995
3129
|
end
|
2996
3130
|
|
@@ -3011,6 +3145,7 @@ module Aws::RoboMaker
|
|
3011
3145
|
#
|
3012
3146
|
class LoggingConfig < Struct.new(
|
3013
3147
|
:record_all_ros_topics)
|
3148
|
+
SENSITIVE = []
|
3014
3149
|
include Aws::Structure
|
3015
3150
|
end
|
3016
3151
|
|
@@ -3034,6 +3169,7 @@ module Aws::RoboMaker
|
|
3034
3169
|
:network_interface_id,
|
3035
3170
|
:private_ip_address,
|
3036
3171
|
:public_ip_address)
|
3172
|
+
SENSITIVE = []
|
3037
3173
|
include Aws::Structure
|
3038
3174
|
end
|
3039
3175
|
|
@@ -3060,6 +3196,7 @@ module Aws::RoboMaker
|
|
3060
3196
|
class OutputLocation < Struct.new(
|
3061
3197
|
:s3_bucket,
|
3062
3198
|
:s3_prefix)
|
3199
|
+
SENSITIVE = []
|
3063
3200
|
include Aws::Structure
|
3064
3201
|
end
|
3065
3202
|
|
@@ -3086,6 +3223,7 @@ module Aws::RoboMaker
|
|
3086
3223
|
#
|
3087
3224
|
class PortForwardingConfig < Struct.new(
|
3088
3225
|
:port_mappings)
|
3226
|
+
SENSITIVE = []
|
3089
3227
|
include Aws::Structure
|
3090
3228
|
end
|
3091
3229
|
|
@@ -3120,6 +3258,7 @@ module Aws::RoboMaker
|
|
3120
3258
|
:job_port,
|
3121
3259
|
:application_port,
|
3122
3260
|
:enable_on_public_ip)
|
3261
|
+
SENSITIVE = []
|
3123
3262
|
include Aws::Structure
|
3124
3263
|
end
|
3125
3264
|
|
@@ -3176,6 +3315,7 @@ module Aws::RoboMaker
|
|
3176
3315
|
:percent_done,
|
3177
3316
|
:estimated_time_remaining_seconds,
|
3178
3317
|
:target_resource)
|
3318
|
+
SENSITIVE = []
|
3179
3319
|
include Aws::Structure
|
3180
3320
|
end
|
3181
3321
|
|
@@ -3200,6 +3340,7 @@ module Aws::RoboMaker
|
|
3200
3340
|
class RegisterRobotRequest < Struct.new(
|
3201
3341
|
:fleet,
|
3202
3342
|
:robot)
|
3343
|
+
SENSITIVE = []
|
3203
3344
|
include Aws::Structure
|
3204
3345
|
end
|
3205
3346
|
|
@@ -3217,6 +3358,7 @@ module Aws::RoboMaker
|
|
3217
3358
|
class RegisterRobotResponse < Struct.new(
|
3218
3359
|
:fleet,
|
3219
3360
|
:robot)
|
3361
|
+
SENSITIVE = []
|
3220
3362
|
include Aws::Structure
|
3221
3363
|
end
|
3222
3364
|
|
@@ -3243,6 +3385,7 @@ module Aws::RoboMaker
|
|
3243
3385
|
class RenderingEngine < Struct.new(
|
3244
3386
|
:name,
|
3245
3387
|
:version)
|
3388
|
+
SENSITIVE = []
|
3246
3389
|
include Aws::Structure
|
3247
3390
|
end
|
3248
3391
|
|
@@ -3255,6 +3398,7 @@ module Aws::RoboMaker
|
|
3255
3398
|
#
|
3256
3399
|
class ResourceAlreadyExistsException < Struct.new(
|
3257
3400
|
:message)
|
3401
|
+
SENSITIVE = []
|
3258
3402
|
include Aws::Structure
|
3259
3403
|
end
|
3260
3404
|
|
@@ -3267,6 +3411,7 @@ module Aws::RoboMaker
|
|
3267
3411
|
#
|
3268
3412
|
class ResourceNotFoundException < Struct.new(
|
3269
3413
|
:message)
|
3414
|
+
SENSITIVE = []
|
3270
3415
|
include Aws::Structure
|
3271
3416
|
end
|
3272
3417
|
|
@@ -3285,6 +3430,7 @@ module Aws::RoboMaker
|
|
3285
3430
|
#
|
3286
3431
|
class RestartSimulationJobRequest < Struct.new(
|
3287
3432
|
:job)
|
3433
|
+
SENSITIVE = []
|
3288
3434
|
include Aws::Structure
|
3289
3435
|
end
|
3290
3436
|
|
@@ -3343,6 +3489,7 @@ module Aws::RoboMaker
|
|
3343
3489
|
:architecture,
|
3344
3490
|
:last_deployment_job,
|
3345
3491
|
:last_deployment_time)
|
3492
|
+
SENSITIVE = []
|
3346
3493
|
include Aws::Structure
|
3347
3494
|
end
|
3348
3495
|
|
@@ -3391,6 +3538,7 @@ module Aws::RoboMaker
|
|
3391
3538
|
:application,
|
3392
3539
|
:application_version,
|
3393
3540
|
:launch_config)
|
3541
|
+
SENSITIVE = []
|
3394
3542
|
include Aws::Structure
|
3395
3543
|
end
|
3396
3544
|
|
@@ -3425,6 +3573,7 @@ module Aws::RoboMaker
|
|
3425
3573
|
:version,
|
3426
3574
|
:last_updated_at,
|
3427
3575
|
:robot_software_suite)
|
3576
|
+
SENSITIVE = []
|
3428
3577
|
include Aws::Structure
|
3429
3578
|
end
|
3430
3579
|
|
@@ -3470,6 +3619,7 @@ module Aws::RoboMaker
|
|
3470
3619
|
:progress_detail,
|
3471
3620
|
:failure_reason,
|
3472
3621
|
:failure_code)
|
3622
|
+
SENSITIVE = []
|
3473
3623
|
include Aws::Structure
|
3474
3624
|
end
|
3475
3625
|
|
@@ -3496,6 +3646,7 @@ module Aws::RoboMaker
|
|
3496
3646
|
class RobotSoftwareSuite < Struct.new(
|
3497
3647
|
:name,
|
3498
3648
|
:version)
|
3649
|
+
SENSITIVE = []
|
3499
3650
|
include Aws::Structure
|
3500
3651
|
end
|
3501
3652
|
|
@@ -3514,6 +3665,7 @@ module Aws::RoboMaker
|
|
3514
3665
|
class S3KeyOutput < Struct.new(
|
3515
3666
|
:s3_key,
|
3516
3667
|
:etag)
|
3668
|
+
SENSITIVE = []
|
3517
3669
|
include Aws::Structure
|
3518
3670
|
end
|
3519
3671
|
|
@@ -3546,6 +3698,7 @@ module Aws::RoboMaker
|
|
3546
3698
|
:bucket,
|
3547
3699
|
:key,
|
3548
3700
|
:etag)
|
3701
|
+
SENSITIVE = []
|
3549
3702
|
include Aws::Structure
|
3550
3703
|
end
|
3551
3704
|
|
@@ -3558,6 +3711,7 @@ module Aws::RoboMaker
|
|
3558
3711
|
#
|
3559
3712
|
class ServiceUnavailableException < Struct.new(
|
3560
3713
|
:message)
|
3714
|
+
SENSITIVE = []
|
3561
3715
|
include Aws::Structure
|
3562
3716
|
end
|
3563
3717
|
|
@@ -3606,6 +3760,7 @@ module Aws::RoboMaker
|
|
3606
3760
|
:application,
|
3607
3761
|
:application_version,
|
3608
3762
|
:launch_config)
|
3763
|
+
SENSITIVE = []
|
3609
3764
|
include Aws::Structure
|
3610
3765
|
end
|
3611
3766
|
|
@@ -3645,6 +3800,7 @@ module Aws::RoboMaker
|
|
3645
3800
|
:last_updated_at,
|
3646
3801
|
:robot_software_suite,
|
3647
3802
|
:simulation_software_suite)
|
3803
|
+
SENSITIVE = []
|
3648
3804
|
include Aws::Structure
|
3649
3805
|
end
|
3650
3806
|
|
@@ -3744,6 +3900,10 @@ module Aws::RoboMaker
|
|
3744
3900
|
# Information about a network interface.
|
3745
3901
|
# @return [Types::NetworkInterface]
|
3746
3902
|
#
|
3903
|
+
# @!attribute [rw] compute
|
3904
|
+
# Compute information for the simulation job
|
3905
|
+
# @return [Types::ComputeResponse]
|
3906
|
+
#
|
3747
3907
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SimulationJob AWS API Documentation
|
3748
3908
|
#
|
3749
3909
|
class SimulationJob < Struct.new(
|
@@ -3766,7 +3926,9 @@ module Aws::RoboMaker
|
|
3766
3926
|
:data_sources,
|
3767
3927
|
:tags,
|
3768
3928
|
:vpc_config,
|
3769
|
-
:network_interface
|
3929
|
+
:network_interface,
|
3930
|
+
:compute)
|
3931
|
+
SENSITIVE = []
|
3770
3932
|
include Aws::Structure
|
3771
3933
|
end
|
3772
3934
|
|
@@ -3861,6 +4023,7 @@ module Aws::RoboMaker
|
|
3861
4023
|
:failed_request_count,
|
3862
4024
|
:pending_request_count,
|
3863
4025
|
:created_request_count)
|
4026
|
+
SENSITIVE = []
|
3864
4027
|
include Aws::Structure
|
3865
4028
|
end
|
3866
4029
|
|
@@ -3939,6 +4102,9 @@ module Aws::RoboMaker
|
|
3939
4102
|
# security_groups: ["NonEmptyString"],
|
3940
4103
|
# assign_public_ip: false,
|
3941
4104
|
# },
|
4105
|
+
# compute: {
|
4106
|
+
# simulation_unit_limit: 1,
|
4107
|
+
# },
|
3942
4108
|
# tags: {
|
3943
4109
|
# "TagKey" => "TagValue",
|
3944
4110
|
# },
|
@@ -4007,6 +4173,10 @@ module Aws::RoboMaker
|
|
4007
4173
|
# security group and two subnet IDs.
|
4008
4174
|
# @return [Types::VPCConfig]
|
4009
4175
|
#
|
4176
|
+
# @!attribute [rw] compute
|
4177
|
+
# Compute information for the simulation job
|
4178
|
+
# @return [Types::Compute]
|
4179
|
+
#
|
4010
4180
|
# @!attribute [rw] tags
|
4011
4181
|
# A map that contains tag keys and tag values that are attached to the
|
4012
4182
|
# simulation job request.
|
@@ -4025,7 +4195,9 @@ module Aws::RoboMaker
|
|
4025
4195
|
:simulation_applications,
|
4026
4196
|
:data_sources,
|
4027
4197
|
:vpc_config,
|
4198
|
+
:compute,
|
4028
4199
|
:tags)
|
4200
|
+
SENSITIVE = []
|
4029
4201
|
include Aws::Structure
|
4030
4202
|
end
|
4031
4203
|
|
@@ -4070,6 +4242,7 @@ module Aws::RoboMaker
|
|
4070
4242
|
:simulation_application_names,
|
4071
4243
|
:robot_application_names,
|
4072
4244
|
:data_source_names)
|
4245
|
+
SENSITIVE = []
|
4073
4246
|
include Aws::Structure
|
4074
4247
|
end
|
4075
4248
|
|
@@ -4096,6 +4269,7 @@ module Aws::RoboMaker
|
|
4096
4269
|
class SimulationSoftwareSuite < Struct.new(
|
4097
4270
|
:name,
|
4098
4271
|
:version)
|
4272
|
+
SENSITIVE = []
|
4099
4273
|
include Aws::Structure
|
4100
4274
|
end
|
4101
4275
|
|
@@ -4124,6 +4298,7 @@ module Aws::RoboMaker
|
|
4124
4298
|
:s3_key,
|
4125
4299
|
:etag,
|
4126
4300
|
:architecture)
|
4301
|
+
SENSITIVE = []
|
4127
4302
|
include Aws::Structure
|
4128
4303
|
end
|
4129
4304
|
|
@@ -4156,6 +4331,7 @@ module Aws::RoboMaker
|
|
4156
4331
|
:s3_bucket,
|
4157
4332
|
:s3_key,
|
4158
4333
|
:architecture)
|
4334
|
+
SENSITIVE = []
|
4159
4335
|
include Aws::Structure
|
4160
4336
|
end
|
4161
4337
|
|
@@ -4239,6 +4415,9 @@ module Aws::RoboMaker
|
|
4239
4415
|
# security_groups: ["NonEmptyString"],
|
4240
4416
|
# assign_public_ip: false,
|
4241
4417
|
# },
|
4418
|
+
# compute: {
|
4419
|
+
# simulation_unit_limit: 1,
|
4420
|
+
# },
|
4242
4421
|
# tags: {
|
4243
4422
|
# "TagKey" => "TagValue",
|
4244
4423
|
# },
|
@@ -4277,6 +4456,7 @@ module Aws::RoboMaker
|
|
4277
4456
|
:batch_policy,
|
4278
4457
|
:create_simulation_job_requests,
|
4279
4458
|
:tags)
|
4459
|
+
SENSITIVE = []
|
4280
4460
|
include Aws::Structure
|
4281
4461
|
end
|
4282
4462
|
|
@@ -4393,6 +4573,7 @@ module Aws::RoboMaker
|
|
4393
4573
|
:pending_requests,
|
4394
4574
|
:created_requests,
|
4395
4575
|
:tags)
|
4576
|
+
SENSITIVE = []
|
4396
4577
|
include Aws::Structure
|
4397
4578
|
end
|
4398
4579
|
|
@@ -4421,6 +4602,7 @@ module Aws::RoboMaker
|
|
4421
4602
|
class SyncDeploymentJobRequest < Struct.new(
|
4422
4603
|
:client_request_token,
|
4423
4604
|
:fleet)
|
4605
|
+
SENSITIVE = []
|
4424
4606
|
include Aws::Structure
|
4425
4607
|
end
|
4426
4608
|
|
@@ -4529,6 +4711,7 @@ module Aws::RoboMaker
|
|
4529
4711
|
:failure_reason,
|
4530
4712
|
:failure_code,
|
4531
4713
|
:created_at)
|
4714
|
+
SENSITIVE = []
|
4532
4715
|
include Aws::Structure
|
4533
4716
|
end
|
4534
4717
|
|
@@ -4557,6 +4740,7 @@ module Aws::RoboMaker
|
|
4557
4740
|
class TagResourceRequest < Struct.new(
|
4558
4741
|
:resource_arn,
|
4559
4742
|
:tags)
|
4743
|
+
SENSITIVE = []
|
4560
4744
|
include Aws::Structure
|
4561
4745
|
end
|
4562
4746
|
|
@@ -4574,6 +4758,7 @@ module Aws::RoboMaker
|
|
4574
4758
|
#
|
4575
4759
|
class ThrottlingException < Struct.new(
|
4576
4760
|
:message)
|
4761
|
+
SENSITIVE = []
|
4577
4762
|
include Aws::Structure
|
4578
4763
|
end
|
4579
4764
|
|
@@ -4600,6 +4785,7 @@ module Aws::RoboMaker
|
|
4600
4785
|
class UntagResourceRequest < Struct.new(
|
4601
4786
|
:resource_arn,
|
4602
4787
|
:tag_keys)
|
4788
|
+
SENSITIVE = []
|
4603
4789
|
include Aws::Structure
|
4604
4790
|
end
|
4605
4791
|
|
@@ -4650,6 +4836,7 @@ module Aws::RoboMaker
|
|
4650
4836
|
:sources,
|
4651
4837
|
:robot_software_suite,
|
4652
4838
|
:current_revision_id)
|
4839
|
+
SENSITIVE = []
|
4653
4840
|
include Aws::Structure
|
4654
4841
|
end
|
4655
4842
|
|
@@ -4693,6 +4880,7 @@ module Aws::RoboMaker
|
|
4693
4880
|
:robot_software_suite,
|
4694
4881
|
:last_updated_at,
|
4695
4882
|
:revision_id)
|
4883
|
+
SENSITIVE = []
|
4696
4884
|
include Aws::Structure
|
4697
4885
|
end
|
4698
4886
|
|
@@ -4756,6 +4944,7 @@ module Aws::RoboMaker
|
|
4756
4944
|
:robot_software_suite,
|
4757
4945
|
:rendering_engine,
|
4758
4946
|
:current_revision_id)
|
4947
|
+
SENSITIVE = []
|
4759
4948
|
include Aws::Structure
|
4760
4949
|
end
|
4761
4950
|
|
@@ -4809,6 +4998,7 @@ module Aws::RoboMaker
|
|
4809
4998
|
:rendering_engine,
|
4810
4999
|
:last_updated_at,
|
4811
5000
|
:revision_id)
|
5001
|
+
SENSITIVE = []
|
4812
5002
|
include Aws::Structure
|
4813
5003
|
end
|
4814
5004
|
|
@@ -4844,6 +5034,7 @@ module Aws::RoboMaker
|
|
4844
5034
|
:subnets,
|
4845
5035
|
:security_groups,
|
4846
5036
|
:assign_public_ip)
|
5037
|
+
SENSITIVE = []
|
4847
5038
|
include Aws::Structure
|
4848
5039
|
end
|
4849
5040
|
|
@@ -4872,6 +5063,7 @@ module Aws::RoboMaker
|
|
4872
5063
|
:security_groups,
|
4873
5064
|
:vpc_id,
|
4874
5065
|
:assign_public_ip)
|
5066
|
+
SENSITIVE = []
|
4875
5067
|
include Aws::Structure
|
4876
5068
|
end
|
4877
5069
|
|