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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4699da95659bd0742da069a1f3075fef2c4b3f0fb77bab3f5378b32baa3b6f0
4
- data.tar.gz: 8bd83bdf24d27190cb6d1432fe42680c7ea97a30dfb966434216f5556dcf7325
3
+ metadata.gz: 4ca6430e9597b76a743cfc621889447a3eff7392112503143f09910a60a0bdca
4
+ data.tar.gz: 4c67c1a8f2cc67e2e437147bd4200237c2f584bb155cad23bd5f0e8c15a8700a
5
5
  SHA512:
6
- metadata.gz: b0ba94030628e46ae9af866888174ae7917a2a7caeb26e0734b7537b416029abdf45110b4be3767f5cc620d256fec5fc952c330597643144bfe3b5adb3697d52
7
- data.tar.gz: 3e92cf12ac02f16153bfb35099ed30e12e88be1c4c7441bee441b5b3c0a3ab7bcda1f92e22784fdcfcdd89c412a7e1d0451a219a157136faa6f33070b3327ccd
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.36.0
1
+ 1.40.0
@@ -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.36.0'
51
+ GEM_VERSION = '1.40.0'
52
52
 
53
53
  end
@@ -1108,7 +1108,8 @@ module Aws::RoboMaker
1108
1108
  #
1109
1109
  # Continue
1110
1110
  #
1111
- # : Restart the simulation job in the same host instance.
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.36.0'
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
- # : Restart the simulation job in the same host instance.
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
- # : Restart the simulation job in the same host instance.
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
- # : Restart the simulation job in the same host instance.
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.36.0
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-04-30 00:00:00.000000000 Z
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.112.0
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.112.0
32
+ version: 3.119.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement