aws-sdk-robomaker 1.75.0 → 1.77.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.
@@ -32,7 +32,7 @@ module Aws::RoboMaker
32
32
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
33
  end
34
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
35
+ if Aws::Endpoints::Matchers.boolean_equals?(Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"), true)
36
36
  return Aws::Endpoints::Endpoint.new(url: "https://robomaker-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
37
  end
38
38
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
@@ -455,8 +455,7 @@ module Aws::RoboMaker
455
455
  # @return [Array<Types::SourceConfig>]
456
456
  #
457
457
  # @!attribute [rw] robot_software_suite
458
- # The robot software suite (ROS distribuition) used by the robot
459
- # application.
458
+ # The robot software suite used by the robot application.
460
459
  # @return [Types::RobotSoftwareSuite]
461
460
  #
462
461
  # @!attribute [rw] tags
@@ -498,8 +497,7 @@ module Aws::RoboMaker
498
497
  # @return [Array<Types::Source>]
499
498
  #
500
499
  # @!attribute [rw] robot_software_suite
501
- # The robot software suite (ROS distribution) used by the robot
502
- # application.
500
+ # The robot software suite used by the robot application.
503
501
  # @return [Types::RobotSoftwareSuite]
504
502
  #
505
503
  # @!attribute [rw] last_updated_at
@@ -584,8 +582,7 @@ module Aws::RoboMaker
584
582
  # @return [Array<Types::Source>]
585
583
  #
586
584
  # @!attribute [rw] robot_software_suite
587
- # The robot software suite (ROS distribution) used by the robot
588
- # application.
585
+ # The robot software suite used by the robot application.
589
586
  # @return [Types::RobotSoftwareSuite]
590
587
  #
591
588
  # @!attribute [rw] last_updated_at
@@ -697,8 +694,7 @@ module Aws::RoboMaker
697
694
  # @return [Types::SimulationSoftwareSuite]
698
695
  #
699
696
  # @!attribute [rw] robot_software_suite
700
- # The robot software suite (ROS distribution) used by the simulation
701
- # application.
697
+ # The robot software suite used by the simulation application.
702
698
  # @return [Types::RobotSoftwareSuite]
703
699
  #
704
700
  # @!attribute [rw] rendering_engine
@@ -750,7 +746,7 @@ module Aws::RoboMaker
750
746
  # @return [Types::SimulationSoftwareSuite]
751
747
  #
752
748
  # @!attribute [rw] robot_software_suite
753
- # Information about the robot software suite (ROS distribution).
749
+ # Information about the robot software suite.
754
750
  # @return [Types::RobotSoftwareSuite]
755
751
  #
756
752
  # @!attribute [rw] rendering_engine
@@ -845,7 +841,7 @@ module Aws::RoboMaker
845
841
  # @return [Types::SimulationSoftwareSuite]
846
842
  #
847
843
  # @!attribute [rw] robot_software_suite
848
- # Information about the robot software suite (ROS distribution).
844
+ # Information about the robot software suite.
849
845
  # @return [Types::RobotSoftwareSuite]
850
846
  #
851
847
  # @!attribute [rw] rendering_engine
@@ -2040,8 +2036,7 @@ module Aws::RoboMaker
2040
2036
  # @return [Array<Types::Source>]
2041
2037
  #
2042
2038
  # @!attribute [rw] robot_software_suite
2043
- # The robot software suite (ROS distribution) used by the robot
2044
- # application.
2039
+ # The robot software suite used by the robot application.
2045
2040
  # @return [Types::RobotSoftwareSuite]
2046
2041
  #
2047
2042
  # @!attribute [rw] revision_id
@@ -2192,7 +2187,7 @@ module Aws::RoboMaker
2192
2187
  # @return [Types::SimulationSoftwareSuite]
2193
2188
  #
2194
2189
  # @!attribute [rw] robot_software_suite
2195
- # Information about the robot software suite (ROS distribution).
2190
+ # Information about the robot software suite.
2196
2191
  # @return [Types::RobotSoftwareSuite]
2197
2192
  #
2198
2193
  # @!attribute [rw] rendering_engine
@@ -4282,7 +4277,7 @@ module Aws::RoboMaker
4282
4277
  # @return [Time]
4283
4278
  #
4284
4279
  # @!attribute [rw] robot_software_suite
4285
- # Information about a robot software suite (ROS distribution).
4280
+ # Information about a robot software suite.
4286
4281
  # @return [Types::RobotSoftwareSuite]
4287
4282
  #
4288
4283
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/RobotApplicationSummary AWS API Documentation
@@ -4343,14 +4338,16 @@ module Aws::RoboMaker
4343
4338
  include Aws::Structure
4344
4339
  end
4345
4340
 
4346
- # Information about a robot software suite (ROS distribution).
4341
+ # Information about a robot software suite.
4347
4342
  #
4348
4343
  # @!attribute [rw] name
4349
- # The name of the robot software suite (ROS distribution).
4344
+ # The name of the robot software suite. `General` is the only
4345
+ # supported value.
4350
4346
  # @return [String]
4351
4347
  #
4352
4348
  # @!attribute [rw] version
4353
- # The version of the robot software suite (ROS distribution).
4349
+ # The version of the robot software suite. Not applicable for General
4350
+ # software suite.
4354
4351
  # @return [String]
4355
4352
  #
4356
4353
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/RobotSoftwareSuite AWS API Documentation
@@ -4439,6 +4436,8 @@ module Aws::RoboMaker
4439
4436
  #
4440
4437
  # @!attribute [rw] world_configs
4441
4438
  # A list of world configurations.
4439
+ #
4440
+ # This API is no longer supported and will throw an error if used.
4442
4441
  # @return [Array<Types::WorldConfig>]
4443
4442
  #
4444
4443
  # @!attribute [rw] use_default_upload_configurations
@@ -4498,7 +4497,7 @@ module Aws::RoboMaker
4498
4497
  # @return [Time]
4499
4498
  #
4500
4499
  # @!attribute [rw] robot_software_suite
4501
- # Information about a robot software suite (ROS distribution).
4500
+ # Information about a robot software suite.
4502
4501
  # @return [Types::RobotSoftwareSuite]
4503
4502
  #
4504
4503
  # @!attribute [rw] simulation_software_suite
@@ -4890,11 +4889,13 @@ module Aws::RoboMaker
4890
4889
  # Information about a simulation software suite.
4891
4890
  #
4892
4891
  # @!attribute [rw] name
4893
- # The name of the simulation software suite.
4892
+ # The name of the simulation software suite. `SimulationRuntime` is
4893
+ # the only supported value.
4894
4894
  # @return [String]
4895
4895
  #
4896
4896
  # @!attribute [rw] version
4897
- # The version of the simulation software suite.
4897
+ # The version of the simulation software suite. Not applicable for
4898
+ # `SimulationRuntime`.
4898
4899
  # @return [String]
4899
4900
  #
4900
4901
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/SimulationSoftwareSuite AWS API Documentation
@@ -5404,8 +5405,7 @@ module Aws::RoboMaker
5404
5405
  # @return [Array<Types::SourceConfig>]
5405
5406
  #
5406
5407
  # @!attribute [rw] robot_software_suite
5407
- # The robot software suite (ROS distribution) used by the robot
5408
- # application.
5408
+ # The robot software suite used by the robot application.
5409
5409
  # @return [Types::RobotSoftwareSuite]
5410
5410
  #
5411
5411
  # @!attribute [rw] current_revision_id
@@ -5446,8 +5446,7 @@ module Aws::RoboMaker
5446
5446
  # @return [Array<Types::Source>]
5447
5447
  #
5448
5448
  # @!attribute [rw] robot_software_suite
5449
- # The robot software suite (ROS distribution) used by the robot
5450
- # application.
5449
+ # The robot software suite used by the robot application.
5451
5450
  # @return [Types::RobotSoftwareSuite]
5452
5451
  #
5453
5452
  # @!attribute [rw] last_updated_at
@@ -5492,7 +5491,7 @@ module Aws::RoboMaker
5492
5491
  # @return [Types::SimulationSoftwareSuite]
5493
5492
  #
5494
5493
  # @!attribute [rw] robot_software_suite
5495
- # Information about the robot software suite (ROS distribution).
5494
+ # Information about the robot software suite.
5496
5495
  # @return [Types::RobotSoftwareSuite]
5497
5496
  #
5498
5497
  # @!attribute [rw] rendering_engine
@@ -5544,7 +5543,7 @@ module Aws::RoboMaker
5544
5543
  # @return [Types::SimulationSoftwareSuite]
5545
5544
  #
5546
5545
  # @!attribute [rw] robot_software_suite
5547
- # Information about the robot software suite (ROS distribution).
5546
+ # Information about the robot software suite.
5548
5547
  # @return [Types::RobotSoftwareSuite]
5549
5548
  #
5550
5549
  # @!attribute [rw] rendering_engine
@@ -5646,9 +5645,10 @@ module Aws::RoboMaker
5646
5645
  # It is appended to the simulation output location to determine the
5647
5646
  # final path.
5648
5647
  #
5649
- # For example, if your simulation output location is `s3://my-bucket`
5650
- # and your upload configuration name is `robot-test`, your files will
5651
- # be uploaded to `s3://my-bucket/<simid>/<runid>/robot-test`.
5648
+ # For example, if your simulation output location is
5649
+ # `s3://amzn-s3-demo-bucket` and your upload configuration name is
5650
+ # `robot-test`, your files will be uploaded to
5651
+ # `s3://amzn-s3-demo-bucket/<simid>/<runid>/robot-test`.
5652
5652
  # @return [String]
5653
5653
  #
5654
5654
  # @!attribute [rw] path
@@ -11,6 +11,8 @@
11
11
  require 'aws-sdk-core'
12
12
  require 'aws-sigv4'
13
13
 
14
+ Aws::Plugins::GlobalConfiguration.add_identifier(:robomaker)
15
+
14
16
  # This module provides support for AWS RoboMaker. This module is available in the
15
17
  # `aws-sdk-robomaker` gem.
16
18
  #
@@ -52,7 +54,7 @@ module Aws::RoboMaker
52
54
  autoload :EndpointProvider, 'aws-sdk-robomaker/endpoint_provider'
53
55
  autoload :Endpoints, 'aws-sdk-robomaker/endpoints'
54
56
 
55
- GEM_VERSION = '1.75.0'
57
+ GEM_VERSION = '1.77.0'
56
58
 
57
59
  end
58
60
 
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.75.0
4
+ version: 1.77.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: 2024-09-23 00:00:00.000000000 Z
11
+ date: 2024-10-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core