aws-sdk-robomaker 1.35.0 → 1.36.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: 0334aec7a085896adc74a1e5a551c4de39d4a3746f46a9a0d828c343b248578d
4
- data.tar.gz: cf2dc81df182a8ee31c67e30b51e2141e69a392b6b4d81131e91aef47d0b6c8a
3
+ metadata.gz: f4699da95659bd0742da069a1f3075fef2c4b3f0fb77bab3f5378b32baa3b6f0
4
+ data.tar.gz: 8bd83bdf24d27190cb6d1432fe42680c7ea97a30dfb966434216f5556dcf7325
5
5
  SHA512:
6
- metadata.gz: b691f0a0505fb13cc2bd2c002e475fa796f7ef887e91c6afdf2627ce9cdfe5ce17745048d76ce581bfbabf8edf27b03ce6c99f0847df6e684d5e234d693f7bc6
7
- data.tar.gz: 8cd0083fd8513681c3996e2f4c95af8fc41a188be591e7df3fa34dd0a6cc0df76777e09019ae6a983d7404bb0c123d357f12df3b6198286942b1b5968224431f
6
+ metadata.gz: b0ba94030628e46ae9af866888174ae7917a2a7caeb26e0734b7537b416029abdf45110b4be3767f5cc620d256fec5fc952c330597643144bfe3b5adb3697d52
7
+ data.tar.gz: 3e92cf12ac02f16153bfb35099ed30e12e88be1c4c7441bee441b5b3c0a3ab7bcda1f92e22784fdcfcdd89c412a7e1d0451a219a157136faa6f33070b3327ccd
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2021-04-30)
5
+ ------------------
6
+
7
+ * Feature - Adds ROS2 Foxy as a supported Robot Software Suite Version and Gazebo 11 as a supported Simulation Software Suite Version
8
+
4
9
  1.35.0 (2021-04-08)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.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.35.0'
51
+ GEM_VERSION = '1.36.0'
52
52
 
53
53
  end
@@ -839,7 +839,7 @@ module Aws::RoboMaker
839
839
  # ],
840
840
  # robot_software_suite: { # required
841
841
  # name: "ROS", # accepts ROS, ROS2
842
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
842
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
843
843
  # },
844
844
  # tags: {
845
845
  # "TagKey" => "TagValue",
@@ -857,7 +857,7 @@ module Aws::RoboMaker
857
857
  # resp.sources[0].etag #=> String
858
858
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
859
859
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
860
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
860
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
861
861
  # resp.last_updated_at #=> Time
862
862
  # resp.revision_id #=> String
863
863
  # resp.tags #=> Hash
@@ -910,7 +910,7 @@ module Aws::RoboMaker
910
910
  # resp.sources[0].etag #=> String
911
911
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
912
912
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
913
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
913
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
914
914
  # resp.last_updated_at #=> Time
915
915
  # resp.revision_id #=> String
916
916
  #
@@ -975,7 +975,7 @@ module Aws::RoboMaker
975
975
  # },
976
976
  # robot_software_suite: { # required
977
977
  # name: "ROS", # accepts ROS, ROS2
978
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
978
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
979
979
  # },
980
980
  # rendering_engine: {
981
981
  # name: "OGRE", # accepts OGRE
@@ -999,7 +999,7 @@ module Aws::RoboMaker
999
999
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
1000
1000
  # resp.simulation_software_suite.version #=> String
1001
1001
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
1002
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
1002
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
1003
1003
  # resp.rendering_engine.name #=> String, one of "OGRE"
1004
1004
  # resp.rendering_engine.version #=> String
1005
1005
  # resp.last_updated_at #=> Time
@@ -1058,7 +1058,7 @@ module Aws::RoboMaker
1058
1058
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
1059
1059
  # resp.simulation_software_suite.version #=> String
1060
1060
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
1061
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
1061
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
1062
1062
  # resp.rendering_engine.name #=> String, one of "OGRE"
1063
1063
  # resp.rendering_engine.version #=> String
1064
1064
  # resp.last_updated_at #=> Time
@@ -1943,7 +1943,7 @@ module Aws::RoboMaker
1943
1943
  # resp.sources[0].etag #=> String
1944
1944
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
1945
1945
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
1946
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
1946
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
1947
1947
  # resp.revision_id #=> String
1948
1948
  # resp.last_updated_at #=> Time
1949
1949
  # resp.tags #=> Hash
@@ -1999,7 +1999,7 @@ module Aws::RoboMaker
1999
1999
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
2000
2000
  # resp.simulation_software_suite.version #=> String
2001
2001
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
2002
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
2002
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
2003
2003
  # resp.rendering_engine.name #=> String, one of "OGRE"
2004
2004
  # resp.rendering_engine.version #=> String
2005
2005
  # resp.revision_id #=> String
@@ -2782,7 +2782,7 @@ module Aws::RoboMaker
2782
2782
  # resp.robot_application_summaries[0].version #=> String
