aws-sdk-robomaker 1.15.0 → 1.16.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
  SHA1:
3
- metadata.gz: a3300651a0b42b152a9fab1040669568993c6895
4
- data.tar.gz: 88871f056ea5086e3dd2ed116a454b2576aea1e9
3
+ metadata.gz: cb7b6ce04ccb8024bd9ed4de7ef014e8982520c4
4
+ data.tar.gz: 7e74a47701ebcc76693c82e7c38da2ee301fc892
5
5
  SHA512:
6
- metadata.gz: ef0751bef9f1f03176a1475630d87acaff975e6910d22a75658e978141028e9ddc3068278ea1924e100331bf07e53b7d276f02721fc894ee1db47c8c934922ed
7
- data.tar.gz: 326c5ce3b7077aeb83046e859c87dfdd72f8ea61b914dec93b67787cc2e9084174aeb8f5b37129e1c6e4b61e8715c6e9bf4828d4275dab4b76c1526b299921b3
6
+ metadata.gz: 4fb89cbcd38b0dd0725b836c29a98843c6b65362bde436a270779ea6ab7a85cf692897dcda01ca9205705e4c20bab6a061a21a3e96ba094c02310aa0dafda1f4
7
+ data.tar.gz: 0decbfc9ba4174d53226fc76478913eabe4d484732a8f2915a3a1163b720c711a6770460ce20f9f888ef9b5a4bc3e7398c3b8bd04555f4482ec24feb06cf0a86
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-robomaker/customizations'
42
42
  # @service
43
43
  module Aws::RoboMaker
44
44
 
45
- GEM_VERSION = '1.15.0'
45
+ GEM_VERSION = '1.16.0'
46
46
 
47
47
  end
@@ -629,8 +629,8 @@ module Aws::RoboMaker
629
629
  # },
630
630
  # ],
631
631
  # robot_software_suite: { # required
632
- # name: "ROS", # accepts ROS
633
- # version: "Kinetic", # accepts Kinetic, Melodic
632
+ # name: "ROS", # accepts ROS, ROS2
633
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
634
634
  # },
635
635
  # tags: {
636
636
  # "TagKey" => "TagValue",
@@ -647,8 +647,8 @@ module Aws::RoboMaker
647
647
  # resp.sources[0].s3_key #=> String
648
648
  # resp.sources[0].etag #=> String
649
649
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
650
- # resp.robot_software_suite.name #=> String, one of "ROS"
651
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
650
+ # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
651
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
652
652
  # resp.last_updated_at #=> Time
653
653
  # resp.revision_id #=> String
654
654
  # resp.tags #=> Hash
@@ -700,8 +700,8 @@ module Aws::RoboMaker
700
700
  # resp.sources[0].s3_key #=> String
701
701
  # resp.sources[0].etag #=> String
702
702
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
703
- # resp.robot_software_suite.name #=> String, one of "ROS"
704
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
703
+ # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
704
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
705
705
  # resp.last_updated_at #=> Time
706
706
  # resp.revision_id #=> String
707
707
  #
@@ -764,8 +764,8 @@ module Aws::RoboMaker
764
764
  # version: "SimulationSoftwareSuiteVersionType",
765
765
  # },
766
766
  # robot_software_suite: { # required
767
- # name: "ROS", # accepts ROS
768
- # version: "Kinetic", # accepts Kinetic, Melodic
767
+ # name: "ROS", # accepts ROS, ROS2
768
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
769
769
  # },
770
770
  # rendering_engine: {
771
771
  # name: "OGRE", # accepts OGRE
@@ -788,8 +788,8 @@ module Aws::RoboMaker
788
788
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
789
789
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
790
790
  # resp.simulation_software_suite.version #=> String
791
- # resp.robot_software_suite.name #=> String, one of "ROS"
792
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
791
+ # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
792
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
793
793
  # resp.rendering_engine.name #=> String, one of "OGRE"
794
794
  # resp.rendering_engine.version #=> String
795
795
  # resp.last_updated_at #=> Time
@@ -847,8 +847,8 @@ module Aws::RoboMaker
847
847
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
848
848
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
849
849
  # resp.simulation_software_suite.version #=> String
