aws-sdk-robomaker 1.50.0 → 1.51.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: 9ffeb9e493f471e8223e6ef04e292caafbcd4da01fbbcef3d058ff2a3d197f05
4
- data.tar.gz: fb4a731d25cbf504d0a05771f0fa2035fd41a2173d66a673639b8e810eae875f
3
+ metadata.gz: 74a5f3a0217f80298fe868d0c9f49b1d702c6f0e5e822c1cfaf27a7f4cb9c793
4
+ data.tar.gz: d2661fd5048a89ae2eafc5c6f51b71b4eea1c5dcc89bb74b0e18c9b6763864c3
5
5
  SHA512:
6
- metadata.gz: 22b99e797656fce14fd219b90cb89e2c2d5ed88cea71d360692901e80f332acd51e62624dd182d4a16a4c1efda534c45bf7eced1db0e92c2fc33a1aa8b07e9b5
7
- data.tar.gz: 20dc2edcd1cae2900b81d70e40eadd44ab3dfd07121b2caddc63d40bfb6ea24a7399587ec50a110dd3a958d7ecf3c4f71d208484040124dabb88b78891f3a682
6
+ metadata.gz: 97e0fa19a229ce28d1ad454c5b842642745de663a9cbebcde55fe36cfb42c70b968433834523a7566a69ac4d93adef3306a96425187b717c4113fb66074b823d
7
+ data.tar.gz: ca60641c4183c0364177f5f9f68d18a911f65241a45893f8d19f90c4ab2917883c67bc95c0607027b05d50ebbd9ecc856989b4a3dbc936e3d34b05485a94674b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.0 (2022-03-15)
5
+ ------------------
6
+
7
+ * Feature - This release deprecates ROS, Ubuntu and Gazbeo from RoboMaker Simulation Service Software Suites in favor of user-supplied containers and Relaxed Software Suites.
8
+
4
9
  1.50.0 (2022-02-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -1257,7 +1257,7 @@ module Aws::RoboMaker
1257
1257
  # s3_prefix: "S3Key",
1258
1258
  # },
1259
1259
  # logging_config: {
1260
- # record_all_ros_topics: false, # required
1260
+ # record_all_ros_topics: false,
1261
1261
  # },
1262
1262
  # max_job_duration_in_seconds: 1, # required
1263
1263
  # iam_role: "IamRole", # required
@@ -3317,6 +3317,8 @@ module Aws::RoboMaker
3317
3317
  # resp.world_export_job_summaries[0].created_at #=> Time
3318
3318
  # resp.world_export_job_summaries[0].worlds #=> Array
3319
3319
  # resp.world_export_job_summaries[0].worlds[0] #=> String
3320
+ # resp.world_export_job_summaries[0].output_location.s3_bucket #=> String
3321
+ # resp.world_export_job_summaries[0].output_location.s3_prefix #=> String
3320
3322
  # resp.next_token #=> String
3321
3323
  #
3322
3324
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListWorldExportJobs AWS API Documentation
@@ -3613,7 +3615,7 @@ module Aws::RoboMaker
3613
3615
  # s3_prefix: "S3Key",
3614
3616
  # },
3615
3617
  # logging_config: {
3616
- # record_all_ros_topics: false, # required
3618
+ # record_all_ros_topics: false,
3617
3619
  # },
3618
3620
  # max_job_duration_in_seconds: 1, # required
3619
3621
  # iam_role: "IamRole",
@@ -4308,7 +4310,7 @@ module Aws::RoboMaker
4308
4310
  params: params,
4309
4311
  config: config)
4310
4312
  context[:gem_name] = 'aws-sdk-robomaker'
4311
- context[:gem_version] = '1.50.0'
4313
+ context[:gem_version] = '1.51.0'
4312
4314
  Seahorse::Client::Request.new(handlers, context)
4313
4315
  end
4314
4316
 
@@ -999,7 +999,7 @@ module Aws::RoboMaker
999
999
  ListWorldsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: PaginationToken, location_name: "nextToken"))
1000
1000
  ListWorldsResponse.struct_class = Types::ListWorldsResponse
1001
1001
 
1002
- LoggingConfig.add_member(:record_all_ros_topics, Shapes::ShapeRef.new(shape: BoxedBoolean, required: true, location_name: "recordAllRosTopics"))
1002
+ LoggingConfig.add_member(:record_all_ros_topics, Shapes::ShapeRef.new(shape: BoxedBoolean, deprecated: true, location_name: "recordAllRosTopics", metadata: {"deprecatedMessage"=>"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."}))
1003
1003
  LoggingConfig.struct_class = Types::LoggingConfig
