aws-sdk-robomaker 1.36.0 → 1.40.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-robomaker.rb +1 -1
- data/lib/aws-sdk-robomaker/client.rb +8 -2
- data/lib/aws-sdk-robomaker/client_api.rb +3 -0
- data/lib/aws-sdk-robomaker/types.rb +25 -6
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ca6430e9597b76a743cfc621889447a3eff7392112503143f09910a60a0bdca
|
|
4
|
+
data.tar.gz: 4c67c1a8f2cc67e2e437147bd4200237c2f584bb155cad23bd5f0e8c15a8700a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d0e001d6e1d1d71d9a16128bf8a9391e371a923ca5bdcf1e3b5de0ab21edf7c2af5a73fb88bb95966cb5325efe7720debd8189c1790c0d7c9574bdb9a30cc00
|
|
7
|
+
data.tar.gz: 1b7af7cc8c8b2619f48f6cf833d143f50802bbe767c560b262b8ca6c98d3431eeb039e199fa75e6bc1b561ea5c88f614c8a7f2324a75d4f6e67f7b9c6806d6f0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,26 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.40.0 (2021-08-20)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Documentation updates for RoboMaker
|
|
8
|
+
|
|
9
|
+
1.39.0 (2021-07-30)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
13
|
+
|
|
14
|
+
1.38.0 (2021-07-28)
|
|
15
|
+
------------------
|
|
16
|
+
|
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
18
|
+
|
|
19
|
+
1.37.0 (2021-07-19)
|
|
20
|
+
------------------
|
|
21
|
+
|
|
22
|
+
* Feature - This release allows customers to create a new version of WorldTemplates with support for Doors.
|
|
23
|
+
|
|
4
24
|
1.36.0 (2021-04-30)
|
|
5
25
|
------------------
|
|
6
26
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.40.0
|
data/lib/aws-sdk-robomaker.rb
CHANGED
|
@@ -1108,7 +1108,8 @@ module Aws::RoboMaker
|
|
|
1108
1108
|
#
|
|
1109
1109
|
# Continue
|
|
1110
1110
|
#
|
|
1111
|
-
# :
|
|
1111
|
+
# : Leaves the instance running for its maximum timeout duration after a
|
|
1112
|
+
# `4XX` error code.
|
|
1112
1113
|
#
|
|
1113
1114
|
# Fail
|
|
1114
1115
|
#
|
|
@@ -2363,6 +2364,7 @@ module Aws::RoboMaker
|
|
|
2363
2364
|
# * {Types::DescribeWorldResponse#template #template} => String
|
|
2364
2365
|
# * {Types::DescribeWorldResponse#created_at #created_at} => Time
|
|
2365
2366
|
# * {Types::DescribeWorldResponse#tags #tags} => Hash<String,String>
|
|
2367
|
+
# * {Types::DescribeWorldResponse#world_description_body #world_description_body} => String
|
|
2366
2368
|
#
|
|
2367
2369
|
# @example Request syntax with placeholder values
|
|
2368
2370
|
#
|
|
@@ -2378,6 +2380,7 @@ module Aws::RoboMaker
|
|
|
2378
2380
|
# resp.created_at #=> Time
|
|
2379
2381
|
# resp.tags #=> Hash
|
|
2380
2382
|
# resp.tags["TagKey"] #=> String
|
|
2383
|
+
# resp.world_description_body #=> String
|
|
2381
2384
|
#
|
|
2382
2385
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorld AWS API Documentation
|
|
2383
2386
|
#
|
|
@@ -2510,6 +2513,7 @@ module Aws::RoboMaker
|
|
|
2510
2513
|
# * {Types::DescribeWorldTemplateResponse#created_at #created_at} => Time
|
|
2511
2514
|
# * {Types::DescribeWorldTemplateResponse#last_updated_at #last_updated_at} => Time
|
|
2512
2515
|
# * {Types::DescribeWorldTemplateResponse#tags #tags} => Hash<String,String>
|
|
2516
|
+
# * {Types::DescribeWorldTemplateResponse#version #version} => String
|
|
2513
2517
|
#
|
|
2514
2518
|
# @example Request syntax with placeholder values
|
|
2515
2519
|
#
|
|
@@ -2526,6 +2530,7 @@ module Aws::RoboMaker
|
|
|
2526
2530
|
# resp.last_updated_at #=> Time
|
|
2527
2531
|
# resp.tags #=> Hash
|
|
2528
2532
|
# resp.tags["TagKey"] #=> String
|
|
2533
|
+
# resp.version #=> String
|
|
2529
2534
|
#
|
|
2530
2535
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldTemplate AWS API Documentation
|
|
2531
2536
|
#
|
|
@@ -3271,6 +3276,7 @@ module Aws::RoboMaker
|
|
|
3271
3276
|
# resp.template_summaries[0].created_at #=> Time
|
|
3272
3277
|
# resp.template_summaries[0].last_updated_at #=> Time
|
|
3273
3278
|
# resp.template_summaries[0].name #=> String
|
|
3279
|
+
# resp.template_summaries[0].version #=> String
|
|
3274
3280
|
# resp.next_token #=> String
|
|
3275
3281
|
#
|
|
3276
3282
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListWorldTemplates AWS API Documentation
|
|
@@ -4098,7 +4104,7 @@ module Aws::RoboMaker
|
|
|
4098
4104
|
params: params,
|
|
4099
4105
|
config: config)
|
|
4100
4106
|
context[:gem_name] = 'aws-sdk-robomaker'
|
|
4101
|
-
context[:gem_version] = '1.
|
|
4107
|
+
context[:gem_version] = '1.40.0'
|
|
4102
4108
|
Seahorse::Client::Request.new(handlers, context)
|
|
4103
4109
|
end
|
|
4104
4110
|
|
|
@@ -777,6 +777,7 @@ module Aws::RoboMaker
|
|
|
777
777
|
DescribeWorldResponse.add_member(:template, Shapes::ShapeRef.new(shape: Arn, location_name: "template"))
|
|
778
778
|
DescribeWorldResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
779
779
|
DescribeWorldResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
780
|
+
DescribeWorldResponse.add_member(:world_description_body, Shapes::ShapeRef.new(shape: Json, location_name: "worldDescriptionBody"))
|
|
780
781
|
DescribeWorldResponse.struct_class = Types::DescribeWorldResponse
|
|
781
782
|
|
|
782
783
|
DescribeWorldTemplateRequest.add_member(:template, Shapes::ShapeRef.new(shape: Arn, required: true, location_name: "template"))
|
|
@@ -788,6 +789,7 @@ module Aws::RoboMaker
|
|
|
788
789
|
DescribeWorldTemplateResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
789
790
|
DescribeWorldTemplateResponse.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
|
|
790
791
|
DescribeWorldTemplateResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
|
792
|
+
DescribeWorldTemplateResponse.add_member(:version, Shapes::ShapeRef.new(shape: GenericString, location_name: "version"))
|
|
791
793
|
DescribeWorldTemplateResponse.struct_class = Types::DescribeWorldTemplateResponse
|
|
792
794
|
|
|
793
795
|
EnvironmentVariableMap.key = Shapes::ShapeRef.new(shape: EnvironmentVariableKey)
|
|
@@ -1239,6 +1241,7 @@ module Aws::RoboMaker
|
|
|
1239
1241
|
TemplateSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
|
|
1240
1242
|
TemplateSummary.add_member(:last_updated_at, Shapes::ShapeRef.new(shape: LastUpdatedAt, location_name: "lastUpdatedAt"))
|
|
1241
1243
|
TemplateSummary.add_member(:name, Shapes::ShapeRef.new(shape: TemplateName, location_name: "name"))
|
|
1244
|
+
TemplateSummary.add_member(:version, Shapes::ShapeRef.new(shape: GenericString, location_name: "version"))
|
|
1242
1245
|
TemplateSummary.struct_class = Types::TemplateSummary
|
|
1243
1246
|
|
|
1244
1247
|
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: errorMessage, location_name: "message"))
|
|
@@ -1145,7 +1145,8 @@ module Aws::RoboMaker
|
|
|
1145
1145
|
#
|
|
1146
1146
|
# Continue
|
|
1147
1147
|
#
|
|
1148
|
-
# :
|
|
1148
|
+
# : Leaves the instance running for its maximum timeout duration after
|
|
1149
|
+
# a `4XX` error code.
|
|
1149
1150
|
#
|
|
1150
1151
|
# Fail
|
|
1151
1152
|
#
|
|
@@ -3227,6 +3228,11 @@ module Aws::RoboMaker
|
|
|
3227
3228
|
# world.
|
|
3228
3229
|
# @return [Hash<String,String>]
|
|
3229
3230
|
#
|
|
3231
|
+
# @!attribute [rw] world_description_body
|
|
3232
|
+
# Returns the JSON formatted string that describes the contents of
|
|
3233
|
+
# your world.
|
|
3234
|
+
# @return [String]
|
|
3235
|
+
#
|
|
3230
3236
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldResponse AWS API Documentation
|
|
3231
3237
|
#
|
|
3232
3238
|
class DescribeWorldResponse < Struct.new(
|
|
@@ -3234,7 +3240,8 @@ module Aws::RoboMaker
|
|
|
3234
3240
|
:generation_job,
|
|
3235
3241
|
:template,
|
|
3236
3242
|
:created_at,
|
|
3237
|
-
:tags
|
|
3243
|
+
:tags,
|
|
3244
|
+
:world_description_body)
|
|
3238
3245
|
SENSITIVE = []
|
|
3239
3246
|
include Aws::Structure
|
|
3240
3247
|
end
|
|
@@ -3287,6 +3294,10 @@ module Aws::RoboMaker
|
|
|
3287
3294
|
# world template.
|
|
3288
3295
|
# @return [Hash<String,String>]
|
|
3289
3296
|
#
|
|
3297
|
+
# @!attribute [rw] version
|
|
3298
|
+
# The version of the world template that you're using.
|
|
3299
|
+
# @return [String]
|
|
3300
|
+
#
|
|
3290
3301
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldTemplateResponse AWS API Documentation
|
|
3291
3302
|
#
|
|
3292
3303
|
class DescribeWorldTemplateResponse < Struct.new(
|
|
@@ -3295,7 +3306,8 @@ module Aws::RoboMaker
|
|
|
3295
3306
|
:name,
|
|
3296
3307
|
:created_at,
|
|
3297
3308
|
:last_updated_at,
|
|
3298
|
-
:tags
|
|
3309
|
+
:tags,
|
|
3310
|
+
:version)
|
|
3299
3311
|
SENSITIVE = []
|
|
3300
3312
|
include Aws::Structure
|
|
3301
3313
|
end
|
|
@@ -5237,7 +5249,8 @@ module Aws::RoboMaker
|
|
|
5237
5249
|
#
|
|
5238
5250
|
# Continue
|
|
5239
5251
|
#
|
|
5240
|
-
# :
|
|
5252
|
+
# : Leaves the host running for its maximum timeout duration after a
|
|
5253
|
+
# `4XX` error code.
|
|
5241
5254
|
#
|
|
5242
5255
|
# Fail
|
|
5243
5256
|
#
|
|
@@ -5580,7 +5593,8 @@ module Aws::RoboMaker
|
|
|
5580
5593
|
#
|
|
5581
5594
|
# Continue
|
|
5582
5595
|
#
|
|
5583
|
-
# :
|
|
5596
|
+
# : Leaves the host running for its maximum timeout duration after a
|
|
5597
|
+
# `4XX` error code.
|
|
5584
5598
|
#
|
|
5585
5599
|
# Fail
|
|
5586
5600
|
#
|
|
@@ -6282,13 +6296,18 @@ module Aws::RoboMaker
|
|
|
6282
6296
|
# The name of the template.
|
|
6283
6297
|
# @return [String]
|
|
6284
6298
|
#
|
|
6299
|
+
# @!attribute [rw] version
|
|
6300
|
+
# The version of the template that you're using.
|
|
6301
|
+
# @return [String]
|
|
6302
|
+
#
|
|
6285
6303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/TemplateSummary AWS API Documentation
|
|
6286
6304
|
#
|
|
6287
6305
|
class TemplateSummary < Struct.new(
|
|
6288
6306
|
:arn,
|
|
6289
6307
|
:created_at,
|
|
6290
6308
|
:last_updated_at,
|
|
6291
|
-
:name
|
|
6309
|
+
:name,
|
|
6310
|
+
:version)
|
|
6292
6311
|
SENSITIVE = []
|
|
6293
6312
|
include Aws::Structure
|
|
6294
6313
|
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.40.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: 2021-
|
|
11
|
+
date: 2021-08-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -19,7 +19,7 @@ dependencies:
|
|
|
19
19
|
version: '3'
|
|
20
20
|
- - ">="
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
|
-
version: 3.
|
|
22
|
+
version: 3.119.0
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: '3'
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version: 3.
|
|
32
|
+
version: 3.119.0
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: aws-sigv4
|
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|