2783
2783
  # resp.robot_application_summaries[0].last_updated_at #=> Time
2784
2784
  # resp.robot_application_summaries[0].robot_software_suite.name #=> String, one of "ROS", "ROS2"
2785
- # resp.robot_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
2785
+ # resp.robot_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
2786
2786
  # resp.next_token #=> String
2787
2787
  #
2788
2788
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListRobotApplications AWS API Documentation
@@ -2925,7 +2925,7 @@ module Aws::RoboMaker
2925
2925
  # resp.simulation_application_summaries[0].version #=> String
2926
2926
  # resp.simulation_application_summaries[0].last_updated_at #=> Time
2927
2927
  # resp.simulation_application_summaries[0].robot_software_suite.name #=> String, one of "ROS", "ROS2"
2928
- # resp.simulation_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
2928
+ # resp.simulation_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
2929
2929
  # resp.simulation_application_summaries[0].simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
2930
2930
  # resp.simulation_application_summaries[0].simulation_software_suite.version #=> String
2931
2931
  # resp.next_token #=> String
@@ -3921,7 +3921,7 @@ module Aws::RoboMaker
3921
3921
  # ],
3922
3922
  # robot_software_suite: { # required
3923
3923
  # name: "ROS", # accepts ROS, ROS2
3924
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
3924
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
3925
3925
  # },
3926
3926
  # current_revision_id: "RevisionId",
3927
3927
  # })
@@ -3937,7 +3937,7 @@ module Aws::RoboMaker
3937
3937
  # resp.sources[0].etag #=> String
3938
3938
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
3939
3939
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
3940
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
3940
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
3941
3941
  # resp.last_updated_at #=> Time
3942
3942
  # resp.revision_id #=> String
3943
3943
  #
@@ -3999,7 +3999,7 @@ module Aws::RoboMaker
3999
3999
  # },
4000
4000
  # robot_software_suite: { # required
4001
4001
  # name: "ROS", # accepts ROS, ROS2
4002
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
4002
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
4003
4003
  # },
4004
4004
  # rendering_engine: {
4005
4005
  # name: "OGRE", # accepts OGRE
@@ -4021,7 +4021,7 @@ module Aws::RoboMaker
4021
4021
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
4022
4022
  # resp.simulation_software_suite.version #=> String
4023
4023
  # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
4024
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
4024
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing", "Foxy"
4025
4025
  # resp.rendering_engine.name #=> String, one of "OGRE"
4026
4026
  # resp.rendering_engine.version #=> String
4027
4027
  # resp.last_updated_at #=> Time
@@ -4098,7 +4098,7 @@ module Aws::RoboMaker
4098
4098
  params: params,
4099
4099
  config: config)
4100
4100
  context[:gem_name] = 'aws-sdk-robomaker'
4101
- context[:gem_version] = '1.35.0'
4101
+ context[:gem_version] = '1.36.0'
4102
4102
  Seahorse::Client::Request.new(handlers, context)
4103
4103
  end
4104
4104
 
@@ -548,7 +548,7 @@ module Aws::RoboMaker
548
548
  # ],
549
549
  # robot_software_suite: { # required
550
550
  # name: "ROS", # accepts ROS, ROS2
551
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
551
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
552
552
  # },
553
553
  # tags: {
554
554
  # "TagKey" => "TagValue",
@@ -801,7 +801,7 @@ module Aws::RoboMaker
801
801
  # },
802
802
  # robot_software_suite: { # required
803
803
  # name: "ROS", # accepts ROS, ROS2
804
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
804
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
805
805
  # },
806
806
  # rendering_engine: {
807
807
  # name: "OGRE", # accepts OGRE
@@ -4979,7 +4979,7 @@ module Aws::RoboMaker
4979
4979
  #
4980
4980
  # {
4981
4981
  # name: "ROS", # accepts ROS, ROS2
4982
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
4982
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
4983
4983
  # }
4984
4984
  #
4985
4985
  # @!attribute [rw] name
@@ -6405,7 +6405,7 @@ module Aws::RoboMaker
6405
6405
  # ],
6406
6406
  # robot_software_suite: { # required
6407
6407
  # name: "ROS", # accepts ROS, ROS2
6408
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
6408
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
6409
6409
  # },
6410
6410
  # current_revision_id: "RevisionId",
6411
6411
  # }
@@ -6500,7 +6500,7 @@ module Aws::RoboMaker
6500
6500
  # },
6501
6501
  # robot_software_suite: { # required
6502
6502
  # name: "ROS", # accepts ROS, ROS2
6503
- # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
6503
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
6504
6504
  # },
6505
6505
  # rendering_engine: {
6506
6506
  # name: "OGRE", # accepts OGRE
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.35.0
4
+ version: 1.36.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-08 00:00:00.000000000 Z
11
+ date: 2021-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -83,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
87
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
88
87
  signing_key:
89
88
  specification_version: 4
90
89
  summary: AWS SDK for Ruby - RoboMaker