1004
1004
 
1005
1005
  NetworkInterface.add_member(:network_interface_id, Shapes::ShapeRef.new(shape: GenericString, location_name: "networkInterfaceId"))
@@ -1065,9 +1065,9 @@ module Aws::RoboMaker
1065
1065
  RobotApplicationConfig.add_member(:application_version, Shapes::ShapeRef.new(shape: Version, location_name: "applicationVersion"))
1066
1066
  RobotApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig"))
1067
1067
  RobotApplicationConfig.add_member(:upload_configurations, Shapes::ShapeRef.new(shape: UploadConfigurations, location_name: "uploadConfigurations"))
1068
- RobotApplicationConfig.add_member(:use_default_upload_configurations, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "useDefaultUploadConfigurations"))
1068
+ RobotApplicationConfig.add_member(:use_default_upload_configurations, Shapes::ShapeRef.new(shape: BoxedBoolean, deprecated: true, location_name: "useDefaultUploadConfigurations", metadata: {"deprecatedMessage"=>"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."}))
1069
1069
  RobotApplicationConfig.add_member(:tools, Shapes::ShapeRef.new(shape: Tools, location_name: "tools"))
1070
- RobotApplicationConfig.add_member(:use_default_tools, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "useDefaultTools"))
1070
+ RobotApplicationConfig.add_member(:use_default_tools, Shapes::ShapeRef.new(shape: BoxedBoolean, deprecated: true, location_name: "useDefaultTools", metadata: {"deprecatedMessage"=>"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."}))
1071
1071
  RobotApplicationConfig.struct_class = Types::RobotApplicationConfig
1072
1072
 
1073
1073
  RobotApplicationConfigs.member = Shapes::ShapeRef.new(shape: RobotApplicationConfig)
@@ -1125,9 +1125,9 @@ module Aws::RoboMaker
1125
1125
  SimulationApplicationConfig.add_member(:launch_config, Shapes::ShapeRef.new(shape: LaunchConfig, required: true, location_name: "launchConfig"))
1126
1126
  SimulationApplicationConfig.add_member(:upload_configurations, Shapes::ShapeRef.new(shape: UploadConfigurations, location_name: "uploadConfigurations"))
1127
1127
  SimulationApplicationConfig.add_member(:world_configs, Shapes::ShapeRef.new(shape: WorldConfigs, location_name: "worldConfigs"))
1128
- SimulationApplicationConfig.add_member(:use_default_upload_configurations, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "useDefaultUploadConfigurations"))
1128
+ SimulationApplicationConfig.add_member(:use_default_upload_configurations, Shapes::ShapeRef.new(shape: BoxedBoolean, deprecated: true, location_name: "useDefaultUploadConfigurations", metadata: {"deprecatedMessage"=>"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."}))
1129
1129
  SimulationApplicationConfig.add_member(:tools, Shapes::ShapeRef.new(shape: Tools, location_name: "tools"))
1130
- SimulationApplicationConfig.add_member(:use_default_tools, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "useDefaultTools"))
1130
+ SimulationApplicationConfig.add_member(:use_default_tools, Shapes::ShapeRef.new(shape: BoxedBoolean, deprecated: true, location_name: "useDefaultTools", metadata: {"deprecatedMessage"=>"AWS RoboMaker is ending support for ROS software suite. For additional information, see https://docs.aws.amazon.com/robomaker/latest/dg/software-support-policy.html."}))
1131
1131
  SimulationApplicationConfig.struct_class = Types::SimulationApplicationConfig
1132
1132
 
1133
1133
  SimulationApplicationConfigs.member = Shapes::ShapeRef.new(shape: SimulationApplicationConfig)
@@ -1385,6 +1385,7 @@ module Aws::RoboMaker
1385
1385
  WorldExportJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: WorldExportJobStatus, location_name: "status"))
1386
1386
  WorldExportJobSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: CreatedAt, location_name: "createdAt"))
1387
1387
  WorldExportJobSummary.add_member(:worlds, Shapes::ShapeRef.new(shape: Arns, location_name: "worlds"))
1388
+ WorldExportJobSummary.add_member(:output_location, Shapes::ShapeRef.new(shape: OutputLocation, location_name: "outputLocation"))
1388
1389
  WorldExportJobSummary.struct_class = Types::WorldExportJobSummary
1389
1390
 
1390
1391
  WorldFailure.add_member(:failure_code, Shapes::ShapeRef.new(shape: WorldGenerationJobErrorCode, location_name: "failureCode"))
@@ -1093,7 +1093,7 @@ module Aws::RoboMaker
1093
1093
  # s3_prefix: "S3Key",
