aws-sdk-robomaker 1.30.0 → 1.31.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/lib/aws-sdk-robomaker.rb +1 -1
- data/lib/aws-sdk-robomaker/client.rb +14 -1
- data/lib/aws-sdk-robomaker/client_api.rb +3 -0
- data/lib/aws-sdk-robomaker/types.rb +36 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d71f593cd22faed6916a0fdec97370ae1ba251389f6d39b08bc2a6910986bf6
|
4
|
+
data.tar.gz: 04001d395cdec0974c7e98a4844da786d07eee191be3fea63200001934a3fe13
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 006f9067711117b1b4efbcb492300bb538fcdae20ccffdda8ba965503509e745b44bdf1dfebc51c1689001add43684223803ac2fd6dd803f74345e658bb75d0a
|
7
|
+
data.tar.gz: 20fa78b3a1dc3aa4a6212361541877b5e438f9ce7b0123c19652fefb07cc8993f45287286f6cc84580ee973cea8e771584030b2023fe0fbed901b5b6be0390c8
|
data/lib/aws-sdk-robomaker.rb
CHANGED
@@ -1383,6 +1383,10 @@ module Aws::RoboMaker
|
|
1383
1383
|
# A map that contains tag keys and tag values that are attached to the
|
1384
1384
|
# world generator job.
|
1385
1385
|
#
|
1386
|
+
# @option params [Hash<String,String>] :world_tags
|
1387
|
+
# A map that contains tag keys and tag values that are attached to the
|
1388
|
+
# generated worlds.
|
1389
|
+
#
|
1386
1390
|
# @return [Types::CreateWorldGenerationJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1387
1391
|
#
|
1388
1392
|
# * {Types::CreateWorldGenerationJobResponse#arn #arn} => String
|
@@ -1393,6 +1397,7 @@ module Aws::RoboMaker
|
|
1393
1397
|
# * {Types::CreateWorldGenerationJobResponse#template #template} => String
|
1394
1398
|
# * {Types::CreateWorldGenerationJobResponse#world_count #world_count} => Types::WorldCount
|
1395
1399
|
# * {Types::CreateWorldGenerationJobResponse#tags #tags} => Hash<String,String>
|
1400
|
+
# * {Types::CreateWorldGenerationJobResponse#world_tags #world_tags} => Hash<String,String>
|
1396
1401
|
#
|
1397
1402
|
# @example Request syntax with placeholder values
|
1398
1403
|
#
|
@@ -1406,6 +1411,9 @@ module Aws::RoboMaker
|
|
1406
1411
|
# tags: {
|
1407
1412
|
# "TagKey" => "TagValue",
|
1408
1413
|
# },
|
1414
|
+
# world_tags: {
|
1415
|
+
# "TagKey" => "TagValue",
|
1416
|
+
# },
|
1409
1417
|
# })
|
1410
1418
|
#
|
1411
1419
|
# @example Response structure
|
@@ -1420,6 +1428,8 @@ module Aws::RoboMaker
|
|
1420
1428
|
# resp.world_count.interior_count_per_floorplan #=> Integer
|
1421
1429
|
# resp.tags #=> Hash
|
1422
1430
|
# resp.tags["TagKey"] #=> String
|
1431
|
+
# resp.world_tags #=> Hash
|
1432
|
+
# resp.world_tags["TagKey"] #=> String
|
1423
1433
|
#
|
1424
1434
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateWorldGenerationJob AWS API Documentation
|
1425
1435
|
#
|
@@ -2289,6 +2299,7 @@ module Aws::RoboMaker
|
|
2289
2299
|
# * {Types::DescribeWorldGenerationJobResponse#world_count #world_count} => Types::WorldCount
|
2290
2300
|
# * {Types::DescribeWorldGenerationJobResponse#finished_worlds_summary #finished_worlds_summary} => Types::FinishedWorldsSummary
|
2291
2301
|
# * {Types::DescribeWorldGenerationJobResponse#tags #tags} => Hash<String,String>
|
2302
|
+
# * {Types::DescribeWorldGenerationJobResponse#world_tags #world_tags} => Hash<String,String>
|
2292
2303
|
#
|
2293
2304
|
# @example Request syntax with placeholder values
|
2294
2305
|
#
|
@@ -2317,6 +2328,8 @@ module Aws::RoboMaker
|
|
2317
2328
|
# resp.finished_worlds_summary.failure_summary.failures[0].failure_count #=> Integer
|
2318
2329
|
# resp.tags #=> Hash
|
2319
2330
|
# resp.tags["TagKey"] #=> String
|
2331
|
+
# resp.world_tags #=> Hash
|
2332
|
+
# resp.world_tags["TagKey"] #=> String
|
2320
2333
|
#
|
2321
2334
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldGenerationJob AWS API Documentation
|
2322
2335
|
#
|
@@ -3845,7 +3858,7 @@ module Aws::RoboMaker
|
|
3845
3858
|
params: params,
|
3846
3859
|
config: config)
|
3847
3860
|
context[:gem_name] = 'aws-sdk-robomaker'
|
3848
|
-
context[:gem_version] = '1.
|
3861
|
+
context[:gem_version] = '1.31.0'
|
3849
3862
|
Seahorse::Client::Request.new(handlers, context)
|
3850
3863
|
end
|
3851
3864
|
|
@@ -504,6 +504,7 @@ module Aws::RoboMaker
|
|
504
504
|
CreateWorldGenerationJobRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
|
505
505
|
CreateWorldGenerationJobRequest.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, required: true, location_name: "worldCount"))
|
506
506
|
CreateWorldGenerationJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
507
|
+
CreateWorldGenerationJobRequest.add_member(:world_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "worldTags"))
|
507
508
|
CreateWorldGenerationJobRequest.struct_class = Types::CreateWorldGenerationJobRequest
|
508
509
|
|
509
510
|
CreateWorldGenerationJobResponse.add_member(:arn, Shapes::ShapeRef.new(shape: Arn, location_name: "arn"))
|
@@ -514,6 +515,7 @@ module Aws::RoboMaker
|
|
514
515
|
CreateWorldGenerationJobResponse.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
|
515
516
|
CreateWorldGenerationJobResponse.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, location_name: "worldCount"))
|
516
517
|
CreateWorldGenerationJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
518
|
+
CreateWorldGenerationJobResponse.add_member(:world_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "worldTags"))
|
517
519
|
CreateWorldGenerationJobResponse.struct_class = Types::CreateWorldGenerationJobResponse
|
518
520
|
|
519
521
|
CreateWorldTemplateRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: ClientRequestToken, location_name: "clientRequestToken"))
|
@@ -757,6 +759,7 @@ module Aws::RoboMaker
|
|
757
759
|
DescribeWorldGenerationJobResponse.add_member(:world_count, Shapes::ShapeRef.new(shape: WorldCount, location_name: "worldCount"))
|
758
760
|
DescribeWorldGenerationJobResponse.add_member(:finished_worlds_summary, Shapes::ShapeRef.new(shape: FinishedWorldsSummary, location_name: "finishedWorldsSummary"))
|
759
761
|
DescribeWorldGenerationJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
762
|
+
DescribeWorldGenerationJobResponse.add_member(:world_tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "worldTags"))
|
760
763
|
DescribeWorldGenerationJobResponse.struct_class = Types::DescribeWorldGenerationJobResponse
|
761
764
|
|
762
765
|
DescribeWorldRequest.add_member(:world, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "world"))
|
@@ -1449,6 +1449,18 @@ module Aws::RoboMaker
|
|
1449
1449
|
# InvalidInput
|
1450
1450
|
#
|
1451
1451
|
# : An input parameter in the request is not valid.
|
1452
|
+
#
|
1453
|
+
# AllWorldGenerationFailed
|
1454
|
+
#
|
1455
|
+
# : All of the worlds in the world generation job failed. This can
|
1456
|
+
# happen if your `worldCount` is greater than 50 or less than 1.
|
1457
|
+
#
|
1458
|
+
# For more information about troubleshooting WorldForge, see
|
1459
|
+
# [Troubleshooting Simulation WorldForge][1].
|
1460
|
+
#
|
1461
|
+
#
|
1462
|
+
#
|
1463
|
+
# [1]: https://docs.aws.amazon.com/robomaker/latest/dg/troubleshooting-worldforge.html
|
1452
1464
|
# @return [String]
|
1453
1465
|
#
|
1454
1466
|
# @!attribute [rw] client_request_token
|
@@ -1498,6 +1510,9 @@ module Aws::RoboMaker
|
|
1498
1510
|
# tags: {
|
1499
1511
|
# "TagKey" => "TagValue",
|
1500
1512
|
# },
|
1513
|
+
# world_tags: {
|
1514
|
+
# "TagKey" => "TagValue",
|
1515
|
+
# },
|
1501
1516
|
# }
|
1502
1517
|
#
|
1503
1518
|
# @!attribute [rw] client_request_token
|
@@ -1522,13 +1537,19 @@ module Aws::RoboMaker
|
|
1522
1537
|
# world generator job.
|
1523
1538
|
# @return [Hash<String,String>]
|
1524
1539
|
#
|
1540
|
+
# @!attribute [rw] world_tags
|
1541
|
+
# A map that contains tag keys and tag values that are attached to the
|
1542
|
+
# generated worlds.
|
1543
|
+
# @return [Hash<String,String>]
|
1544
|
+
#
|
1525
1545
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateWorldGenerationJobRequest AWS API Documentation
|
1526
1546
|
#
|
1527
1547
|
class CreateWorldGenerationJobRequest < Struct.new(
|
1528
1548
|
:client_request_token,
|
1529
1549
|
:template,
|
1530
1550
|
:world_count,
|
1531
|
-
:tags
|
1551
|
+
:tags,
|
1552
|
+
:world_tags)
|
1532
1553
|
SENSITIVE = []
|
1533
1554
|
include Aws::Structure
|
1534
1555
|
end
|
@@ -1619,6 +1640,11 @@ module Aws::RoboMaker
|
|
1619
1640
|
# world generator job.
|
1620
1641
|
# @return [Hash<String,String>]
|
1621
1642
|
#
|
1643
|
+
# @!attribute [rw] world_tags
|
1644
|
+
# A map that contains tag keys and tag values that are attached to the
|
1645
|
+
# generated worlds.
|
1646
|
+
# @return [Hash<String,String>]
|
1647
|
+
#
|
1622
1648
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/CreateWorldGenerationJobResponse AWS API Documentation
|
1623
1649
|
#
|
1624
1650
|
class CreateWorldGenerationJobResponse < Struct.new(
|
@@ -1629,7 +1655,8 @@ module Aws::RoboMaker
|
|
1629
1655
|
:client_request_token,
|
1630
1656
|
:template,
|
1631
1657
|
:world_count,
|
1632
|
-
:tags
|
1658
|
+
:tags,
|
1659
|
+
:world_tags)
|
1633
1660
|
SENSITIVE = []
|
1634
1661
|
include Aws::Structure
|
1635
1662
|
end
|
@@ -3099,6 +3126,11 @@ module Aws::RoboMaker
|
|
3099
3126
|
# world generation job.
|
3100
3127
|
# @return [Hash<String,String>]
|
3101
3128
|
#
|
3129
|
+
# @!attribute [rw] world_tags
|
3130
|
+
# A map that contains tag keys and tag values that are attached to the
|
3131
|
+
# generated worlds.
|
3132
|
+
# @return [Hash<String,String>]
|
3133
|
+
#
|
3102
3134
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldGenerationJobResponse AWS API Documentation
|
3103
3135
|
#
|
3104
3136
|
class DescribeWorldGenerationJobResponse < Struct.new(
|
@@ -3111,7 +3143,8 @@ module Aws::RoboMaker
|
|
3111
3143
|
:template,
|
3112
3144
|
:world_count,
|
3113
3145
|
:finished_worlds_summary,
|
3114
|
-
:tags
|
3146
|
+
:tags,
|
3147
|
+
:world_tags)
|
3115
3148
|
SENSITIVE = []
|
3116
3149
|
include Aws::Structure
|
3117
3150
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-robomaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.31.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|