aws-sdk-robomaker 1.36.0 → 1.37.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f4699da95659bd0742da069a1f3075fef2c4b3f0fb77bab3f5378b32baa3b6f0
4
- data.tar.gz: 8bd83bdf24d27190cb6d1432fe42680c7ea97a30dfb966434216f5556dcf7325
3
+ metadata.gz: 0ec5e582523a89c62e57771f65ebb65476427e9206975ec9048cf3d364bb157a
4
+ data.tar.gz: d9270da3b143d15c837759b2825606d8c1b70fd487c1882cccac7598f9fa175d
5
5
  SHA512:
6
- metadata.gz: b0ba94030628e46ae9af866888174ae7917a2a7caeb26e0734b7537b416029abdf45110b4be3767f5cc620d256fec5fc952c330597643144bfe3b5adb3697d52
7
- data.tar.gz: 3e92cf12ac02f16153bfb35099ed30e12e88be1c4c7441bee441b5b3c0a3ab7bcda1f92e22784fdcfcdd89c412a7e1d0451a219a157136faa6f33070b3327ccd
6
+ metadata.gz: 84b6a8bd45bef15f99109f8de4e07dee80a929b2be59014a46b8662a32cf69c356d0c9b2ad0fe33bd519397f56ee7324fefe996c161306aae09f850f099ff8d0
7
+ data.tar.gz: 73d515a11644a4af97c332231990da4ec23e0dbb0bc2d8214429a03967de54e6c0cc771771b4dfb4c703ed0e8aaba0e26f04ad7e1cb29fcd584fb1f0256fc6cf
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.37.0 (2021-07-19)
5
+ ------------------
6
+
7
+ * Feature - This release allows customers to create a new version of WorldTemplates with support for Doors.
8
+
4
9
  1.36.0 (2021-04-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.36.0
1
+ 1.37.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.37.0'
52
52
 
53
53
  end
@@ -2363,6 +2363,7 @@ module Aws::RoboMaker
2363
2363
  # * {Types::DescribeWorldResponse#template #template} => String
2364
2364
  # * {Types::DescribeWorldResponse#created_at #created_at} => Time
2365
2365
  # * {Types::DescribeWorldResponse#tags #tags} => Hash<String,String>
2366
+ # * {Types::DescribeWorldResponse#world_description_body #world_description_body} => String
2366
2367
  #
2367
2368
  # @example Request syntax with placeholder values
2368
2369
  #
@@ -2378,6 +2379,7 @@ module Aws::RoboMaker
2378
2379
  # resp.created_at #=> Time
2379
2380
  # resp.tags #=> Hash
2380
2381
  # resp.tags["TagKey"] #=> String
2382
+ # resp.world_description_body #=> String
2381
2383
  #
2382
2384
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorld AWS API Documentation
2383
2385
  #
@@ -2510,6 +2512,7 @@ module Aws::RoboMaker
2510
2512
  # * {Types::DescribeWorldTemplateResponse#created_at #created_at} => Time
2511
2513
  # * {Types::DescribeWorldTemplateResponse#last_updated_at #last_updated_at} => Time
2512
2514
  # * {Types::DescribeWorldTemplateResponse#tags #tags} => Hash<String,String>
2515
+ # * {Types::DescribeWorldTemplateResponse#version #version} => String
2513
2516
  #
2514
2517
  # @example Request syntax with placeholder values
2515
2518
  #
@@ -2526,6 +2529,7 @@ module Aws::RoboMaker
2526
2529
  # resp.last_updated_at #=> Time
2527
2530
  # resp.tags #=> Hash
2528
2531
  # resp.tags["TagKey"] #=> String
2532
+ # resp.version #=> String
2529
2533
  #
2530
2534
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldTemplate AWS API Documentation
2531
2535
  #
@@ -3271,6 +3275,7 @@ module Aws::RoboMaker
3271
3275
  # resp.template_summaries[0].created_at #=> Time
3272
3276
  # resp.template_summaries[0].last_updated_at #=> Time
3273
3277
  # resp.template_summaries[0].name #=> String
3278
+ # resp.template_summaries[0].version #=> String
3274
3279
  # resp.next_token #=> String
3275
3280
  #
3276
3281
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListWorldTemplates AWS API Documentation
@@ -4098,7 +4103,7 @@ module Aws::RoboMaker
4098
4103
  params: params,
4099
4104
  config: config)
4100
4105
  context[:gem_name] = 'aws-sdk-robomaker'
4101
- context[:gem_version] = '1.36.0'
4106
+ context[:gem_version] = '1.37.0'
4102
4107
  Seahorse::Client::Request.new(handlers, context)
4103
4108
  end
4104
4109
 
@@ -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"))
@@ -3227,6 +3227,11 @@ module Aws::RoboMaker
3227
3227
  # world.
3228
3228
  # @return [Hash<String,String>]
3229
3229
  #
3230
+ # @!attribute [rw] world_description_body
3231
+ # Returns the JSON formatted string that describes the contents of
3232
+ # your world.
3233
+ # @return [String]
3234
+ #
3230
3235
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldResponse AWS API Documentation
3231
3236
  #
3232
3237
  class DescribeWorldResponse < Struct.new(
@@ -3234,7 +3239,8 @@ module Aws::RoboMaker
3234
3239
  :generation_job,
3235
3240
  :template,
3236
3241
  :created_at,
3237
- :tags)
3242
+ :tags,
3243
+ :world_description_body)
3238
3244
  SENSITIVE = []
3239
3245
  include Aws::Structure
3240
3246
  end
@@ -3287,6 +3293,10 @@ module Aws::RoboMaker
3287
3293
  # world template.
3288
3294
  # @return [Hash<String,String>]
3289
3295
  #
3296
+ # @!attribute [rw] version
3297
+ # The version of the world template that you're using.
3298
+ # @return [String]
3299
+ #
3290
3300
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DescribeWorldTemplateResponse AWS API Documentation
3291
3301
  #
3292
3302
  class DescribeWorldTemplateResponse < Struct.new(
@@ -3295,7 +3305,8 @@ module Aws::RoboMaker
3295
3305
  :name,
3296
3306
  :created_at,
3297
3307
  :last_updated_at,
3298
- :tags)
3308
+ :tags,
3309
+ :version)
3299
3310
  SENSITIVE = []
3300
3311
  include Aws::Structure
3301
3312
  end
@@ -6282,13 +6293,18 @@ module Aws::RoboMaker
6282
6293
  # The name of the template.
6283
6294
  # @return [String]
6284
6295
  #
6296
+ # @!attribute [rw] version
6297
+ # The version of the template that you're using.
6298
+ # @return [String]
6299
+ #
6285
6300
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/TemplateSummary AWS API Documentation
6286
6301
  #
6287
6302
  class TemplateSummary < Struct.new(
6288
6303
  :arn,
6289
6304
  :created_at,
6290
6305
  :last_updated_at,
6291
- :name)
6306
+ :name,
6307
+ :version)
6292
6308
  SENSITIVE = []
6293
6309
  include Aws::Structure
6294
6310
  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.37.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-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core