1094
1094
  # },
1095
1095
  # logging_config: {
1096
- # record_all_ros_topics: false, # required
1096
+ # record_all_ros_topics: false,
1097
1097
  # },
1098
1098
  # max_job_duration_in_seconds: 1, # required
1099
1099
  # iam_role: "IamRole", # required
@@ -4666,11 +4666,13 @@ module Aws::RoboMaker
4666
4666
  # data as a hash:
4667
4667
  #
4668
4668
  # {
4669
- # record_all_ros_topics: false, # required
4669
+ # record_all_ros_topics: false,
4670
4670
  # }
4671
4671
  #
4672
4672
  # @!attribute [rw] record_all_ros_topics
4673
4673
  # A boolean indicating whether to record all ROS topics.
4674
+ #
4675
+ # This API is no longer supported and will throw an error if used.
4674
4676
  # @return [Boolean]
4675
4677
  #
4676
4678
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/LoggingConfig AWS API Documentation
@@ -5093,6 +5095,8 @@ module Aws::RoboMaker
5093
5095
  # application terminates and all ROS topics will be recorded.
5094
5096
  #
5095
5097
  # If you set this value, you must specify an `outputLocation`.
5098
+ #
5099
+ # This API is no longer supported and will throw an error if used.
5096
5100
  # @return [Boolean]
5097
5101
  #
5098
5102
  # @!attribute [rw] tools
@@ -5103,6 +5107,8 @@ module Aws::RoboMaker
5103
5107
  # A Boolean indicating whether to use default robot application tools.
5104
5108
  # The default tools are rviz, rqt, terminal and rosbag record. The
5105
5109
  # default is `False`.
5110
+ #
5111
+ # This API is no longer supported and will throw an error if used.
5106
5112
  # @return [Boolean]
5107
5113
  #
5108
5114
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/RobotApplicationConfig AWS API Documentation
@@ -5370,6 +5376,8 @@ module Aws::RoboMaker
5370
5376
  # application terminates and all ROS topics will be recorded.
5371
5377
  #
5372
5378
  # If you set this value, you must specify an `outputLocation`.
5379
+ #
5380
+ # This API is no longer supported and will throw an error if used.
5373
5381
  # @return [Boolean]
5374
5382
  #
5375
5383
  # @!attribute [rw] tools
@@ -5380,6 +5388,8 @@ module Aws::RoboMaker
5380
5388
  # A Boolean indicating whether to use default simulation application
5381
5389
  # tools. The default tools are rviz, rqt, terminal and rosbag record.
5382
5390
  # The default is `False`.
5391
+ #
5392
+ # This API is no longer supported and will throw an error if used.
5383
5393
  # @return [Boolean]
5384
5394
  #
5385
5395
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SimulationApplicationConfig AWS API Documentation
@@ -5672,7 +5682,7 @@ module Aws::RoboMaker
5672
5682
  # s3_prefix: "S3Key",
5673
5683
  # },
5674
5684
  # logging_config: {
5675
- # record_all_ros_topics: false, # required
5685
+ # record_all_ros_topics: false,
5676
5686
  # },
5677
5687
  # max_job_duration_in_seconds: 1, # required
5678
5688
  # iam_role: "IamRole",
@@ -6039,7 +6049,7 @@ module Aws::RoboMaker
6039
6049
  # s3_prefix: "S3Key",
6040
6050
  # },
6041
6051
  # logging_config: {
6042
- # record_all_ros_topics: false, # required
6052
+ # record_all_ros_topics: false,
6043
6053
  # },
6044
6054
  # max_job_duration_in_seconds: 1, # required
6045
6055
  # iam_role: "IamRole",
@@ -7181,13 +7191,18 @@ module Aws::RoboMaker
7181
7191
  # A list of worlds.
7182
7192
  # @return [Array<String>]
7183
7193
  #
7194
+ # @!attribute [rw] output_location
7195
+ # The output location.
7196
+ # @return [Types::OutputLocation]
7197
+ #
7184
7198
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/WorldExportJobSummary AWS API Documentation
7185
7199
  #
7186
7200
  class WorldExportJobSummary < Struct.new(
7187
7201
  :arn,
7188
7202
  :status,
7189
7203
  :created_at,
7190
- :worlds)
7204
+ :worlds,
7205
+ :output_location)
7191
7206
  SENSITIVE = []
7192
7207
  include Aws::Structure
7193
7208
  end
@@ -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.50.0'
51
+ GEM_VERSION = '1.51.0'
52
52
 
53
53
  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.50.0
4
+ version: 1.51.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: 2022-02-24 00:00:00.000000000 Z
11
+ date: 2022-03-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core