850
- # resp.robot_software_suite.name #=> String, one of "ROS"
851
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
850
+ # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
851
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
852
852
  # resp.rendering_engine.name #=> String, one of "OGRE"
853
853
  # resp.rendering_engine.version #=> String
854
854
  # resp.last_updated_at #=> Time
@@ -1416,8 +1416,8 @@ module Aws::RoboMaker
1416
1416
  # resp.sources[0].s3_key #=> String
1417
1417
  # resp.sources[0].etag #=> String
1418
1418
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
1419
- # resp.robot_software_suite.name #=> String, one of "ROS"
1420
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
1419
+ # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
1420
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
1421
1421
  # resp.revision_id #=> String
1422
1422
  # resp.last_updated_at #=> Time
1423
1423
  # resp.tags #=> Hash
@@ -1472,8 +1472,8 @@ module Aws::RoboMaker
1472
1472
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
1473
1473
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
1474
1474
  # resp.simulation_software_suite.version #=> String
1475
- # resp.robot_software_suite.name #=> String, one of "ROS"
1476
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
1475
+ # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
1476
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
1477
1477
  # resp.rendering_engine.name #=> String, one of "OGRE"
1478
1478
  # resp.rendering_engine.version #=> String
1479
1479
  # resp.revision_id #=> String
@@ -1811,8 +1811,8 @@ module Aws::RoboMaker
1811
1811
  # resp.robot_application_summaries[0].arn #=> String
1812
1812
  # resp.robot_application_summaries[0].version #=> String
1813
1813
  # resp.robot_application_summaries[0].last_updated_at #=> Time
1814
- # resp.robot_application_summaries[0].robot_software_suite.name #=> String, one of "ROS"
1815
- # resp.robot_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
1814
+ # resp.robot_application_summaries[0].robot_software_suite.name #=> String, one of "ROS", "ROS2"
1815
+ # resp.robot_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
1816
1816
  # resp.next_token #=> String
1817
1817
  #
1818
1818
  # @see http://docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ListRobotApplications AWS API Documentation
@@ -1961,8 +1961,8 @@ module Aws::RoboMaker
1961
1961
  # resp.simulation_application_summaries[0].arn #=> String
1962
1962
  # resp.simulation_application_summaries[0].version #=> String
1963
1963
  # resp.simulation_application_summaries[0].last_updated_at #=> Time
1964
- # resp.simulation_application_summaries[0].robot_software_suite.name #=> String, one of "ROS"
1965
- # resp.simulation_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
1964
+ # resp.simulation_application_summaries[0].robot_software_suite.name #=> String, one of "ROS", "ROS2"
1965
+ # resp.simulation_application_summaries[0].robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
1966
1966
  # resp.simulation_application_summaries[0].simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
1967
1967
  # resp.simulation_application_summaries[0].simulation_software_suite.version #=> String
1968
1968
  # resp.next_token #=> String
@@ -2312,8 +2312,8 @@ module Aws::RoboMaker
2312
2312
  # },
2313
2313
  # ],
2314
2314
  # robot_software_suite: { # required
2315
- # name: "ROS", # accepts ROS
2316
- # version: "Kinetic", # accepts Kinetic, Melodic
2315
+ # name: "ROS", # accepts ROS, ROS2
2316
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
2317
2317
  # },
2318
2318
  # current_revision_id: "RevisionId",
2319
2319
  # })
@@ -2328,8 +2328,8 @@ module Aws::RoboMaker
2328
2328
  # resp.sources[0].s3_key #=> String
2329
2329
  # resp.sources[0].etag #=> String
2330
2330
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
2331
- # resp.robot_software_suite.name #=> String, one of "ROS"
2332
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
2331
+ # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
2332
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
2333
2333
  # resp.last_updated_at #=> Time
2334
2334
  # resp.revision_id #=> String
2335
2335
  #
@@ -2390,8 +2390,8 @@ module Aws::RoboMaker
2390
2390
  # version: "SimulationSoftwareSuiteVersionType",
2391
2391
  # },
2392
2392
  # robot_software_suite: { # required
2393
- # name: "ROS", # accepts ROS
2394
- # version: "Kinetic", # accepts Kinetic, Melodic
2393
+ # name: "ROS", # accepts ROS, ROS2
2394
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
2395
2395
  # },
2396
2396
  # rendering_engine: {
2397
2397
  # name: "OGRE", # accepts OGRE
@@ -2412,8 +2412,8 @@ module Aws::RoboMaker
2412
2412
  # resp.sources[0].architecture #=> String, one of "X86_64", "ARM64", "ARMHF"
2413
2413
  # resp.simulation_software_suite.name #=> String, one of "Gazebo", "RosbagPlay"
2414
2414
  # resp.simulation_software_suite.version #=> String
2415
- # resp.robot_software_suite.name #=> String, one of "ROS"
2416
- # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic"
2415
+ # resp.robot_software_suite.name #=> String, one of "ROS", "ROS2"
2416
+ # resp.robot_software_suite.version #=> String, one of "Kinetic", "Melodic", "Dashing"
2417
2417
  # resp.rendering_engine.name #=> String, one of "OGRE"
2418
2418
  # resp.rendering_engine.version #=> String
2419
2419
  # resp.last_updated_at #=> Time
@@ -2441,7 +2441,7 @@ module Aws::RoboMaker
2441
2441
  params: params,
2442
2442
  config: config)
2443
2443
  context[:gem_name] = 'aws-sdk-robomaker'
2444
- context[:gem_version] = '1.15.0'
2444
+ context[:gem_version] = '1.16.0'
2445
2445
  Seahorse::Client::Request.new(handlers, context)
2446
2446
  end
2447
2447
 
@@ -347,8 +347,8 @@ module Aws::RoboMaker
347
347
  # },
348
348
  # ],
349
349
  # robot_software_suite: { # required
350
- # name: "ROS", # accepts ROS
351
- # version: "Kinetic", # accepts Kinetic, Melodic
350
+ # name: "ROS", # accepts ROS, ROS2
351
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
352
352
  # },
353
353
  # tags: {
354
354
  # "TagKey" => "TagValue",
@@ -591,8 +591,8 @@ module Aws::RoboMaker
591
591
  # version: "SimulationSoftwareSuiteVersionType",
592
592
  # },
593
593
  # robot_software_suite: { # required
594
- # name: "ROS", # accepts ROS
595
- # version: "Kinetic", # accepts Kinetic, Melodic
594
+ # name: "ROS", # accepts ROS, ROS2
595
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
596
596
  # },
597
597
  # rendering_engine: {
598
598
  # name: "OGRE", # accepts OGRE
@@ -3185,8 +3185,8 @@ module Aws::RoboMaker
3185
3185
  # data as a hash:
3186
3186
  #
3187
3187
  # {
3188
- # name: "ROS", # accepts ROS
3189
- # version: "Kinetic", # accepts Kinetic, Melodic
3188
+ # name: "ROS", # accepts ROS, ROS2
3189
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
3190
3190
  # }
3191
3191
  #
3192
3192
  # @!attribute [rw] name
@@ -3796,8 +3796,8 @@ module Aws::RoboMaker
3796
3796
  # },
3797
3797
  # ],
3798
3798
  # robot_software_suite: { # required
3799
- # name: "ROS", # accepts ROS
3800
- # version: "Kinetic", # accepts Kinetic, Melodic
3799
+ # name: "ROS", # accepts ROS, ROS2
3800
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
3801
3801
  # },
3802
3802
  # current_revision_id: "RevisionId",
3803
3803
  # }
@@ -3887,8 +3887,8 @@ module Aws::RoboMaker
3887
3887
  # version: "SimulationSoftwareSuiteVersionType",
3888
3888
  # },
3889
3889
  # robot_software_suite: { # required
3890
- # name: "ROS", # accepts ROS
3891
- # version: "Kinetic", # accepts Kinetic, Melodic
3890
+ # name: "ROS", # accepts ROS, ROS2
3891
+ # version: "Kinetic", # accepts Kinetic, Melodic, Dashing
3892
3892
  # },
3893
3893
  # rendering_engine: {
3894
3894
  # 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.15.0
4
+ version: 1.16.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: 2019-09-09 00:00:00.000000000 Z
11
+ date: 2019-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core